
/*------------------------------------------------------------------

[Master Stylesheet]

Project:	    Fitness wp theme
Version:	    1.0
Last change:	24/07/14 [fixed Float bug, vf]
Assigned to:    Templaza
Primary use:    Teamplaza

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. General config/ General config
2. Home slide CSS / .aq-block-tz_slider_block
3. Owl-wrapper Slide/ .owl-carousel
4. Widget footer css/ #tz-bottom-wrapper
5. Module Event Css/ .moduleevent
6. Portfolio CSS/ #portfolio
7. Blog Css/ #tz-main-body-wrapper
8. Contact Css/ .stylect
9. Module open hour css/ #openhour
10. Slider spa css/ #tz_Flexslider2
11. Module Services/ .TzServices
12. Dropdown Menu/ #plazart-mainnav
13. Shortcode Css/ Shortcode
14. Nextgen - Gallery CSS/ .ngg-galleryoverview
15. Other CSS/ Other Css
-------------------------------------------------------------------*/

/*-----------------------------------------
 [1. General config/ General config]
------------------------------------------*/

.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.drop-ie-gradient {
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
body {
  line-height: 1.5em;
  color: #000;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
hr {
  border: none;
  height: 1px;
  background: #fff;
}
.clr {
  clear: both;
  height: 0;
}
div .row-fluid [class*="span"] {
  min-height: 0;
}
a {
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.container {
  margin: 0 auto;
  max-width: 1540px;
  width: auto;
}
div.owl-carousel {
  width: 100%;
}
#tz-top-wrapper p {
  margin: 0;
  font-size: 12px;
}
#tz-top-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
#tz-logo {
  padding: 17px 0;
}
#tz-header-wrapper {
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  position: relative;
  z-index: 10;
}
#tz-header-wrapper p {
  margin: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.05);
}

/*-----------------------------------------
[2. Home slide CSS / .aq-block-tz_slider_block]
------------------------------------------*/

#tz_Flexslider .flexslider {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
#tz_Flexslider .tz_image {
  float: none;
  margin: 0;
  overflow: hidden;
  display: block;
}
#tz_Flexslider .sl-description {
  position: absolute;
  top: 50%;
  color: #fff;
  width: 100%;
  text-align: center;
}
#tz_Flexslider .sl-description h3.caption-title {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  display: inline-block;
  padding: 25px 30px;
  margin: 0;
}
#tz_Flexslider  .sl-description h3.caption-title a {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
#tz_Flexslider  .sl-description h3.caption-title span {
  display: block;
  color: #fff;
  font-size: 30px;
  text-transform: none;
  font-weight: 400;
  margin-top: 5px;
}
#tz_Flexslider  .sl-description h3.caption-title span a{
    font-size: 30px;
}
#tz_Flexslider .flex-active-slide .sl-description{
  animation: scalebox_rotate01 1s;
  -webkit-transition: all 1000ms cubic-bezier(0.68,0,0.265,1) 300ms;
  -moz-transition: all 1000ms cubic-bezier(0.68,0,0.265,1) 300ms;
  -o-transition: all 1000ms cubic-bezier(0.68,0,0.265,1) 300ms;
  transition: all 1000ms cubic-bezier(0.68,0,0.265,1) 300ms;
  -webkit-backface-visibility: hidden;
}
 #tz_Flexslider .flex-direction-nav a {
  width: 75px;
  height: 95px;
  opacity: 1;
  display: inline-block;
  font-size: 0;
  text-indent: 999px;
}
#tz_Flexslider .flex-direction-nav .flex-prev {
  left: 0;
  background: url(../images/flex-prev.png) center no-repeat rgba(0,0,0,0.4);
}
#tz_Flexslider .flex-direction-nav .flex-next {
  background: url(../images/flex-next.png) center no-repeat rgba(0,0,0,0.4);
  right: 0;
}

/*===================================================
    [3. Owl-wrapper Slide/ .owl-carousel]
=====================================================*/

ul.social-link {
  list-style: none;
  margin: 0;
  float: right;
}
ul.social-link li {
  display: inline;
}
ul.social-link li span {
  font-size: 24px;
  color: #fff;
  margin-left: 15px;
}
.owl-wrapper .slide {
  padding: 0 15px;
}
.owl-wrapper .slide .infomation .tz_image {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0;
  background: #000;
}
.owl-wrapper .slide .infomation .tz_image .tz_readmore {
  display: block;
  text-align: center;
  position: absolute;
  top: 35%;
  width: 100%;
}
.owl-wrapper .slide .infomation .tz_image .tz_readmore a {
  display: inline-block;
  font-size: 14px;
  border: 2px solid #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.owl-wrapper .slide .infomation .tz_image img {
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
  max-width: none;
}
.owl-wrapper .slide .infomation .info {
  clear: both;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
  background: transparent;
}
.owl-wrapper .slide .infomation h3.tz_title {
  padding: 14px 15px;
  margin: 0;
}
.owl-wrapper .slide .infomation h3.tz_title a {
  font-size: 24px;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .slide .infomation .carou_desc {
  padding: 17px 15px 20px;
  border-top: 1px solid rgba(0,0,0,0.6);
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
  color: #000;
}
.owl-wrapper .slide:hover .tz_image img {
  opacity: 0.3;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .slide:hover .tz_image .tz_readmore a {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .slide:hover .info {
  background: #d31266;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .slide:hover .info h3.tz_title a {
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .slide:hover .info .carou_desc {
  border-top: 1px solid rgba(255,255,255,0.6);
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .owl-item .media {
  text-align: center;
  color: #fff;
}
.owl-wrapper .owl-item .media .media-object {
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-wrapper .owl-item .media .media-body {
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  display: inline-block;
}
.owl-wrapper .owl-item .media .media-body h3.title {
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  margin: 30px 0 50px;
}
.owl-wrapper .owl-item .media .media-body p {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
}
.media-body {
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  display: inline-block;
}
.media-body h3.title {
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  margin: 30px 0 50px;
}
.media-body p {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
  color: #fff;
}
div.TzServices .navigation {
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 1000;
}
div.TzServices .navigation .tz_service_left,
div.TzServices .navigation .tz_service_right {
  width: 30px;
  height: 90px;
  position: absolute;
}
div.TzServices .navigation a.tz_service_right {
  background: url(../images/ser_next.png) top center no-repeat;
  right: 0;
}
div.TzServices .navigation a.tz_service_left {
  background: url(../images/ser_prev.png) top center no-repeat;
  left: 0;
}
.module-inner h3.module-title {
  font-weight: 700;
  font-size: 30px !important;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #000;
}
div.tz-user1 .module-inner h3.module-title span, div.tz-user2 .module-inner h3.module-title span{
    border-top: 7px solid #D31266;
    display: inline-block;
    padding: 35px 0;
}
.mod_tz_news .tz_news {
  margin: 0;
  list-style: none;
}
.mod_tz_news .tz_news .tz_item_default {
  float: left;
  width: 33.33%;
  margin-bottom: 0;
}
.mod_tz_news .tz_news .tz_item_default .infomation_default {
  margin-right: 30px;
}
.mod_tz_news .tz_news .tz_item_default .infomation_default .infomation-inner {
  background: #fff;
  padding: 12px;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_default2 .infomation_default {
  padding-left: 0;
  padding-right: 30px;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_default4 .infomation_default {
  padding-right: 0;
  padding-left: 30px;
}
.mod_tz_news .tz_news .tz_item_default .tz_image {
  margin: 0;
  float: none;
}
.mod_tz_news .tz_news .tz_item_default .tz_image img {
  width: 100%;
  margin: 0;
}
.mod_tz_news .tz_news .tz_item_default .info {
  clear: both;
  padding: 10px 0 0;
  background: #fff;
  color: #333;
}
.mod_tz_news .tz_news .tz_item_default .info .tz_title {
  line-height: 1.5em;
  margin: 0;
  padding-bottom: 8px;
}
.mod_tz_news .tz_news .tz_item_default .info .tz_title a {
  font-size: 14px;
  color: #d31266;
}
.mod_tz_news .tz_news .tz_item_default .info span {
  display: inline;
  color: inherit;
  font-size: 14px;
  text-transform: none;
  font-style: normal;
  padding-right: 25px;
}
.mod_tz_news .tz_news .tz_item_default .info span.tz_date {
  float: left;
}
.mod_tz_news .tz_news .tz_item_default .info p {
  color: rgba(255,255,255,0.75);
  padding: 20px 0 35px;
  font-size: 17px;
  line-height: 1.5em;
  margin: 0;
}
.mod_tz_news .tz_news .tz_item_default .info .tz_readmore {
  display: block;
}
.mod_tz_news .tz_news .tz_item_default .info .tz_readmore a {
  background: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #d31266;
  display: inline-block;
}
.mod_tz_news .tz_news .tz_item_default .info .mini_info {
  background: #e5e5e5;
  padding: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: right;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special {
  margin-bottom: 45px;
  width: 100%;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .infomation_default {
  padding: 0;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .infomation_default .infomation-inner {
  padding: 0;
  background: none;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .tz_image {
  width: 100%;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .tz_image img {
  width: 100%;
  margin: 0;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .info {
  background: #d31266;
  color: #FFF;
  padding: 30px;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .info .tz_title {
  line-height: 1.5em;
  margin: 0;
  padding-bottom: 8px;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .info .tz_title a {
  font-size: 30px;
  color: #fff;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .info .mini_info {
  background: none;
  padding: 0;
  display: inline-block;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .info .mini_info span {
  text-transform: uppercase;
}

/*===================================================
    [4. Widget footer css/ #tz-bottom-wrapper]
=====================================================*/

.tz_item_click .item_close {
  z-index: 1;
  opacity: 1;
}
.ajax-content .item_close {
  position: absolute;
  right: 13px;
  top: 10px;
  opacity: 1;
  z-index: 1;
  cursor: pointer;
}
#portfolio .item_close{
    display: none !important;
}
.item_close i {
  color: #fff;
  font-size: 20px;
}
.bt-googlemaps {
  border: 12px solid rgba(229,229,229,0.8);
}
.modulecontact p {
  font-size: 18px;
  line-height: 1.5em;
}
.newsletter input.inputbox {
  font-size: 18px;
  background: #e5e5e5;
  line-height: 60px;
  height: 60px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 5%;
  width: 90%;
  color: #000;
}
.newsletter input.subcription_btn {
  background: #d31266;
  height: 54px;
  line-height: 54px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  color: #fff;
  width: 100%;
  padding: 0;
  text-align: center;
  border: none;
  margin-top: 15px;
  text-transform: uppercase;
}
#footer p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
}
.new_show_all {
  border-top: 1px solid rgba(0,0,0,0.4);
  text-align: right;
  padding: 20px 0;
  margin: 30px 0 50px -30px;
  clear: both;
  float: left;
  width: 100%;
}
.new_show_all a {
  font-size: 14px;
  color: #d31266;
  text-transform: uppercase;
}
.tz_news_pro_scroll .jcarousel-wrapper {
  box-shadow: none;
  border: none;
  margin: 0;
}
.tz_news_pro_scroll .jcarousel-wrapper .control_nav {
  position: absolute;
  bottom: -40px;
}
.tz_news_pro_scroll .jcarousel-wrapper .control_nav a {
  height: 42px;
  width: 42px;
  position: absolute;
  border: 1px solid rgba(0,0,0,0.4);
  margin: 0;
  top: 0;
  left: 0;
  right: auto;
  font-size: 40px;
  line-height: 35px;
  text-align: center;
  font-weight: 300;
  color: #000;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
.tz_news_pro_scroll .jcarousel-wrapper .control_nav a.jcarousel-control-next {
  left: 55px;
}
.tz_news_pro_scroll ul.new_scroll {
  margin: 0;
  list-style: none;
}
.tz_news_pro_scroll .infomation_scroll {
  position: relative;
  height: 200px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.tz_news_pro_scroll .infomation_scroll .info {
  position: absolute;
  bottom: 0;
  background: transparent;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.tz_news_pro_scroll .infomation_scroll .info h3.tz_title {
  font-size: 30px;
  color: #fff;
  margin: 0;
  line-height: 1em;
  text-transform: none;
}
.tz_news_pro_scroll .infomation_scroll .info span {
  font-size: 18px;
  color: #fff;
}
.tz_news_pro_scroll .infomation_scroll .tz_readmore {
  display: block;
  text-align: center;
  position: absolute;
  top: 35%;
  width: 100%;
}
.tz_news_pro_scroll .infomation_scroll .tz_readmore a {
  display: inline-block;
  font-size: 14px;
  border: 2px solid #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.tz_news_pro_scroll .infomation_scroll:hover {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
  height: 100%;
}
.tz_news_pro_scroll .infomation_scroll:hover .info {
  background: rgba(158,24,84,0.7);
}
.tz_news_pro_scroll .infomation_scroll:hover .tz_readmore a {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.TzCustom_desc {
  padding: 0;
}
.TzCustom_desc h3 {
  display: inline-block;
  font-size: 48px;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.5em;
  margin-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 90px;
}
/*----------------------------------------------
    [5. Module Event Css/ .moduleevent]
-------------------------------------------------*/
.moduleevent .carousel {
  margin: 0;
}
.moduleevent .flexslider {
  border: none;
}
.moduleevent .flexslider .infomation_slider {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5em;
  position: relative;
  background-size: cover;
}
.moduleevent .flexslider .infomation_slider p {
  line-height: 1.5em;
  font-family: inherit;
  margin: 0;
}
.moduleevent .flexslider .infomation_slider .info {
  padding: 20px 150px;
  background: rgba(211,18,102,0.7);
  font-family: inherit;
}
.moduleevent .flexslider .infomation_slider .left-info .tz_date {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 235px;
  text-align: center;
  background: rgba(0,0,0,0.8);
  font-size: 18px;
  font-family: inherit;
  text-transform: none;
  padding-top: 60px;
}
.moduleevent .flexslider .infomation_slider .left-info .tz_date span.day {
  display: block;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.moduleevent .flexslider .infomation_slider .right-info {
  padding-left: 235px;
}
.moduleevent .flex-direction-nav {
  position: absolute;
  left: 0;
  width: 235px;
  text-align: center;
  bottom: 30px;
}
.moduleevent .flex-direction-nav li {
  display: inline-block;
}
.moduleevent .flex-direction-nav a {
  opacity: 1;
  height: 30px;
  width: 30px;
  position: relative;
  left: auto !important;
  right: auto !important;
  margin: 0 5px;
  display: inline-block;
  font-size: 0;
  text-indent: 999px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
div.moduleevent {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    margin: 0 auto;
    max-width: 1540px;
}

.features-post{
    margin: 30px auto 0 auto !important;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1540px;
}
.moduleevent .flex-direction-nav a.flex-prev {
  background: url(../images/event-prev.png) center no-repeat transparent;
}
.moduleevent .flex-direction-nav a.flex-next {
  background: url(../images/event-next.png) center no-repeat transparent;
}
.moduleevent .flex-direction-nav a:hover {
  background-color: #d31266;
  border-color: #d31266;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
#tz-main-body-wrapper {
  position: relative;
}

/*--------------------------------------------
    [6. Portfolio CSS/ #portfolio]
----------------------------------------------*/

#TzContent #portfolio {
  opacity: 0;
}
#TzContent .element {
  color: #000;
    background: none !important;
}
#TzContent .element .TzInner {
  border: none;
  padding: 0;
  margin: 30px 36px;
  position: relative;
  overflow: hidden;
  background: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element .TzInner .TzInner-content {
  padding: 10px;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element .TzInner .TzPortfolioMedia {
  margin: 0;
  float: left;
  width: 100%;
}
#TzContent .element .TzInner .TzPortfolioDescription {
  text-align: center;
  clear: both;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
  line-height: 1.5em;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  background: none repeat scroll 0 0 #D31266;
}
#TzContent .element .TzInner .TzPortfolioDescription2{
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
}
#TzContent .element .TzInner .TzPortfolioDescription h3.TzPortfolioTitle {
  font-size: 30px;
  font-weight: 300;
  margin: 23px 0;
  border-bottom: 1px solid #000;
  padding-bottom: 22px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element .TzInner .TzPortfolioDescription2 h3.TzPortfolioTitle {
    font-size: 30px;
    font-weight: 300;
    margin: 23px 0;
    border-bottom: 1px solid #000;
    padding-bottom: 22px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    text-align: center;
}
.TzInner .TzPortfolioDescription2 h3.TzPortfolioTitle a{
    font-size: 30px;
    font-weight: 300;
    margin: 23px 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    text-align: center;
    color: #000000;
}
#TzContent .element .TzInner .TzPortfolioDescription a.TzPortfolioReadmore {
  display: block;
  font-size: 24px;
  box-shadow: none;
  background: #d31266;
  border: none;
  padding: 25px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  margin: 25px 0 0;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element .TzInner .TzPortfolioDescription2 a.TzPortfolioReadmore{
    background: none repeat scroll 0 0 #d31266;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin: 25px 0 0;
    padding: 25px 0;
    text-transform: uppercase;
    transition: all 0.5s linear 0s;
    width: 100%;
}
.TzInner .TzPortfolioFulltext {
  display: block;
  float: left;
  color: #fff;
  width: 50%;
}
.TzInner .TzPortfolioFulltext h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  padding: 16px;
  margin: 0 0 18px;
}
 .TzInner .TzPortfolioFulltext .inner-fulltext {
  padding: 0 25px 0 35px;
  text-align: center;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-backface-visibility: hidden;
}
.TzInner .TzPortfolioFulltext .inner-fulltext ul {
  margin: 0;
  list-style: none;
}
.TzInner .TzPortfolioFulltext .inner-fulltext ul li {
  line-height: 51px;
  font-size: 18px;
  text-align: left;
  padding: 0 25px;
}
.TzInner .TzPortfolioFulltext .inner-fulltext ul li b,
.TzInner .TzPortfolioFulltext .inner-fulltext ul li strong {
  font-weight: normal;
  float: none;
}
.TzInner .TzPortfolioFulltext .inner-fulltext ul li:nth-child(even) {
  background: rgba(0,0,0,0.2);
}
.TzInner .TzPortfolioFulltext .inner-fulltext ul li:nth-child(odd) {
  background: rgba(0,0,0,0.1);
}
.TzInner:hover .TzInner-content {
  background: #d31266 !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
.TzInner:hover .TzInner-content2 {
    background: #d31266 !important;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
}
.TzInner:hover .TzPortfolioDescription {
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
.TzInner:hover .TzPortfolioDescription2 a.TzPortfolioReadmore{
    background: #ffffff !important;
    color: #d31266 !important;
}
.TzInner:hover .TzPortfolioDescription h3.TzPortfolioTitle, .TzInner:hover .TzPortfolioDescription2 h3.TzPortfolioTitle a{
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  color: #fff;
}
.TzInner:hover .TzPortfolioDescription a.TzPortfolioReadmore {
  background: #fff;
  color: #d31266;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-backface-visibility: hidden;
  animation: scalebox 0.5s;
}
.TzInner:hover .TzPortfolioDescription2{
    color: #ffffff;
}
#TzContent .element .TzInner:hover .TzPortfolioDescription2 h3.TzPortfolioTitle{
    color: #ffffff;
    border-bottom: 1px solid #fff;
}
.TzInner .minium_text {
  position: absolute;
  right: 5px;
  top: 2px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  display: none;
}
#TzContent .element.tz_feature_item {
  animation: scalebox01 0.7s;
}
#TzContent .element.tz_feature_item .TzInner {
  opacity: 0;
}
#TzContent .element.tz_feature_item .TzInner .TzInner-content {
  background: #d31266;
}
#TzContent .element.tz_feature_item .TzInner .TzInner-content .TzPortfolioMedia {
  width: 50%;
}
#TzContent .element.tz_feature_item .TzInner .TzInner-content .TzPortfolioDescription {
  display: none;
  clear: none;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element.tz_feature_item .TzInner .TzInner-content .TzPortfolioFulltext {
  display: block;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element.tz_feature_item .TzInner .item_fulltext {
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element.tz_feature_item .TzInner .item_fulltext .item_fulltext_inner {
  background: #fff;
  padding: 0;
}
#TzContent .element.tz_feature_item .TzInner .item_fulltext .item_fulltext_inner .image {
  padding: 0;
  width: 100%;
}
.TzInner .item_fulltext .item_fulltext_inner p:last-child {
  padding-bottom: 30px;
}
.TzInner .item_fulltext .item_fulltext_inner h3 {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0;
}
h1.page-heading,
.page-heading {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 30px;
  color: #fff;
  line-height: 65px;
  top: 0;
  background: #d31266;
  margin: 0;
  text-transform: uppercase;
}
h2.TzCategoryTitle {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
  margin-top: 35px;
}
h2.TzCategoryTitle span {
  border-top: 7px solid #D31266;
  display: inline-block;
  padding: 35px 0;
}
h2.TzCategoryTitle span a{
    color: #000000;
}
@keyframes scalebox {
  from {
    transform: scale(0.75);
  }
  to {
    transform: scale(1);
  }
}
@keyframes scalebox_rotate01 {
  from {
    -moz-transform: scale(0) translateX(-500px);
    -webkit-transform: scale(0) translateX(-500px);
    -o-transform: scale(0) translateX(-500px);
    -ms-transform: scale(0) translateX(-500px);
    transform: scale(0) translateX(-500px);
    opacity: 0;
  }
  to {
    -moz-transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
    -o-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}
@keyframes scalebox_rotate10 {
  from {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  to {
    -moz-transform: scale(0) rotate(90deg);
    -webkit-transform: scale(0) rotate(90deg);
    -o-transform: scale(0) rotate(90deg);
    -ms-transform: scale(0) rotate(90deg);
    transform: scale(0) rotate(90deg);
    opacity: 0;
  }
}
@keyframes scalebox01 {
  from {
    transform: scale(0);
    opacity: 0;
    z-index: -1;
  }
  to {
    transform: scale(1);
    opacity: 1;
    z-index: 1;
  }
}
@keyframes scalebox011 {
  0% {
    transform: scale(0);
    opacity: 0;
    z-index: -1;
  }
  25% {
    transform: scale(0);
    opacity: 0;
    z-index: -1;
  }
  50% {
    transform: scale(0);
    opacity: 0;
    z-index: -1;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
    z-index: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
    z-index: 1;
  }
}
@keyframes scalebox10 {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes scalebox02 {
  0% {
    transform: scale(1);
    opacity: 1;
    z-index: 1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
    z-index: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    z-index: 1;
  }
}
#TzContent {
  padding-top: 30px;
}
.customheader p {
  margin: 0;
}
.customheader img {
  min-width: 100%;
  max-width: none;
  position: relative;
  min-height: 100%;
}
#tz_append {
  padding: 20px;
}
#tz_append .tzNomore {
  display: none !important;
}
.TzItemsRow .TzLeading,
.TzItemsRow .TzItem {
  margin-bottom: 57px;
}

/*-----------------------------------------
    [7. Blog Css/ #tz-main-body-wrapper]
-------------------------------------------*/

.TzItemsRow .TzBlogMedia {
  margin: 0;
}
.TzItemsRow .TzBlogMedia iframe {
  width: 100%;
}
.TzItemsRow .TzBlogMedia .tz_portfolio_video {
  margin-bottom: 30px;
}
.TzItemsRow .TzBlogMedia .tz_audio {
  padding: 30px 30px 0 30px;
  background: #d31266;
}
.item-page {
  padding-top: 34px;
}
.blog_description {
  background: #d31266;
  color: #fff;
  padding: 30px;
}
.blog_description .TzBlogTitle,
.blog_description h1.TzArticleTitle {
  line-height: 1.5em;
  margin: 0;
  padding-bottom: 8px;
  color: #fff;
}
.blog_description .TzBlogTitle a,
.blog_description h1.TzArticleTitle a {
  font-size: 30px;
  color: #fff;
}
.blog_description .TzArticleBlogInfo {
  margin: 0;
  color: #fff;
}
.blog_description .TzArticleBlogInfo span {
  color: inherit;
  display: inline;
  font-size: 14px;
  font-style: normal;
  padding-right: 25px;
  text-transform: uppercase;
}
.blog_description .TzDescription p {
  color: rgba(255,255,255,0.75);
  font-size: 17px;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 0 35px;
}
a.TzReadmore {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px;
  color: #D31266;
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
  margin-left: 0;
}
a.TzReadmore:hover {
  color: #D31266;
  background: none repeat scroll 0 0 #FFFFFF;
}
.modulemodule-first {
  margin-top: 34px;
}
.modulemodule-first .module-inner h3.module-title {
  margin-bottom: 20px;
}
.ch-info-back {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
.ch-info-back img {
  cursor: pointer;
}
.mod_tz_news_boxs .tz_news .tz_item_default {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.mod_tz_news_boxs .tz_news .tz_item_default .infomation_default {
  padding: 0;
}
ul.mod_tz_tag {
  margin: 0;
}
ul.mod_tz_tag li {
  display: inline-block;
}
ul.mod_tz_tag li a,
ul.mod_tz_tag li span {
  display: inline-block;
  font-size: 18px;
  padding: 12px 20px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #747474;
  margin: 0 10px 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
ul.mod_tz_tag li a:hover,
ul.mod_tz_tag li span:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
div.TzArticleMedia {
  margin: 0;
}
div.TzArticleMedia img {
  width: 100%;
}
.item-page .blog_description .TzDescription p {
  padding-bottom: 0;
  font-weight: 700;
}
.TzArticleDescription {
  background: #fff;
  margin-top: 30px;
  font-size: 14px;
  color: rgba(0,0,0,0.7);
  padding: 30px;
  line-height: 1.7em;
}
.bottom_info {
  background: rgba(0,0,0,0.1);
  padding: 12px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 50px;
}
.bottom_info .TzCreatedby {
  float: left;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}
.bottom_info .TzCreatedby a{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}
.bottom_info .tz_portfolio_like_button {
  float: right;
}
.bottom_info .tz_portfolio_like_button .TzLikeButtonInner {
  padding: 0;
}
.bottom_info .tz_portfolio_like_button .TzLikeButtonInner div {
  display: inline;
  padding-left: 15px;
}
.bottom_info .tz_portfolio_like_button .TzLikeButtonInner div i {
  color: #444444;
  font-size: 25px;
}
.bottom_info .tz_portfolio_like_button .TzLikeButtonInner .TzLikeQuestion {
  padding: 0 5px;
  color: rgba(0,0,0,0.7);
  font-weight: 700;
  font-size: 12px;
}
.tz_portfolio_comment {
  margin: 40px 0;
}
.TzBlog {
  margin-bottom: 50px;
}
.pagination {
  margin: 0;
  text-align: right;
}
.pagination .counter {
  display: none;
}
.pagination ul li div a {
  padding: 4px 11px;
  border: 1px solid #fff;
  background: #fff;
  font-size: 14px;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 3px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
.pagination ul li:hover a,
.pagination ul li.active a {
  border: 1px solid #d31266;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
.pagination ul li.disabled a {
  color: #000;
  background: #fff;
}
.pagination ul li.disabled:hover a {
  background: #fff;
  color: #000;
}
.modulepull-left {
  float: left;
  margin-right: 50px;
}
.modulepull-left i {
  font-size: 26px;
  margin-right: 20px;
  float: left;
}
.modulepull-left p {
  line-height: 26px;
}
.modulepull-left p strong {
  font-weight: normal;
}
.search form {
  margin: 2px 0 0 0;
  font-size: 0;
}
.search form i {
  font-size: 20px;
  color: #fff;
  float: left;
  margin-right: 35px;
  margin-top: 1px;
}
.search form input#mod-search-searchword {
  border: none;
  height: 21px;
  line-height: 21px;
  background: rgba(255,255,255,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  width: 55%;
}
.search label {
  display: none;
}
.tz-quote {
  overflow: hidden;
  position: relative;
}
.tz-quote .quote-info {
  float: left;
  font-size: 22px;
  color: #fff;
  line-height: 1.7em;
  text-align: center;
  padding: 40px 50px 40px 45px;
  background: url(../images/quote-open.png) 22px 44px no-repeat #d31266;
  transform: rotate3d(0,1,0,0deg);
  -webkit-transform: rotate3d(0,1,0,0deg);
  -moz-transform: rotate3d(0,1,0,0deg);
  -o-transform: rotate3d(0,1,0,0deg);
  -ms-transform: rotate3d(0,1,0,0deg);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  height: 587px;
}
.tz-quote .quote-image {
  position: absolute;
  width: 100%;
  display: none;
}
.tz-quote .quote-image img {
  width: 100%;
}
.ch-item:hover .quote-info {
  transform: rotate3d(0,1,0,-180deg);
  -webkit-transform: rotate3d(0,1,0,-180deg);
  -moz-transform: rotate3d(0,1,0,-180deg);
  -o-transform: rotate3d(0,1,0,-180deg);
  -ms-transform: rotate3d(0,1,0,-180deg);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ch-item:hover div.ch-info-wrap {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.item-pageabout-us .blog_description {
  padding: 0;
}
.customheading {
  position: relative;
  height: 60px;
}
#topsl #tz-topsl1 {
  width: 25% !important;
  margin: 0 !important;
}
#topsl #tz-topsl2 {
  width: 75% !important;
  margin: 0 !important;
}
.swiper-direction {
  position: absolute;
  bottom: 60px;
  text-align: center;
  width: 100%;
  left: 0;
}
.swiper-direction .button-next {
  position: relative;
  font-size: 12px;
}
.swiper-direction .button-next i {
  color: #d31266;
  display: block;
  font-size: 32px;
}
.swiper-slide {
  background: #ffffff;
}
.swiper-slide .swiper-desc {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 40px 50px;
  margin: 50px 100px;
  font-size: 14px;
  line-height: 2em;
}

/*----------------------------------------------

    [8. Contact Css/ .stylect]

------------------------------------------------*/

.contact {
  overflow: hidden;
  width: 75%;
  margin: 0 auto 30px auto;
}
.contact .contact-address-box {
  background: #fff;
  padding: 30px 25px;
  text-align: center;
  margin-top: 90px;
  min-height: 368px;
}
.contact .contact-address-box .contact-address {
  margin-top: 30px;
  font-size: 18px;
  color: #000;
}
.contact .contact-address-box .contact-address dt {
  width: auto;
}
.contact .contact-address-box .contact-address dd {
  margin: 0;
}
.contact .contact-address-box .contact-address dd span {
  line-height: 2em;
}
.contact .contact-address-box .contact-address dd a {
  color: #000;
}
.contact .contact-form-box h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 50px;
}
.contact .contact-form-box .control-group {
  margin-bottom: 30px;
}
.contact .contact-form-box .control-label {
  width: 100px;
  padding: 0;
}
.contact .contact-form-box .control-label label {
  float: left;
  line-height: 46px;
  height: 46px;
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: rgba(0,0,0,0.7);
  background: #fff;
  width: 100px;
}
.contact .contact-form-box .controls {
  margin-left: 130px;
}
.contact .contact-form-box .controls input,
.contact .contact-form-box .controls textarea {
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.contact .contact-form-box .controls textarea {
  height: 200px;
  line-height: 30px;
}
.contact .contact-form-box .controls.controls-message {
  margin-left: 0;
}
.contact .contact-form-box .form-actions {
  background: none;
  margin: 0;
  text-align: right;
  padding: 0;
  border: none;
}
.light_box_map {
  text-align: center;
}
.light_box_map .lightbox_des {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  display: inline-block;
  max-width: 100%;
}
.map_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.3);
}
a.zoom_in {
  color: #000;
  border: 2px solid #d31266;
  background: none;
}
a.zoom_in i {
  padding-right: 20px;
  font-size: 16px;
  color: rgba(0,0,0,0.7);
}
a.zoom_in:hover {
  background: none;
  color: #000;
}
.trainer #TzContent .element .TzInner {
  background: #d31266;
  padding: 0;
}
#TzContent .element .TzInner .TzPortfolioDescription .readmore-box {
  text-align: center;
  position: absolute;
  top: 30%;
  width: 100%;
}
#TzContent .element .TzInner .TzPortfolioDescription a.TzPortfolioReadmore {
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  padding: 15px 20px;
  background: none;
  font-size: 16px;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#TzContent .element .TzInner .TzPortfolioDescription h3.TzPortfolioTitle {
  text-transform: none;
  border: none;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 20px 0;
  padding: 0;
}
#TzContent .element .TzInner .TzPortfolioDescription .readmore_btn{
    background-color: rgba(0,0,0,0.8);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
#TzContent .element .TzInner:hover .TzPortfolioDescription .readmore_btn {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}
#TzContent .element .TzInner:hover .TzPortfolioDescription a.TzPortfolioReadmore {
  color: #fff;
  background: none;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#TzContent .element .TzInner .TzInner-content {
  padding: 0;
  background: none;
}
#TzContent .element.tz_feature_item .TzInner {
  background: none;
}
#TzContent .element.tz_feature_item .TzInner .TzInner-content {
  background: #D31266;
}
#TzContent .TzSeparator {
  height: 0;
  display: none;
}
.item_fulltext {
  clear: both;
}
.item_fulltext .item_fulltext_inner {
  background: #fff;
}
/*-------------------------------------------------
    [9. Module open hour css/ #openhour]
---------------------------------------------------*/
.dropdown_box {
  position: relative;
}
.tz-dropdown {
  width: 100%;
  height: 0;
  background: rgba(211,18,102,0.6);
  position: absolute;
  text-align: center;
  z-index: 999;
  top: -20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
.tz-dropdown .drop_btn {
  position: absolute;
  bottom: -95px;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.tz-dropdown .drop_btn .tz-dropdown-button {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
.tz-dropdown .drop_btn .tz-dropdown-button i {
  display: block;
  font-size: 30px;
}
.tz-dropdown .tz-dropdown-content {
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
  animation: scalebox10 0.3s;
}
.tz-dropdown .tz-dropdown-content ul {
  list-style: none;
  margin: 10px auto 0 auto;
  width: 45%;
}
.tz-dropdown .tz-dropdown-content ul li {
  line-height: 40px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  text-align: left;
  padding: 0 50px;
  color: #fff;
}
.tz-dropdown .tz-dropdown-content ul li b,
.tz-dropdown .tz-dropdown-content ul li strong {
  font-weight: normal;
  float: right;
}
.tz-dropdown.tz-dropdown-clicked {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  top: 0;
}
.tz-dropdown.tz-dropdown-clicked .tz-dropdown-content {
  opacity: 1;
  animation: scalebox01 0.3s;
}
.tz-dropdown .drop_arrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: rgba(211,18,102,0.7) transparent transparent;
  position: absolute;
  bottom: -100px;
}
#tz-feature-wrapper {
  position: relative;
  z-index: 5;
}
#tz-botsl-wrapper {
  position: relative;
}
#tz-feature {
  overflow: hidden;
}
#tz-feature .container {
  position: relative;
}
#tz-component {
  padding: 0;
}
#tz-component-area div#infscr-loading{
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  left: 45%;
  width: 50%;
}
#tz_append {
  padding: 15px 0;
}
#tz-component-area div#infscr-loading img {
  display: block;
  width: 30px;
  height: 30px;
}
#infscr-loading div i {
  display: block !important;
}
div#tz_options {
  padding: 0;
}
body.loaded #phocagallery div.pg-cv-box .pg-cv-box-inner .pg-cv-box-img img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
.totop {
  font-size: 0;
  float: right;
}
.totop a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding-right: 30px;
  float: left;
  z-index: 1;
  position: relative;
  margin-top: 7px;
}
.totop img {
  float: left;
  margin-left: -12px;
}
div.sl-content {
  background: none;
}
div.sl-content .sl-slide-inner {
  background: none;
  text-align: center;
}
div.sl-content .sl-slide-inner .slit_content .deco img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
div.sl-content .sl-slide-inner .media-object {
  margin: auto;
}
.swiper-image .media-object {
  height: 100%;
  max-width: none;
}
#slitslider .nav-arrows span {
  height: 86px;
  border: none;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#slitslider .nav-arrows span.nav-arrow-prev {
  background: url(../images/ser_prev.png) no-repeat;
}
#slitslider .nav-arrows span.nav-arrow-next {
  background: url(../images/ser_next.png) no-repeat;
}
#slitslider .sl-content-slice {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
  background: rgba(0,0,0,0.2);
}
.slider-wrapper {
  margin: 0 auto;
}
.slider-wrapper div.nivoSlider {
  margin: 0;
  background: none;
}
.slider-wrapper div.nivoSlider .nivo-caption {
  background: rgba(211,18,102,0.6);
  padding: 30px 35px;
  display: inline-block;
  text-align: right;
}
.slider-wrapper div.nivoSlider .nivo-caption h3 {
  font-size: 42px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------
    [10. Slider spa css/ #tz_Flexslider2]
-------------------------------------------------------------*/

.slider-wrapper div.nivoSlider .nivo-caption span {
  font-size: 18px;
  color: #fff;
}
#tz_Flexslider2 {
  margin: 0 auto;
}
#tz_Flexslider2 #slider ul.slides li .sl-description {
  position: absolute;
  left: 160px;
  bottom: 212px;
  padding: 25px 35px;
  background: rgba(211,18,102,0.6);
  text-align: right;
}
#tz_Flexslider2 .sl-description h3.caption-title {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: center;
}
#tz_Flexslider2 .sl-description h3.caption-title a {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
#tz_Flexslider2 .sl-description h3.caption-title span {
  display: block;
  color: #fff;
  font-size: 30px;
  text-transform: none;
  font-weight: 400;
  margin-top: 5px;
  text-align: center;

}

#tz_Flexslider2 .sl-description h3.caption-title span a {
    color: #FFFFFF;
    font-size: 30px !important;
    font-weight: 400;
    margin-top: 5px;
    text-transform: none;
}
#tz_Flexslider2 .tz_image {
  width: 100%;
}
#tz_Flexslider2 .flexslider {
  border: none;
  box-shadow: none;
  margin: 0;
}
#tz_Flexslider2 .flexslider .flex-viewport {
  overflow: visible !important;
}
#tz_Flexslider2 .flexslider .slides > li {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.75);
  box-shadow: 0 0 6px rgba(0,0,0,0.75);
}
#tz_Flexslider2 .flexslider .slides > li .overlay {
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  -moz-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  -o-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  -webkit-backface-visibility: hidden;
}
#tz_Flexslider2 .flexslider .slides > li.flex-active-slide {
  z-index: 20;
}
#tz_Flexslider2 .flexslider .slides > li.flex-active-slide .overlay {
  opacity: 0;
  background: rgba(0,0,0,0.05);
  -webkit-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  -moz-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  -o-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  -webkit-backface-visibility: hidden;
}
#tz_Flexslider2 .flex-direction-nav a {
  opacity: 1;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 1px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  background-color: rgba(0,0,0,0.5);
  background-image: none;
}
#tz_Flexslider2 .flex-direction-nav a.flex-next {
  right: -100%;
}
#tz_Flexslider2 .flex-direction-nav a.flex-next span {
  left: 0;
  -webkit-border-radius: 0 106px 106px 0;
  -moz-border-radius: 0 106px 106px 0;
   -ms-border-radius: 0 106px 106px 0;
  border-radius: 0 106px 106px 0;
  border-left: none;
  background: url(../images/spa-next.png) center no-repeat rgba(0,0,0,0.4);
  width: 55px;
  height: 110px;
}
#tz_Flexslider2 .flex-direction-nav a.flex-prev {
  left: -100%;
}
#tz_Flexslider2 .flex-direction-nav a.flex-prev span {
  right: 0;
  border-radius: 106px 0 0 106px;
  -webkit-border-radius: 106px 0 0 106px;
  -moz-border-radius: 106px 0 0 106px;
    -ms-border-radius: 106px 0 0 106px;
  border-right: none;
  background: url(../images/spa-prev.png) center no-repeat rgba(0,0,0,0.4);
  width: 55px;
  height: 110px;
}
#tz_Flexslider2 .flex-direction-nav a:hover {
  background: rgba(0,0,0,0);
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  opacity: 0.3;
}
#tz_Flexslider2 .flex-direction-nav a span {
  position: absolute;
  top: 45%;
  -webkit-border-radius: 106px 0 0 106px;
  -moz-border-radius: 106px 0 0 106px;
  -ms-border-radius: 106px 0 0 106px;
  border-radius: 106px 0 0 106px;
  -webkit-box-shadow: 0 0 0 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 0 7px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 0 0 7px rgba(0,0,0,0.3);
  box-shadow: 0 0 0 7px rgba(0,0,0,0.3);
  width: 122px;
  height: 122px;
}

/*--------------------------------------
    [11. Module Services/ .TzServices]
---------------------------------------*/


.owl-wrapper .owl-item .media {
    padding: 20px;
}
.owl-wrapper .owl-item .media .item_content {
    position: relative;
    /*width: 345px;*/
    /*height: 345px;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -webkit-backface-visibility: hidden;
    background: transparent;
    margin: auto;
}
.owl-wrapper .owl-item .media .item_content .image-box {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 20px rgba(255,255,255,0.2);
    box-shadow: inset 0 0 0 20px rgba(255,255,255,0.2);
    background-size: cover;
    background-repeat: no-repeat;
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewY(0deg);
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
}
.owl-wrapper .owl-item .media .item_content .image-box img {
    height: 100%;
    width: 100%;
    min-width: 100%;
    max-width: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.owl-wrapper .owl-item .media .item_content .media-body {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    border: none;
    padding: 0;
    color: #fff;
    opacity: 0;
    -moz-transform: scale(0) rotate(0deg) translateX(200px) translateY(0px);
    -webkit-transform: scale(0) rotate(0deg) translateX(200px) translateY(0px);
    -o-transform: scale(0) rotate(0deg) translateX(200px) translateY(0px);
    -ms-transform: scale(0) rotate(0deg) translateX(200px) translateY(0px);
    transform: scale(0) rotate(0deg) translateX(200px) translateY(0px);
    -webkit-transition: all 0.8s ease 0.1s;
    -moz-transition: all 0.8s ease 0.1s;
    -o-transition: all 0.8s ease 0.1s;
    transition: all 0.8s ease 0.1s;
    -webkit-backface-visibility: hidden;
}
.owl-wrapper .owl-item .media .item_content .media-body .media-info {
    padding: 30px;
}
div#TzServices102 .owl-wrapper .owl-item .media .item_content .media-body .media-info {
    margin: 0 120px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ffffff;
}
.owl-wrapper .owl-item .media .item_content .media-body .media-info p {
    font-size: 15px;
    text-transform: none;
    font-weight: normal;
    line-height: 27px;
}
.owl-wrapper .owl-item .media .item_content .media-body .media-info a {
    font-weight: 700;
    color: #fff;
    text-transform: none;
    display: block;
    margin-top: 16px;
    text-transform: capitalize;
}
.owl-wrapper .owl-item .media .item_content .media-body h3.media-heading {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    padding-bottom: 24px;
    margin: 20px;
}
.owl-wrapper .owl-item .media .item_content:hover {
    background: #d31266;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
}
.owl-wrapper .owl-item .media .item_content:hover .image-box {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -webkit-backface-visibility: hidden;
}
.owl-wrapper .owl-item .media .item_content:hover .media-body {
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px);
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.1s;
    -moz-transition: all 0.8s ease 0.1s;
    -o-transition: all 0.8s ease 0.1s;
    transition: all 0.8s ease 0.1s;
    -webkit-backface-visibility: hidden;
}
.moduleoursevices h3.module-title {
  text-align: center;
  color: #d31266;
  margin-bottom: 45px;
}
.moduleoursevices h3.module-title span {
  font-size: 48px;
  border-bottom: 1px solid #d31266;
  border-top: none;
  padding: 0 0 48px;
}
div#tztwd-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div#tztwd-container .tztwd-tweet-container {
  padding: 17px;
  font-size: 14px;
}
div#tztwd-container .tztwd-tweet-container img {
  width: 70px !important;
}
div#tztwd-container .tztwd-tweet-container .tztwd-tweet,
div#tztwd-container .tztwd-tweet-container .tztwd-tweet-data {
  padding-left: 90px !important;
  text-align: left;
}
div#tztwd-container .tztwd-tweet-container .tztwd-tweet a,
div#tztwd-container .tztwd-tweet-container .tztwd-tweet-data a {
  font-size: 14px;
}
div#tztwd-container .tztwd-tweet-container .tztwd-tweet-data {
  padding-top: 15px;
}
.tz_news .tz_item_default_spa {
  background: #fff;
  padding: 6px;
  border-right: 6px solid #d5d5d5;
  margin-bottom: 45px;
}
.tz_news .tz_item_default_spa .tz_image {
  margin-right: 20px;
}
.tz_news .tz_item_default_spa .info {
  padding-right: 20px;
}
.tz_news .tz_item_default_spa .info h4.tz_title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 15px 0 13px;
}
.tz_news .tz_item_default_spa .info h4.tz_title a {
  color: #d31266;
}
.tz_news .tz_item_default_spa .info p {
  font-size: 14px;
  line-height: 1.8em;
  color: #000;
  margin: 15px 0 25px;
}
.tz_news .tz_item_default_spa .info .more_info {
  padding-right: 10px;
}
.tz_news .tz_item_default_spa .info .more_info .tz_hits {
  display: inline-block;
  color: rgba(0,0,0,0.4);
}
.tz_news .tz_item_default_spa .info .more_info .tz_hits i {
  color: rgba(0,0,0,0.4);
}
.tz_news .tz_item_default_spa .info .more_info .tz_readmore {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
}
.tz_news .tz_item_default_spa .info .more_info .tz_readmore a {
  color: #d31266;
}
.tz_news .tz_item_default_spa .date_spa span {
  color: #d31266;
  font-size: 14px;
  font-weight: 300;
  display: inline;
  font-style: normal;
}
.tz_news .tz_item_default_spa .date_spa span.new_space {
  padding-left: 5px;
}
.new_show_all_spa {
  margin-bottom: 45px;
  padding: 15px 0 0;
  text-align: center;
  border-top: 1px solid #d31266;
  position: relative;
  margin-top: 55px;
}
.new_show_all_spa .showall_box {
  background: none repeat scroll 0 0 #E5E5E5;
  display: inline-block;
  margin-top: -30px;
  padding: 5px;
  position: absolute;
}
.new_show_all_spa .showall {
  font-size: 14px;
  color: #fff;
  background: #d31266;
  text-transform: uppercase;
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module-inner .fc {
  padding: 10px;
  background: #fff;
}
.module-inner .fc-header {
  background: #d31266;
  position: relative;
}
.module-inner .fc-header .fc-button-next {
  position: absolute;
  right: 0;
  top: 9px;
  box-shadow: none;
  border: none;
  background: none;
  color: #fff;
}
.module-inner .fc-header .fc-button-prev {
  position: absolute;
  left: 0;
  top: 9px;
  box-shadow: none;
  border: none;
  background: none;
}
.module-inner .fc-header .fc-button-prev span {
  color: #fff;
}
.module-inner .fc-header .fc-header-left,
.module-inner .fc-header .fc-header-center,
.module-inner .fc-header .fc-header-right {
  background: rgba(0,0,0,0.15);
  padding: 5px;
}
.module-inner .fc-header .fc-header-left h2,
.module-inner .fc-header .fc-header-center h2,
.module-inner .fc-header .fc-header-right h2 {
  margin: 0;
  color: #fff;
  font-weight: normal;
  text-transform: none;
}
.module-inner .fc-border-separate thead th {
  background: #d31266;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
}
.module-inner .fc-border-separate tbody td {
  background: #f2f2f2;
  color: rgba(0,0,0,0.7);
  padding: 8px 0;
  border-color: #fff;
}
#tz-user2 .t3-module {
  margin-bottom: 40px;
}
#tz-top-wrapper .t3-module {
  margin-bottom: 0;
}
.item_description {
  font-size: 18px;
  line-height: 1.8em;
  color: #000;
}
.item_description h3 {
  font-size: 30px;
  padding-bottom: 38px;
  margin: 20px 0;
  border-bottom: 1px solid #000;
  padding-top: 38px;
}
.item-pagebg_none .blog_description {
  background: none;
}
.item-pagebg_none .blog_description h1.TzArticleTitle {
  color: #000;
}
.item-pagebg_none .blog_description h2 {
  margin: 25px 0 20px 0;
}
.item-pagebg_none .blog_description p {
  font-size: 14px;
  color: rgba(0,0,0,0.7);
}
.item-pagebg_none .blog_description .row-fluid [class*="span"] p {
  background: #fff;
  padding: 35px 25px;
  line-height: 1.8em;
}
.btn-demo .btn {
  margin: 15px;
}
.TzDescription h5 {
  color: #414952;
  font-size: 14px;
  margin: 11px 0;
}
.bg-white {
  padding-top: 25px;
}
.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5 {
  color: rgba(0,0,0,0.7);
}
.bg-white .quote {
  margin-left: 95px !important;
  background: #ebebeb !important;
  color: rgba(0,0,0,0.5) !important;
  width: auto !important;
  margin-right: 48px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 25px !important;
}
.bg-white p {
  padding: 28px 20px 28px 0 !important;
}
.blog_description .bg-global,
.blog_description .bg-white {
  padding: 35px 25px;
}
.blog_description .bg-global h1,
.blog_description .bg-global h2,
.blog_description .bg-global h3,
.blog_description .bg-global h4,
.blog_description .bg-global h5 {
  color: #fff;
}
.blog_description .bg-white ul li {
  color: #404952;
}
div ul li{
    line-height: 2em;
}
div ul li i {
  font-size: 13px;
  padding-right: 10px;
}
p.trainer-quote {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.map-full {
  position: fixed;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.map-full iframe {
  border: 7px solid #fff !important;
}
.map-full-active {
  z-index: 9999;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.map-ovelay {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: rgba(0,0,0,0.75);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.map-ovelay-active {
  z-index: 999;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.TzServicesguest .owl-wrapper .owl-item .media .item_content {
    border-radius: 0;
    height: auto !important;
    width: auto !important;
}
.owl-wrapper .owl-item .media .item_content .image-box {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  width: 162px;
  height: 162px;
}
.owl-wrapper .owl-item .media .item_content .media-body {
  -moz-transform: scale(1) translateX(0px) translateY(0px);
  -webkit-transform: scale(1) translateX(0px) translateY(0px);
  -o-transform: scale(1) translateX(0px) translateY(0px);
  -ms-transform: scale(1) translateX(0px) translateY(0px);
  transform: scale(1) translateX(0px) translateY(0px);
  opacity: 1;
}
.owl-wrapper .owl-item .media .item_content .media-body .media-info {
  display: inline-block;
}
div.ppservices .owl-wrapper .owl-item .media .item_content .media-body h3.media-heading {
  border-bottom: none;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 0;
  text-transform: none;
}
div.ppservices .owl-wrapper .owl-item .media .item_content .media-body p {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
}
.moduleheader {
  position: relative;
}
.customcontact strong {
  float: right;
  font-weight: normal;
}
div.customfeature {
  background: #eeeeee;
  text-align: center;
  padding: 50px 0;
}
div.customfeature p {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5em;
  padding: 0 100px;
}
.item_description h3 {
  font-weight: normal;
}
.nav {
  margin-bottom: 20px;
}
.nav > li > a:hover {
  background-color: #D31266;
  color: #eee;
}
.nav .dropdown-toggle .caret {
  border-top-color: #07b;
  border-bottom-color: #07b;
  margin-top: 8px;
  margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #00466f;
  border-bottom-color: #00466f;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/*-------------------------------------
    [12. Dropdown Menu/ #plazart-mainnav]
---------------------------------------*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu li > a {
  clear: both;
  color: #444;
  display: block;
  line-height: 20px;
  font-weight: normal;
  padding: 3px 20px;
  text-shadow: none;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #eee;
  text-decoration: none;
  background-color: #D31266;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #eee;
  text-decoration: none;
  outline: 0;
  background-color: #D31266;
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.nav li.dropdown.open > .dropdown-toggle,
.nav li.dropdown.active > .dropdown-toggle,
.nav li.dropdown.open.active > .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  background-color: #D31266;
  color: #eee;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #eee;
  border-bottom-color: #eee;
}
.nav li.dropdown.open > .dropdown-toggle .caret,
.nav li.dropdown.active > .dropdown-toggle .caret,
.nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #eee;
  border-bottom-color: #eee;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.touch .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #eee;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.plazart-navhelper {
  background: #2f2f2f;
  color: #666;
}
.breadcrumb {
  padding: 10px 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: "";
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  text-shadow: none;
  display: block;
  float: left;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #666;
}
.breadcrumb .divider img {
  vertical-align: middle;
}
.breadcrumb .active {
  color: #999;
}
.plazart-mainnav .navbar {
  color: #666;
  margin-bottom: 0;
  margin-top: 0;
}
.plazart-mainnav .navbar-inner {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.plazart-mainnav .navbar .nav {
  margin: 0;
  float: right;
}
.plazart-mainnav .navbar .nav > li > span.definition-menu > a{
  border: none;
  text-shadow: none;
  padding: 41px 25px;
  background: none;
  font-size: 18px;
  color: #d31266;
  -webkit-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
  display: block;
}
.plazart-mainnav .navbar .btn-navbar {
  float: left;
  padding: 5px 10px;
  margin: 5px 20px 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.plazart-mainnav .navbar .btn-navbar [class^="icon-"],
.plazart-mainnav .navbar .btn-navbar [class^=" icon-"] {
  color: #666;
  text-shadow: none;
}
.plazart-mainnav .dropdown .caret {
  margin-left: 5px;
}
.plazart-mainnav .dropdown-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.plazart-mainnav .dropdown-menu li > a {
  border-top: 1px solid #eee;
  padding: 5px 20px;
  text-shadow: none;
}
.plazart-mainnav .dropdown-menu li:first-child > a {
  border-top: 0;
}
.plazart-mainnav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.plazart-mainnav .navbar .nav > li > .dropdown-menu:after {
  display: none;
}
.plazart-mainnav .dropdown-menu .disabled > a,
.plazart-mainnav .dropdown-menu .disabled > a:hover {
  color: #999;
}
.plazart-mainnav .dropdown-menu .disabled > a:hover {
  background-color: transparent;
}
.plazart-mainnav .nav li.dropdown.open > .dropdown-toggle {
  background-color: #D31266;
  color: #eee;
}
.plazart-mainnav .nav li.dropdown.active > .dropdown-toggle,
.plazart-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #D31266;
  color: #eee;
}
.plazart-mainnav .nav li.dropdown > .dropdown-toggle .caret {
  display: none;
}
.plazart-mainnav .nav li.dropdown.open > .dropdown-toggle .caret,
.plazart-mainnav .nav li.dropdown.active > .dropdown-toggle .caret,
.plazart-mainnav .nav li.dropdown.open.active > .dropdown-toggle .caret {
  display: none;
}
.plazart-mainnav.vertical-nav {
  background: #222;
  position: fixed;
  width: 200px;
  margin-left: -220px;
  top: 40px;
  padding: 0 0 70px;
  z-index: 1013;
}
.plazart-mainnav.vertical-nav .navbar {
  float: none;
}
.plazart-mainnav.vertical-nav .navbar .nav {
  float: none;
}
.plazart-mainnav.vertical-nav .navbar .nav > li {
  float: none;
  padding: 0 20px;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > a {
  border-top: 0;
  border-right: 0;
  padding: 41px 25px;
  border-bottom: 1px solid #2c2c2c;
  text-shadow: none;
  text-transform: uppercase;
  background: none;
  font-size: 18px;
  color: #d31266;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > a:hover,
.plazart-mainnav.vertical-nav .navbar .nav > li > a:focus {

}
.plazart-mainnav.vertical-nav .navbar .nav > li > a .mega-caption {
  text-transform: none;
  color: #444;
}
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid ;
  border-top: 4px solid transparent;
  margin-top: 5px;
  float: right;
}
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid ;
  border-top: 4px solid transparent;
}
.plazart-mainnav.vertical-nav .navbar .nav > .active > a,
.plazart-mainnav.vertical-nav .navbar .nav > .active > a:hover,
.plazart-mainnav.vertical-nav .navbar .nav > .active > a:focus {
  border-bottom-color: #2c2c2c;
}
.plazart-mainnav.vertical-nav .navbar .nav > .active:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222;
  position: absolute;
  right: -5px;
  top: 20px;
}
.plazart-mainnav.vertical-nav .dropdown-menu {
  left: 100%;
  top: 0;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > .dropdown-menu {
  left: 200px;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}
@media (max-width: 979px) {
  .navbar-collapse-fixed-top,
  .navbar-collapse-fixed-bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .navbar-collapse-fixed-top .nav-collapse.in,
  .navbar-collapse-fixed-bottom .nav-collapse.in {
    position: fixed;
    width: 100%;
    overflow-y: auto;
    top: 40px;
    bottom: 0;
  }
  .navbar-collapse-fixed-top .nav-collapse.in > *,
  .navbar-collapse-fixed-bottom .nav-collapse.in > * {
    padding-bottom: 50px;
  }
  .navbar-collapse-fixed-bottom {
    bottom: 0;
    top: auto;
  }
  .navbar-collapse-fixed-bottom .nav-collapse.in {
    top: 0;
    bottom: 40px;
  }
  .plazart-navhelper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .plazart-mainnav {
    background: #e6e6e6;
    border-top: 1px solid #d9d9d9;
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .plazart-mainnav .navbar .btn-navbar {
    margin-bottom: 10px;
  }
  .plazart-mainnav .navbar .btn-navbar:hover {
    cursor: pointer;
  }
  .plazart-mainnav .nav-collapse {
    margin-top: 10px;
    background: #fff;
  }
  .plazart-mainnav .nav-collapse .nav {
    margin: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li > div > a {
    margin-bottom: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li > span > a,
  .plazart-mainnav .nav-collapse .dropdown-menu a {
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    font-weight: bold;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    width: 100%;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li > div> a:hover {
    background-color: #D31266;
    background-image: none;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu div a {
    border-top: 1px solid #d9d9d9;
    border-bottom: 0;
    font-weight: normal;
    padding: 10px 20px;
    display: block;
    width: 100%;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu div a:hover {
    background-color: #D31266;
    background-image: none;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu {
    margin: 0;
    padding: 0;
    background-color: #e6e6e6;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .plazart-mainnav.navbar-collapse-fixed-top {
    margin-left: 0;
    margin-right: 0;
  }
  .plazart-mainnav .navbar .nav > li > .dropdown-menu:before,
  .plazart-mainnav .navbar .nav > li > .dropdown-menu:after,
  .plazart-mainnav .navbar .nav > li > .dropdown-menu .divider {
    display: none;
  }
  .plazart-mainnav .customization {
    display: none;
  }
}
p {
  margin: 0 0 10px;
}
p small,
p .small {
  font-size: 12px;
  color: #999;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 36px;
  line-height: 1.2em;
}
h1 small {
  font-size: 28px;
}
h2 {
  font-size: 30px;
  line-height: 1.2em;
}
h2 small {
  font-size: 21px;
}
h3 {
  font-size: 24px;
  line-height: 40px;
}
h3 small {
  font-size: 16px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h4 small {
  font-size: 14px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h5 small {
  font-size: 12px;
}
h6 {
  font-size: 14px;
  line-height: 20px;
}
.page-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin: 0 0 40px;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: "";
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1;
}
.item-title {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
#tz-right ul{
    list-style: none;
}
div.TzArticleDescription ul{
    list-style:square !important;
    color: rgba(0, 0, 0, 0.7) !important;
    margin: 0;
}
div.TzArticleDescription ul li{
    line-height: 2.5;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 130px;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #c00;
}
.label-important[href],
.badge-important[href] {
  background-color: #990000;
}
.label-warning,
.badge-warning {
  background-color: #f80;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #cc6d00;
}
.label-success,
.badge-success {
  background-color: #690;
}
.label-success[href],
.badge-success[href] {
  background-color: #446600;
}
.label-info,
.badge-info {
  background-color: #07b;
}
.label-info[href],
.badge-info[href] {
  background-color: #005788;
}
.label-inverse,
.badge-inverse {
  background-color: #444;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #2b2b2b;
}
.btn {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #d31266;
  display: inline-block;
  padding: 11px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  border: 2px solid transparent;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  line-height: 14px;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  color: #d31266;
}
.btn:active {
  background: transparent;
  border-color: #d31266;
  color: #d31266;
}
.btn.btn-small {
  font-size: 10px;
  padding: 5px 20px;
  line-height: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-large {
  font-size: 18px;
  padding: 26px 30px;
}
div .bg-pink,
div div.progress .bg-pink {
  background: #d31266;
  color: #fff;
  border-color: #d31266;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
.bg_global {
  background: #d31266;
}
/*--------------------------------------------
    [13. Shortcode Css/ Shortcode]
----------------------------------------------*/
.form-actions {
  background: #fff;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
[class^="icon-"],
[class*=" icon-"] {
  position: relative;
  top: 2px;
}
.btn-group.open .btn.dropdown-toggle,
.btn.dropdown-toggle {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.row {
  margin-left: 0 !important;
}
[class*="span"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumb {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px 0;
}
.breadcrumb > li:first-child {
  margin-right: 10px;
}
table {
  clear: both;
  width: 100%;
}
aside .dropdown-menu {
  min-width: 80px !important;
}
.list-striped {
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  list-style-type: none;
  margin: 0;
  padding: 3px;
}
.list-striped li {
  padding: 7px 10px;
}
.list-striped li:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover {
  background-color: #f5f5f5;
}
@media (max-width: 1025px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .plazart-mainnav .navbar .nav > li > a {
    padding: 37px 15px;
    font-size: 15px;
  }
  .tz_news_pro_scroll,
  #tz-user2 {
    display: none;
  }
  #tz-users-wrapper .span9,
  #tz-users-wrapper .span3 {
    width: 100%;
  }
  .media-body p {
    font-size: 16px;
  }
  .TzCustom_desc img {
    margin: 30px 20px;
  }
  .tz-quote .quote-info {
    padding: 42px 36px 33px 35px;
    font-size: 15px;
    height: auto;
  }
  .ch-item:hover .quote-info {
    transform: none;
    backface-visibility: visible;
  }
  #feature #tz_Flexslider #slider .sl-description {
    bottom: 30px;
  }
  #feature #tz_Flexslider #slider .sl-description h3.caption-title {
    padding: 15px 30px;
    border-bottom: 3px solid #FFFFFF;
    border-top: 3px solid #FFFFFF;
  }
  #feature #tz_Flexslider #slider .sl-description h3.caption-title a {
    font-size: 30px;
  }
  #feature #tz_Flexslider #slider .sl-description h3.caption-title span {
    font-size: 20px;
  }
  #tz_Flexslider2 .sl-description h3.caption-title a {
    font-size: 30px;
  }
  #tz_Flexslider2 .sl-description h3.caption-title span {
    font-size: 20px;
  }
  .owl-wrapper .owl-item .media .item_content .media-body h3.media-heading {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .owl-wrapper .owl-item .media .item_content .media-body .media-info {
    padding: 22px;
  }
  .owl-wrapper .slide .infomation h3.tz_title a {
    font-size: 20px;
  }
  .tz-dropdown .tz-dropdown-content ul li {
    padding: 0 30px;
  }
  .tz-big-header {
    font-size: 80px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .tz-small-header {
    font-size: 18px;
  }
  .tz-buttons {
    padding: 60px 0;
  }
  .tz-blue-button,
  .tz-yellow-button {
    font-size: 24px;
    font-weight: 300;
    height: 48px;
    line-height: 49px;
    margin-left: 25px;
    padding: 0 36px;
  }
  .tz-medium-header {
    font-size: 30px;
  }
  #tz-download-btn {
    width: 130px;
  }
  .blog_description {
    padding: 30px;
  }
  .modulepull-left {
    margin-right: 20px;
  }
  .modulepull-left p {
    font-size: 10px;
    line-height: 15px;
  }
  .search form {
    margin: 0;
    height: 17px;
  }
  .search form i {
    font-size: 10px;
    margin-right: 10px;
  }
  .search form input#mod-search-searchword {
    width: 40%;
    height: 16px;
    line-height: 20px;
    float: left;
  }
  .plazart-mainnav {
    background: none;
    border: none;
    position: relative;
  }
  .plazart-mainnav .container {
    padding: 0;
  }
  .plazart-mainnav .navbar .btn-navbar {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    border: medium none;
    box-shadow: none;
    color: #D31266;
    float: right;
    font-size: 30px;
    margin: 10px 0 0;
    text-shadow: none;
  }
  #tz_Flexslider2 {
    width: 100%;
  }
  #feature #tz_Flexslider #slider {
    margin-bottom: 75px;
  }
  #feature #tz_Flexslider #slider .sl-description {
    bottom: auto;
    top: 100%;
    padding: 15px 0 10px;
    background: #d31266;
  }
  #feature #tz_Flexslider #slider .sl-description h3.caption-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    border: none;
    line-height: 20px;
  }
  #feature #tz_Flexslider #slider .sl-description h3.caption-title a {
    font-size: 18px;
  }
  #feature #tz_Flexslider #slider .sl-description h3.caption-title span {
    font-size: 12px;
  }
.flex-control-nav {
    display: none !important;
  }
   #tz_Flexslider .flexslider .flex-direction-nav a {
    height: 40px;
    width: 40px;
  }
    #tz_Flexslider .flexslider .flex-direction-nav a:hover {
    background-color: rgba(0,0,0,0.4) !important;
  }
  #tz_Flexslider .flexslider .flex-direction-nav a.flex-prev {
    background: url("../images/flex-prev.png") no-repeat scroll center center / 8px auto rgba(0,0,0,0.4);
    bottom: -55px;
    left: 0;
    margin: 0;
    top: auto;
  }
#tz_Flexslider .flexslider .flex-direction-nav a.flex-next {
    background: url("../images/flex-next.png") no-repeat scroll center center / 8px auto rgba(0,0,0,0.4);
    bottom: -55px;
    right: 0;
    margin: 0;
    top: auto;
  }
  section#tz-spotlight-wrapper {
    padding: 20px 0 !important;
  }
  .moduleevent .flexslider {
    margin-bottom: 20px;
  }
  .moduleevent .flexslider .infomation_slider .left-info .tz_date {
    position: relative;
    padding-top: 15px;
    font-size: 14px;
    width: 100%;
  }
  .moduleevent .flexslider .infomation_slider .left-info .tz_date span.day {
    font-size: 30px;
    margin-bottom: 0;
  }
  .moduleevent .flexslider .infomation_slider .right-info {
    padding-left: 0;
  }
  .moduleevent .flexslider .infomation_slider .right-info .info {
    padding: 20px;
  }
  .moduleevent .flexslider .infomation_slider p {
    font-size: 14px;
  }
  .moduleevent .flex-direction-nav {
    top: 30px;
    width: 100%;
    text-align: left;
  }
  .moduleevent .flex-direction-nav a.flex-next {
    position: absolute;
    right: 15px !important;
    top: 0;
  }
  .moduleevent .flex-direction-nav a.flex-prev {
    left: 15px !important;
    position: absolute;
    top: 0;
  }
  .owl-wrapper .slide {
    padding: 0;
  }
  .module-inner h3.module-title {
    font-size: 24px;
    text-align: center;
  }
  .mod_tz_news .tz_news .tz_item_default {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .mod_tz_news .tz_news .tz_item_default .infomation_default {
    padding: 0 !important;
  }
  .mod_tz_news .tz_news .tz_item_default.tz_item_special {
    margin-bottom: 20px;
  }
  .mod_tz_news .tz_news .tz_item_default.tz_item_special .info {
    padding: 20px;
  }
  .mod_tz_news .tz_news .tz_item_default.tz_item_special .info .tz_title a {
    font-size: 16px;
  }
  .mod_tz_news .tz_news .tz_item_default.tz_item_special .info span {
    font-size: 11px;
  }
  .mod_tz_news .tz_news .tz_item_default.tz_item_special .info p {
    font-size: 12px;
    padding: 0 0 20px;
  }
  .mod_tz_news .tz_news .tz_item_default.tz_item_special .info .tz_readmore a {
    padding: 5px 20px;
  }
  .totop {
    float: none;
    font-size: 0;
    left: 43%;
    position: absolute;
    bottom: -25px;
  }
  #footer p {
    text-align: center;
    padding-bottom: 0px;
  }
  #tz-footer2 {
    position: relative;
  }
  #tz-logo {
    float: left;
    margin: 0 !important;
    max-width: 50% !important;
  }
  #tz-feature {
    margin-top: 0 !important;
  }
  .TzCustom_desc h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 5px;
  }
  div.tz-custom-paralax {
    height: auto !important;
  }
  .para-background {
    background-position: center !important;
  }
  .modulecontact p {
    text-align: center;
  }
  .owl-wrapper .owl-item .media {
    padding: 0;
  }
  .moduleguest .owl-wrapper .owl-item .media .item_content .media-body h3.media-heading {
    font-size: 12px;
    margin-top: 0;
    line-height: 1.5em;
  }
  .moduleguest .owl-wrapper .owl-item .media .item_content .media-body .media-info {
    border: none;
    padding-bottom: 0;
  }
  .moduleguest .owl-wrapper .owl-item .media .item_content .media-body p {
    font-size: 14px;
  }
  .moduleguest .navigation a {
    background-size: 50% !important;
  }
  .tz_news .tz_item_default_spa {
    border: none;
  }
  .tz_news .tz_item_default_spa .tz_image {
    width: 100%;
    margin: 0;
  }
  .tz_news .tz_item_default_spa .tz_image img {
    width: 100%;
    margin: 0;
  }
  .tz_news .tz_item_default_spa .info {
    clear: both;
    padding: 20px;
  }
  ul.social-link li span {
    margin-left: 5px;
  }
  #tz-bottom-wrapper .t3-module {
    margin-bottom: 20px;
  }
  .TzCustom_desc img {
    margin: 10px 20px;
    width: 120px;
  }
.TzInner .TzInner-content .TzPortfolioMedia,
.TzInner .TzInner-content .TzPortfolioFulltext {
    width: 100%;
  }
.TzInner .TzPortfolioFulltext .inner-fulltext {
    padding: 0 15px 25px 15px;
  }
.TzInner .TzPortfolioFulltext .inner-fulltext ul li {
    font-size: 14px;
    line-height: 2em;
    padding: 10px 15px;
  }
  .blog_description .TzBlogTitle,
  .blog_description h1.TzArticleTitle {
    font-size: 30px;
  }
  .item-page .blog_description .TzDescription p {
    font-size: 14px;
    padding-top: 10px;
  }
  .blog_description .TzArticleBlogInfo span {
    font-size: 12px;
  }
  #topsl #tz-topsl1 {
    width: 100% !important;
  }
  #topsl #tz-topsl1 .tz-quote {
    height: auto;
  }
  #topsl #tz-topsl1 .ch-item .ch-info {
    display: none;
  }
  #topsl #tz-topsl2 {
    width: 100% !important;
  }
  div.swiper-container {
    height: 460px;
  }
  .swiper-slide .swiper-desc {
    margin: 25px;
    padding: 10px 0 60px;
    font-size: 13px;
  }
  .plazart-mainnav .nav-collapse {
    margin-top: 0;
  }
  .plazart-mainnav .nav-collapse .mega-dropdown-inner .row-fluid > .span12.mega-col-nav:last-child .mega-inner {
    padding: 0 20px;
  }
  .plazart-mainnav .nav-collapse .mega-dropdown-inner .row-fluid > .span12.mega-col-nav:last-child .mega-inner .mega-nav {
    padding-left: 10px;
  }
  .plazart-mainnav .nav-collapse .nav li.dropdown.active > .dropdown-toggle,
  .plazart-mainnav .nav-collapse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #fff;
  }
  .plazart-mainnav .nav-collapse .mega-dropdown-inner .mega-col-nav.column-center .mega-inner,
  .plazart-mainnav .nav-collapse .mega-dropdown-inner .last-col .mega-inner,
  .plazart-mainnav .nav-collapse .mega-dropdown-inner .row-fluid > div:last-child .mega-inner {
    padding-left: 20px;
  }
  .plazart-mainnav .nav-collapse .nav > li > span > a,
  .plazart-mainnav .nav-collapse .dropdown-menu div a {
    font-weight: normal;
  }
  .plazart-mainnav .nav-collapse .mega-nav .mega-group > .mega-group-title,
  .plazart-mainnav .nav-collapse .dropdown-menu ul.mega-nav .mega-group > .mega-group-title,
  .plazart-mainnav .nav-collapse .dropdown-menu .active ul.mega-nav .mega-group > .mega-group-title {
    padding-bottom: 10px;
  }
  .off-canvas div#off-canvas-nav {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    bottom: 0;
    box-shadow: 0 0 10px;
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 0;
    z-index: 999999;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav {
    bottom: 0;
    overflow-y: scroll;
  }
  .item-pagebg_none .blog_description {
    padding: 30px 0;
  }
  div.moduleheader {
    min-height: 200px;
  }
  div.moduleheader img {
    height: 200px;
    max-width: none;
    min-height: 0;
    min-width: 0;
    position: relative;
  }
  .customcontact strong {
    float: none;
  }
  #tz-logo {
    z-index: 9999;
    position: relative;
  }
}
@media (max-width: 768px) {
  .row-fluid .span12,
  .row-fluid .span6,
  .row-fluid .span4,
  .row-fluid .span3,
  .row-fluid .span2 {
    clear: both;
    float: none;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 768px !important;
  }
  [class*="span"]:after {
    clear: both;
    content: "";
    display: block;
  }
  [class*="span"] {
    margin-top: 20px;
  }
  [class*="span"]:first-child {
    margin-top: 0;
  }
  .tz-article .article-header {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  #tz-header {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  body > footer .nav {
    padding: 14px 0;
    width: 100%;
  }
  body > footer .nav li {
    clear: both;
    display: block;
    text-align: left;
    width: 100%;
  }
  body > footer .nav {
    border-bottom: 1px solid #e5e5e5;
  }
  body > footer .tz-copyrights,
  body > footer .tz-toplink {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #tz-social-icons {
    display: none !important;
  }
  body > header > .row {
    text-align: center;
  }
  body {
    padding: 0;
  }
  body > header #mod-search-searchword {
    float: none;
    margin: 0 auto;
  }
  #tz-main .container-fluid #sidebar {
    margin: 0 !important;
    width: 100% !important;
  }
  #tz-main .container-fluid #sidebar .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left !important;
    padding: 0 10px !important;
    width: 50%;
  }
  .tz-big-header {
    font-size: 56px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .tz-small-header {
    font-size: 16px;
  }
  .tz-buttons {
    padding: 30px 0;
  }
  .tz-blue-button,
  .tz-yellow-button {
    font-size: 18px;
    font-weight: 300;
    height: 32px;
    line-height: 33px;
    margin-left: 16px;
    padding: 0 24px;
  }
  .tz-medium-header {
    font-size: 24px;
  }
  .container-fluid .row-fluid .tz-demo-content,
  .container-fluid .row-fluid .tz-demo-content.span4 {
    float: none !important;
    margin: 0 auto !important;
    max-width: 360px !important;
    width: 100% !important;
  }
  #tz-download-btn {
    width: 100px;
  }
  .tz-main-menu {
    padding: 0 20px;
    position: absolute;
    right: 28px;
    top: 85px;
    left: 50px;
    z-index: 9999;
  }
  .tz-headline .custom a.bg-1 {
    margin-bottom: 10px;
  }
  div.TzBlog div.TzBlogInner h3.TzBlogTitle a,
  div.TzItemPage h2.TzArticleTitle a,
  div.TzPortfolioItemPage h2.TzArticleTitle a {
    font-size: 24px !important;
  }
  #tz-component .TzBlog .TzBlogInner,
  div.TzItemPage .TzItemPageInner,
  div.TzPortfolioItemPage .TzItemPageInner,
  div.TzItemPage .TzArticleInfo,
  div.TzPortfolioItemPage .TzArticleInfo {
    padding-right: 0 !important;
  }
  div.tz-inner {
    padding: 30px 20px 27px !important;
  }
  #tz-footer .tz-inner {
    padding: 20px !important;
  }
  #tz-framework-logo {
    margin: auto;
    float: none !important;
    clear: both;
  }
  a,
  a:active,
  a:hover {
    text-decoration: none;
  }
  .tz-headline h2 {
    line-height: 36px;
  }
  .container-fluid div.row-fluid .span2 {
    max-width: 100% !important;
  }
  div#TzContent #tz_options ul li {
    display: inline !important;
  }
  div#tz_options,
  div#portfolio {
    float: none;
    width: 100%;
  }
  div#TzContent div.tz_item .TzInner {
    margin-left: 0;
    margin-right: 0;
  }
  div#timeline .TzDate {
    padding-left: 0;
  }
  div.tz-mainmenu-toggle a {
    margin-top: 3px;
  }
  .contact {
    width: 100%;
  }
  .contact .contact-address-box {
    margin-top: 0;
  }
  div.contact-form {
    padding: 0 !important;
  }
  .contact-form .control-group .controls input,
  .contact-form .control-group .controls textarea {
    padding: 0 5% !important;
    width: 90% !important;
  }
  div.form-actions {
    padding-left: 0;
  }
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
  }
  .bottom_info .TzCreatedby {
    float: none;
    text-align: center;
  }
  .bottom_info .tz_portfolio_like_button .TzLikeButtonInner {
    text-align: center;
  }
  .bottom_info .tz_portfolio_like_button .TzLikeButtonInner .TzLikeQuestion {
    display: none;
  }
  .bottom_info .tz_portfolio_like_button .TzLikeButtonInner > div {
    display: inline;
  }
  .bottom_info .tz_portfolio_like_button {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
  div#tz_Flexslider2 {
    width: 100% !important;
    margin-bottom: 90px;
  }
  /*div#tz_Flexslider2 .sl-description {*/
    /*background: #d31266;*/
    /*bottom: auto;*/
    /*top: 100%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*padding: 15px 5px 10px;*/
    /*text-align: center;*/
  /*}*/
  div#tz_Flexslider2 .sl-description h3.caption-title {
    font-size: 18px;
    line-height: 1em;
  }
  div#tz_Flexslider2 .sl-description h3.caption-title a {
    font-size: 18px;
  }
  div#tz_Flexslider2 .sl-description h3.caption-title span {
    font-size: 12px;
  }
  div#tz_Flexslider2 .flex-direction-nav a.flex-prev,
  div#tz_Flexslider2 .flex-direction-nav a.flex-next {
    width: 30px;
    top: auto;
    left: 15px;
    border-radius: 50%;
    height: 30px;
    bottom: -50px;
    overflow: visible;
  }
  div#tz_Flexslider2 .flex-direction-nav a.flex-prev span,
  div#tz_Flexslider2 .flex-direction-nav a.flex-next span {
    border-radius: 50%;
    bottom: 0;
    height: 30px;
    right: 0;
    top: auto;
    width: 30px;
    background-size: 24%;
  }
  div#tz_Flexslider2 .flex-direction-nav a.flex-next {
    left: auto;
    right: 15px;
  }
  .new_show_all_spa .showall_box {
    left: 41%;
  }
  div.customfeature p {
    padding: 0 30px;
  }
  #tz-top1 {
    width: 72% !important;
    padding-top: 5px;
  }
  #tz-top2 {
    width: 26% !important;
    float: right !important;
    clear: none !important;
  }
  .plazart-mainnav .navbar .btn-navbar {
    margin-top: 10px;
  }
  #tz-logo {
    max-width: 50% !important;
  }
  #tz-menu {
    width: 150px !important;
    clear: none;
    float: right !important;
  }
  #tz-footer1 {
    width: 100% !important;
    text-align: center;
  }
  .owl-wrapper .slide .infomation .tz_image img {
    min-height: 100%;
  }
  .plazart-megamenu.animate .mega > .mega-dropdown-menu {
    opacity: 1 !important;
  }
  .exit-cavas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: none;
  }
  .container #tz-message-area {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .row-fluid .span12,
  .row-fluid .span6,
  .row-fluid .span4,
  .row-fluid .span3,
  .row-fluid .span2 {
    clear: both;
    float: none;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 768px !important;
  }
  [class*="span"]:after {
    clear: both;
    content: "";
    display: block;
  }
  [class*="span"] {
    margin-top: 20px;
  }
  [class*="span"]:first-child {
    margin-top: 0;
  }
  .tz-article .article-header {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  #tz-header {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  body > footer .nav {
    padding: 14px 0;
    width: 100%;
  }
  body > footer .nav li {
    clear: both;
    display: block;
    text-align: left;
    width: 100%;
  }
  body > footer .nav {
    border-bottom: 1px solid #e5e5e5;
  }
  body > footer .tz-copyrights,
  body > footer .tz-toplink {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #tz-social-icons {
    display: none !important;
  }
  body > header > .row {
    text-align: center;
  }
  body {
    padding: 0;
  }
  body > header #mod-search-searchword {
    float: none;
    margin: 0 auto;
  }
  #tz-main .container-fluid #sidebar {
    margin: 0 !important;
    width: 100% !important;
  }
  #tz-main .container-fluid #sidebar .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left !important;
    padding: 0 10px !important;
    width: 50%;
  }
  .tz-big-header {
    font-size: 56px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .tz-small-header {
    font-size: 16px;
  }
  .tz-buttons {
    padding: 30px 0;
  }
  .tz-blue-button,
  .tz-yellow-button {
    font-size: 18px;
    font-weight: 300;
    height: 32px;
    line-height: 33px;
    margin-left: 16px;
    padding: 0 24px;
  }
  .tz-medium-header {
    font-size: 24px;
  }
  .container-fluid .row-fluid .tz-demo-content,
  .container-fluid .row-fluid .tz-demo-content.span4 {
    float: none !important;
    margin: 0 auto !important;
    max-width: 360px !important;
    width: 100% !important;
  }
  #tz-download-btn {
    width: 100px;
  }
  .tz-main-menu {
    padding: 0 20px;
    position: absolute;
    right: 28px;
    top: 85px;
    left: 50px;
    z-index: 9999;
  }
  .tz-headline .custom a.bg-1 {
    margin-bottom: 10px;
  }
  div.TzBlog div.TzBlogInner h3.TzBlogTitle a,
  div.TzItemPage h2.TzArticleTitle a,
  div.TzPortfolioItemPage h2.TzArticleTitle a {
    font-size: 24px !important;
  }
  #tz-component .TzBlog .TzBlogInner,
  div.TzItemPage .TzItemPageInner,
  div.TzPortfolioItemPage .TzItemPageInner,
  div.TzItemPage .TzArticleInfo,
  div.TzPortfolioItemPage .TzArticleInfo {
    padding-right: 0 !important;
  }
  div.tz-inner {
    padding: 30px 20px 27px !important;
  }
  #tz-footer .tz-inner {
    padding: 20px !important;
  }
  #tz-framework-logo {
    margin: auto;
    float: none !important;
    clear: both;
  }
  a,
  a:active,
  a:hover {
    text-decoration: none;
  }
  .tz-headline h2 {
    line-height: 36px;
  }
  .container-fluid div.row-fluid .span2 {
    max-width: 100% !important;
  }
  div#TzContent #tz_options ul li {
    display: inline !important;
  }
  div#tz_options,
  div#portfolio {
    float: none;
    width: 100%;
  }
  div#TzContent div.tz_item .TzInner {
    margin-left: 0;
    margin-right: 0;
  }
  div#timeline .TzDate {
    padding-left: 0;
  }
  div.tz-mainmenu-toggle a {
    margin-top: 3px;
  }
  .contact {
    width: 100%;
  }
  .contact .contact-address-box {
    margin-top: 0;
  }
  div.contact-form {
    padding: 0 !important;
  }
  .contact-form .control-group .controls input,
  .contact-form .control-group .controls textarea {
    padding: 0 5% !important;
    width: 90% !important;
  }
  div.form-actions {
    padding-left: 0;
  }
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
  }
  .bottom_info .TzCreatedby {
    float: none;
    text-align: center;
  }
  .bottom_info .tz_portfolio_like_button .TzLikeButtonInner {
    text-align: center;
  }
  .bottom_info .tz_portfolio_like_button .TzLikeButtonInner .TzLikeQuestion {
    display: none;
  }
  .bottom_info .tz_portfolio_like_button .TzLikeButtonInner > div {
    display: inline;
  }
  .bottom_info .tz_portfolio_like_button {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
  div#tz_Flexslider2 .sl-description h3.caption-title {
    font-size: 18px;
    line-height: 1em;
  }
  div#tz_Flexslider2 .sl-description h3.caption-title a {
    font-size: 18px;
  }
  div#tz_Flexslider2 .sl-description h3.caption-title span {
    font-size: 12px;
  }
  div#tz_Flexslider2 .flex-direction-nav a.flex-prev,
  div#tz_Flexslider2 .flex-direction-nav a.flex-next {
    width: 30px;
    top: auto;
    left: 15px;
    border-radius: 50%;
    height: 30px;
    bottom: -50px;
    overflow: visible;
  }
  div#tz_Flexslider2 .flex-direction-nav a.flex-prev span,
  div#tz_Flexslider2 .flex-direction-nav a.flex-next span {
    border-radius: 50%;
    bottom: 0;
    height: 30px;
    right: 0;
    top: auto;
    width: 30px;
    background-size: 24%;
  }
  div#tz_Flexslider2 .flex-direction-nav a.flex-next {
    left: auto;
    right: 15px;
  }
  .new_show_all_spa .showall_box {
    left: 41%;
  }
  div.customfeature p {
    padding: 0 30px;
  }
  #tz-top1 {
    width: 72% !important;
    padding-top: 5px;
  }
  #tz-top2 {
    width: 26% !important;
    float: right !important;
    clear: none !important;
  }
  .plazart-mainnav .navbar .btn-navbar {
    margin-top: 10px;
  }
  #tz-logo {
    max-width: 50% !important;
  }
  #tz-menu {
    width: 150px !important;
    clear: none;
    float: right !important;
  }
  #tz-footer1 {
    width: 100% !important;
    text-align: center;
  }
  .owl-wrapper .slide .infomation .tz_image img {
    min-height: 100%;
  }
  .plazart-megamenu.animate .mega > .mega-dropdown-menu {
    opacity: 1 !important;
  }
  .exit-cavas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: none;
  }
  .container #tz-message-area {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .row-fluid .span12,
  .row-fluid .span6,
  .row-fluid .span4,
  .row-fluid .span3,
  .row-fluid .span2 {
    clear: both;
    float: none;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 480px !important;
  }
  .container-fluid .row-fluid .span2 {
    max-width: 240px !important;
  }
  .tz-article .article-header {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .item-page aside {
    float: none;
    position: static;
    width: 100%;
  }
  .tz-article {
    clear: both;
    margin-left: 0 !important;
    min-height: 120px;
    font-size: 13px;
    line-height: 23px !important;
  }
  .item-page time {
    display: block;
    width: 66px;
    height: 66px;
    line-height: 52px;
    padding: 6px;
    text-align: center;
    background: #ffb251;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    float: left;
    margin-left: 0;
  }
  .item-page time span {
    display: block;
    font-size: 18px;
    line-height: 0;
  }
  .article-info {
    float: left;
    margin: 0 0 10px 10px;
    text-align: left;
    font-size: 11px;
  }
  .article-info dt,
  .article-info dd {
    float: left;
    margin: 0 0 3px 5px;
  }
  .article-info dt {
    clear: both;
  }
  .contact .thumbnail {
    display: block;
    float: none;
    margin: 20px 0;
  }
  .contact .form-horizontal .control-label {
    text-align: left;
  }
  .tz-big-header {
    font-size: 32px;
    line-height: 1.2;
    margin-top: 0px;
  }
  .tz-small-header {
    font-size: 12px;
  }
  .tz-buttons {
    padding: 20px 0 0 0;
  }
  .tz-blue-button,
  .tz-yellow-button {
    font-size: 14px;
    font-weight: 300;
    height: 24px;
    line-height: 25px;
    margin-left: 10px;
    padding: 0 16px;
  }
  .tz-medium-header {
    font-size: 18px;
  }
  #tz-download-btn {
    width: 80px;
  }
  .new_show_all_spa .showall_box {
    left: 37%;
  }
  div.moduleheader {
    min-height: 120px;
  }
  div.moduleheader img {
    height: 150px;
    max-width: none;
    min-height: 0;
    min-width: 0;
    position: relative;
  }
  #tz-top1 {
    width: 100% !important;
    padding-top: 0;
  }
}
.info_slide{
    position: relative;
}
.p_tag a{
    text-transform: none !important;
}
#googlemapswidget-2 h3.module-title{
    display: none;
}
aside#googlemapswidget-2{
    border: 12px solid rgba(229, 229, 229, 0.8);
}
#contact_info-2 h3.module-title span{
    padding: 33px 0;
    border-top: 7px solid #D31266;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
#contact_info-2{
    margin-top: 36px;
}
#wysija-2 h3.module-title span{
    padding: 35px 0;
    border-top: 7px solid #D31266;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
#wysija-2{
    margin-top: 40px;
}
p.wysija-paragraph label{
    display: none !important;
}
input.wysija-input{
    background: none repeat scroll 0 0 #E5E5E5;
    border: medium none;
    border-radius: 0;
    color: #000000;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 100%;
}
#Mod107{
    overflow: hidden;
}
input.wysija-submit{
    background: none repeat scroll 0 0 #D31266;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    margin-top: 15px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
a#toTop{
    display: none !important;
}
div.tagcloud a{
    background: none repeat scroll 0 0 #747474;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: 'open sans';
    font-size: 14px !important;
    padding: 12px 20px;
    display: inline-block;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    margin: 0 10px 20px;
}
div.tagcloud a:hover{
    background: #ffffff;
    color: #000000;
}
aside.fearture ul{
    margin: 0;
    margin-top: 7px;
}
div.modulemodule-first aside.fearture h3.module-title{
    display: inline-block;
    margin: 0;
}
div.fearture-item{
    background: #ffffff;
    padding: 12px;
}
.index-img{
    width: 100%;
    display: inline-block;
}
.index-img img{
    width: 100%;
}
.tz-single-audio{
    width: 100%;
}

#tz-component-area-wrapper {
    margin-top: 35px;
}
aside.fearture h3.module-title{
    border-top : 7px solid #D31266;
    padding: 35px 0;
}
input#author, input#email{
    width: 99%;
    height: 35px;
}
textarea#comment{
    width: 99%;
}
input#submit{
    height: 30px;
    background: #D31266;
    border: none;
    color: #ffffff;
}
.tz_portfolio_video iframe{
    margin-bottom: -5px !important;
}
div.author-content img{
    height: 150px;
    width:  150px;
}
section.author-info{
    margin: 20px 20px;
}
h3.AuthorName a{
    color: #000000;
}
#tz-header-wrapper{
    background: #ffffff;
}
#tz-header-wrapper .container{
    height: 100%;
}
#tz-header-wrapper .container #header{
    height: 100%;
}
#tz-header-wrapper .container #header #tz-logo{
    height: 100%;
}
#tz-header-wrapper .container #header #tz-logo img{
    height: 100%;
}
.tz_portfolio_image a img{
    width: 100%;
}
/*New effect Portfolio*/
.TzPortfolioMedia .tz_portfolio_image img{
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    width: 100%;
}
#TzContent .element .TzInner:hover .tz_portfolio_image img{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
/*#TzContent .element .TzInner .tz_portfolio_image2 img{*/
    /*margin-top: 10px;*/
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
/*}*/
div.TzInner-content2{
    background: #ffffff;
    padding: 10px;
}
.span12{
    width: 100%;
}
.modulecontact aside ul li span{
    font-size: 18px;
    line-height: 1.5em;
}
.definition-page .ngg-galleryoverview{
    max-width: 1540px;
    margin: 0 auto;
}
.ngg-galleryoverview div div{
    width: 100%;
}
.ngg-galleryoverview div div a{
    display: block;
    width: 100%;
}
.ngg-galleryoverview div div a img{
    width: 100%;
}
#plazart-mainnav ul li a{
    font-family: 'raleway';
}
h1.page-heading a{
    color: #ffffff;
}
div.TzServicesguest owl-wrapper .owl-item .media .item_content{
    width: auto !important;
    height: auto !important;
}
.stylevideo{
    width: 100%;
    height: 450px;
}
.plazart-mainnav .navbar .nav > li:hover{
    background-color: #D31266;
}
.TzCustom_desc .row-fluid div{
    margin-left: 20px !important;
    margin: 55px 0;
}
aside.google-maps-widget a img{
    width: 100%;
}
.tz-notdata p{
    color: #000;
    font-family: 'Opensans';
    font-size: 24px;
}
body.search-no-results #tz-main-body-wrapper .container{
    margin: 50px 0;
}
div.TzInner-content2 div.TzPortfolioMedia2 div.tz_portfolio_image2 img{
    width: 100%;
}
#tz-header-wrapper .container #header #tz-logo img {
    height: auto !important;
}
.moduleoursevices h3.module-title {
    margin-top: 0 !important;
    padding: 0 !important;
}
body.page-template-template-spa-php h3.module-title span{
    color: #d31266;
}
div#tz-bottom{
    margin: 0;
}
div#feature{
    overflow: hidden;
}
aside.widget option{
    width: 210px !important;
}
aside#tz-right aside.widget_tag_cloud{
    margin-bottom: 60px;
}
span.tz_image{
    overflow: hidden;
}
div.control-label span{
    background: none repeat scroll 0 0 #ffffff;
    color: rgba(0, 0, 0, 0.7);
    float: left;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    text-align: center;
    width: 100px;
    display: block;
}
div.control span{
    background: none repeat scroll 0 0 #ffffff;
    color: rgba(0, 0, 0, 0.7);
    float: left;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    text-align: center;
    width: 100px;
}
div.controls{
    margin-left: 130px;
}
table thead tr th{
    padding-right: 40px;
}
table thead tr th{
    border-bottom: 1px solid #dedede;
}
table thead tr th:first-child{
    border-bottom: none;
}
table tbody tr td{
    border-bottom: 1px solid #dedede;
    padding: 6px 10px 6px 0;
}
table tbody th a{
    color: #bc360a;
    text-transform: uppercase;
}
table tbody th{
    text-align: left;
}
.stylevideo{
    width: 100%;
    height: 450px;
}
.full-width .site-content .alignleft {
    clear: left;
}
div.get_comment h3#reply-title{
    margin-left: 30px;
}
div.get_comment p.comment-form-comment{
    margin-top: 20px;
}
@CHARSET "ISO-8859-1";
.bt-googlemaps img{
    max-width: none!important;
}
.TzServices {
    position: relative;
}
.TzServices .navigation{
    display: inline-block;
    position: absolute;
    right: 0;
    top: -35px;
}
.TzServices .navigation .tz_service_left,
.TzServices .navigation .tz_service_right{
    display: block;
    width: 15px;
    height: 25px;
    float: left;
}
.TzServices .tz_service_left {
    background: url("../images/bg_direction_nav.png") no-repeat;
    background-position: 0 100%;
    background-size: 30px;
    cursor: pointer;
}

.TzServices .tz_service_right {
    background: url("../images/bg_direction_nav.png") no-repeat;
    background-position: 100% 0;
    background-size: 30px;
    cursor: pointer;

}

@media screen and (max-width: 1200px) {
    .owl-carousel {
        width: 90%;
        margin: auto;
    }
}
.ajax-content{
    margin-top: 60px;
    margin-left: 240px;
    margin-right: 240px;
}
div.TzInner{
    position: relative;
}
.ajax-content .TzPortfolioMedia{
    width: 50%;
    float: left;
}
.ajax-content .TzPortfolioFulltext{
    width: 50%;
    float: left;
}
.ajax-content .TzInner-content{
    background: none repeat scroll 0 0 #D31266;
}
.fullwidth{
    width: 100% !important;
}
.fullwidth .tz_portfolio_image img{
    width: 100%;
}
.dpn{
    display: none;
}
.ngg-gallery-thumbnail img{
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}
.ngg-gallery-thumbnail-box{
    margin-right: 0 !important;
    position: relative;
    overflow: hidden;
}
.ngg-galleryoverview{
    margin: 0 auto;
}

.ngg-gallery-thumbnail span{
    color: #FFFFFF;
    display: block;
    font-size: 14px !important;
    font-weight: bold;
    left: 0;
    bottom: -80px;
    position: absolute;
    width: 100%;
    height: 50px;
    visibility: hidden;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    background: #D31266;
    padding-top: 30px;
}
.ngg-gallery-thumbnail:hover span{
    visibility: visible;
    bottom: 0;
}
.ngg-gallery-thumbnail img{
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    border: none !important;
}
.ngg-gallery-thumbnail:hover img{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}
div.light_box_map{
    margin-top: 60px;
}
.first-title1, .first-title2, .first-title3 {
    width: 100px;
    height: 45px;
    background: #ffffff;
    float: left;
    text-align: center;
}
.first-title1 span{
    display: block;
    margin-top: 12px;
}
.first-title2 span{
    display: block;
    margin-top: 12px;
}
.first-title3 span{
    display: block;
    margin-top: 12px;
}
span.your-name input{
    height: 45px;
    display: inline-block;
    border: none;
    border-radius: 0 ;
    padding: 0;
    width: 100%;
}
span.your-email input{
    height: 45px;
    display: inline-block;
    border: none;
    border-radius: 0 ;
    padding: 0;
    width: 100%;
}span.your-subject input{
     height: 45px;
     display: inline-block;
     border: none;
     border-radius: 0 ;
     padding: 0;
     width: 100%;
 }
textarea.wpcf7-textarea{
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
}
p.submit{
    width: 666px;
    position: relative;
    display: inline-block;
    height: 45px;
}
p.submit input{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: none;
    color: #D31266;
    display: inline-block;
    font-size: 14px;
    padding: 11px 20px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
    position: absolute;
    right: 0;
}
p.submit input:hover{
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-backface-visibility: hidden;
    color: #d31266;
}
.tz_category a{
    color: #ffffff;
}
.ajax-load-here{
    margin-top: 20px;
}
div#portfolio{
    margin-bottom: 30px;
}
div.wp-pagenavi span.page{
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    margin: 0 3px;
    padding: 4px 11px !important;
    transition: all 0.3s linear 0s;
}.wp-pagenavi span:hover{
     border: 1px solid #D31266;
 }
h3.shortcode{
    margin: 20px 0px;
}
div.item_fulltext{
    margin-top: 20px;
}
#infscr-loading{
    position: absolute !important;
    bottom: 20px;
}
div.stylect{
    margin: 0 150px;
}
div.stylect h3{
    text-align: center;
    margin: 30px 0;
    font-size: 30px;
    font-weight: normal;
}
div.stylect div.span4{
    background: #ffffff;
    margin-top: 10px;
    padding: 30px 25px;
}
div.img-ctinfo{
    text-align: center;
}
.dl-horizontal dd{
    margin-left: 0 !important;
    text-align: center;
    margin-top: 20px;
}
span.contact-street{
    font-size: 18px;
}
span.contact-emailto{
    font-size: 18px;
}
span.contact-telephone{
    font-size: 18px;
}
span.contact-mobile{
    font-size: 18px;
    display: block;
    margin-top: 20px;
}
.nav-collapse div.plazart-megamenu ul.megamenu > li.current-menu-item > span{
    background: #d31266;
}
.nav-collapse div.plazart-megamenu  ul.megamenu > li.current_page_item ul li span a{
    border: none;
}
.nav-collapse div.plazart-megamenu ul.megamenu > li.current-menu-item > span > a{
    color: #ffffff;
}


section.definition-page{
    margin: 60px auto;
    max-width: 1540px;
    padding: 0 60px;
}
section.definition-page p{
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 1.7em;
}
div.get_comment{
    margin-top: 50px;
}
div.aq-block-fitness_column_block{
    margin: 0 auto !important;
    max-width: 1540px !important;
    float: none;
}
aside.widget_archive a{
    color: #000000;
}
aside.widget_calendar a{
    color: #000000;
}
aside.widget_categories a{
    color: #000000;
}
aside.widget_nav_menu a{
    color: #000000;
}
aside.widget_recent_comments a{
    color: #000000;
}
aside.widget_meta a{
    color: #000000;
}
aside.widget_pages a{
    color: #000000;
}
aside.widget_recent_entries a{
    color: #000000;
}
aside.widget_rss a{
    color: #000000;
}
aside.widget_search .searchform .Tzsearchform{
    border:1px solid #000000;
    height: 40px;
}
aside.widget_search i{
    display: none;
}
div.get-sidebar aside.monster-widget-placeholder-2{
    border-top: none ;
}
aside.widget_text, aside.widget_archive, aside.widget_search, aside.widget_tag_cloud, aside.widget_rss, aside.widget_recent_entries, aside.widget_pages, aside.widget_meta, aside.widget_recent_comments, aside.widget_nav_menu, aside.widget_categories, aside.widget_calendar, aside.widget_archive{
    margin-top: 60px;
}
aside#tz-right{
    margin-top: 60px;
}
div.wp-pagenavi{
    margin-bottom: 20px;
    margin-bottom: 85px !important;
    padding-top: 28px;
}
a.tz-logo-text:hover, a.tz-logo-text:active, a.tz-logo-text:focus{
    color: #000000;
}
aside#tz-right aside h3.module-title span{
    border-top: 7px solid #d31266;
    display: inline-block;
    padding: 35px 0;
}
aside#tz-right{
    margin-top: 0;
}
aside#tz-right aside:first-child{
    margin-top: 0;
}
div.TzCustom_desc{
    margin:  0 auto;
    max-width: 1540px;
}
#tz-header-wrapper .container{
    margin: 0 auto;
    max-width: 1540px;
    width: auto;
}
#tz-top-wrapper .container{
    margin: 0 auto;
    max-width: 1540px;
    width: auto;
}
.aq-template-wrapper{
    margin: 30px 0;
}
.aq-block-fitness_slider_block{
    margin-top: -30px;
}
#tz-bottom-wrapper .container{
    margin: 0 auto;
    max-width: 1540px;
}
div.TzServices{
    margin: 0 auto;
    max-width: 1540px;
}
.tzwginfo{
    background: none repeat scroll 0 0 #e5e5e5;
    border-radius: 5px;
    padding: 12px;
    text-align: center;
    display: block;
    position: relative;
}
.tzwginfo span.viewdate{
    position: absolute;
    left: 10px;
}
aside#tz-right aside.fearture h3.module-title span{
    border-top: none ;
    padding: 0;
}
div.get_footer aside h3.module-title span{
    border-top: 7px solid #d31266;
    padding: 35px 0;
}
div.get_footer aside.google-maps-widget{
    margin-top: 0 !important;
}
div.get_footer aside:first-child{
    margin-top: 34px;
}
section.comment-content p{
    padding: 25px 40px 50px;
    background: #ffffff;
    font-family: 'OpenSansRegular';
    margin: 10px 0;
}
div.get_comment section.comment-content p{
    padding: 25px 40px 50px;
    background: #dedede;
    font-family: 'Open Sans';
    margin: 10px 0;
}
section.comment-content cite{
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    text-transform: capitalize;
    font-weight: bold;
}
section.comment-content{
    position: relative;
}
a.comment-reply-link{
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #000000;
}
a.comment-edit-link span{
    display: none;
}
a.comment-edit-link{
    position: absolute;
    bottom: 15px;
    right: 67px;
    color: #000000;
}
section.comment-content time{
    position: absolute;
    bottom: 15px;
    left: 40px;
    color: #000000;
}
header.comment-meta img{
    display: none;
}
span.TzCommentTitle{
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
ol.commentlist{
    margin-top: 20px;
}
span.viewhits{
    margin-left: 100px;
}
div.tzload_cat{
    margin-left: 50%;
    margin-top: 30px;
}
.item_fulltext_inner .item_description p{
    margin: 0 40px !important;
}
span.definition-menu{
    display: block;
}
div.ngg-imagebrowser div.pic{
    background: #ffffff;
}
aside.google-maps-widget img{
    width: 100%;
}
aside.google-maps-widget p{
    margin: 0;
}
/*-------------------------------------------------------------------------

    [14. Nextgen - Gallery CSS/ .ngg-galleryoverview]

----------------------------------------------------------------------------*/
.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev {
    background: none repeat scroll 0 0 #fff;
    border: none !important;
    color: #000;
    margin:0 3px !important;
    padding: 4px 11px !important;
    text-decoration: none;
}

.ngg-navigation span {
    border: 1px solid #D31266;
    font-weight: bold;
    margin: 0 3px !important;
    padding: 4px 11px !important;
}
div.slideshowlink a{
    background: none repeat scroll 0 0 #D31266;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
}
.ngg-imagebrowser h3 {
    color: #ffffff;
    margin-bottom: 60px;
    text-align: center;
}
.ngg-imagebrowser-nav .counter {
    color: #fff;
    font-size: 2em !important;
    text-align: center;
}
.ngg-imagebrowser-nav .back{
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    float: left;
    padding: 3px 7px;
    margin-left: 30px;
}
.ngg-imagebrowser-nav .next{
    background: #fff;
    margin-right: 30px;
}
.ngg-imagebrowser-nav .back a{
    color: #000;
}
.ngg-imagebrowser-nav .next a{
    color: #000;
}
.ngg-imagebrowser-desc {
    clear: both;
    text-align: center;
}

.ngg-imagebrowser-nav .counter {
    text-align: center;
    color: #000;
}
.ngg-tagcloud ul.wp-tag-cloud li a {
    color: #000;
    display: table-cell;
    font-size: 25px !important;
    height: 30pt;
    vertical-align: bottom;
}
.ngg-navigation{
    padding-top: 30px !important;
    padding-bottom: 15px !important;
    float: right;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border:1px solid #D31266 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
    margin: 0 3px !important;
    padding: 3px 5px;
    text-decoration: none;
}
body.page-template-template-spa-php div#tz-feature{
    margin: 0 !important;
}
.item_fulltext_inner .item_description p:first-child {
    margin: 0;
}
.ngg-navigation a.page-numbers:hover, .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.next:hover, .ngg-navigation span.prev:hover {
    background-color: #D31266 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}
div.aq-block-tz_event_block{

    background: #ffffff;
}
div.aq-block-tz_fpost_block{
    background: #ffffff;
}
aside.widget_contact_info ul{
    margin-left: 0 !important;
}
aside.widget_contact_info ul li span:first-child{
    padding-left: 0 !important;
}
div.widget_wysija_cont{
    margin-top: 32px;
}
div.ajax-content div.tz_portfolio_image{
    padding: 10px;
}
div.definition-page .ngg-slideshow img{
    max-height: 100%;
}
.ngg-imagebrowser img{
    max-height: 100%;
}
.ngg-imagebrowser-nav {
    margin: 40px 0 !important;
    padding: 5px;
}
.ngg-imagebrowser-nav .next, .ngg-imagebrowser-nav .back{
    background: #D31266;
}
.ngg-imagebrowser-nav .next a, .ngg-imagebrowser-nav .back a{
    color: #ffffff;
}
.ngg-imagebrowser-nav .counter {
    color: #D31266;
    text-align: center;
    font-size: 2em;
}
/*------------------------------------
    [15. Other CSS/ Other Css]
-------------------------------------*/
div.tz_news_pro_flex109{
    margin: 0 0 30px !important;
    overflow: hidden;
}
div.slideshowlink{
    text-align: center;
}
aside.ngg_images, aside.widget_slideshow{
    margin-bottom: 30px;
}
div.get_footer aside.ngg_images, aside.widget_slideshow{
    margin-bottom: 60px;
}
div.get_footer aside.ngg_images, aside.ngg_images{
    margin-bottom: 60px;
}
div.get_footer aside.ngg_images, aside.ngg_mrssw{
    margin-bottom: 60px;
}
aside.widget_slideshow .ngg-slideshow{
    text-align: left !important;
    max-width: none !important;
}
.ngg-imagebrowser .pic {
    border: none !important;
}
div.get_footer aside h3.module-title{
    padding: 0;
    border: none;
}
.top10{
    margin-top: 10px;
}
.top15{
    margin-top: 15px;
}
.top20{
    margin-top: 20px;
}
.top25{
    margin-top: 25px;
}
.top30{
    margin-top: 30px;
}
div.wpcf7-validation-errors{
    width: 653px;
}
div.customheader{
    overflow: hidden;
}
div.controls-message{
    margin-left: 0 !important;
}
div.aq-block-tz_fpost_block .carousel{
    margin-bottom: 100px !important;
}
.customheader img{
    min-height: 0 !important;
    width: 100%;
}
div.aq-block-tz_fpost_block .carousel{
    margin-bottom: 100px !important;
}
.customheader img{
    min-height: 0 !important;
}
#tz-message-area{
    padding-right: 5px !important;
}
div.stylect div.span4 {
    background: none repeat scroll 0 0 #ffffff;
    margin-top: 10px;
    padding: 45px 25px !important;
}
p.submit {
    width: 100% !important;
}
h2.single-post-sc{
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Raleway';
    font-size: 24px;
    line-height: 40px;
}
.content-heading {
    background: none repeat scroll 0 0 #ebebeb !important;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.5) !important;
    margin: 25px 0 40px;
    padding: 25px;
    width: auto !important;
}
div.special-heading div.content-heading{
    margin-right: 95px !important;
}
div.shortcode-defence{
    background: #fff;
    padding: 25px;
}
#tz-top-wrapper ul{
    list-style: none;
}
div.nonetitle{
    margin-top: 34px !important;
}
.stickymargin{
    margin-bottom: 60px;
}
label.assistive-tzsearch{
    font-family: 'Raleway',Arial,sans-serif;
    font-size: 24px;
    color: #000;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
}

.dtag i{
    color: #ffffff;
}
.dcat i{
    color: #ffffff;
}
.TzArticleBlogInfo .category a{
    color: #fff !important;
}
.TzArticleBlogInfo .tag{
    background: url('../images/tag.png') no-repeat;
    background-size: 16px;
    padding-left: 20px;
}
.TzArticleBlogInfo .tag a{
    color: #fff !important;
}
.nav-previous,
.nav-next{
    margin-bottom: 45px;
}
.nav-previous a,
.nav-next a{
    color: #222222;
    font-size: 14px;
    line-height: 24px;
    font-family: inherit;
}
ul.tzcontact-info{
    list-style: none;
}
div.img_left span{
    display: block;
}
div.img_left{
    text-align: center;
    margin-top: 72px;
    margin-bottom: 50px;
}
div.img_left hr{
    margin: 35px 5px 35px 30px;
}
.sticky .tz_portfolio_image{
    background: #d31266;
}
.sticky .blog_description{
    background: #e5e5e5;
    padding: 30px 0;
}
.sticky h3.TzBlogTitle a{
    color: #d31266;
}
.sticky .TzArticleBlogInfo{
    color: #d31266;
}
.sticky .TzDescription p{
    color: #d31266;
}
span.dmonth{
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}
span.dday{
    font-family: "Open Sans";
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 24px;
    padding: 20px 0;
}
.stickyicon,
span.dtag a,
span.dcat a{
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 25px;
    display: inline-block;
}
.dtag{
    color: #fff;
}
.dcat{
    color: #fff;
}
span.dtag a,
span.dcat a{
    margin-left: 10px;
    display: inline-block;
}
span.stickyicon i{
    margin-right: 10px;
}
.sticky .tz_portfolio_video{
    margin-bottom: 0 !important;
}
item_description a img{
    width: 100%;
}
.aq-block-fitness_event_block{
    background: #ffffff;
}
.aq-block-fitness_fpost_block{
    background: #ffffff;
}
body.page-template-template-spa-php .container-fluid{
    padding: 0;
}
body.page-template-template-spa-php ul.tz_news li img {
    margin-right: 30px;
}
.mod_tz_news .tz_news .tz_item_default .infomation_default {
    margin-right: 20px !important;
}
.owl-wrapper .owl-item .media .item_content .image-box img {
    border-radius: 0;
    height: auto;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
}
.new_show_all {
    margin: 30px 0 50px -20px !important;
}
.aq-template-wrapper .aq_span3 {
    width: 22.75% !important;
}
table {
    height: 100%;
}
body.page-template-template-portfolio-php .item_fulltext_inner .item_description p {
    margin: 0 !important;
}

div.stylevb{
    margin: 0 40px;
}
ul li.tz_pricing_price span.currency {
    display: inline-block;
    font-size: 20px;
    transform: translateY(-30px);
}
.features-post{
    padding-bottom: 40px;
}
div.dw-twitter-inner {
    padding: 17px;
}
div.ppservices {
    background: none repeat scroll 0 0 #d31266;
    padding: 50px 30px !important;
}
.sticky .TzArticleBlogInfo .dtag a{
    color: #d31266;
}
.sticky .TzArticleBlogInfo .dtag i{
    color: #d31266;
}
.sticky .TzArticleBlogInfo .dcat a{
    color: #d31266;
}
.sticky .TzArticleBlogInfo .dcat i{
    color: #d31266;
}
#tz-footer1 .custom{
    color: #fff;
}
div#bottom div.get_footer ul{
    list-style: none;
}
.tz_pricing_cloumn ul{
    list-style: none;
}
/*------------------------------------
    [16. Woocommerce Styles]
-------------------------------------*/
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid #d31266;
    border-radius: 0;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}
.woocommerce table.shop_table td.actions{
    height: 100px;
    background: #ffffff;
}
.woocommerce table.shop_table td.actions input.button{
    background: #d31266;
    height: 35px;
    text-shadow: none;
    font-family: "Levenim MT";
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;

}
tr.cart_item{
    background: #ffffff;
}
.woocommerce table.shop_table tbody tr.cart_item td.product-thumbnail{
    padding: 30px 0 30px 30px;
    position: relative;
}
.woocommerce-page table.shop_table thead{
    background: #f5f6f7;
}
table thead tr th {
    border-bottom: none;
}
.woocommerce table.shop_table tbody tr.cart_item td.product-thumbnail > a{
    display: inline-block;
    width: 100px;
    height: 100px;
}
.woocommerce table.shop_table tbody tr.cart_item td.product-thumbnail a img{
    width: 100%;
    height: 100%;
    border: 2px solid #ebebeb;
}
tr.cart_item td.product-thumbnail span.nameproduct a{
    width: auto;
    height: auto;
    margin-left: 20px;
    font-family: 'Levenim MT';
    color: #565555;
    font-size: 16px;
}
tr.cart_item td.product-thumbnail span.nameproduct{
    position: absolute;
}
td.product-price{
    position: relative;
}
td.product-price .amount{
    position: absolute;
    top: 30px;
    font-family: 'Levenim MT';
    color: #d31266;
    font-size: 24px;
}
td.product-subtotal .amount{
    position: absolute;
    top: 30px;
    font-family: 'Levenim MT';
    color: #d31266;
    font-size: 24px;
}
td.product-quantity{
    position: relative;
}
td.product-quantity .quantity{
    position: absolute;
    top: 30px;
    font-family: 'Raleway';
    color: #565555;
}
td.product-subtotal{
    position: relative;
}
td.product-subtotal .amount{
    position: absolute;
    top:30px;
}
td.product-remove{
    position: relative;
}
td.product-remove .remove{
    position: absolute;
    top: 30px;
}
.woocommerce-page table.cart td.actions .coupon label {
    display: block;
    float: left;
    font-size: 18px;
    font-family: "Levenim MT";
    margin-top: 10px;
}
.woocommerce-page table.cart .product-thumbnail {
    padding-left: 31px;
}
.woocommerce-page table.cart td.actions .coupon .input-text{
    margin-left: 15px;
    border-radius: 0;
    height: 35px;
    width: 415px;
}
.woocommerce .cart div.coupon input.button{
    background: #d31266;
    height: 35px;
    text-shadow: none;
    font-family: "Levenim MT";
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
    margin-left: 35px;
}
body.post-type-archive-product section#main{
    background: rgb(229, 229, 229) !important;
}
ul.products li{
    background: #ffffff;
}
a.classhere{
    padding: 10px;
    display: block;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 27.05%;
    margin: 0 75px 0 0;
}
body.post-type-archive-product a.add_to_cart_button{
    display: none;
}
ul.products div.TzInner{
    width: 370px;
    float: left;
    margin-right: 75px;
}
a.product_type_simple{
    display: none !important;
}
body.post-type-archive-product #portfolio{
    width: 100%;
}
body.post-type-archive-product nav.woocommerce-breadcrumb, body.post-type-archive-product p.woocommerce-result-count, body.post-type-archive-product form.woocommerce-ordering{
    display: none;
}
body.archive .woocommerce-breadcrumb, body.archive .woocommerce-result-count, body.archive form.woocommerce-ordering{
    display: none;
}
body.post-type-archive-product #main{
    max-width: 1540px;
    margin: 0 auto;
}
body.archive #main{
    max-width: 1540px;
    margin: 0 auto;
}
body.single-product #tab-description{
    width: 830px;
    background: #ffffff;
    margin: 0 auto;
}
body.archive #portfolio{
    width: 100%;
}
nav.woocommerce-breadcrumb{
    display: none;
}
div.woo-ct2{
    background: #ffffff;
    height: 80px;
    margin-top: 25px;
    position: relative;
}
div.woo-ct2 span.price{
    margin-top: 30px;
    margin-left: 30px;
    font-size: 18px;
    display: inline-block;
    font-family: "Levenim MT";
}
body.post-type-archive-product .inner-fulltext li strong{
    float: right !important;
}
body.post-type-archive-product .inner-fulltext{
    padding: 10px !important;
}
a.TzPortfolioReadmore2 {
    background: none repeat scroll 0 0 #d31266;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin: 25px 0 0;
    padding: 25px 0;
    text-transform: uppercase;
    transition: all 0.5s linear 0s;
    width: 100%;
}
table.shop_table thead tr th{
    font-family: "Levenim MT";
    font-size: 14px !important;
    line-height: 20px;
    font-weight: normal !important;
}
.TzInner:hover a.TzPortfolioReadmore2{
    background: #ffffff;
    color: #d31266;
}
.woo-ct2 a.register{
    float: right;
    display: inline-block;
    background: #d31266;
    color: #ffffff;
    font-family: "Levenim MT";
    font-size: 23px;
    padding: 20px 30px;
    margin: 10px;
}
.woo-ct2 form.cart{
    position: absolute;
    width: 20%;
    top: 0;
    left: 175px;
}
.woo-ct2 form.cart div.quantity{
    margin: 25px 0 0 0;
}
.woo-ct2 form.cart div.quantity input{
    border: 1px solid #d31266;
}
.woo-ct2 form.cart button.single_add_to_cart_button{
    margin: 0;
    position: absolute;
    top: 25px;
    left: 50px;
    background: #d31266;
    font-family: "Levenim MT";
    height: 30px;
    font-weight: normal;
    text-shadow: none;
}
.woo-ct2 form.cart button.single_add_to_cart_button:hover{
    background: #d31266;
    font-family: "Levenim MT";
    height: 30px;
    font-weight: normal;
    text-shadow: none;
}
.woo-ct2 div.woocommerce-product-rating{
    left: 360px;
    position: absolute;
    top: 25px;
    width: 25%;
}.woo-ct2 div.woocommerce-product-rating .woocommerce-review-link{
    display: none;
}
.woo-ct2 div.woocommerce-product-rating .star-rating span{
    color: #d31266;
}
div.cart-collaterals div.cart_totals h2{
    font-family: "Levenim MT";
    font-size: 18px;
    line-height: 20px;
    color: #222222;
    font-weight: normal;
    text-transform: none;
}
div.cart-collaterals div.cart_totals table{
    background: #ffffff;
}
form.shipping_calculator{
    float: left !important;
    margin-top: 5px;
}
form.shipping_calculator h2 a{
    font-family: "Levenim MT";
    font-size: 18px;
    line-height: 20px;
    color: #222222;
    font-weight: normal;
    text-transform: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    text-align: left;
    margin-top: 22px;
}
.woocommerce .cart-collaterals .cart_totals table{
    border: 1px solid #d2d8dc;
    border-radius: 0;
}
section.shipping-calculator-form{
    background: #ffffff;
    border: 1px solid #d2d8dc;
}
select#calc_shipping_country{
    height: 35px;
    border-radius: 0;
    font-family: "Levenim MT";
    font-size: 13px;
    line-height: 20px;
    color: #afafaf;
    font-weight: normal;
    text-transform: none;
    margin-top: 30px;
    margin-left: 27px;
    width: 90%;
    padding: 0;
    margin-bottom: 10px;
}
p.form-row{
    padding: 0;
}
input#calc_shipping_state{
    height: 35px;
    border-radius: 0;
    font-family: "Levenim MT";
    font-size: 13px;
    line-height: 20px;
    color: #afafaf;
    font-weight: normal;
    text-transform: none;
    width: 42%;
    padding: 0;
    margin-left: 30px;
}
input#calc_shipping_postcode{
    height: 35px;
    border-radius: 0;
    font-family: "Levenim MT";
    font-size: 13px;
    line-height: 20px;
    color: #afafaf;
    font-weight: normal;
    text-transform: none;
    width: 43%;
    padding: 0;
    margin-left: 15px;
}
section.shipping-calculator-form button.button{
    height: 35px;
    width: auto !important;
    border-radius: 2px;
    background: #d31266;
    text-shadow: none;
    color: #ffffff;
    font-weight: normal;
    font-family: "Levenim MT";
    font-size: 13px;
    line-height: 20px;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
section.shipping-calculator-form button.button:hover{
    background: #d31266;
}
tr.cart-subtotal th{
    font-weight: normal;
    font-family: "Levenim MT";
    font-size: 14px;
    line-height: 14px;
    padding-left: 30px !important;
    padding-top: 10px !important;
}
tr.shipping th{
    font-weight: normal;
    font-family: "Levenim MT";
    font-size: 14px;
    line-height: 14px;
}
tr.order-total th{
    font-weight: normal;
    font-family: "Levenim MT";
    font-size: 14px;
    line-height: 14px;

}
tr.cart-subtotal td{
    border: none;
}
tr.order-total td strong span{
    font-family: "Levenim MT";
    font-size: 18px;
    color: #d31266;
    float: right;
    padding-right: 30px;
}
tr.shipping td{
    border: none;
    float: right;
    padding-right: 30px !important;
    border-top: 0;
}
.woocommerce-page .cart-collaterals .cart_totals tr th{
    border-top: 0;
}
.woocommerce .cart-collaterals .cart_totals tr td{
    border-top: 0;
    border-bottom: 0;
}

.woocommerce .cart-collaterals .cart_totals table{
    padding: 20px 0;
}
tr.cart-subtotal td span{
    font-weight: normal;
    font-family: "Levenim MT";
    font-size: 14px;
    line-height: 14px;
    float: right;
    padding-right: 30px;
}
.woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 6px 12px 0 0;
    width: 40%;
    padding-left: 30px;
    padding-top: 10px;
    border-top: 0;
}
body.woocommerce-cart #tz-bottom-wrapper{
    border: 1px solid #d31266;
}
div.woocommerce-billing-fields h3{
    font-family: "Levenim MT";
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
}
.chosen-container-single .chosen-single{
    border-radius: 0 !important;
    height: 35px !important;
}
.chosen-container-single .chosen-single span{
    padding-top:3px;
    font-family: "Levenim MT";
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b{
    margin-top: 6px;
}
input#billing_first_name,input#billing_last_name,input#billing_company,input#billing_address_1, input#billing_address_2, input#billing_city, input#billing_state, input#billing_postcode, input#billing_email, input#billing_phone{
    height: 35px;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}
input#shipping_first_name,input#shipping_last_name,input#shipping_company,input#shipping_address_1, input#shipping_address_2, input#shipping_city, input#shipping_state, input#shipping_postcode, input#shipping_email, input#shipping_phone{
    height: 35px;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}
p#billing_country_field label, p#billing_first_name_field label, p#billing_last_name_field label, p#billing_company_field label, p#billing_address_1_field label, p#billing_city_field label, p#billing_state_field label, p#billing_postcode_field label, p#billing_email_field label, p#billing_phone_field label{
    font-family: "Levenim MT";
}
p#shipping_country_field label, p#shipping_first_name_field label, p#shipping_last_name_field label, p#shipping_company_field label, p#shipping_address_1_field label, p#shipping_city_field label, p#shipping_state_field label, p#shipping_postcode_field label, p#shipping_email_field label, p#shipping_phone_field label{
    font-family: "Levenim MT";
}
label.checkbox{
    font-family: "Levenim MT";
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
}
textarea#order_comments{
    border-radius: 0;
    height: 140px;
    font-family: "Levenim MT";
}
p#order_comments_field label{
    display: none;
}
h3#ship-to-different-address{
    margin-bottom: 0;
    width: 100%;
}
h3#ship-to-different-address label{
    padding-left: 0;
}
span.shiptoship{
    font-family: "Levenim MT";
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    color: #9aa7af;
    margin-left: 10px;
}
span.definiton-wooct{
    float: right;
}
h3#order_review_heading{
    font-family: "Levenim MT";
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
}
div#order_review table{
    background: #ffffff;
}
div#order_review tfoot tr th{
    font-family: "Levenim MT";
    font-weight: normal;
}
div#order_review tfoot tr td{
    font-family: "Levenim MT";
    font-weight: normal;
}
td.product-total span, td.product-name strong{
    font-family: "Levenim MT";
    font-weight: normal;
}
div#order_review tfoot td{
    float: left;
    border: none;
    padding-left: 30px;
}
div#order_review tbody td{
    border: none;
}
div#order_review tfoot th{
    border-top: none;
}
div#order_review .order-total td strong span{
    font-weight: normal;
}
div#order_review thead tr{
    border-top: none;
    background: #fff;
}
div#order_review thead tr th{
    padding-top: 30px;
    padding-left: 30px;
}
div#order_review tbody tr td{
    padding-left: 30px;
    color: #b2b2b2;
    line-height: 24px;
}
div#order_review tfoot tr.shipping th, div#order_review tfoot tr.shipping td{
    padding-left: 30px;
}
div#order_review tfoot tr.order-total th, div#order_review tfoot tr.order-total td{
    padding-left: 30px;
    padding-bottom: 30px;
}
div#order_review table{
    border-top: none;
    margin-bottom: 0;
}
div#payment{
    margin-top: 30px;
}
li.payment_method_bacs label{
    display: inline-block;
    font-family: "Levenim MT";
    font-size: 14px;
}
li.payment_method_cheque label{
    display: inline-block;
    font-family: "Levenim MT";
    font-size: 14px;
}
li.payment_method_paypal label{
    display: inline-block;
    font-family: "Levenim MT";
    font-size: 14px;
}
div.payment_box p{
    font-family: "Levenim MT";
    font-size: 14px;
}
.woocommerce-page #payment #place_order {
    float: left;
    height: 50px;
    background: #d31266;
    font-family: "Levenim MT";
    font-size: 18px;
    font-weight: normal;
    text-shadow: none;
    border: 0;
    box-shadow: none;
}
div#customer_login form.login input{
    height: 35px;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}
div#customer_login form.login label{
    font-family: "Levenim MT";
}
div#customer_login form.login input.button{
    background: #d31266;
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    border: 0;
    box-shadow: none;
}
div#customer_login form.login{
    background: #ffffff;
}
div#customer_login form.register{
    background: #ffffff;
}
div#customer_login form.register input{
    height: 35px;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}
div#customer_login form.register label{
    font-family: "Levenim MT";
}
div#customer_login form.register input.button{
    background: #d31266;
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    border: 0;
    box-shadow: none;
}
p.lost_password a{
    color: #acacac;
    font-style: italic;
}
div#customer_login h2{
    font-family: "Levenim MT";
    font-size: 18px;
    font-weight: normal;
   text-transform: none;
}
.woocommerce-message a.wc-forward{
    background: #d31266;
    font-family: "Levenim MT";
    font-weight: normal;
    text-shadow: none;
    color: #fff;
}
.woocommerce-message a.wc-forward:hover{
    background: #d31266;
}