.tzheader {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
}
.tzheader3 {
  position: inherit;
  top: 50px;
  padding: 5px 0 12px;
  width: 100%;
  z-index: 99999;
  transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
}
.tzheader3-fix {
  top: 0;
  transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
}
header.tzheader-eff {
  top: 0;
  left: 0;
  transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
}
header .container {
  transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
}
header.tzheader-eff .container {
  width: 100%;
  padding: 0;
  transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
}
.fix-width header.tzheader-eff .container {
  width: 1300px;
  margin: auto;
  padding: 0;
  transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
}
header.tzheader-eff .tznavbar {
  border-radius: 0;
  background: #000000;
}
header.tzheader3-fix .tznavbar {
  background: #000000;
  transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
}
.tznavbar {
  background: rgba(0,0,0,0.3);
  border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 0 40px;
  transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
}
.tzheader3 .tznavbar {
  padding: 0;
  border-radius: 0;
}
.tznav {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.tznav:after {
  clear: both;
  display: table;
  content: '';
}
.tzlogo a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
	top: 5px;
}
.tznavbar:after {
  clear: both;
  display: table;
  content: '';
}
.tznav li {
  float: left;
  position: relative;
}
.tznav li a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 80px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 32px 24px 31px 24px;
}
.tznav li:last-child a {
  padding-right: 0;
}
.tznav li.active a {
  color: #d9534f;
}
.tznav li a:hover {
  color: #d9534f !important;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
.tzheader2 {
  background: #fff;
}
.tzheader2 nav {
  border-radius: 0;
  background: none;
  padding: 0;
}
.tzheader2 .tznav li a {
  color: #222222;
}
.tzheader2 .tzlogo a {
  color: #222222;
}
.tzheadershop {
  background: #3b3b3c;
  padding: 13px 0;
}
.tzheadershop:after {
  clear: both;
  content: '';
  display: table;
}
.tzheadershop ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tzheadershop ul:after {
  clear: both;
  display: table;
  content: '';
}
.tzheadershop ul li {
  float: left;
  display: block;
  position: relative;
  color: #f2f2f2;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 14px;
  font-size: 12px;
  margin: 0 26px 0 0;
  padding: 0;
  text-decoration: none;
}
.tzheadershop ul li:last-child {
  margin: 0;
}
.tzheadershop ul li i {
  padding-right: 3px;
}
.tzheadershop ul li a {
  color: #f2f2f2;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 14px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.tzbreadcrumb {
  background: #f2f2f2;
  padding: 43px 0;
}
.tzbreadcrumb h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 34px;
  font-size: 36px;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  display: block;
  text-align: left;
}
.tzbre {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 34px;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.tzbre a {
  color: #222222;
  text-decoration: none;
}
.tzbre i {
  padding: 0 5px;
}
.tznavbar ul li ul {
  border: 1px solid #f2f2f2;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 99999;
  background: #ffffff;
  width: 224px;
  left: 0;
}
.tznavbar ul li ul li {
  display: block;
  float: none;
  position: relative;
}
ul.sub-menu li:first-child a {
  border-top: 0;
  padding: 0 24px;
}
.tznav li ul li a {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 40px;
  font-size: 14px;
  margin: 0;
  padding: 0 24px;
  text-decoration: none;
  border-top: 1px solid #f2f2f2;
  display: block;
  text-align: left;
  text-transform: none;
}
.tznav li ul li a:hover {
  background: #d9534f;
  color: #fff !important;
}
.tznav li ul li:hover i {
  color: #fff !important;
}
.tznavbar ul li ul.sub-menu li ul {
  border: 1px solid #f2f2f2;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99999;
  background: #ffffff;
  width: 224px;
  left: 100%;
}
.tznavbar ul li ul.sub-menu li ul li:first-child a {
  border-top: 0;
}
.tznavbar ul li ul.sub-menu li ul li a {
  border-top: 1px solid #f2f2f2;
}
.tznavbar ul li ul.sub-menu,
.tznavbar ul li ul.sub-menu li ul,
.tznavbar ul li ul.sub-menu li ul.sub-menu,
.tznavbar ul li ul.sub-menu li ul.sub-menu li ul,
.tznavbar ul li ul.sub-menu li ul.sub-menu li ul li ul,
.tznavbar ul li ul.sub-menu li ul.sub-menu li ul li ul li ul,
.tznavbar ul li ul.sub-menu li ul.sub-menu li ul li ul li ul li ul {
  display: none;
}
.tznavbar ul li:hover ul.sub-menu,
.tznavbar ul li ul li:hover ul.sub-menu,
.tznavbar ul li ul li ul li:hover ul.sub-menu,
.tznavbar ul li ul li ul li ul li:hover ul.sub-menu,
.tznavbar ul li ul li ul li ul li ul li:hover ul.sub-menu {
  display: block;
}
.mega-leve-3 {
  width: 760px;
}
.tznavbar ul li:hover .mega-dropdown-menu {
  display: block;
}
.mega-dropdown-menu {
  border: 1px solid #f2f2f2;
  list-style: none outside none;
  margin: 0;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  z-index: 99999;
  background: #ffffff;
  left: 0;
  display: none;
}
.mega-dropdown-menu .sub-menu {
  display: block !important;
  width: 100%;
  border: 0;
  position: relative;
  top: auto;
  left: auto;
}
.mega-dropdown-menu:after {
  clear: both;
  display: table;
  content: '';
}
.mega-item:first-child {
  border-left: 0;
}
.mega-item {
  border-left: 1px solid #f2f2f2;
}
.tznav li a.mega-title {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 14px;
  margin: 0;
  padding: 0 15px 7px;
  text-decoration: none;
  border-top: 0;
  display: block;
  text-align: left;
  text-transform: uppercase;
}
.tznav li .mega-dropdown-menu ul li:after {
  clear: both;
  display: table;
  content: '';
}
.tznav li .mega-dropdown-menu ul li a {
  border-top: 0;
  color: #565555;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 0 15px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.tznav li .mega-dropdown-menu ul li a i {
  font-size: 14px;
  line-height: 30px;
  color: #565555;
  padding-right: 12px;
}
.menu-dark .tznavbar ul li ul {
  background: #222222;
  border: none;
}
.menu-dark .tznav li ul li:first-child a {
  border-top: 0;
}
.menu-dark .tznav li ul li a {
  border-top: 1px solid #2c2c2c;
  color: #cbcbcb;
}
.menu-dark .mega-dropdown-menu {
  background: #222222;
  border: none;
}
.menu-dark .tznav li .mega-dropdown-menu ul li a,
.menu-dark .tznav li .mega-dropdown-menu ul li a i {
  color: #cccccc;
}
.menu-dark .tznavbar ul li ul.sub-menu li ul {
  background: #222222;
  border: none;
}
.menu-dark .tznavbar ul li ul.sub-menu li ul li:first-child a {
  border-top: 0;
}
.menu-dark .tznav li .mega-dropdown-menu ul li a {
  border-top: 0;
}
.menu-dark .tznavbar ul li ul.sub-menu li ul li a {
  border-top: 1px solid #2c2c2c;
  color: #cbcbcb;
}
.menu-dark .mega-item:first-child {
  border-left: 0;
}
.menu-dark .mega-item {
  border-left: 1px solid #2c2c2c;
}
.menu-dark .tznav li a.mega-title {
  color: #cccccc;
}
.tz-wrap {
  position: relative;
  z-index: 99;
}
.tz-white-wrapper {
  background: #fff;
  padding: 91px 0 86px;
  overflow: hidden;
}
section.style-block-ser {
  padding: 0 0 86px;
}
.style-block-ser .tz-white-title {
  border-top: 1px solid #eeeeee;
  padding: 94px 0 0;
}
.tz-white-title {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  margin: 5px 0 29px;
  padding: 0;
  text-decoration: none;
  text-align: center;
}
.tz-white-ds {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  margin: 0;
  padding: 0 8%;
  text-decoration: none;
  text-align: center;
}
.tz-white-title2 {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 36px;
  font-size: 24px;
  margin: 23px 0 22px;
  padding: 0;
  text-decoration: none;
  text-align: center;
}
.tz-white-title2 strong {
  color: #d9534f;
}
.tz-white-ds2 {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 36px;
  font-size: 18px;
  margin: 0;
  padding: 0 8% 14px;
  text-decoration: none;
  text-align: center;
}
.titania-title {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 36px;
  font-size: 48px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 10px 0 20px 0;
  text-align: center;
}
.titania-ds {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 36px 0 25px 0;
  text-align: center;
}
.slide-pattern {
  background: url(../../../images/pattern.png) scroll;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0.4px);
  -moz-transform: translateZ(0.4px);
  -ms-transform: translateZ(0.4px);
  -o-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
  position: absolute;
  top: 0;
}
.slotholder {
  position: relative;
}
.safari .slide-pattern,
.safari .slotholder {
  z-index: -1;
}
.tzmasterbutton a {
  color: #fff;
}
.tzmasterbutton a:hover {
  color: #fff;
  text-decoration: none;
}
.tzapplications {
  background: #35b2cd;
  max-height: 759px;
  overflow: hidden;
}
.tzappli_content {
  padding-top: 293px;
  margin-left: 80px;
}
.tzappli_content h3,
.tzapp_content h3,
.tzapp_content strong {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 48px;
  font-size: 36px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.tzapp_content strong {
  font-weight: 700;
}
.tzappli_content p,
.tzapp_content p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 22px 0 25px 0;
}
div.tzbutton-slider {
  padding: 18px 31px !important;
}
div.tzbutton-slider a:hover {
  color: #fff !important;
}
.tzbutton-slider {
  padding: 0 31px;
  margin: 30px 0 0 0;
  background: #d9534f;
  border: 0;
  text-align: center;
  height: 60px;
  border-radius: 8px;
}
.tzbutton-slider:after {
  clear: both;
  content: '';
  display: table;
}
.tzbutton-slider i {
  font-size: 36px;
  color: #fff;
  padding-right: 16px;
  line-height: 24px;
  float: left;
}
.tzbutton-slider a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 24px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: uppercase;
  float: left;
}
.tzappli_img img {
  padding-top: 240px;
  margin-left: 23px;
}
.tzabouts {
  padding: 100px 0;
  text-align: center;
  background: #fff;
}
.tzabouts img {
  max-height: 200px;
  max-width: 200px;
}
.tzabouts h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 36px;
  font-size: 24px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 32px 0 22px;
  display: block;
}
.tzabouts p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 36px;
  font-size: 18px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzFeatures {
  background: #f2f2f2;
  padding: 92px 0 94px;
}
.tzFeatures-title {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzFeatures-attach {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 17px;
  font-size: 17px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 17px 0 0 0;
  display: block;
}
.tzFeatures-content {
  margin-top: 54px;
}
.tzFeatures-content .tzFeatures-item {
  text-align: center;
}
.tzFeatures-item i {
  color: #222222;
  font-size: 65px;
}
.tzFeatures-item  h4 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 36px;
  font-size: 20px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 11px 0 7px;
  display: block;
}
.tzFeatures-item  p {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzsupport {
  padding: 91px 0 55px;
  overflow: hidden;
  background: #fff;
}
.tzsupport-img {
  margin-top: 10px;
  padding-left: 90px;
}
.tzsupport-content h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 7px 0 27px;
  display: block;
}
.tzsupport-content p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzsupport-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tzsupport-content ul li:first-child {
  margin-top: 16px;
}
.tzsupport-content ul li {
  position: relative;
  display: block;
  margin-top: 24px;
}
.tzsupport-content ul li:after {
  clear: both;
  content: '';
  display: table;
}
.tzsupport-content ul li div.icon {
  float: left;
  max-height: 80px;
  max-width: 80px;
  margin-right: 42px;
  margin-top: 13px;
  font-size: 60px;
  color: #222222;
}
.tzsupport-content ul li h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 48px;
  font-size: 22px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzsupport-content ul li p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzdocumentation {
  background: #f2f2f2;
  padding: 70px 0 102px;
  overflow: hidden;
}
.tzdoc-content h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 27px 0 27px;
  display: block;
}
.tzdoc-content p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzdoc-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tzdoc-content ul li:first-child {
  margin-top: 16px;
}
.tzdoc-content ul li {
  position: relative;
  display: block;
  margin-top: 24px;
}
.tzdoc-content ul li:after {
  clear: both;
  content: '';
  display: table;
}
.tzdoc-content ul li div.icon {
  float: left;
  max-height: 80px;
  max-width: 80px;
  margin-right: 42px;
  margin-top: 13px;
  font-size: 60px;
  color: #222222;
}
.tzdoc-content ul li  h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 48px;
  font-size: 22px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzdoc-content ul li p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzdoc-content ul li button {
  height: 40px;
  background: #5bc0de;
  border: 0;
  margin: 40px 0 0 0;
  display: block;
  text-align: center;
  padding: 0 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.tzdoc-content ul li button a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.tzdoc-img img {
  margin-left: 85px;
  margin-top: 70px;
  max-height: 500px;
  max-width: 600px;
}
.tzgallery {
  background: #fff;
  padding: 70px 0 100px;
}
.tzgallery-title {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 26px 0 30px;
  display: block;
  text-align: center;
}
.tzgallery-ds {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  color: #565555;
  text-decoration: none;
  padding: 0 19%;
  margin: 0;
  display: block;
  text-align: center;
}
.tz-gallery-slider {
  margin-top: 72px;
}
.tz-gallery-slider .owl-controls {
  margin-top: 37px;
}
.tz-gallery-slider .owl-page span {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  width: 40px !important;
  height: 10px !important;
  background: #ce9b31 !important;
  opacity: 0.5 !important;
  margin: 5px 10px !important;
}
.tz-gallery-slider .owl-pagination .active span {
  opacity: 1 !important;
}
.tz-gallery-slider .owl-item .item {
  float: none;
}
figure.item {
  margin-right: 40px;
  position: relative;
  padding: 10px;
  background: #eeeeee;
  transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
}
figure.item img {
  width: 100%;
}
figure.item:hover {
  background: #ce9b31;
}
#tz-gallery-slider .owl-item .item a {
  display: block;
}
#tz-gallery-slider .owl-item .item img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  box-shadow: 0 0 0 10px #eeeeee inset;
  -moz-box-shadow: 0 0 0 10px #eeeeee inset;
  -webkit-box-shadow: 0 0 0 10px #eeeeee inset;
  -ms-box-shadow: 0 0 0 10px #eeeeee inset;
  -o-box-shadow: 0 0 0 10px #eeeeee inset;
  z-index: 9;
}
.tzblog {
  background: #f2f2f2;
  padding: 70px 0 100px;
  text-align: center;
}
.tzblog-title {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 24px 0 30px;
  display: block;
}
.tzblog-ds,
.modulecontent-module p.tzblog-ds {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  color: #565555;
  text-decoration: none;
  padding: 0 18%;
  margin: 0;
  display: block;
}
.tzblog-list {
  list-style: none;
  padding: 0;
  margin: 46px 0 0 0;
}
.tzblog-list li:first-child {
  margin-top: 0;
}
.tzblog-list li {
  position: relative;
  display: block;
  margin-top: 25px;
}
.tzblog-list li h6 {
  padding: 0;
  margin: 0 0 3px 0;
}
.tzblog-list li h6 a {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 36px;
  font-size: 24px;
  color: #222222;
  text-decoration: none;
  display: block;
}
.tzblog-list li span:first-child {
  padding: 0 0 0 20px;
}
.tzblog-list li span {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 36px;
  font-size: 18px;
  color: #565555;
  text-decoration: none;
  padding: 0 12px 0 20px;
  margin: 0;
  display: inline-block;
  position: relative;
}
.tzblog-list li span i {
  font-size: 7px;
  left: 0;
  line-height: 39px;
  position: absolute;
  top: 0;
}
div.tzblog-more {
  display: inline-block;
  padding: 7px 40px;
}
.tzblog-more {
  background: #5bc0de;
  border: 0 none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 40px;
  padding: 0 40px;
  margin-top: 55px;
}
.tzblog-more a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.tzservices2 {
  padding: 95px 0 40px;
  background: #ffffff;
}
body .ser-padding {
  padding: 95px 0 22px;
}
.tziconline {
  font-size: 65px;
  line-height: 65px;
  text-align: center;
}
.tzservices2 h3 {
  margin: 6px 0 46px;
  padding: 0;
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 48px;
  text-align: center;
}
h2.uppercase {
  text-transform: uppercase;
}
.tzservices2 h2 {
  margin: 20px 0 21px;
  padding: 0;
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 36px;
  font-size: 24px;
  text-align: center;
}
.tz-title-h2 {
  margin: 20px 0 21px;
  padding: 0;
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 36px;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
.tz-title-h2 strong {
  color: #d9534f;
}
.tzservices2 > h2 strong {
  color: #d9534f;
}
.uppercase strong {
  color: #d9534f;
}
.tzservices2 > p.tz-des2 {
  margin: 0 10% 60px;
  padding: 0;
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
}
p.tz-des2 {
  margin: 0 10% 60px;
  padding: 0;
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
}
.tzservices2 .container > p {
  margin: 0 10% 50px;
  padding: 0;
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  text-align: center;
}
.tzservices-content {
  margin-top: 5px;
}
.tzser2-item {
  text-align: center;
  margin-top: 60px;
  cursor: pointer;
}
.tzser2-item span {
  display: block;
  width: 82px;
  height: 82px;
  border: 1px solid #d9534f;
  box-shadow: 0 0 0 2px #ffffff inset;
  -moz-box-shadow: 0 0 0 2px #ffffff inset;
  -webkit-box-shadow: 0 0 0 2px #ffffff inset;
  -ms-box-shadow: 0 0 0 2px #ffffff inset;
  -o-box-shadow: 0 0 0 2px #ffffff inset;
  background: #d9534f;
  margin: auto;
  text-align: center;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.tzser2-item:hover span {
  background: none;
}
.tzser2-item:hover span i {
  color: #d9534f;
}
.tzser2-item:hover h3 {
  font-weight: 700;
  color: #d9534f;
  animation: tzfadeUp 0.8s;
  -webkit-animation: tzfadeUp 0.8s;
}
.tzser2-item span i {
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  font-size: 40px;
  color: #ffffff;
  line-height: 90px;
  display: inline-block;
}
.tzser2-item h3 {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  margin: 29px 0 13px;
  padding: 0;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
@keyframes tzfadeUp {
  0% {
    transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
  }
  50% {
    transform: translateX(3px);
    -moz-transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
  }
  100% {
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}
@-webkit-keyframes tzfadeUp {
  0% {
    transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
  }
  50% {
    transform: translateX(3px);
    -moz-transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
  }
  100% {
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}
.tzser2-item p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 21px;
  font-size: 14px;
  text-align: center;
  margin: 0 0 18px 0;
  padding: 0;
}
.tzser2-item a.tzser2-readmore {
  color: #d9534f;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  margin: 19px 0 5px;
  padding: 0;
  text-decoration: none;
}
.tzser3-item {
  cursor: pointer;
  margin-bottom: 57px;
}
.sm-padding .tzser3-item {
  cursor: pointer;
  margin-bottom: 38px;
}
.no-padding .tzser3-item {
  cursor: pointer;
  margin-bottom: 0;
}
div.tzser3-item span {
  display: block;
  float: left;
}
div.tzser3-item span {
  display: block;
  width: 82px;
  height: 82px;
  border: 1px solid #d9534f;
  box-shadow: 0 0 0 2px #ffffff inset;
  -moz-box-shadow: 0 0 0 2px #ffffff inset;
  -webkit-box-shadow: 0 0 0 2px #ffffff inset;
  -ms-box-shadow: 0 0 0 2px #ffffff inset;
  -o-box-shadow: 0 0 0 2px #ffffff inset;
  background: #d9534f;
  margin: auto;
  text-align: center;
}
div.tzser3-item:hover h3 {
  color: #d9534f;
}
div.tzser3-item:hover span {
  box-shadow: 0 0 0 80px #ffffff inset;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
div.tzser3-item:hover span i {
  background: none;
  color: #d9534f;
  animation: iconscale 0.4s linear 0s;
  -webkit-animation: iconscale 0.4s linear 0s;
}
div.tzser3-item span i {
  font-size: 40px;
  color: #ffffff;
  line-height: 90px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  display: inline-block;
}
div.tzser3-item span i.fa-awesome {
  line-height: 79px;
}
@-webkit-keyframes iconscale {
  to {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  from {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
}
@keyframes iconscale {
  to {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  from {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
}
div.tzser3-item h3 {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  text-align: left;
  margin: -5px 0 0 110px;
  padding: 0;
}
div.tzser3-item p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 21px;
  font-size: 14px;
  text-align: left;
  margin: 14px 0 0 110px;
  padding: 0;
}
div.tzser3-item p a {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 21px;
  font-size: 14px;
  text-align: left;
  margin: 0;
  padding: 0 5px 0 0;
  text-decoration: none;
}
div.tzser3-item p a i {
  padding-right: 6px;
}
.tzline {
  display: block;
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 94px 0 99px;
}
.content p:first-child {
  padding-top: 0;
}
.content p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  text-align: left;
  margin: 0;
  padding: 12px 0;
}
.plazart-list,
ul.list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}
.plazart-list li,
ul.list li {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  text-align: left;
  margin: 0;
  padding: 0;
  font-style: italic;
}
.plazart-list li i,
ul.list li i {
  color: #d9534f;
  line-height: 30px;
  font-size: 16px;
  padding-right: 16px;
}
.parallax {
  background-attachment: fixed !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}
.tz-overlay {
  background: rgba(0,0,0,0.5);
  width: 100%;
  padding: 94px 0 100px;
}
.tz-parallax-content h3 {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  margin: 0 0 17px;
  padding: 0;
  text-decoration: none;
}
.tz-parallax-content p {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 15px;
  margin: 0;
  padding: 13px 0 12px;
  text-decoration: none;
}
.tzbutton {
  margin-top: 27px;
}
.tzbutton button {
  height: 40px;
  border: 0;
  border-radius: 5px;
  text-align: center;
}
.tzbutton-readmore {
  background: #d9534f;
  padding: 0 34px;
}
.tzbutton-purchase {
  background: #5cb85c;
  padding: 0 18px;
  margin-left: 26px;
}
.tzbutton button a {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.tz-parallax-img img {
  margin-top: 12px;
}
.tzProducts {
  background: #fff;
  padding: 91px 0 100px;
  overflow: hidden;
}
.tzProducts-title {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  margin: 0 0 36px;
  padding: 0;
  text-decoration: none;
  text-align: center;
}
div.tzfilterstyle {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 0;
}
.tzfilter a:first-child {
  margin-left: 0;
}
.tz-overlay3 .tzfilter a {
  color: #fff;
}
.tzfilter a {
  display: inline-block;
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 14px;
  margin: 0 0 0 10px;
  padding: 0 13px;
  height: 30px;
  text-decoration: none;
}
.tzfilter a.selected,
#tz_options .tzfilter a.selected {
  background: #d9534f;
  color: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.tzContent {
  position: relative;
}
.tzContent .element {
  float: left;
}
.tzContent .element .tz-inner {
  cursor: pointer;
}
.tz-image {
  max-height: 240px;
  overflow: hidden;
  position: relative;
}
.element .tz-inner:hover .tz-image:after {
  background: rgba(0,0,0,0.5);
}
.tz-image:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0,0,0,0);
  left: 0;
  top: 0;
  transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
}
.tz-gallery i,
.tz-link i {
  color: #fff;
  font-size: 15px;
  line-height: 40px;
}
.tz-gallery {
  position: absolute;
  background: #d9534f;
  height: 40px;
  width: 40px;
  text-align: center;
  right: 20%;
  margin-right: -50px;
  margin-top: -20px;
  top: 50%;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -moz-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -webkit-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -ms-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -o-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
}
.tz-link {
  position: absolute;
  background: #d9534f;
  height: 40px;
  width: 40px;
  text-align: center;
  left: 20%;
  margin-left: -50px;
  margin-top: -20px;
  top: 50%;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -moz-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -webkit-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -ms-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -o-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
}
.element .tz-inner:hover .tz-gallery {
  right: 50%;
  opacity: 1;
}
.element .tz-inner:hover .tz-link {
  left: 50%;
  opacity: 1;
}
.tzContent .tz-image img {
  width: 100%;
  transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
}
.element .tz-inner:hover img {
  transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
}
.tzContent .tz-des {
  background: #f2f2f2;
  padding: 19px 10px 20px;
}
.tzContent .element .tz-inner h6 {
  padding: 0;
  margin: 0;
  text-align: center;
}
.tzContent .element .tz-inner h6 a {
  display: inline-block;
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.tzContent .element .tz-inner span {
  display: block;
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 30px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: center;
}
.tzProductsViewmore {
  text-align: center;
  margin-top: 20px;
}
.tzProductsViewmore a {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background: #d9534f;
  text-transform: uppercase;
  border-radius: 3px;
}
.tz-gray-wrapper {
  background: #f2f2f2;
  padding: 92px 0 102px;
  overflow: hidden;
}
.tz-white-wrapper-blog {
  background: #ffffff;
  padding: 92px 0 102px;
  overflow: hidden;
}
.tz-white-wrapper-blog h3 {
  color: #2f383d;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  margin: 0 0 22px;
  padding: 0;
  text-decoration: none;
  text-align: center;
}
.tz-gray-wrapper h3,
.content-module h3.module-title,
.modulecontent-module h3.module-title {
  color: #2f383d;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  margin: 0 0 22px;
  padding: 0;
  text-decoration: none;
  text-align: center;
}
.tz-white-wrapper-blog > p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  margin: 0;
  padding: 13px 30% 12px;
  text-decoration: none;
  text-align: center;
}
.tz-gray-wrapper .container > p,
.content-module  p,
.modulecontent-module  p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 16px;
  margin: 0;
  padding: 11px 10% 12px;
  text-decoration: none;
  text-align: center;
}
.tz-gray-ds {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  margin: 0;
  padding: 11px 30% 0;
  text-decoration: none;
  text-align: center;
}
.tzrow-wrapper {
  margin-top: 40px;
  margin-bottom: 0;
}
.tzaccordion h6:first-child {
  margin-top: 0;
}
.tzaccordion h6 {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  margin: 11px 0 0 0;
  padding: 9px 10px 9px 68px;
  text-decoration: none;
  text-align: left;
  position: relative;
  background: #fff;
  border: 1px solid #e2ecf0;
  cursor: pointer;
}
.tzaccordion h6 i {
  background: none;
  border-right: 1px solid #e2ecf0;
  color: #c5c6c6;
  font-size: 15px;
  height: 100%;
  left: 0;
  line-height: 50px;
  padding: 0 18px;
  position: absolute;
  top: 0;
}
.tzaccordion h6.active i {
  background: #d9534f;
  color: #fff;
}
.tzaccordion p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 21px;
  font-size: 14px;
  margin: 0;
  padding: 13px 10px 30px 47px;
  text-decoration: none;
  text-align: left;
  position: relative;
}
.Our-title {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  margin: 0 0 34px;
  padding: 0;
  text-decoration: none;
  text-align: left;
}
.Our-ds {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: left;
}
.tz-OurTeam-item {
  margin-top: 36px;
}
.tz-OurTeam-item:after {
  clear: both;
  content: '';
  display: table;
}
.tz-OurTeam-item img {
  height: 165px;
  width: 165px;
  border-radius: 50%;
  border: 13px solid rgba(192,204,211,0.3);
  float: left;
  margin-top: 2px;
}
.outTeam-content {
  padding-left: 205px;
}
.outTeam-content h6 {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  font-size: 18px;
  margin: 0 0 1px 0;
  padding: 0;
  text-decoration: none;
}
.outTeam-content span {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.outTeam-content p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  margin: 9px 0 0;
  padding: 0;
  text-decoration: none;
}
.team-social {
  margin-top: 21px;
}
.team-social a:first-child {
  margin: 0;
}
.team-social a {
  background: #c0ccd3;
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s linear 0s;
  -moz-transition: background 0.3s linear 0s;
  -ms-transition: background 0.3s linear 0s;
  -webkit-transition: background 0.3s linear 0s;
  -o-transition: background 0.3s linear 0s;
}
.team-social a i {
  padding: 2px 6px;
  display: inline-block;
}
.team-social a:hover {
  background: #d9534f;
}
.tz-our-team .owl-controls {
  top: 8px;
  position: absolute;
  right: 10px;
}
.tz-our-team .owl-controls .owl-page span {
  background: rgba(198,209,215,0.9);
  border-radius: 50% !important;
  height: 10px !important;
  margin: 0 5px !important;
  opacity: 0.5 !important;
  width: 10px !important;
}
.tz-our-team .owl-controls .owl-page:hover span {
  background: #d9534f;
  opacity: 1 !important;
}
.tz-our-team .owl-controls .active span {
  background: #d9534f;
  opacity: 1 !important;
}
.tz-our-skill-margin {
  margin-top: 15px;
}
.tz-our-skill {
  padding-left: 25px;
}
.skill-margin {
  margin-top: 16px;
}
.tzskills {
  margin-top: 40px;
}
.tzskill-item {
  overflow: hidden;
  background: #dfe5e9;
  position: relative;
  margin-bottom: 14px;
}
.tzskill-item:after {
  clear: both;
  content: '';
  display: table;
}
.tzskill-item small {
  display: block;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 13px;
  margin: 0;
  padding: 4px 12px 5px 0;
  text-decoration: none;
  float: right;
}
.tzskill-item .width90 {
  width: 90%;
}
.tzskill-item .width70 {
  width: 70%;
}
.tzskill-item .width65 {
  width: 65%;
}
.tzskill-item p {
  background: #d9534f;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 13px;
  margin: 0;
  padding: 4px 15px 5px !important;
  text-decoration: none;
  float: left;
}
.tz-overlay2 {
  background: rgba(0,0,0,0.5);
  width: 100%;
  padding: 92px 0 94px;
}
.tz-quote-item i.fa-quote-left {
  padding-right: 12px;
  font-size: 18px;
  line-height: 27px;
}
.tz-quote-item i.fa-quote-right {
  padding-left: 12px;
  font-size: 18px;
  line-height: 27px;
}
.tz-quote-item p {
  display: block;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  text-align: center;
}
.tz-quote-item span {
  display: block;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 24px;
  font-size: 18px;
  margin: 27px 0 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  text-align: center;
}
div.tz-quote-sliders .owl-controls .owl-page span {
  background: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  height: 10px;
  margin: 5px 7px;
  width: 10px;
  opacity: 1;
}
div.tz-quote-sliders .owl-controls .active span {
  background: none;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  height: 14px;
  margin: 2px 7px 3px;
  width: 14px;
  opacity: 1;
}
div.tz-quote-sliders .owl-controls {
  margin-top: 38px;
}
.tzsocial-block {
  text-align: center;
  margin-bottom: 5px;
}
.tzsocial-block a:first-child {
  padding-left: 0;
}
.tzsocial-block a {
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  color: #c1c1c1;
  padding-left: 50px;
  text-decoration: none;
  cursor: pointer;
}
.tzsocial-block a:hover {
  color: #fff;
}
.tz-block-color,
.moduletz-block-color {
  text-align: center;
}
.tz-block-color h3,
.moduletz-block-color h3 {
  display: block;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 36px;
  font-size: 36px;
  margin: 0 0 5px;
  padding: 0;
  text-decoration: none;
  position: relative;
  text-align: center;
}
.tz-block-color p,
.moduletz-block-color p {
  display: block;
  color: #f5d4d3;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 30px;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  text-align: center;
}
.tz-block-color a,
.moduletz-block-color a {
  display: inline-block;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 38px;
  font-size: 14px;
  margin: 25px 0 0 0;
  padding: 0 19px 0 20px;
  text-decoration: none;
  position: relative;
  text-align: center;
  background: #5cb85c;
  height: 40px;
  text-transform: uppercase;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 0;
}
.tz-block-black {
  background: #222222;
  padding: 38px 0 36px;
}
.block-title {
  padding: 0;
  margin: 0 0 15px 0;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 36px;
  display: block;
}
.block-ds {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 16px;
  display: block;
}
.tzbuttom-take {
  height: 50px;
  padding: 0 28px;
  margin: 7px 0;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 45px;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  background: #d9534f;
  border-radius: 5px;
}
.tzbuttom-take:hover {
  text-decoration: none;
  color: #fff;
}
.tz-overlay3 {
  padding: 91px 0 95px;
  background: rgba(0,0,0,0.5);
}
.join-us {
  margin-bottom: 5px;
}
.tzblock-img {
  margin-top: 5px;
  padding-left: 90px;
}
.tz-overlay3 .tzblock-content h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0 0 27px;
  display: block;
  text-align: left;
}
.tz-overlay3 .tzblock-content p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: left;
}
.tzblock-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tzblock-content ul li:first-child {
  margin-top: 16px;
}
.tzblock-content ul li {
  position: relative;
  display: block;
  margin-top: 23px;
}
.tzblock-content ul li:after {
  clear: both;
  content: '';
  display: table;
}
.tzblock-content .icon {
  float: left;
  font-size: 59px;
  margin-right: 42px;
  margin-top: 13px;
  color: #fff;
}
.tzblock-content ul li .tzblock-item {
  position: relative;
}
.tzblock-content  h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 48px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzblock-content-item {
  margin-top: 24px;
}
div.tz-overlay3 .tzblock-content p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 21px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.Featured-Products-Slider {
  padding: 30px 0 101px;
  background: #fff;
  overflow: hidden;
}
.Featured-Products-parallax {
  padding: 0;
}
.tz-overlay-products {
  background: rgba(0,0,0,0.5);
  padding: 91px 0 99px;
}
.Featured-Products-parallax .tz-Featured-Products {
  position: relative;
  margin: 0 -40px 0 0;
}
.tz-Featured-Products {
  position: relative;
  margin: 40px -40px 0 0;
}
.Featured-title {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 60px 0 62px;
  display: block;
  text-align: center;
}
.Featured-Products-parallax  .Featured-title {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 2px 0 62px;
  display: block;
  text-align: center;
}
.tz-image {
  max-height: 240px;
  overflow: hidden;
  position: relative;
}
.tz-inner-item:hover .tz-gallery {
  right: 50%;
  opacity: 1;
}
.tz-inner-item:hover .tz-link {
  left: 50%;
  opacity: 1;
}
.tz-inner-item:hover img {
  transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
}
.tz-inner-item:hover .tz-image:after {
  background: rgba(0,0,0,0.5);
}
.tz-inner-item {
  margin-right: 40px;
  cursor: pointer;
}
.tz-inner-item .tz-image img {
  width: 100%;
  transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  height: 240px;
}
.tz-inner-item .tz-des {
  background: #f2f2f2;
  padding: 19px 10px 20px;
}
.tz-inner-item h6 {
  padding: 0;
  margin: 0;
  text-align: center;
}
.tz-inner-item h6 a {
  display: inline-block;
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.tz-inner-item span {
  display: block;
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 30px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: center;
}
.tzProductsViewmore {
  text-align: center;
  margin-top: 35px;
}
.tzProductsViewmore a {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background: #d9534f;
  text-transform: uppercase;
  border-radius: 3px;
}
.Featured-Products-parallax .tznext3,
.Featured-Products-parallax .tzprev3 {
  background: rgba(255,255,255,0);
}
.tznextslider {
  position: absolute;
  right: -60px;
  top: 0;
  z-index: 999;
  background: none;
  border: 0;
  height: 100%;
  width: auto;
  margin: 0;
  padding: 0;
}
.tznextslider i,
.tzprevslider i {
  background: none repeat scroll 0 0 rgba(0,0,0,0.3);
  display: inline-block;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  color: #fff;
}
.tznextslider i {
  padding: 0 23px 0 27px;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
.tzprevslider i {
  padding: 0 27px 0 23px;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
.tzprevslider {
  position: absolute;
  left: -100px;
  top: 0;
  z-index: 999;
  border: 0;
  height: 100%;
  width: auto;
  background: none;
}
.fullscreen .tzprevslider,
.modulefunscreen .tzprevslider {
  left: 10px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 999;
}
.fullscreen .tznextslider,
.modulefunscreen .tznextslider {
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 53px;
  top: 0;
  width: 60px;
  z-index: 999;
}
.tzPricing {
  background: #f2f2f2;
  padding: 92px 0 100px;
  overflow: hidden;
}
.tzPricing h3 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzPricing p {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  color: #565555;
  text-decoration: none;
  padding: 0 200px;
  margin: 34px 0 0;
  display: block;
}
.tzPricing-content {
  margin-top: 53px;
}
.pricing-item {
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  list-style: none;
  padding: 0 10px 12px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #e8edef;
}
.pricing-item:hover {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
  -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
  -o-box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
  cursor: pointer;
}
.pricing-item:hover {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
  -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
  -o-box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
  cursor: pointer;
}
.pricing-item:hover li.pricing-header small {
  background: #363636;
}
.pricing-item:hover li.pricing-footer a {
  background: #363636;
}
.pricing-item li {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 40px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  border-bottom: 1px solid #e7eff1;
}
.pricing-item li.pricing-header {
  border: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.pricing-item li.pricing-header span {
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.pricing-item li.pricing-header small {
  width: 150px;
  height: 150px;
  border: 15px solid #ecf0f2;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: #d9534f;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 30px;
  color: #ffffff;
  padding-top: 35px;
}
.pricing-item li.pricing-header small em {
  font-size: 16px;
  display: block;
}
.pricing-item li.pricing-title {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 40px;
  font-size: 30px;
  color: #222222;
  border: 0;
  padding-bottom: 7px;
}
.pricing-item li.pricing-footer {
  padding: 21px 0;
  border: 0;
}
.pricing-item li.pricing-footer a {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 40px;
  font-size: 13px;
  color: #ffffff;
  border: 0;
  padding: 0 23px;
  background: #d9534f;
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.tz-element-count {
  background: #f2f2f2;
  padding: 95px 0 61px;
}
.element-count2 {
  padding: 76px 0 42px !important;
}
body .element-count2 .tz-element-icon span,
body .element-count2 .tz-element-icon span em {
  margin: 12px 0 0;
  padding: 0;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 46px;
  font-size: 48px;
  color: #222222 !important;
}
body .element-count2 .tz-element-icon i {
  font-size: 30px;
  line-height: 32px;
  color: #222222;
}
body .element-count2 .tz-element-icon  p {
  line-height: 33px;
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  text-transform: none;
}
.tz-element-count .tz-element-icon span,
.tz-element-count .tz-element-icon span em {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 33px;
  font-size: 36px;
  color: #565555;
}
.tz-element-count .tz-element-icon p {
  margin: 7px 0 0 0;
  padding: 0;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 33px;
  font-size: 18px;
  color: #565555;
  text-transform: uppercase;
}
.tz-element-icon {
  text-align: center;
}
.tz-element-icon i {
  color: #fff;
  font-size: 30px;
  line-height: 45px;
}
.tz-element-icon span {
  display: block;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 60px;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
}
.tz-element-icon span em {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 60px;
  font-size: 48px;
  color: #fff;
  font-style: normal;
}
.tz-element-icon p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
}
.Latest-Project {
  background: #fff;
  padding: 91px 0 100px;
  overflow: hidden;
}
.Latest-Project h3 {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: center;
}
.Latest-Project > p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  margin: 0;
  padding: 33px 30% 0;
  text-decoration: none;
  text-align: center;
}
.tzContentlastest {
  margin-top: 57px;
}
.tzContentlastest .element {
  cursor: pointer;
}
.tzContentlastest .element:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0,0,0,0);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.tzContentlastest .element:hover:after {
  background: rgba(0,0,0,0.3);
}
.tzContentlastest img {
  width: 100%;
}
.lastest-des {
  bottom: 40%;
  left: 0;
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.lastest-des h6 {
  padding: 0;
  margin: 0;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.lastest-des h6 a {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
.lastest-des p {
  opacity: 0;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.line-left {
  z-index: 999;
  height: 86%;
  margin: 20px;
  position: absolute;
  width: 92%;
}
.line-left:before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #fff;
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: left center;
  -moz-transform-origin: left center;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.line-left:after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #fff;
  transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: top center;
  -moz-transform-origin: top center;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.line-right {
  z-index: 999;
  height: 86%;
  margin: 20px;
  position: absolute;
  width: 92%;
}
.line-right:before {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #fff;
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.line-right:after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: #fff;
  transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.Latest-pageing {
  text-align: center;
  margin-top: 61px;
}
.tz-overlay3 .Latest-pageing {
  margin-bottom: 38px;
}
.Latest-pageing a:first-child {
  margin-left: 0;
}
.Latest-pageing a {
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background: #d9534f;
  margin-left: 12px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.tz-overlay3 .Latest-pageing a {
  background: none;
  border: 2px solid #d9534f;
}
.tz-overlay3 .Latest-pageing a.page-active {
  background: #d9534f;
}
.style-proftolio1 .lastest-des {
  bottom: 24px;
  left: 59px;
  position: absolute;
  z-index: 9999;
  width: auto;
}
.style-proftolio1 .lastest-des h6 {
  margin-right: 30px;
}
.style-proftolio1 .lastest-des h6 a {
  text-align: left;
}
.style-proftolio1 > img {
  transform: translate3d(-20px,0px,0px) scale(1.1);
  -moz-transform: translate3d(-20px,0px,0px) scale(1.1);
  -webkit-transform: translate3d(-20px,0px,0px) scale(1.1);
  -ms-transform: translate3d(-20px,0px,0px) scale(1.1);
  -o-transform: translate3d(-20px,0px,0px) scale(1.1);
  display: block;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio1:hover > img {
  transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -webkit-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
}
.style-proftolio1:hover .lastest-des h6 {
  transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio1 .lastest-des p {
  padding: 0 20px 0 0;
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  -webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  -ms-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  text-align: left;
  margin-right: 10px;
}
.style-proftolio1:hover .lastest-des p {
  opacity: 1;
  transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -o-transform: translateY(-30px);
}
.style-proftolio2 .lastest-des p {
  transform: translateY(40px);
  -moz-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
}
.style-proftolio2:hover .line-left:before {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.style-proftolio2:hover .line-left:after {
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.style-proftolio2:hover .line-right:before {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.style-proftolio2:hover .line-right:after {
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.style-proftolio2:hover .lastest-des h6 {
  transform: translateY(-13px);
  -moz-transform: translateY(-13px);
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
}
.style-proftolio2:hover .lastest-des p {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  opacity: 1;
}
.style-proftolio2 > img {
  transform: translate3d(0px,20px,0px) scale(1.2);
  -moz-transform: translate3d(0px,20px,0px) scale(1.2);
  -webkit-transform: translate3d(0px,20px,0px) scale(1.2);
  -ms-transform: translate3d(0px,20px,0px) scale(1.2);
  -o-transform: translate3d(0px,20px,0px) scale(1.2);
  display: block;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio2:hover > img {
  transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -webkit-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
}
div.style-proftolio3 .lastest-des {
  z-index: 999;
}
div.style-proftolio3 .line-left:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  top: 50%;
  opacity: 0;
  transition: top 0.4s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: top 0.4s ease 0s, opacity 0.3s ease 0s;
  -ms-transition: top 0.4s ease 0s, opacity 0.3s ease 0s;
  -webkit-transition: top 0.4s ease 0s, opacity 0.3s ease 0s;
  -o-transition: top 0.4s ease 0s, opacity 0.3s ease 0s;
}
div.style-proftolio3 .line-right:before {
  transition: bottom 0.4s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: bottom 0.4s ease 0s, opacity 0.3s ease 0s;
  -ms-transition: bottom 0.4s ease 0s, opacity 0.3s ease 0s;
  -webkit-transition: bottom 0.4s ease 0s, opacity 0.3s ease 0s;
  -o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  bottom: 50%;
  opacity: 0;
}
.style-proftolio3 .lastest-des p {
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  margin-top: 5px;
}
.style-proftolio3:hover .lastest-des p {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.style-proftolio3:hover .line-left:before {
  transition: top 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -moz-transition: top 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -ms-transition: top 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -webkit-transition: top 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -o-transition: top 0.4s ease 0s, opacity 0.4s ease 0.1s;
  top: 20px;
  opacity: 1;
}
.style-proftolio3:hover .line-right:before {
  transition: bottom 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -moz-transition: bottom 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -ms-transition: bottom 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -webkit-transition: bottom 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -o-transition: transform 0.4s ease 0s, opacity 0.4s ease 0.1s;
  bottom: 20px;
  opacity: 1;
}
.style-proftolio3 > img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  display: block;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio3:hover > img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.style-proftolio4 .line-left:before {
  top: 20px;
}
.style-proftolio4 .line-left:after {
  left: 20px;
}
.style-proftolio4 .line-right:before {
  bottom: 20px;
}
.style-proftolio4 .line-right:after {
  right: 20px;
}
.style-proftolio4:hover .line-left:before {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.style-proftolio4:hover .line-left:after {
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
.style-proftolio4:hover .line-right:before {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.style-proftolio4:hover .line-right:after {
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.style-proftolio4 > img {
  transform: translate3d(0px,-20px,0px) scale(1.2);
  -moz-transform: translate3d(0px,-20px,0px) scale(1.2);
  -webkit-transform: translate3d(0px,-20px,0px) scale(1.2);
  -ms-transform: translate3d(0px,-20px,0px) scale(1.2);
  -o-transform: translate3d(0px,-20px,0px) scale(1.2);
  display: block;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio4:hover > img {
  transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -webkit-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
}
.tzContentlastest div.style-proftolio5:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  bottom: -30%;
  left: 0;
  opacity: 0;
  background: rgba(0,0,0,3);
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  top: auto;
}
.tzContentlastest div.style-proftolio5:hover:after {
  opacity: 1;
  bottom: 0;
}
.style-proftolio5 .lastest-des h6 {
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.style-proftolio5 .lastest-des p {
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
}
.style-proftolio5:hover .lastest-des h6 {
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
.style-proftolio5:hover .lastest-des p {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  opacity: 1;
}
.style-proftolio6 .line-left {
  border: 1px solid #fff;
  transform: scale(0.3);
  -moz-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  opacity: 0;
}
.style-proftolio6:hover .line-left {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
}
.style-proftolio6 .lastest-des h6 {
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio6:hover .lastest-des h6 {
  transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}
.style-proftolio6 .lastest-des p {
  opacity: 0;
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio6:hover .lastest-des p {
  opacity: 1;
  transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.style-proftolio7 .lastest-des h6 a {
  color: #000;
}
.style-proftolio7:hover .lastest-des h6 a {
  color: #fff;
}
.style-proftolio7 > img {
  transform: translate3d(0px,-20px,0px) scale(1.2);
  -moz-transform: translate3d(0px,-20px,0px) scale(1.2);
  -webkit-transform: translate3d(0px,-20px,0px) scale(1.2);
  -o-transform: translate3d(0px,-20px,0px) scale(1.2);
  -ms-transform: translate3d(0px,-20px,0px) scale(1.2);
  display: block;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio7:hover > img {
  transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -webkit-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
}
.style-proftolio7 .lastest-des {
  bottom: 10%;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio7 .lastest-des p {
  opacity: 0;
  padding: 20px;
  margin: 20px;
  border: 1px solid #fff;
  transform: translateY(-55px);
  -moz-transform: translateY(-55px);
  -webkit-transform: translateY(-55px);
  -ms-transform: translateY(-55px);
  -o-transform: translateY(-55px);
  transition: transform 0.1s ease 0s;
  -moz-transition: transform 0.1s ease 0s;
  -webkit-transition: transform 0.1s ease 0s;
  -ms-transition: transform 0.1s ease 0s;
  -o-transition: transform 0.1s ease 0s;
}
.style-proftolio7:hover .lastest-des p {
  opacity: 1;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio7:hover .lastest-des {
  bottom: 20%;
}
.tz-overlay3 h3 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  color: inherit;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tz-overlay3 .container > p {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  color: inherit;
  text-decoration: none;
  padding: 0 10%;
  margin: 34px 0 0;
  display: block;
}
.tz-overlay3 > p,
.general-title > p {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  color: inherit;
  text-decoration: none;
  padding: 0 30%;
  margin: 34px 0 0;
  display: block;
}
.tz-our-item-paralax {
  margin: 54px -40px 45px 0;
  position: relative;
}
.tz-our-item-Team {
  margin: 40px -40px 0 0;
  position: relative;
}
.fix-width .tznext4,
.fix-width .tzprev4 {
  opacity: 0;
}
.tz-our-item {
  margin-right: 40px;
  position: relative;
  overflow: hidden;
  max-height: 423px;
}
.tz-our-item img {
  width: 100%;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.tz-our-item figcaption {
  position: absolute;
  background: rgba(255,255,255,0.8);
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 20px;
}
.tz-our-item figcaption h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  font-size: 15px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.tz-our-item figcaption span {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tz-our-item figcaption p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 18px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 8px 0 0 0;
  margin: 0;
}
.tz-our-item:hover {
  cursor: pointer;
}
.tz-our-item:hover img {
  transform: scale(1.1) rotate(3deg);
  -moz-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
  -webkit-transform: scale(1.1) rotate(3deg);
}
.tz-Latest-Post {
  margin: 60px 0 0 0;
  position: relative;
}
div.tz-Latest-Post2 {
  margin: 59px -40px 0 0;
  position: relative;
}
.fix-width .tznext5,
.fix-width .tzprev5 {
  opacity: 0;
}
.tz-Latest-item {
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}
.tz-Latest-item img {
  width: 100%;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  max-height: 240px;
  position: relative;
}
.tz-Latest-item img:before {
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  content: '';
}
.Latest-style2 figcaption {
  left: 0;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 100%;
  z-index: 999;
}
.Latest-style2:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(217,83,79,0.5);
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.Latest-style2:before {
  width: 90%;
  height: 90%;
  content: '';
  position: absolute;
  left: 5%;
  top: 5%;
  background: rgba(217,83,79,0.5);
  border: 1px solid #fff;
  z-index: 2;
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  opacity: 0;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.Latest-style2:hover:before {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.Latest-style2:hover:after {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
}
figure.Latest-style2 span {
  color: #ffffff;
}
figure.Latest-style2 h6 a {
  color: #ffffff;
}
.tz-Latest-item span {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 30px;
  font-size: 15px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 19px 0 0 0;
  display: block;
  text-align: center;
}
.tz-Latest-item h6 {
  padding: 0;
  margin: 0;
}
.tz-Latest-item h6 a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 18px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}
.tz-Latest-Post .tzprevslider,
.tz-Latest-Post .tznextslider {
  height: 75%;
}
.tz-Latest-Post2 .tzprevslider,
.tz-Latest-Post2 .tznextslider {
  height: 100% !important;
}
.tz-block-red {
  background: #d9534f;
  padding: 38px 0 36px;
  overflow: hidden;
}
.tzbuttom-take-black:hover {
  text-decoration: none;
  color: #fff;
}
.tzbuttom-take-black {
  height: 50px;
  padding: 0 28px;
  margin: 7px 0;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 45px;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  background: #3b3b3c;
  border-radius: 5px;
}
.tz-servicebox {
  margin-top: 71px;
  padding-bottom: 13px;
}
.tz-servicebox-item {
  position: relative;
  margin-bottom: 89px;
  margin-top: 70px;
}
.tz-servicebox-item:after {
  clear: both;
  content: '';
  display: table;
}
.tz-servicebox-item .icon {
  font-size: 60px;
  float: left;
  line-height: 40px;
  width: 65px;
  height: 65px;
}
.tz-servicebox-item h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 17px;
  font-size: 18px;
  color: #222222;
  text-decoration: none;
  padding: 9px 0 14px;
  margin: 0 0 0 85px;
  text-align: left;
}
.tz-servicebox-item p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0 0 0 85px;
  text-align: left;
}
.tz-box-image {
  text-align: center;
}
.tz-video {
  position: relative;
  padding: 80px 0 85px;
  overflow: hidden;
}
.tz-video:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.tz-video-content {
  text-align: center;
  z-index: 999;
  position: relative;
}
.tz-video-content2 {
  z-index: 999;
  position: relative;
  margin-bottom: 155px;
  margin-top: 160px;
}
.tz-video-content h3 span {
  color: #d9534f;
}
.tz-video-content h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 60px;
  font-size: 60px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 88px 0 60px;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.tz-video-content2 h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 60px;
  font-size: 57px;
  color: #ffffff;
  text-decoration: none;
  padding: 20px 36px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  float: left;
  background: #d9534f;
}
.tz-video-content p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 60px;
  font-size: 60px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  transition: all 0.2s linear 0.4s;
  -moz-transition: all 0.2s linear 0.4s;
  -webkit-transition: all 0.2s linear 0.4s;
  -o-transition: all 0.2s linear 0.4s;
  -ms-transition: all 0.2s linear 0.4s;
  text-align: center;
  text-transform: uppercase;
  margin: 67px 0 77px;
}
.videoID {
  position: absolute;
  width: auto;
  height: auto;
  max-height: 4000%;
  min-height: 100%;
  max-width: 1000%;
  min-width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.bg-video {
  z-index: 6;
}
.tz-video-content2 .tzautoplay {
  background: #e8a04f;
  height: 100px;
  width: 100px;
  background: url('../../../images/autoplay2.png') no-repeat scroll center center #e8a04f;
}
.tz-video-content2 .tzpause {
  height: 100px;
  width: 100px;
  background: url('../../../images/pause2.png') no-repeat scroll center center #e8a04f;
}
.tzautoplay {
  background: url('../../../images/autoplay.png') no-repeat transparent;
  border: 0 none;
  height: 84px;
  width: 84px;
}
.tzpause {
  background: url('../../../images/pause.png') no-repeat transparent;
  border: 0 none;
  height: 84px;
  width: 84px;
  display: none;
  opacity: 0;
  transition: all 0.3s linear 0.2s;
  -moz-transition: all 0.3s linear 0.2s;
  -webkit-transition: all 0.3s linear 0.2s;
  -ms-transition: all 0.3s linear 0.2s;
  -o-transition: all 0.3s linear 0.2s;
}
.tz-video video {
  position: absolute;
  z-index: -22;
}
.tz-video:hover .tzpause {
  opacity: 1;
}
.tz-video:hover .tz-video-content h3 {
  opacity: 1 !important;
}
.tz-video:hover .tz-video-content2 h3 {
  opacity: 1 !important;
}
.tz-video:hover .tz-video-content p {
  opacity: 1 !important;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tz-testimonials {
  padding: 91px 0 50px !important;
}
.tz-testimonials-slider {
  margin-left: -15px;
  margin-right: -15px;
  padding: 50px 0 30px;
}
.tz-testimonials-class .tz-OurTeam-item {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
.tz-testimonials-class .owl-page span {
  width: 10px !important;
  height: 10px !important;
}
.tz-testimonials-class .owl-controls {
  margin-top: 50px;
  text-align: center;
}
.tz-testimonials-class .owl-page.active span {
  background: #d9534f;
}
.service-img {
  padding: 48px 0 85px;
}
.service-img .service-img-item:first-child {
  margin-left: 0;
}
.service-img .service-img-item {
  margin-left: 65px;
}
.newsletter-form {
  margin-top: 30px !important;
  position: relative;
  margin-bottom: 45px !important;
}
.newsletter-form:after {
  clear: both;
  content: '';
  display: table;
}
.title-newsletter {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 36px;
  font-size: 36px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  margin: 36px 0 0;
  text-align: left;
}
.newsletter-input {
  float: left;
  width: 82%;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 18px;
  color: #bdbdbd;
  text-decoration: none;
  padding: 0 32px;
  margin: 0;
  text-align: left;
  height: 60px;
  border: 0;
  border-radius: 5px;
  background: #fff;
}
.newsletter-button {
  float: left;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 27px;
  font-size: 19px;
  text-decoration: none;
  padding: 0 30px;
  margin: 0 0 0 4%;
  text-align: center;
  height: 60px;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #222222;
  text-transform: uppercase;
  color: #fff;
}
.newsletter-button:hover,
.newsletter-button:active,
.newsletter-button:focus {
  background: #222222;
  color: #fff;
}
.tz-contact-parallax h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 36px;
  font-size: 48px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  margin: 9px 0 35px 0;
  text-align: center;
}
.tz-contact-parallax p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  padding: 0 10%;
  margin: 0 0 50px 0;
  text-align: center;
}
.tzcontact-content {
  margin-top: 67px;
}
.tzcontact-content form {
  padding-right: 10px;
  margin-top: 45px;
}
.tzcontact-content iframe {
  width: 100%;
  height: 360px;
  border: 5px solid #fff;
}
.tzcontact-content h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 36px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.tzcontact-content input {
  background: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  padding: 13px 0;
  margin: 0;
  height: auto;
}
.tzcontact-content input.invalidate {
  border-bottom: 1px solid #D9534F;
}
.tzcontact-content input:focus {
  background: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  border-radius: 0;
  box-shadow: none;
}
.tzcontact-content textarea {
  background: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.tzcontact-content textarea:focus {
  background: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  border-radius: 0;
  box-shadow: none;
}
.tzcontact-content button {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 38px 0 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
.tzcontact-content button i {
  margin-right: 20px;
  font-size: 40px;
  font-weight: 300;
  float: left;
  line-height: 24px;
}
.form-input {
  margin-bottom: 30px;
}
.form-textarea {
  margin-top: 38px;
}
.tz-map iframe {
  border: 0;
  width: 100%;
  height: 450px;
}
.tz-form {
  background: #fff;
  padding-bottom: 100px;
}
.tz-form input:first-child {
  margin-left: 0;
}
.tz-form input {
  width: 31.1%;
  margin-left: 3%;
  height: 40px;
  background: none;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  box-shadow: none;
  padding: 0 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  color: #b8b8b8;
  text-decoration: none;
}
.tz-form textarea {
  width: 100%;
  background: none;
  border: 1px solid #d6dbe1;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 20px;
  margin: 40px 0 0 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  color: #b8b8b8;
  text-decoration: none;
}
.tz-form .submit-form {
  width: 100%;
  background: #d9534f;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  padding: 15px 20px;
  margin: 25px 0 0 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.tz-form2 {
  background: #fff;
  padding: 94px 100px;
}
.tz-form2 input {
  width: 100%;
  height: 40px;
  background: none;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  box-shadow: none;
  padding: 0 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  color: #b8b8b8;
  text-decoration: none;
  margin: 0 0 39px;
}
.tz-form2 textarea {
  width: 100%;
  background: none;
  border: 1px solid #d6dbe1;
  border-radius: 0;
  box-shadow: none;
  padding: 25px 20px;
  margin: 1px 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  color: #b8b8b8;
  text-decoration: none;
  min-height: 322px;
}
.tz-form2 .submit-form {
  width: 100%;
  background: #d9534f;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  padding: 26px 20px;
  margin: 1px 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.form2 {
  margin-top: 18px;
}
.frame {
  height: 180px;
  line-height: 250px;
  overflow: hidden;
}
.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 50px;
}
.frame ul li {
  float: left;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #333;
  color: #ddd;
  text-align: center;
  cursor: pointer;
}
.frame ul li img {
  width: auto;
  height: 100%;
  display: block;
}
.frame ul li.active {
  color: #fff;
  background: #a03232;
}
.scrollbar {
  margin: 0;
  height: 1px;
  background: #ff9932;
  line-height: 0;
}
div.scrollbar-style2 {
  background: #d9534f;
}
.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #fff;
  cursor: pointer;
}
.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}
.tz-our-members {
  overflow: hidden;
}
.tz-members-title {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 33px;
  font-size: 48px;
  margin: 11px 0 37px;
  padding: 0;
  text-decoration: none;
  text-align: center;
}
.tz-members-ds {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  margin: 0 0 52px 0;
  padding: 0 10%;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}
.tz-our-members .row {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.members-item {
  height: 100%;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  position: relative;
  margin: 22px 5px;
}
.members-item img {
  width: 100%;
  height: auto;
}
.tz-overlay3 .connect-title {
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: block;
}
.connect-item p {
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.connect-item a {
  font-style: italic;
  color: #fff;
  text-decoration: none;
}
.connect-item span {
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  font-style: italic;
}
.connect-item span i {
  color: #d9534f;
  padding-right: 10px;
}
.connect-item {
  margin-bottom: 40px;
  color: #fff;
}
section.tz-our-products2 .tz-our-products-slider2 {
  margin-bottom: 0;
}
.tz-our-products-slider {
  position: relative;
  margin: 59px -40px 0 0;
}
.tz-our-products-slider2 {
  position: relative;
  margin: 59px 0;
}
.tz-our-slider {
  position: relative;
}
.tz-our-slider2 {
  position: relative;
}
.tzshop-title {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 40px 0 29px;
  display: block;
  text-align: center;
}
.tzshop-ds {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 30px;
  font-size: 18px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}
.tz-image {
  max-height: 240px;
  overflow: hidden;
  position: relative;
}
.tz-shop-item:hover .tz-gallery {
  right: 50%;
  opacity: 1;
}
.tz-shop-itemhover .tz-link {
  left: 50%;
  opacity: 1;
}
.tz-shop-item:hover .tz-image  img {
  transform: translate3d(0px,0px,0px) scale(1.1);
  -moz-transform: translate3d(0px,0px,0px) scale(1.1);
  -webkit-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
}
.tz-shop-item:hover .tz-image:after {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
}
.tz-shop-item .tz-image:after {
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  background: rgba(217,83,79,0.5);
  transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
}
.tz-our-products-slider2 .tz-shop-item {
  margin: 0;
  cursor: pointer;
}
.tz-shop-item {
  margin-right: 40px;
  cursor: pointer;
}
.tz-shop-item .tz-image img {
  width: 100%;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.tz-shop-item .tz-des {
  background: #f2f2f2;
  padding: 19px 10px 20px;
}
.tz-shop-item h6 {
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 999;
  position: absolute;
  top: 42%;
  width: 100%;
}
.tz-shop-item a {
  display: block;
}
.tz-shop-item h6 span {
  display: inline-block;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 18px;
  margin: 0;
  padding: 4px 23px;
  text-decoration: none;
  z-index: 99;
  position: relative;
  text-align: center;
  background: #d9534f;
  text-transform: uppercase;
  transition: all 0.1s linear 0.2s;
  -moz-transition: all 0.1s linear 0.2s;
  -webkit-transition: all 0.1s linear 0.2s;
  -ms-transition: all 0.1s linear 0.2s;
  -o-transition: all 0.1s linear 0.2s;
  border-radius: 3px;
}
.tz-shop-item:hover h6 span {
  background: none;
  transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
}
.tznextslider2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  background: none;
  border: 0;
  height: 100%;
  width: 60px;
  margin: 0;
  padding: 0;
}
.tznextslider2 i,
.tzprevslider2 i {
  background: none repeat scroll 0 0 rgba(0,0,0,0.3);
  display: inline-block;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  color: #fff;
}
.tznextslider2 i {
  padding: 0 23px 0 27px;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
.tzprevslider2 i {
  padding: 0 27px 0 23px;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
}
.tzprevslider2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  border: 0;
  height: 100%;
  width: 60px;
  background: none;
  padding: 0;
}
.tz-shop-products {
  padding: 54px 0 106px;
  background: #f2f2f2;
  overflow: hidden;
}
.tz-shop-products-white {
  padding: 54px 0 106px;
  background: #fff;
  overflow: hidden;
}
.tz-pro-slider {
  position: relative;
  margin: 59px -40px 0 0;
}
.tz-shop-products-slider {
  position: relative;
}
.tzshop-title {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 48px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 40px 0 29px;
  display: block;
  text-align: center;
}
.tzshop-ds {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 30px;
  font-size: 18px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}
.tz-shop-img {
  max-height: 260px;
  overflow: hidden;
  position: relative;
  margin-bottom: 17px;
  cursor: pointer;
}
.tz-shop-img:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tz-shop-img img {
  width: 100%;
}
.tz-shop-img:hover img {
  animation: myshop 4s;
  -webkit-animation: myshop 4s;
}
@-webkit-keyframes myshop {
  0% {
    transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
  }
  25% {
    transform: scale(1.3) translateX(30px);
    -moz-transform: scale(1.3) translateX(30px);
    -webkit-transform: scale(1.3) translateX(30px);
    -ms-transform: scale(1.3) translateX(30px);
    -o-transform: scale(1.3) translateX(30px);
  }
  50% {
    transform: scale(1.3) translateX(-30px);
    -moz-transform: scale(1.3) translateX(-30px);
    -webkit-transform: scale(1.3) translateX(-30px);
    -ms-transform: scale(1.3) translateX(-30px);
    -o-transform: scale(1.3) translateX(-30px);
  }
  75% {
    transform: scale(1.3) translateY(-30px);
    -moz-transform: scale(1.3) translateY(-30px);
    -ms-transform: scale(1.3) translateY(-30px);
    -webkit-transform: scale(1.3) translateY(-30px);
    -o-transform: scale(1.3) translateY(-30px);
  }
  100% {
    transform: scale(1) translate(0);
    -moz-transform: scale(1) translate(0);
    -webkit-transform: scale(1) translate(0);
    -ms-transform: scale(1) translate(0);
    -o-transform: scale(1) translate(0);
  }
}
@keyframes myshop {
  0% {
    transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
  }
  25% {
    transform: scale(1.3) translateX(30px);
    -moz-transform: scale(1.3) translateX(30px);
    -webkit-transform: scale(1.3) translateX(30px);
    -ms-transform: scale(1.3) translateX(30px);
    -o-transform: scale(1.3) translateX(30px);
  }
  50% {
    transform: scale(1.3) translateX(-30px);
    -moz-transform: scale(1.3) translateX(-30px);
    -webkit-transform: scale(1.3) translateX(-30px);
    -ms-transform: scale(1.3) translateX(-30px);
    -o-transform: scale(1.3) translateX(-30px);
  }
  75% {
    transform: scale(1.3) translateY(-30px);
    -moz-transform: scale(1.3) translateY(-30px);
    -ms-transform: scale(1.3) translateY(-30px);
    -webkit-transform: scale(1.3) translateY(-30px);
    -o-transform: scale(1.3) translateY(-30px);
  }
  100% {
    transform: scale(1) translate(0);
    -moz-transform: scale(1) translate(0);
    -webkit-transform: scale(1) translate(0);
    -ms-transform: scale(1) translate(0);
    -o-transform: scale(1) translate(0);
  }
}
.tz-shop-img:hover:after {
  background: rgba(217,83,79,0.5);
}
.tz-shop-item {
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}
.tz-shop-item .tz-shop-img img {
  width: 100%;
}
.tz-shop-item .tz-des {
  background: #f2f2f2;
  padding: 19px 10px 20px;
}
.tz-shop-img a {
  position: absolute;
  z-index: 99;
  margin-top: -20px;
  top: 50%;
  background: #fff !important;
  color: #d9534f;
  padding: 10px;
  font-size: 20px;
  border-radius: 3px;
  text-decoration: none;
}
.tz-shop-img #hikashop_add_wishlist a.hikashop_cart_button {
  margin-left: -70px;
  left: 10%;
  transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -webkit-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  opacity: 0;
  width: auto;
  margin-right: auto;
  right: auto;
}
.tz-shop-img a i {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  color: #d9534f;
}
.tz-shop-img  #hikashop_add_wishlist a.hikashop_cart_button span {
  bottom: 145%;
  color: #fff;
  left: 1px;
  position: absolute;
  width: 140px;
  visibility: hidden;
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  text-align: center;
  font-style: normal;
}
.tz-shop-img a.tzrandom {
  margin-left: -16px;
  left: 43%;
  transform: scale(0.3);
  -moz-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -webkit-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  opacity: 0;
}
.tz-shop-img a.tzrandom span {
  bottom: 145%;
  color: #fff;
  left: -50px;
  position: absolute;
  width: 145px;
  visibility: hidden;
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  font-style: normal;
  text-align: center;
}
.tz-shop-img a.hikashop_cart_button span {
  bottom: 145%;
  color: #fff;
  right: 0;
  position: absolute;
  width: 130px;
  visibility: hidden;
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  font-style: normal;
  text-align: center;
}
.tz-shop-img a.hikashop_cart_button {
  margin-right: -70px;
  right: -10%;
  opacity: 0;
  transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -webkit-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  width: auto;
}
.tz-shop-img  #hikashop_add_wishlist a.hikashop_cart_button:hover span {
  visibility: visible;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
}
.tz-shop-img a.tzrandom:hover span {
  visibility: visible;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
}
.tz-shop-img a.hikashop_cart_button:hover span {
  visibility: visible;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
}
.tz-shop-img:hover  #hikashop_add_wishlist a.hikashop_cart_button {
  left: 50%;
  opacity: 1;
}
.tz-shop-img:hover a.hikashop_cart_button {
  right: 60%;
  opacity: 1;
  width: auto;
}
.tz-shop-img:hover a.tzrandom {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.tzshop_desc:after {
  clear: both;
  content: '';
  display: table;
}
.tzshop-title-item a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: left;
}
.tzshop-title-item span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: left;
}
.tzshop-title-item span i {
  padding-right: 4px;
  font-size: 14px;
  color: #565555;
}
.tzprice {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  color: #d9534f;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: right;
}
.tzrating {
  display: block;
  line-height: 26px;
}
.rating i {
  color: #d9534f;
  font-size: 14px;
}
.tznextslider3 {
  position: absolute;
  right: -60px;
  top: 0;
  z-index: 999;
  background: none;
  border: 0;
  height: 76%;
  width: 60px;
  margin: 0;
  padding: 0;
}
.tznextslider3 i,
.tzprevslider3 i {
  background: none repeat scroll 0 0 rgba(0,0,0,0.3);
  display: inline-block;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  margin: 0;
  color: #fff;
}
.tznextslider3 i {
  padding: 0;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
.tzprevslider3 i {
  padding: 0;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
}
.tzprevslider3 {
  position: absolute;
  left: -100px;
  top: 0;
  z-index: 999;
  border: 0;
  height: 76%;
  width: 60px;
  background: none;
  padding: 0;
}
.tz-overlay-shop {
  padding: 91px 0 96px;
  background: rgba(217,83,79,0.4);
}
.tz-overlay-shop h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 48px;
  font-size: 48px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  margin: 1px 0 32px;
  display: block;
  text-align: center;
}
.tz-overlay-shop p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 30px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}
.tzselling-item {
  text-align: center;
}
.tz-content-blog {
  background: #ffffff;
  padding: 60px 0 100px;
  overflow: hidden;
}
.tz-last-blog {
  padding-right: 20px;
}
.tz-last-blog h3,
#tz-mass-top h3.module-title {
  color: #222222;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.tz-last-blog ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-last-blog ul li {
  position: relative;
  display: block;
  margin-top: 33px;
}
.tz-last-blog ul li:after {
  display: table;
  content: '';
  clear: both;
}
.tz-last-blog ul li img {
  width: 47%;
  float: left;
  padding-top: 7px;
  max-height: 246px;
}
.tz-last-blog ul li .tz-last-ds {
  margin-left: 3px;
  padding-left: 52%;
}
.tz-last-blog ul li .tz-last-ds span {
  color: #565555;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.tz-last-blog ul li .tz-last-ds h6 {
  margin: 3px 0 24px;
  padding: 0;
}
.tz-last-blog ul li .tz-last-ds h6 a {
  color: #565555;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.tz-last-blog ul li .tz-last-ds p {
  color: #565555;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 24px;
  padding: 0;
  text-decoration: none;
}
.tzblog-redmore {
  color: #d9534f;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.tblog-viewmore {
  display: block;
  background: #d9534f;
  border: 0 none;
  border-radius: 3px;
  padding: 18px 0;
  width: 100%;
  text-align: center;
  margin-top: 32px;
}
.tblog-viewmore a {
  color: #ffffff;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.portfolio-grid {
  position: relative;
}
.portfolio-grid:after {
  display: table;
  clear: both;
  content: '';
}
.portfolio-grid figure {
  float: left;
  width: 400px;
  overflow: hidden;
  height: 220px;
}
.portfolio-grid figure.tz_feature_item,
.portfolio-grid figure.tzportrait {
  height: 440px;
}
.portfolio-grid figure img {
  width: 100%;
}
.portfolio-grid figure figcaption,
.item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.portfolio-grid figure figcaption:hover,
.item figcaption:hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.portfolio-grid figure.tz_feature_item figcaption .tz-grid-title,
.tz_feature_item figure figcaption .tz-grid-title {
  margin: 20% 0 0;
}
.portfolio-grid figure.tzportrait figcaption .tz-grid-title,
.tz_portrait figure figcaption .tz-grid-title {
  margin: 40% 0 0;
}
.portfolio-grid figure figcaption .tz-grid-title,
.item figcaption .tz-grid-title {
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  margin: 11% 0 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.portfolio-grid figure figcaption .tz-grid-title,
.item figcaption .tz-grid-title {
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  margin: 11% 0 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(45px);
  -moz-transform: translateY(45px);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  -o-transform: translateY(45px);
  opacity: 0;
}
.portfolio-grid figure figcaption .tz-defailt,
.item figcaption .tz-defailt {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  text-decoration: none;
  transform: translateY(45px);
  -moz-transform: translateY(45px);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  -o-transform: translateY(45px);
  opacity: 0;
}
.portfolio-grid figure:hover .tz-grid-title,
.item figure:hover .tz-grid-title {
  opacity: 1;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.portfolio-grid figure:hover .tz-defailt,
.item figure:hover .tz-defailt {
  opacity: 1;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: all 0.4s linear 0.1s;
  -moz-transition: all 0.4s linear 0.1s;
  -webkit-transition: all 0.4s linear 0.1s;
  -ms-transition: all 0.4s linear 0.1s;
  -o-transition: all 0.4s linear 0.1s;
}
.tzpage-about {
  background: none repeat scroll 0 0 #fff;
  padding-bottom: 95px;
  padding-top: 95px;
}
.about-video {
  position: relative;
}
.about-video .iframe-full {
  margin-bottom: 16px;
}
.about-video h3 {
  position: absolute;
  left: 0;
  top: 45%;
  z-index: 9999;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.tzpage-about p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 12px 0;
  text-decoration: none;
  text-transform: none;
}
.tzright-wrap {
  position: relative;
  background: #f2f2f2;
}
.tzright-wrap:after {
  clear: both;
  content: '';
  display: table;
}
.tzright-content img {
  width: 100%;
  max-height: 522px;
}
.tzright-content {
  width: 50%;
  overflow: hidden;
}
.right-element {
  width: 580px;
  padding: 90px 0 90px 40px;
}
.tzpage-about h2 {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 20px 0 21px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.tzpage-about h2 strong {
  color: #d9534f;
}
.tzpage-about  p.page-ds {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 10% 100px;
  padding: 0;
  text-align: center;
}
.about-content {
  position: relative;
}
.about-content-line:before {
  width: 2px;
  height: 100%;
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -1px;
  top: 0;
  background: #222222;
}
.about-content-line:after {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #222222;
  border-radius: 50%;
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -10px;
  margin-right: -10px;
}
.about-content .about-content-left span.date {
  text-align: left;
}
.about-content .about-content-left h6 a {
  text-align: left;
}
.about-content .about-content-left p {
  text-align: left;
}
.about-content .about-content-left .view-more {
  text-align: left;
}
.about-content-right {
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.about-content-right img {
  width: 100%;
  max-height: none;
}
.about-content-left {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
}
.about-content-left img {
  width: 100%;
  max-height: none;
}
.about-content span.date {
  color: #8b8b8b;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  margin: 0;
  padding: 10px 0 0;
  text-decoration: none;
  text-transform: none;
  display: block;
  text-align: right;
}
.about-content h6 {
  margin: 0;
  padding: 0;
}
.about-content h6 a {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: right;
}
.about-content p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 17px 0 0;
  text-decoration: none;
  text-transform: none;
  display: block;
  text-align: right;
}
.about-content .view-more {
  color: #d9534f;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
  padding: 12px 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: right;
}
.tzpage-about-content {
  background: #fff;
  padding: 86px 0 44px;
  overflow: hidden;
}
.tz-about-title {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
  margin: 0;
  padding: 0 0 12px;
  text-align: center;
  text-decoration: none;
}
.tz-about-ds {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  margin: 0;
  padding: 11px 16% 3px;
  text-align: center;
  text-decoration: none;
}
.tzmargin {
  margin: 99px 0 90px !important;
}
.tzemployess .tzfilter {
  text-align: center;
}
.tzemployess .tz-employee .tz-image-item {
  max-height: 260px;
  overflow: hidden;
  position: relative;
  height: 260px;
}
.tzemployess .tz-employee .tz-image-item:after {
  display: none !important;
}
.tz-employee {
  cursor: pointer;
  padding: 0 40px 68px 0;
}
.tz-employee h4 {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 30px 0 0;
  text-align: center;
  text-decoration: none;
}
.tz-employee p {
  color: #888888;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0 0 22px;
  text-align: center;
  text-decoration: none;
}
.tz-employee span {
  display: block;
  text-align: center;
}
.tz-employee span a {
  color: #444444;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 5px 0 0;
  padding: 7px 11px 6px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #565656;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.tz-employee span a:hover {
  background: #d9534f;
  color: #fff;
  border: 1px solid #d9534f;
}
.tz-employee:hover span a i {
  -webkit-animation: social_ami 1.5s linear 0s infinite alternate;
  animation: social_ami 1.5s linear 0s infinite alternate;
}
@keyframes social_ami {
  from {
    transform: rotateY(0);
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
  }
  to {
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
  }
}
@-webkit-keyframes social_ami {
  from {
    transform: rotateY(0);
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
  }
  to {
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
  }
}
.wp-pagenavi .tzviewmore {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 8px 40px 7px;
  text-align: center;
  text-decoration: none;
  border: 0;
  display: inline-block;
  background: #d9534f;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}
.wp-pagenavi .tzviewmore:hover {
  border: none !important;
}
.tzemployess div.wp-pagenavi {
  margin: 0;
}
.tzslider {
  overflow: hidden;
}
body .tp-leftarrow.default {
  background: url("../../../images/pre.png") 22px center no-repeat rgba(0,0,0,0.3);
  cursor: pointer;
  height: 60px;
  position: relative;
  width: 60px;
  z-index: 100;
  border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -ms-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  left: 0 !important;
}
body .tp-rightarrow.default {
  background: url("../../../images/next.png") no-repeat scroll 28px center rgba(0,0,0,0.3);
  cursor: pointer;
  height: 60px;
  position: relative;
  width: 60px;
  z-index: 100;
  border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  right: 0 !important;
}
body .tp-caption.title-slider {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 48px;
  font-size: 36px;
  color: #000000;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
body .tp-caption.title-slider2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 48px;
  font-size: 36px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  background: none;
}
body .tp-caption.title-slider3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 48px;
  font-size: 48px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  background: none;
}
body .tp-caption.title-slider-bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 48px;
  font-size: 36px;
  color: #000000;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
body .tp-caption.title-slider-bold2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 48px;
  font-size: 36px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
body .tp-caption.slider-ds {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
body .tp-caption.slider-ds2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzappli_content_button {
  background: none repeat scroll 0 0 #d9534f;
  border: 0 none;
  border-radius: 8px;
  height: 60px;
  margin: 30px 0 0;
  padding: 0 31px;
  text-align: center;
}
.tzappli_content_button i {
  color: #fff;
  float: left;
  font-size: 36px;
  line-height: 24px;
  padding-right: 16px;
}
.tzappli_content_button  a {
  color: #fff;
  display: block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.tzcustomtext-zoom {
  color: #fff;
  display: block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.tzcustombutton-zoom:hover {
  color: #fff;
  text-decoration: none;
}
.tzcustombutton-zoom {
  color: #fff;
  display: inline-block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 14px;
  margin: 0;
  padding: 12px 45px;
  text-decoration: none;
  text-transform: uppercase;
  background: #d9534f;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.tzslider-about .bannerscollection_zoominout.opportune .rightNav {
  background: url("../../../images/next-zoom.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  width: 40px;
  height: 40px;
  right: 40px;
}
.tzslider-about .bannerscollection_zoominout.opportune .rightNav:hover {
  background: url("../../../images/next-zoom.png") no-repeat scroll 0 0 rgba(0,0,0,0);
}
.tzslider-about .bannerscollection_zoominout.opportune .leftNav {
  background: url("../../../images/pre-zoom.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  width: 40px;
  height: 40px;
  left: 40px;
}
.tzslider-about .bannerscollection_zoominout.opportune .leftNav:hover {
  background: url("../../../images/pre-zoom.png") no-repeat scroll 0 0 rgba(0,0,0,0);
}
.cutomblock-zoom {
  width: 30%;
}
.cutomblock-zoom span {
  color: #222222;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 46px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  text-align: right;
}
.cutomblock-zoom h3 {
  color: #222222;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  margin: 0;
  padding: 0px 0 10px;
  text-decoration: none;
  text-transform: none;
  text-align: right;
}
.cutomblock-zoom h3 em {
  color: #d9534f;
}
.cutomblock-zoom p {
  color: #565555;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  padding: 0 0 33px 0;
  text-decoration: none;
  text-transform: none;
  text-align: right;
}
.cutomblock-zoom .tzcustombutton-zoom {
  float: right;
}
body .tzbigtext {
  color: #fff;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}
body .tzsmalltext {
  color: #fff;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}
body .tzmasterbutton {
  color: #fff;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  padding: 18px 33px !important;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  background: #d9534f;
}
body .ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  height: 60px;
  width: 60px;
}
body .ms-skin-default .ms-nav-next {
  background: url("../../../images/next.png") no-repeat scroll center center rgba(0,0,0,0.3);
  right: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
}
body .ms-skin-default .ms-nav-prev {
  background: url("../../../images/pre.png") no-repeat scroll 20px center rgba(0,0,0,0.3);
  left: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -ms-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
}
.tz-content-blog aside:first-child {
  margin-top: 39px;
}
.tz-content-blog aside {
  margin-top: 59px;
}
.apply-now {
  background: #f2f2f2;
  padding: 60px;
  text-align: center;
}
.apply-social {
  margin: 0 0 31px 0;
  padding: 0;
  text-align: center;
}
.apply-social a.social:first-child {
  margin-left: 0;
}
.apply-social a.social {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-left: 25px;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
.apply-social a:hover {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.apply-social a i {
  font-size: 24px;
  line-height: 60px;
  color: #fff;
}
.apply-now h6 {
  color: #222222;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
  margin: 0 0 23px 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.apply-now p {
  color: #565555;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 36px 0;
  padding: 0;
  text-decoration: none;
  text-align: center;
}
.tzbutton-red {
  background: none repeat scroll 0 0 #d9534f;
  border: 0 none;
  border-radius: 3px;
  height: 40px;
  margin: 0;
  padding: 0 39px;
  text-align: center;
}
.tzbutton-red a {
  color: #fff;
  display: block;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.tz-aside-custom,
.custombackground,
.custom.background {
  background-position: center center;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
}
.tz-aside-custom:after,
.custombackground:after,
.custom.background:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  z-index: -1;
}
.tz-custom-content,
.custombackground,
.custom.background {
  position: relative;
  z-index: 999;
  background: transparent;
}
.tz-custom-content span,
.custombackground h5,
.custom.background h5 {
  color: #ffffff;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom:20px;
}
.tz-custom-content h6,
.custombackground h6,
.custom.background h6 {
  color: #ffffff;
  display: block;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  margin: 0 0 3px;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.tz-custom-content p,
.custombackground p,
.custom.background p {
  color: #ffffff;
  display: block;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.tz-aside-custom a {
  color: #ffffff;
  display: block;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 18px 40px;
  text-decoration: none;
  background: #d9534f;
  z-index: 999;
  position: relative;
  text-transform: uppercase;
}
.tz-aside-newsletter h3 {
  padding: 0 0 20px 0;
  margin: 0;
  border-bottom: 2px solid #d9534f;
}
.tz-aside-newsletter h3 span {
  color: #222222;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.tz-aside-newsletter .newsletter_widget p {
  color: #565555;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 34px 0 0 0;
  padding: 0;
  text-decoration: none;
}
.tz-aside-newsletter .newsletter_widget input,
.tz-module  .newsletter_widget input {
  border: 1px solid rgba(0,0,0,0.1);
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  line-height: 24px;
  margin: 0;
  padding: 0 30px;
  position: relative;
  text-align: left;
  text-decoration: none;
  background: #f2f2f2;
}
.tz-aside-newsletter .newsletter_widget .newsletter_form,
.tz-module  .newsletter_widget .newsletter_form {
  margin-top: 20px !important;
  position: relative;
}
.tz-aside-newsletter .newsletter_widget .tzsubmit-form,
.tz-module  .newsletter_widget .tzsubmit-form {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  color: #fff;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 20px 0 0;
  padding: 0 30px;
  text-decoration: none;
  background: #d9534f;
  display: inline-block;
  text-transform: uppercase;
  height: 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.tzsidebar-right {
  margin-top: 0;
  padding-left: 25px;
}
.tzsidebar-left {
  margin-top: 0;
  padding-right: 25px;
}
aside:first-child {
  margin-top: 0;
}
aside ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
aside.search-form form {
  margin-top: 38px;
}
aside .Tzsearchform {
  position: relative;
  background: #f2f2f2;
  border: 1px solid rgba(0,0,0,0.1);
  width: 100%;
  padding: 8px 15px;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  text-transform: none;
  border-radius: 3px;
}
aside #searchsubmit {
  position: relative;
  background: #d9534f;
  padding: 8px 29px;
  margin: 20px 0 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  border-radius: 3px;
}
.tzdw-twitter li:first-child {
  padding: 8px 0 0;
}
.tzdw-twitter li {
  position: relative;
  display: block;
  padding: 34px 0 0;
}
.tzdw-twitter li img {
  max-width: 40px;
  max-height: 40px;
}
.tzdw-twitter li strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  font-size: 15px;
  color: #222222;
  text-decoration: none;
  text-transform: none;
}
.tzdw-twitter li p a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 21px;
  font-size: 14px;
  color: #d9534f;
  text-decoration: none;
  text-transform: none;
}
.tzdw-twitter li p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 21px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  text-transform: none;
  margin: 4px 0 7px 0;
}
.tzdw-twitter li span.time {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 13px;
  color: #9e9e9e;
  text-decoration: none;
  text-transform: none;
}
.view-all {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  font-size: 18px;
  color: #d9534f;
  text-decoration: none;
  text-transform: none;
  padding: 32px 0 0;
  display: block;
}
.view-all:hover {
  color: #d9534f;
  text-decoration: none;
}
.tz-flickr-item {
  margin-left: -20px;
  margin-top: 40px;
}
.tz-flickr-item img {
  max-width: 116px;
  max-height: 120px;
  margin: 0 0 20px 20px;
}
.tz-widget-categories li {
  position: relative;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  text-transform: uppercase;
}
.tz-widget-categories li:after {
  clear: both;
  content: '';
  display: table;
}
.tz-widget-categories li span {
  float: right;
  color: #d9534f;
}
.widget-newsletter form {
  margin-top: 16px;
}
.widget-newsletter p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  text-transform: none;
  padding: 3px 0 0;
  margin: 0;
}
.widget-newsletter input {
  position: relative;
  background: #f2f2f2;
  border: 1px solid rgba(0,0,0,0.1);
  width: 100%;
  padding: 6px 15px 8px;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  text-transform: none;
  border-radius: 3px;
  height: 40px;
}
.widget-newsletter .newslettersubmit {
  position: relative;
  background: #d9534f;
  padding: 11px 28px;
  margin: 20px 0 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  border-radius: 3px;
  display: block;
  width: auto;
  height: auto;
}
.widget-tags .tagcloud {
  margin-top: 35px;
}
.widget-tags .tagcloud a {
  background: #d9d9d9;
  color: #565555;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 5px 0 0;
  padding: 5px 12px 6px;
  text-decoration: none;
}
.widget-tags .tagcloud a:hover {
  background: #d9534f;
  color: #fff;
}
.widget-popular li:first-child {
  margin-top: 35px;
}
.widget-popular li {
  margin-top: 32px;
}
.widget-popular li:after {
  clear: both;
  display: table;
  content: '';
}
.widget-popular img {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
  margin-top: 7px;
}
.tzpopular-item {
  padding-left: 80px;
}
.widget-popular h6 {
  margin: 0;
  padding: 0 0 5px;
}
.widget-popular h6 a {
  color: #222222;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
.tzpopular-item span {
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}
.tzpopular-item span:after {
  clear: both;
  display: table;
  content: '';
}
.tzpopular-item span a {
  float: right;
  color: #999999;
  text-decoration: none;
}
.tzpopular-item span a i {
  padding-right: 5px;
}
.best-selling li:first-child {
  margin-top: 35px;
}
.best-selling li {
  margin-top: 28px;
}
.best-selling li:after {
  clear: both;
  display: table;
  content: '';
}
.best-selling img {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
  margin-top: 5px;
}
.tzbest-item {
  padding-left: 80px;
}
.best-selling h6 {
  margin: 0;
  padding: 0 0 4px;
  text-align: left;
}
.best-selling h6 a {
  color: #222222;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}
.tzbest-item span {
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
}
.tzbest-item em {
  display: block;
  color: #d9534f;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  font-style: inherit;
}
.ui-widget-content {
  background: #d3d3d3;
  border: none;
  color: #d3d3d3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.ui-slider-horizontal {
  height: 5px;
  margin-bottom: 24px;
  margin-top: 44px;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}
.ui-slider .ui-slider-range {
  background-position: 0 0;
  border: 0 none;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
}
.ui-widget-header {
  background: #d9534f;
  border: none;
  color: #222222;
  font-weight: bold;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.6em;
  top: -0.3em;
}
.ui-slider .ui-slider-handle {
  cursor: default;
  height: 1.2em;
  position: absolute;
  width: 1.2em;
  z-index: 2;
  top: -5px;
}
.ui-slider .ui-slider-handle {
  border-radius: 50%;
  cursor: default;
  height: 15px;
  position: absolute;
  width: 15px;
  z-index: 2;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #3d3d3d;
  border: none;
  color: #555555;
  font-weight: normal;
}
aside .price-amount {
  position: relative;
}
aside .price-amount:after {
  clear: both;
  display: table;
  content: '';
}
aside .price-amount span {
  color: #d9534f;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  border: none;
  background: none;
  float: left;
}
aside label.amount {
  color: #b2b2b2;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  border: none;
  background: none;
  text-align: right;
  float: right;
}
aside input#amount {
  color: #b2b2b2;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  border: none;
  background: none;
  text-align: right;
  float: right;
  width: 70px;
}
.tzjoom-group ul {
  margin-top: 33px;
}
.tzjoom-group li:first-child {
  margin-top: 0;
}
.tzjoom-group li {
  margin-top: 26px;
}
.tzjoom-group li:after {
  clear: both;
  display: table;
  content: '';
}
.tzjoom-group img {
  float: left;
  max-height: 60px;
  max-width: 60px;
  margin-top: 6px;
}
.tzjoom-item {
  padding-left: 80px;
}
.tzjoom-item h6 {
  padding: 0;
  margin: 0 !important;
}
.tzjoom-item h6 a {
  color: #222222;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
.tzjoom-item strong {
  color: #d9534f;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.tzjoom-item span {
  color: #bcbcbc;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}
.latest-members-content {
  position: relative;
}
.latest-members-item {
  display: none;
}
.latest-members-item ul:after {
  clear: both;
  display: table;
  content: '';
}
.latest-members-item ul {
  list-style: none;
  padding: 0;
  margin: 0 -20px;
}
.latest-members-item ul li {
  float: left;
  padding-left: 20px;
  padding-right: 19px;
  padding-top: 40px;
}
.latest-members-item ul li a {
  display: block;
}
.latest-members-item ul li img {
  max-width: 60px;
  max-height: 60px;
}
.latest-members-item ul li:nth-child(1),
.latest-members-item ul li:nth-child(2),
.latest-members-item ul li:nth-child(3) {
  padding-top: 0;
}
.latest-members-header span {
  color: #bcbcbc;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  position: relative;
  padding: 0 10px 20px 0;
  cursor: pointer;
}
.latest-members-header span.m-active {
  color: #d9534f;
}
.latest-members-header span i {
  font-size: 3px;
  color: #bcbcbc;
  line-height: 32px;
  position: absolute;
  right: 2px;
}
.tzportfolio-wrap {
  background: #fff;
  padding: 94px 0;
  overflow: hidden;
}
.tzportfolio-wrap .tzsidebar-right,
.tzportfolio-wrap .tzsidebar-left {
  margin-top: 0;
}
.tzfilter {
  text-align: left;
}
.tzfilter button:first-child {
  margin-left: 0;
}
.tzfilter a {
  color: #fff;
}
.tzfilter a {
  display: inline-block;
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  margin: 0 0 0 10px;
  padding: 0 13px;
  text-decoration: none;
  height: auto;
}
.tzfilter button.selected {
  background: #d9534f;
  color: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.tzPortfolio {
  position: relative;
}
.tzPortfolio:after {
  clear: both;
  display: table;
  content: '';
}
.tzPortfolio .element {
  float: left;
  width: 300px;
}
.tzPortfolio .element .tz-inner {
  padding: 30px 20px;
  cursor: pointer;
}
.tz-image-item {
  overflow: hidden;
  position: relative;
}
.element .tz-inner:hover .tz-image-item:after {
  background: rgba(0,0,0,0.5);
}
.tz-image-item:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0,0,0,0);
  left: 0;
  top: 0;
  transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
}
.tz-gallery i,
.tz-link i {
  color: #fff;
  font-size: 15px;
  line-height: 40px;
}
.tz-gallery {
  position: absolute;
  background: #d9534f;
  height: 40px;
  width: 40px;
  text-align: center;
  right: 20%;
  margin-right: -50px;
  margin-top: -20px;
  top: 50%;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -moz-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -webkit-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -ms-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -o-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
}
.tz-link {
  position: absolute;
  background: #d9534f;
  height: 40px;
  width: 40px;
  text-align: center;
  left: 20%;
  margin-left: -50px;
  margin-top: -20px;
  top: 50%;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -moz-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -webkit-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -ms-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -o-transition: all 0.4s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
}
.element .tz-inner:hover .tz-gallery {
  right: 50%;
  opacity: 1;
}
.element .tz-inner:hover .tz-link {
  left: 50%;
  opacity: 1;
}
.tzPortfolio .tz-image-item img {
  width: 100%;
  transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
}
.element .tz-inner:hover img {
  transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
}
.tzPortfolio .tz-des {
  background: #f2f2f2;
  padding: 19px 10px 20px;
}
.tzPortfolio .element .tz-inner h6 {
  padding: 0;
  margin: 0;
  text-align: center;
}
.tzPortfolio .element .tz-inner h6 a {
  display: inline-block;
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.tzPortfolio .element .tz-inner span {
  display: block;
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 30px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: center;
}
.tzProductsViewmore {
  text-align: center;
  margin-top: 60px;
}
.tzProductsViewmore a {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background: #d9534f;
  text-transform: uppercase;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
div.tzPortfoliov2 {
  margin-right: 0;
}
.tzPortfoliov2 .element {
  cursor: pointer;
}
.tzPortfoliov2 .element:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0,0,0,0);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.tzPortfoliov2 .element:hover:after {
  background: rgba(0,0,0,0.3);
}
.tzPortfoliov2 img {
  width: 100%;
}
.lastest-des {
  bottom: 40%;
  left: 0;
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.lastest-des h6 {
  padding: 0;
  margin: 0;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.lastest-des h6 a {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
.lastest-des p {
  opacity: 0;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.line-left {
  z-index: 999;
  height: 86%;
  margin: 20px;
  position: absolute;
  width: 92%;
}
.line-left:before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #fff;
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: left center;
  -moz-transform-origin: left center;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.line-left:after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #fff;
  transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: top center;
  -moz-transform-origin: top center;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.line-right {
  z-index: 999;
  height: 86%;
  margin: 20px;
  position: absolute;
  width: 92%;
}
.line-right:before {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #fff;
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.line-right:after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: #fff;
  transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio1 .lastest-des {
  bottom: 24px;
  left: 59px;
  position: absolute;
  z-index: 9999;
  width: auto;
}
.style-proftolio1 .lastest-des h6 {
  margin-right: 30px;
}
.style-proftolio1 .lastest-des h6 a {
  text-align: left;
}
.style-proftolio1 > img {
  transform: translate3d(-20px,0px,0px) scale(1.1);
  -moz-transform: translate3d(-20px,0px,0px) scale(1.1);
  -webkit-transform: translate3d(-20px,0px,0px) scale(1.1);
  -ms-transform: translate3d(-20px,0px,0px) scale(1.1);
  -o-transform: translate3d(-20px,0px,0px) scale(1.1);
  display: block;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio1:hover > img {
  transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -webkit-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
}
.style-proftolio1:hover .lastest-des h6 {
  transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio1 .lastest-des p {
  padding: 0 20px 0 0;
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  -webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  -ms-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  text-align: left;
  margin-right: 10px;
}
.style-proftolio1:hover .lastest-des p {
  opacity: 1;
  transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -o-transform: translateY(-30px);
}
.style-proftolio2 .lastest-des p {
  transform: translateY(40px);
  -moz-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
}
.style-proftolio2:hover .line-left:before {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.style-proftolio2:hover .line-left:after {
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.style-proftolio2:hover .line-right:before {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.style-proftolio2:hover .line-right:after {
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.style-proftolio2:hover .lastest-des h6 {
  transform: translateY(-13px);
  -moz-transform: translateY(-13px);
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
}
.style-proftolio2:hover .lastest-des p {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  opacity: 1;
}
.style-proftolio2 > img {
  transform: translate3d(0px,20px,0px) scale(1.2);
  -moz-transform: translate3d(0px,20px,0px) scale(1.2);
  -webkit-transform: translate3d(0px,20px,0px) scale(1.2);
  -ms-transform: translate3d(0px,20px,0px) scale(1.2);
  -o-transform: translate3d(0px,20px,0px) scale(1.2);
  display: block;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio2:hover > img {
  transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -webkit-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
}
div.style-proftolio3 .lastest-des {
  z-index: 999;
}
div.style-proftolio3 .line-left:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  top: 50%;
  opacity: 0;
  transition: top 0.4s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: top 0.4s ease 0s, opacity 0.3s ease 0s;
  -ms-transition: top 0.4s ease 0s, opacity 0.3s ease 0s;
  -webkit-transition: top 0.4s ease 0s, opacity 0.3s ease 0s;
  -o-transition: top 0.4s ease 0s, opacity 0.3s ease 0s;
}
div.style-proftolio3 .line-right:before {
  transition: bottom 0.4s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: bottom 0.4s ease 0s, opacity 0.3s ease 0s;
  -ms-transition: bottom 0.4s ease 0s, opacity 0.3s ease 0s;
  -webkit-transition: bottom 0.4s ease 0s, opacity 0.3s ease 0s;
  -o-transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  bottom: 50%;
  opacity: 0;
}
.style-proftolio3 .lastest-des p {
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  margin-top: 5px;
}
.style-proftolio3:hover .lastest-des p {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.style-proftolio3:hover .line-left:before {
  transition: top 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -moz-transition: top 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -ms-transition: top 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -webkit-transition: top 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -o-transition: top 0.4s ease 0s, opacity 0.4s ease 0.1s;
  top: 20px;
  opacity: 1;
}
.style-proftolio3:hover .line-right:before {
  transition: bottom 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -moz-transition: bottom 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -ms-transition: bottom 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -webkit-transition: bottom 0.4s ease 0s, opacity 0.4s ease 0.1s;
  -o-transition: transform 0.4s ease 0s, opacity 0.4s ease 0.1s;
  bottom: 20px;
  opacity: 1;
}
.style-proftolio3 > img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  display: block;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio3:hover > img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.style-proftolio4 .line-left:before {
  top: 20px;
}
.style-proftolio4 .line-left:after {
  left: 20px;
}
.style-proftolio4 .line-right:before {
  bottom: 20px;
}
.style-proftolio4 .line-right:after {
  right: 20px;
}
.style-proftolio4:hover .line-left:before {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.style-proftolio4:hover .line-left:after {
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
.style-proftolio4:hover .line-right:before {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.style-proftolio4:hover .line-right:after {
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.style-proftolio4 > img {
  transform: translate3d(0px,-20px,0px) scale(1.2);
  -moz-transform: translate3d(0px,-20px,0px) scale(1.2);
  -webkit-transform: translate3d(0px,-20px,0px) scale(1.2);
  -ms-transform: translate3d(0px,-20px,0px) scale(1.2);
  -o-transform: translate3d(0px,-20px,0px) scale(1.2);
  display: block;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio4:hover > img {
  transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -webkit-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
}
.tzContentlastest div.style-proftolio5:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  bottom: -30%;
  left: 0;
  opacity: 0;
  background: rgba(0,0,0,3);
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  top: auto;
}
.tzContentlastest div.style-proftolio5:hover:after {
  opacity: 1;
  bottom: 0;
}
.style-proftolio5 .lastest-des h6 {
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.style-proftolio5 .lastest-des p {
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
}
.style-proftolio5:hover .lastest-des h6 {
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
.style-proftolio5:hover .lastest-des p {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  opacity: 1;
}
.style-proftolio6 .line-left {
  border: 1px solid #fff;
  transform: scale(0.3);
  -moz-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  opacity: 0;
}
.style-proftolio6:hover .line-left {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
}
.style-proftolio6 .lastest-des h6 {
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio6:hover .lastest-des h6 {
  transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}
.style-proftolio6 .lastest-des p {
  opacity: 0;
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio6:hover .lastest-des p {
  opacity: 1;
  transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.style-proftolio7 .lastest-des h6 a {
  color: #000;
}
.style-proftolio7:hover .lastest-des h6 a {
  color: #fff;
}
.style-proftolio7 > img {
  transform: translate3d(0px,-20px,0px) scale(1.2);
  -moz-transform: translate3d(0px,-20px,0px) scale(1.2);
  -webkit-transform: translate3d(0px,-20px,0px) scale(1.2);
  -o-transform: translate3d(0px,-20px,0px) scale(1.2);
  -ms-transform: translate3d(0px,-20px,0px) scale(1.2);
  display: block;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio7:hover > img {
  transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -webkit-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
}
.style-proftolio7 .lastest-des {
  bottom: 10%;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio7 .lastest-des p {
  opacity: 0;
  padding: 20px;
  margin: 20px;
  border: 1px solid #fff;
  transform: translateY(-55px);
  -moz-transform: translateY(-55px);
  -webkit-transform: translateY(-55px);
  -ms-transform: translateY(-55px);
  -o-transform: translateY(-55px);
  transition: transform 0.1s ease 0s;
  -moz-transition: transform 0.1s ease 0s;
  -webkit-transition: transform 0.1s ease 0s;
  -ms-transition: transform 0.1s ease 0s;
  -o-transition: transform 0.1s ease 0s;
}
.style-proftolio7:hover .lastest-des p {
  opacity: 1;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.style-proftolio7:hover .lastest-des {
  bottom: 20%;
}
.tzportfolio-wrap .wp-pagenavi {
  text-align: center;
  margin: 20px 0 0;
}
.wp-pagenavi a.active,
.wp-pagenavi a:hover {
  border: 1px solid #454545;
}
.wp-pagenavi a {
  border: 1px solid #eeeeee;
  padding: 8px 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #888888;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  margin: 0 1px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
}
.wp-pagenavi a.previouspostslink {
  text-indent: -100px;
  height: 42px;
  width: 42px;
  background: url("../../../images/previouspost.png") no-repeat scroll center center transparent;
}
.wp-pagenavi a.nextpostslink {
  text-indent: -100px;
  height: 42px;
  width: 42px;
  background: url("../../../images/nextpost.png") no-repeat scroll center center transparent;
}
.tzportfolio-single {
  background: #fff;
  padding: 100px 0 100px;
}
.single-attr img {
  width: 100%;
}
.single-description {
  position: relative;
  padding-left: 25px;
}
.single-description h1 {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 0 0 25px;
  text-transform: none;
}
.single-description .rating {
  position: absolute;
  right: 0;
  top: 0;
}
.single-description .rating i {
  font-size: 16px;
}
.single-description p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  padding: 10px 0 11px;
}
.single-information strong {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 24px 0 13px;
  display: block;
}
.single-information ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-information ul li {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.single-information ul li span {
  min-width: 92px;
  display: inline-block;
}
.single-information ul li a {
  font-style: italic;
  color: #d9534f;
  text-decoration: none;
}
.single-slider-item {
  position: relative;
}
.single-slider-item a {
  position: absolute;
  background: rgba(0,0,0,0.3);
  height: 30px;
  width: 30px;
  text-align: center;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}
.single-slider-item a i {
  color: #aea498;
  font-size: 13px;
  line-height: 30px;
}
.tzportfolio-single2 .single-description {
  margin-top: 58px;
  padding-right: 25px;
}
.tzportfolio-single2 .single-description .rating {
  right: 40px;
}
.tzportfolio-single2 .single-information {
  margin-top: 60px;
  padding: 23px 25px 20px;
  background: #f2f2f2;
}
.tzportfolio-single2 .single-information strong {
  padding: 0 0 16px;
}
.related-item {
  overflow: hidden;
  cursor: pointer;
}
.related-title {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 0 0 41px;
  text-decoration: none;
}
.related-item .tz-image-item {
  max-height: 180px;
  overflow: hidden;
  position: relative;
}
.tz-image-item img {
  width: 100%;
}
.tz-image-item:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  width: 100%;
  z-index: 1;
}
.related-item:hover .tz-image-item:after {
  background: rgba(0,0,0,0.5);
}
.related-item .tz-des {
  background: none repeat scroll 0 0 #f2f2f2;
  padding: 19px 10px 20px;
}
.related-item h6 {
  margin: 0;
  padding: 0;
  text-align: center;
}
.related-item h6 a {
  color: #222222;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.related-item span {
  color: #565555;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
.related-item .tz-gallery {
  transition: all 0.5s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -moz-transition: all 0.5s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -webkit-transition: all 0.5s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -ms-transition: all 0.5s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -o-transition: all 0.5s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  right: 50%;
  transform: rotate(145deg) scale(0.2);
  -moz-transform: rotate(145deg) scale(0.2);
  -ms-transform: rotate(145deg) scale(0.2);
  -o-transform: rotate(145deg) scale(0.2);
  -webkit-transform: rotate(145deg) scale(0.2);
}
.related-item .tz-link {
  left: 50%;
  transition: all 0.5s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -moz-transition: all 0.5s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -webkit-transition: all 0.5s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -ms-transition: all 0.5s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  -o-transition: all 0.5s cubic-bezier(1,-0.36,0.57,-0.15) 0s;
  transform: rotate(-145deg) scale(0.2);
  -moz-transform: rotate(-145deg) scale(0.2);
  -ms-transform: rotate(-145deg) scale(0.2);
  -o-transform: rotate(-145deg) scale(0.2);
  -webkit-transform: rotate(-145deg) scale(0.2);
}
.related-item:hover .tz-gallery {
  opacity: 1;
  transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
}
.related-item:hover .tz-link {
  opacity: 1;
  transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
}
.tzsingleprev {
  border: 0 none;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  left: 2%;
  line-height: 25px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 666;
  background: rgba(0,0,0,0.5);
  display: block;
}
.tzsingletnext {
  border: 0 none;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  right: 2%;
  line-height: 25px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 666;
  background: rgba(0,0,0,0.5);
  display: block;
}
.tzsingle-slider {
  position: relative;
  max-height: none;
  overflow: hidden;
}
.tzsingle-slider .owl-theme .owl-controls {
  margin-top: 0;
  position: absolute;
  text-align: center;
  top: 89%;
  width: 100%;
}
.tzsingle-slider .owl-theme .owl-controls .owl-page span {
  background: rgba(200,200,200,0.9);
}
.tzsingle-slider .owl-theme .owl-controls div.active span,
.tzsingle-slider .owl-theme .owl-controls div span:hover {
  background: #d9534f;
  border: 2px solid #ffffff;
  height: 15px;
  width: 15px;
}
section.tzblog-wrap-column {
  padding-top: 45px;
}
.videoID {
  position: absolute;
  width: auto;
  height: auto;
  max-height: 4000%;
  min-height: 100%;
  max-width: 1000%;
  min-width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.bg-video {
  z-index: 6;
}
.tzblog-wrap > .tzblog-default:last-child {
  border-bottom: 0;
}
.tzblog-wrap .tzblog-default:first-child {
  padding-top: 0;
}
.tzblog-wrap .tzblog-default {
  border-bottom: 1px solid #eeeeee;
  padding-top: 93px;
  padding-bottom: 42px;
}
.tzquote {
  border: 1px solid #eeeeee;
  padding: 30px;
}
.iframe-full {
  width: 100%;
  height: 540px;
  margin-top: 6px;
}
.iframe-full2 {
  width: 100%;
  height: 360px;
}
.iframe-full-audio {
  width: 100%;
  height: 160px;
  margin-bottom: 31px;
  margin-top: 6px;
}
.tzpost-slider {
  position: relative;
  max-height: 540px;
  overflow: hidden;
  margin-bottom: 34px;
  margin-top: 6px;
}
.tzpost-slider img {
  width: 100%;
}
.tzpost-slider:hover .tzpostprev,
.tzpost-slider:hover .tzpostnext {
  display: block;
}
.tzpostprev {
  border: 0 none;
  border-radius: 3px;
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  left: 5%;
  line-height: 25px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 666;
  background: #fff;
  display: none;
}
.tzpostnext {
  border: 0 none;
  border-radius: 3px;
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  right: 5%;
  line-height: 25px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 666;
  background: #fff;
  display: none;
}
.tzblog-video {
  position: relative;
  height: 540px;
  overflow: hidden;
  margin-bottom: 35px;
}
.tzblog-default h4.title {
  margin: 0;
  padding: 0 0 10px;
}
.tzblog-default h4.title a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 24px;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
.tzinfomation {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  text-decoration: none;
  text-transform: none;
}
.tzinfomation a,
.tzinfomation small {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  text-decoration: none;
  text-transform: none;
}
.tzinfomation small {
  margin-right: 20px;
}
.tzinfomation a {
  margin-right: 20px;
}
.tzinfomation .tzcomment {
  margin-right: 20px;
}
.tzinfomation a i {
  padding-right: 5px;
}
.tzinfomation small i {
  padding-right: 5px;
}
.tztag i {
  padding-right: 5px;
}
.tzinfomation .tztag a {
  margin-right: 4px;
}
.tzblog-wrap .tzblog-default  p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  text-transform: none;
  padding-top: 15px;
}
.tzblog-wrap .tzquote > p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 36px;
  font-size: 20px;
  color: #222222;
  text-decoration: none;
  text-transform: none;
  padding-top: 0;
  text-align: center;
}
.tzquote strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 19px;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 33px;
  text-align: center;
  display: block;
}
.tzquote a.tzlink_quote {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  text-decoration: none;
  text-transform: none;
  padding-top: 0;
  text-align: center;
  display: block;
}
a.tzreadmore {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  margin-top: 25px;
  text-transform: uppercase;
  background: #d9534f;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 28px;
}
.tzblog-video:hover .tzblog_autoplay,
.tzblog-video:hover .tzblog_pauses {
  opacity: 1;
}
.tzblog_autoplay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  background: url("../../../images/autoplay3.png") no-repeat scroll 36px center rgba(255,255,255,0.8);
  height: 100px;
  width: 100px;
  border: 0;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  opacity: 1;
}
.tzblog_pauses {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  background: url("../../../images/pause3.png") no-repeat scroll center center rgba(255,255,255,0.8);
  height: 100px;
  width: 100px;
  border: 0;
  margin-top: -50px;
  margin-left: -50px;
  display: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  opacity: 0;
}
.wp-pagenavi {
  text-align: center;
  margin: 98px 0 0;
}
.wp-pagenavi a.active,
.wp-pagenavi a:hover {
  border: 1px solid #454545;
}
.wp-pagenavi a {
  border: 1px solid #eeeeee;
  padding: 8px 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #888888;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  margin: 0 1px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
}
.wp-pagenavi a.previouspostslink {
  text-indent: -100px;
  height: 42px;
  width: 42px;
  background: url("../../../images/previouspost.png") no-repeat scroll center center transparent;
}
.wp-pagenavi a.nextpostslink {
  text-indent: -100px;
  height: 42px;
  width: 42px;
  background: url("../../../images/nextpost.png") no-repeat scroll center center transparent;
}
.tzblog-wrap div.tzstyle2 {
  padding: 93px 0 40px;
}
.tz-content-style2 {
  border-bottom: 1px solid #eeeeee;
  padding: 93px 0 41px;
}
.tz-content-style2  h4.title {
  margin: 0;
  padding: 1px 0 14px;
}
.tz-content-style2 h4.title a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
.tz-content-style2 .tztag {
  display: block;
  margin-bottom: 12px;
  margin-top: 2px;
}
.tzblog-wrap .tz-content-style2 > p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  text-transform: none;
  padding-top: 15px;
}
.tz-content-style2 a.tzreadmore {
  margin-top: 27px;
}
.tzblog-default:after {
  clear: both;
  content: '';
  display: table;
}
.tzstyle2 .tzpost-slider {
  max-height: 320px;
  overflow: hidden;
  padding-right: 6px;
  margin: 0;
}
.tzstyle2 .tzblog-video {
  height: 320px;
  overflow: hidden;
  padding-right: 6px;
  margin: 5px 0 0;
}
.tzpost-content {
  padding-left: 6px;
}
.tzblog-wrap-style2 .wp-pagenavi a.active,
.tzblog-wrap-style2 .wp-pagenavi a:hover {
  border: 1px solid #d9534f;
}
.tzblog-content {
  margin-left: -20px;
  margin-right: -20px;
}
.tzblog-content:after {
  clear: both;
  display: table;
  content: '';
}
.tzblog-item {
  width: 50%;
}
.tzblog-inner {
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-top: 50px;
  padding-bottom: 42px;
}
.tzblog-wrap  .tzblog-item:last-child {
  border-bottom: 0;
}
.tzblog-item h4.title {
  margin: 0;
  padding: 0 0 10px;
}
.tzblog-item h4.title a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 24px;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
.tzblog-wrap .tzblog-item  p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  text-transform: none;
  padding-top: 15px;
}
.tzblog-item .tzquote {
  border: 1px solid #eeeeee;
  padding: 19px 0 40px;
  margin-top: 50px;
  margin-bottom: 9px;
}
.tzblog-item .tzquote strong {
  text-transform: uppercase;
  padding-top: 17px;
  font-weight: 400;
}
.tzblog-item  .tzquote a.tzlink_quote {
  font-weight: 400;
}
.tzblog-wrap .tzblog-item .tzquote  p {
  padding-left: 12px;
  padding-right: 12px;
}
.tzblog-inner .tzblog-video {
  height: 340px;
}
.tzblog-inner .tzpost-slider {
  height: 340px;
}
body div.tz_feature_item h4.title {
  margin: 0;
  padding: 0 0 10px;
}
body .tzblog-wrap div.tz_feature_item p {
  padding-top: 15px;
}
body div.tz_feature_item h4.title a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 24px;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
body div.tz_feature_item a.tzreadmore {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  margin-top: 25px;
  text-transform: uppercase;
  background: #d9534f;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 28px;
}
body div.tz_feature_item .tztag {
  margin: 0;
  display: inline-block;
}
div.tzblog-item-style .tzpost-slider,
div.tzblog-item-style .tzblog-video {
  height: 240px;
}
div.tzblog-item-style .iframe-full {
  height: 400px;
}
div.tzblog-item-style .iframe-full-audio {
  height: 108px;
}
div.tzblog-item-style h4.title {
  padding: 0 0 16px;
}
div.tzblog-item-style  h4.title a {
  line-height: 24px;
  font-size: 16px;
}
div.tzblog-item-style  a.tzreadmore {
  margin-top: 27px;
}
div.tzblog-item-style .tztag {
  display: block;
  margin-top: 3px;
}
.tzblog-wrap div.tzblog-item-style p {
  padding-top: 26px;
}
.flex-direction-nav a:before {
  content: '' !important;
}
div.flexslider {
  background: none repeat scroll 0 0 #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 5px 0 60px;
  position: relative;
}
.flex-viewport li figure {
  position: relative;
}
.flex-viewport li figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  padding: 20px 20px 5px;
}
.flex-viewport li figure figcaption h4 {
  margin: 0;
  padding: 0;
}
.flex-viewport li figure figcaption h4 a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 28px;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
}
.tzblog-wrap .tzblog-default li figure figcaption p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  padding: 10px 0;
  margin: 0;
}
#carousel li {
  margin-right: 40px;
}
#carousel .slides li {
  position: relative;
}
#carousel .slides li:after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255,255,255,0.5);
  content: '';
  top: 0;
  left: 0;
}
#carousel .slides li:hover:after {
  background: rgba(255,255,255,0);
}
.flex-direction-nav .flex-prev {
  left: 20px !important;
  background: url('../../../images/pre3.png') no-repeat center center rgba(255,255,255,0.5);
  text-indent: -100px !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  cursor: pointer;
}
.flex-direction-nav .flex-next {
  right: 20px !important;
  background: url('../../../images/next3.png') no-repeat center center rgba(255,255,255,0.5);
  text-indent: -100px !important;
  text-align: inherit !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  cursor: pointer;
}
.single-blog {
  background: #fff;
  padding-top: 95px;
  padding-bottom: 99px;
}
.blog-single-content {
  margin-top: 4px;
}
.single-blog .tzsingle-slider {
  max-height: 540px;
  margin-bottom: 30px;
}
.tzsingle-slider img {
  width: 100%;
}
.single-blog .tzsingletnext,
.single-blog .tzsingleprev {
  background: #fff;
  color: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.blog-single-content .iframe-single {
  height: 460px;
  width: 100%;
  margin-bottom: 30px;
}
.blog-single-content .iframe-single-audio {
  height: 125px;
  width: 100%;
  margin-bottom: 30px;
}
.tz-video-single {
  overflow: hidden;
  position: relative;
  height: 540px;
  margin-bottom: 30px;
}
.tz-video-single:hover .tzpause {
  opacity: 1;
}
.tz-video-single .tzautoplay {
  background: url("../../../images/autoplay3.png") no-repeat scroll 36px center rgba(255,255,255,0.8);
  border: 0 none;
  border-radius: 5px;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 100px;
  z-index: 99;
}
.tz-video-single .tzpause {
  background: url("../../../images/pause3.png") no-repeat scroll center center rgba(255,255,255,0.8);
  border: 0 none;
  border-radius: 5px;
  display: none;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100px;
  z-index: 99;
}
.blog-single-content h1 {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 10px;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.single-blog .tzinfomation {
  margin: 0 0 3px;
  display: block;
}
div.expcrpt p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 13px 0;
  text-decoration: none;
  text-transform: none;
}
.single-content {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
.single-content p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 11px 0;
  text-decoration: none;
  text-transform: none;
}
.single-content p a {
  color: #d9534f;
}
.single-content blockquote {
  margin: 12px 0 5px;
  padding: 4px 0 4px 20px;
  border-left: 10px solid #d9534f;
}
.single-content blockquote p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-style: italic;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
.author-info h3 {
  padding: 0 0 15px 0;
  margin: 0;
}
.author {
  position: relative;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 34px 0 40px;
  margin: 43px 0 19px;
}
.author:after {
  clear: both;
  display: table;
  content: '';
}
.author-info {
  float: left;
  width: 80%;
}
.author-avata {
  float: right;
  width: 155px;
  height: 155px;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #e17572;
}
.author-info h3 a {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
.author-social {
  display: block;
  margin-top: 24px;
}
.author-social a {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 6px 0 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
.author-social a:hover {
  color: #d9534f;
}
.author-info p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
.author-avata img {
  width: 155px;
  min-height: 155px;
  height: auto;
  max-width: none;
}
#comments {
  margin-top: 52px;
}
#comments h3 {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
#comments h3:after {
  clear: both;
  content: '';
  display: table;
}
#comments h3 a i {
  color: #d9534f;
  font-size: 16px;
  line-height: 22px;
  padding-right: 10px;
}
#comments h3 a {
  float: right;
  display: inline-block;
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
#comments ul.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.child {
  list-style: none;
  padding: 0 0 0 100px;
  margin: 0;
}
.comment-list li .comment {
  border-bottom: 1px solid #ebebeb;
  padding: 38px 0 34px;
}
.comment-avatar {
  float: left;
  max-height: 83px;
  max-width: 83px;
  margin-top: 4px;
}
.comment:after {
  clear: both;
  display: table;
  content: '';
}
.comment-content {
  padding-left: 106px;
}
.comment-author {
  color: #d9534f;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 0 0 9px 0;
  text-decoration: none;
  text-transform: none;
  position: relative;
}
span.comment-meta {
  float: right;
  display: inline-block;
  color: #565555;
}
span.comment-meta small {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
span.comment-meta a {
  color: #d9534f;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
.comment-content p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
.comments_form {
  margin-top: 58px;
}
.comments_form h5 {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
#comments_form {
  margin-top: 40px;
}
#comments_form .form-group {
  position: relative;
  margin-bottom: 10px;
}
#comments_form button.btn {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 29px !important;
  padding: 9px 28px 10px !important;
  background: #d9534f;
}
#comments_form .form-group i {
  color: #b4b4b4;
  font-size: 16px;
  line-height: 36px;
  position: absolute;
  right: 15px;
  top: 0;
}
#comments-form {
  margin-top: 40px !important;
}
#comments_form .form-group .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  font-family: 'Lato', sans-serif;
  color: #b4b4b4;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 22px;
  padding: 6px 12px !important;
  font-weight: 400;
  width: 100%;
}
#comments_form textarea.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  font-family: 'Lato', sans-serif;
  color: #b4b4b4;
  display: block;
  font-size: 13px;
  line-height: 22px;
  padding: 6px 12px !important;
  font-weight: 400;
  width: 100%;
  max-width: none !important;
}
.tzshop-wrap {
  background: #fff;
}
.tzshop-wrap .row {
  margin-left: -20px;
  margin-right: -20px;
}
.tzshop-wrap .col-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.shop-item {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 67px;
}
.tzshop-wrap .wp-pagenavi {
  margin-top: 0;
}
.tzshop-wrap .wp-pagenavi a.active,
.tzshop-wrap .wp-pagenavi a:hover {
  border: 1px solid #d95450;
}
.tz-ordering select,
.hikashop_filter_main  select {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 4px 10px 5px;
  text-decoration: none;
  text-transform: none;
  color: #565555;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  width: auto;
  background: #fff;
}
.tz-ordering select option,
.hikashop_filter_main  select option {
  padding: 0 10px;
}
.catalog_top {
  margin-bottom: 31px;
  margin-top: 4px;
  height: 27px;
}
.catalog_top .items_found {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  float: left;
}
.catalog_top .tz-ordering {
  float: right;
}
.catalog_top:after {
  clear: both;
  display: table;
  content: '';
}
.shop-content-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tzshop-wrap-style2 .wp-pagenavi {
  margin-top: 80px;
}
.shop-content-list ul li {
  position: relative;
  margin-bottom: 60px;
}
.shop-content-list ul li:after {
  clear: both;
  display: table;
  content: '';
}
.shop-content-list ul li > img {
  max-width: 260px;
  max-height: 260px;
  float: left;
}
.shop-list-item {
  margin-left: 300px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 17px 0 15px;
}
.shop-list-item h6 {
  padding: 0;
  margin: 0;
}
.shop-list-item h6 a {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
.shop-list-item em.list-price {
  position: absolute;
  top: 16px;
  right: 0;
  color: #d9534f;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
}
.shop-list-item p {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  padding: 16px 0 24px;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
}
.shop-list-item span a {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 30px 0 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
}
.shop-list-item span a:hover {
  color: #d9534f;
}
.shop-list-item span a i {
  padding-right: 10px;
  font-size: 20px;
  line-height: 30px;
}
.shop-item-version3 {
  position: relative;
  margin-bottom: 60px;
}
.shop-item-version3 img {
  max-width: 260px;
  max-height: 260px;
  float: left;
}
.shop-item-version3 .shop-list-item span a {
  margin: 0 15px 0 0;
}
.shop-item-version3 .shop-list-item em.list-price {
  right: 15px;
}
.tzshop-wrap-style3 .wp-pagenavi {
  margin-top: 20px;
}
.tzshopdetail-wrap {
  background: #fff;
  padding: 95px 0 38px;
}
.shop-detail-slider {
  padding-top: 4px;
  padding-right: 25px;
}
.shop-detail-slider:after {
  clear: both;
  display: table;
  content: '';
}
.tzshopdetail-wrap .col-padding {
  padding-left: 25px;
}
.col-padding-left {
  padding-right: 25px;
}
.tzshopdetail-wrap #carousel li:last-child {
  margin-right: 0;
}
.tzshopdetail-wrap #carousel li {
  margin-right: 15px;
}
.tzshopdetail-wrap div.flexslider {
  margin: 0 0 22px;
}
.shop-detail-content {
  padding-bottom: 32px;
}
div.detail-fullwidth .shop-detail-content h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 400 !important;
  line-height: 20px !important;
  font-size: 24px !important;
  color: #222222 !important;
  text-decoration: none;
  padding: 3px 0 22px !important;
  margin: 0 !important;
  display: block;
  border: none !important;
}
.shop-detail-content .price {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 24px;
  color: #d9534f;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  font-style: inherit;
}
.shop-detail-content p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 25px 0 24px;
  margin: 0;
  display: block;
  font-style: inherit;
}
.product-att {
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  margin: 23px 0 21px;
}
.product-att span:first-child {
  border-right: 1px solid #e2e2e2;
  width: 50%;
}
.product-att span {
  display: inline-block;
  padding: 9px 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 12px;
  color: #565555;
  text-decoration: none;
  margin: 0;
  font-style: inherit;
}
.product-att span small {
  display: block;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 13px;
  color: #d9534f;
  text-decoration: none;
  margin: 0;
  font-style: inherit;
}
.tzquantity {
  margin-bottom: 24px;
}
.tzquantity:after {
  clear: both;
  display: table;
  content: '';
}
.tzquantity .minus,
.tzquantity .plus,
.input-qty {
  background: #f1f1f1;
  padding: 5px 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 25px;
  color: #b9b9b9;
  text-decoration: none;
  margin: 0;
  font-style: inherit;
  border: 0;
  float: left;
}
.tzquantity .minus:hover,
.tzquantity .plus:hover,
.input-qty:hover {
  margin: 0 !important;
  font-weight: normal !important;
  color: #565555;
}
.input-qty {
  background: none;
  border: 1px solid #f1f1f1;
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-style: inherit;
  font-weight: 400;
  line-height: 20px;
  margin: 0 !important;
  padding: 4px 9px !important;
  text-align: center;
  text-decoration: none;
  width: 45px;
}
.tzquantity select {
  background: none;
  border: 1px solid #dfdfdf;
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-style: inherit;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 0 15px;
  padding: 0 11px;
  text-align: left;
  text-decoration: none;
  width: 200px;
}
.tzquantity select option {
  background: none;
  border: 0;
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-style: inherit;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 4px 11px 5px;
  text-align: left;
  text-decoration: none;
  display: block;
}
.detail-order {
  display: block;
  margin-bottom: 19px;
}
.detail-order a:first-child {
  background: #d9534f;
  margin-right: 10px;
}
.detail-order a {
  background: #9a9a9a;
  border: 0;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-style: inherit;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
}
.detail-order a i {
  font-size: 14px;
  padding-right: 10px;
}
.detail-cat {
  display: block;
  border: 0;
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-style: inherit;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.detail-cat a {
  border: 0;
  color: #d9534f;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-style: inherit;
  font-weight: 400;
  line-height: 20px;
  margin: 0 5px 0 0;
  padding: 0;
  text-decoration: none;
}
.detail-tags {
  display: block;
  border: 0;
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-style: inherit;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.detail-tags a {
  margin: 0 3px 0 0;
  color: #565555;
}
.shop-detail-ds {
  width: 100%;
  border: 1px solid #e7e7e7;
  margin-top: 17px;
}
#detailTab {
  background: #f8f8f8;
  border: 0;
}
#detailTab > li.active > a {
  margin-top: -3px;
  border-top: 3px solid #d9534f;
  border-right: 1px solid #e7e7e7;
  border-bottom: 0;
  padding: 12px 18px 10px 18px;
}
#detailTab > li > a {
  display: block;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 0;
  color: #565555;
  font-size: 13px;
  font-style: inherit;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 10px 18px;
  text-decoration: none;
  border-radius: 0;
  border-top: none;
}
#detailTab > li > a:hover {
  background: none;
}
.tab-content {
  padding: 20px;
  margin: 0;
}
.tab-pane p:first-child {
  padding: 0;
}
.tab-pane img {
  float: left;
  margin-right: 20px;
}
.tab-pane #hikashop_product_vote_listing {
  margin-top: 0;
}
.tab-pane #hikashop_product_vote_listing ul {
  padding-left: 0;
}
.tab-pane #hikashop_product_vote_listing ul li.media a.pull-left {
  margin-right: 20px;
}
.tab-pane p {
  border: 0;
  color: #828282;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-style: inherit;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 7px 0 13px;
  text-decoration: none;
}
.tab-pane:after {
  clear: both;
  content: '';
  display: table;
}
#specifications img {
  max-height: 160px;
  max-width: 190px;
  float: left;
  margin-right: 20px;
}
.tzspeci h6 {
  border: 0;
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-style: inherit;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 0 0 13px;
  text-decoration: none;
}
.related-title {
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-style: inherit;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0 0 43px;
  text-decoration: none;
}
.tzvertical .flex-viewport {
  overflow: inherit !important;
}
.tzvertical .slides li {
  margin-bottom: 20px;
  margin-right: 0 !important;
}
.tzvertical .slides img {
  width: 100% !important;
  border: 1px solid #dfe5e9;
}
.detail-fullwidth #slider ul li img {
  width: auto;
}
.tzvertical .slides li:after {
  background: none !important;
}
.detail-fullwidth #slider {
  width: 78%;
  float: left;
}
.detail-fullwidth #carousel {
  width: 18%;
  margin-left: 4%;
  float: left;
}
.tzshopcart-wrap {
  background: #fff;
  padding: 100px 0 109px;
}
.shop_table {
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-bottom: 0;
}
.shop_table thead {
  background: #f5f6f7;
  border-top: 3px solid #d9534f;
}
.shop_table thead tr th:first-child {
  padding: 9px 30px;
}
.shop_table thead tr th {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
  padding: 0 30px;
  margin: 0;
  border: none;
  vertical-align: middle;
}
.shop_table tr td {
  padding: 30px 0;
}
.shop_table .product-name {
  padding-left: 30px;
  width: 20%;
}
.shop_table .hikashop_cart_product_quantity_title {
  width: 20%;
}
.shop_table .product-name img {
  float: left;
  border: 1px solid #ebebeb;
  max-height: 100px;
  max-width: 100px;
}
.shop_table .product-name .product-tt {
  padding-left: 120px;
}
.shop_table .product-name .product-tt a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
  color: #222222;
  text-decoration: none;
  padding: 0 0 11px;
  margin: 0;
  display: block;
}
.shop_table tr td.product-code {
  width: 17%;
}
.shop_table tbody tr:first-child {
  border-top: 0;
}
.shop_table tbody tr {
  border-top: 1px solid #eff2f4;
}
.shop_table tr td.product-price {
  width: 14%;
}
.product-quantity span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 0 0 11px;
  margin: 0;
}
.product-price span,
.product-subtotal span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 24px;
  color: #d9534f;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.product-quantity .tzquantity {
  margin: 0;
}
.product-quantity .input-qty {
  margin: 0 1px;
  padding: 4px 0;
  min-width: 30px;
}
.shop_table tr td.product-remove {
  padding-right: 30px;
  padding-left: 60px;
}
.product-remove .remove {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  background: #a4a4a4;
  color: #fff;
}
.tzcoupon {
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-top: 0;
  padding: 31px 30px;
}
.tzcoupon:after {
  clear: both;
  content: '';
  display: table;
}
.tzcoupon label {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 18px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 3px 0 0 0;
  display: block;
  float: left;
}
#coupon_code,
#hikashop_checkout_coupon_input {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 13px;
  color: #b9b9b9;
  text-decoration: none;
  padding: 6px 12px 7px;
  margin: 0 0 0 27px;
  display: block;
  float: left;
  border: 1px solid #dfe5e9;
  width: 38%;
  border-radius: 0;
  box-shadow: none;
}
.tzcoupon .button,
#hikashop_checkout_page .tzcoupon a.hikashop_cart_button {
  border: 0 none;
  border-radius: 3px;
  color: #ffffff !important;
  display: block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 0 35px;
  padding: 7px 20px;
  text-decoration: none;
  background: #d9534f;
  width: auto;
}
.tzbox-shop h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 18px;
  color: #222222;
  text-decoration: none;
  padding: 59px 0 21px;
  margin: 0;
}
.tzbox-shop .box {
  border: 1px solid #dfe5e9;
  padding: 27px;
}
.box:after {
  clear: both;
  content: '';
  display: table;
}
.tzbox-shop .box select {
  border: 1px solid #dfe5e9;
  border-radius: 0;
  color: #afafaf;
  display: block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 7px 20px;
  text-decoration: none;
  background: none;
}
.tzbox-shop .box select option {
  border: 0;
  padding: 0 20px;
}
.tzbox-shop .box input.first {
  margin-right: 3%;
}
.tzbox-shop .box input {
  width: 48%;
  display: inline-block;
  border: 1px solid #dfe5e9;
  border-radius: 0;
  color: #afafaf;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 18px 0;
  padding: 7px 20px;
  text-decoration: none;
  background: none;
}
.tzbox-shop .box button {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 4px 26px;
  text-decoration: none;
  margin: 8px 0 0;
}
.tzbox-shop .col-md-6:first-child {
  padding-right: 25px;
}
.box-item:after {
  clear: both;
  display: table;
  content: '';
}
.box-item span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 25px;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzbox-shop .box1 {
  border: 1px solid #dfe5e9;
  padding: 21px 30px;
}
.box1:after {
  clear: both;
  content: '';
  display: table;
}
.box1 .last {
  margin-top: 19px;
}
.box-item span .price {
  font-size: 18px;
  line-height: 20px;
  color: #d9534f;
}
.box-proceed {
  display: block;
  margin: 25px 0 7px;
}
.box-proceed a:first-child {
  background: #222222;
}
.box-proceed a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  padding: 4px 19px;
  margin: 0 10px 0 0;
  display: inline-block;
  background: #d9534f;
}
.box-proceed a:hover,
.box-proceed a:focus {
  color: #fff;
}
.title-featured {
  position: relative;
  margin-top: 54px;
}
.title-featured:after {
  clear: both;
  content: '';
  display: table;
}
.title-featured h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 18px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzshopcart-wrap .tz-pro-slider {
  margin: 38px -40px 0 0;
}
.title-featured button {
  width: 20px;
  height: 20px;
  background: #e1e4e7;
  text-align: center;
  color: #828b91;
  display: inline-block;
  border: 0;
}
.title-featured button:hover {
  background: #d9534f;
  color: #fff;
}
.tzshopcheckout {
  background: #fff;
  padding: 50px 0 98px;
}
.tzshopcheckout .col-md-6:first-child {
  padding-right: 25px;
}
.tzshopcheckout h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 18px;
  color: #2f383d;
  text-decoration: none;
  padding: 44px 0 25px;
  margin: 0;
  display: block;
}
.box-check {
  border: 1px solid #eaeaea;
  padding: 25px 30px 32px;
}
.box-check p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: #acacac;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.box-check input:first-child {
  margin-right: 3%;
}
.box-check input {
  width: 48%;
  display: inline-block;
  border: 1px solid #dfe5e9;
  border-radius: 0;
  color: #afafaf;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 27px 0 0;
  padding: 7px 20px;
  text-decoration: none;
  background: none;
}
.box-check .form-group {
  margin-bottom: 13px;
}
.box-check button {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 4px 20px;
  text-decoration: none;
  margin: 8px 0 0;
}
.box-address input[type=text] {
  width: 100%;
  display: block;
  border: 1px solid #dfe5e9;
  border-radius: 0;
  color: #afafaf;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 18px 0;
  padding: 7px 20px;
  text-decoration: none;
  background: none;
}
.box-address .form-group {
  margin: 0;
}
.box-address .form-group:after {
  clear: both;
  content: '';
  display: table;
}
.box-address .form-group input[type=text]:first-child {
  margin: 0 4% 0 0;
  display: block;
}
.box-address .form-group input[type=text] {
  width: 48%;
  display: block;
  border: 1px solid #dfe5e9;
  border-radius: 0;
  color: #afafaf;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 7px 20px;
  text-decoration: none;
  background: none;
  float: left;
}
.box-address select {
  border: 1px solid #dfe5e9;
  border-radius: 0;
  color: #afafaf;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 18px 0;
  padding: 7px 20px;
  text-decoration: none;
  background: none;
}
.box-address select option {
  border: 0;
  padding: 0 20px;
}
.tzship-header:after {
  clear: both;
  display: table;
  content: '';
}
.box-address label {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: #acacac;
  text-decoration: none;
  padding: 0;
  margin: 26px 0 24px;
  display: block;
}
.box-address label input {
  margin-right: 10px;
}
.payment-method:first-child {
  margin-top: 30px;
}
.payment-method:after {
  clear: both;
  content: '';
  display: table;
}
div.payment-first {
  padding: 22px 26px 24px;
}
div.payment-first p {
  margin-top: 3px;
}
.payment-method:first-child {
  border-width: 1px;
}
.payment-method {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #eaeaea;
  padding: 12px 26px 12px;
}
.payment-method p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: #acacac;
  text-decoration: none;
  padding: 0 0 0 33px;
  margin: 0;
}
.payment-method label {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 0 17px 0 0;
}
.payment-method input {
  margin: 8px 15px 0 0;
  float: left;
}
.tzship-header label input {
  margin: 0;
}
.tzship-header label {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 13px;
  color: #9aa7af;
  text-decoration: none;
  padding: 0;
  margin: 46px 0 0;
}
.textarea-address {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: #b0b0b0;
  text-decoration: none;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  border: 1px solid #eaeaea;
}
.tzshopcheckout .box1 {
  border: 1px solid #dfe5e9;
  padding: 21px 30px;
}
.title-order {
  margin-top: 12px !important;
}
.box-order {
  border: 1px solid #dfe5e9;
  padding: 23px 30px 20px;
}
.box-order span {
  color: #222222;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.box-order .two-item {
  padding: 3px 0 5px;
}
.box-order .two-item span {
  color: #b2b2b2;
}
.box-order .last-item {
  padding: 12px 0 0;
}
.box-order .last-item a {
  font-size: 18px;
  color: #d9534f;
}
.tz_Login {
  background: #fff;
  padding: 91px 0;
}
.tz_Login_content h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 30px;
  font-size: 30px;
  color: #222222;
  text-decoration: none;
  padding: 5px 0 22px;
  margin: 0;
  display: block;
}
.tz_Login_content p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tz_Login_content .plazart-list {
  list-style: none outside none;
  margin: 20px 0 0;
  padding: 0;
}
.tz_Login_content h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  color: #2f383d;
  text-decoration: none;
  padding: 0 0 25px 0;
  margin: 0;
  display: block;
}
.tz_login_form .form-group:last-of-type {
  margin-bottom: 12px;
}
body .tz_register .form-group:last-of-type {
  margin-bottom: 24px;
}
.tz_login_form .form-group {
  margin-bottom: 20px;
  position: relative;
  display: block;
}
body .tz_register .form-group {
  margin-bottom: 17px;
  position: relative;
}
.tz_login_form .form-group .fa {
  position: absolute;
  right: 20px;
  top: 0;
  color: #dedede;
  font-size: 16px;
  line-height: 40px;
}
.tz_login_form .form-group input,
.hikashop_product_vote_form .form-control {
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 13px;
  color: #bebebe;
  text-decoration: none;
  padding: 4px 16px;
  margin: 0;
  display: block;
  background: none;
  border: 1px solid #d7dcdf;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.tz_login_form label input {
  margin-right: 10px;
}
.tz_login_form label {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 13px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tz_login_form button {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 13px;
  color: #fefefe;
  text-decoration: none;
  padding: 5px 50px;
  margin: 17px 0 10px 0;
  display: block;
  background: #d9534f;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 0;
}
span.forgot {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 13px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
span.forgot a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 13px;
  color: #d9534f;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.client-content {
  text-align: left;
}
.client-content {
  margin-top: 15px;
}
.client-content img {
  margin-top: 40px;
}
.bg-slider-overlay {
  background: rgba(0,0,0,0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tz-comingsoon {
  z-index: 999;
}
.tzcomingsoon-t1 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 102px;
  font-size: 48px;
  color: #ffffff;
  text-decoration: none;
  padding: 88px 0 76px;
  margin: 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.tzcoming-title {
  position: relative;
  min-height: 102px;
  width: 100%;
}
.tzcomingsoon-t5 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 102px;
  font-size: 36px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.t5-active {
  opacity: 1;
}
.tzcomingsoon-ds {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  padding: 62px 7% 55px;
  margin: 0;
  display: block;
  text-align: center;
}
.Counter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Counter ul:after {
  clear: both;
  display: table;
  content: '';
}
.Counter ul li {
  float: left;
  width: 25%;
}
.Counter ul li span {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 60px;
  font-size: 48px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}
.Counter ul li p {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 36px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}
.tz-comingsoon .newsletter_form {
  margin: 75px auto;
  position: relative;
  width: 49%;
}
.tz-comingsoon .newsletter_form input {
  border: 2px solid #000;
  border-radius: 3px;
  background: #e0e1e1;
  height: 44px;
}
.tz-comingsoon .tzsubmit-form {
  height: 40px;
  right: -19px;
  top: 4px;
  text-transform: none;
  border-radius: 0;
}
.tzsubmit-form {
  background: none repeat scroll 0 0 #d9534f;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  height: 36px;
  line-height: 35px;
  margin: 0;
  padding: 0 15px 0 16px;
  position: absolute;
  right: 2px;
  text-decoration: none;
  top: 2px;
}
.tz-comingsoon .tzsubmit-form:focus,
.tz-comingsoon .tzsubmit-form:active {
  color: #fff;
}
.copyright {
  margin: 15px 0 15px;
	color: #b3b3b3;
}
.copyright p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}
.tz-comingsoon .tzsocial-block {
  margin: 142px 0 0 0;
}
.tz-comingsoon .tzsocial-block a {
  font-size: 15px;
  line-height: 18px;
  padding-right: 20px;
  margin: 0;
  padding-left: 0;
}
.tzjoom-social {
  padding: 0 0 100px;
  background: #fff;
}
.joom-header {
  width: 100%;
  max-height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.joom-header-text {
  position: absolute;
  bottom: 160px;
  left: 0;
  width: 100%;
}
.joom-header-text h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 46px;
  font-size: 40px;
  color: #ffffff;
  text-decoration: none;
}
.joom-header-join {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
}
.joom-header-join p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  padding: 33px 0 38px;
  margin: 0;
}
.join-button {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 24px;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 37px;
  margin: 30px 0 0;
  background: #d9534f;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-block;
}
.join-button:focus,
.join-button:active,
.join-button:hover {
  color: #fff;
  text-decoration: none;
}
.tzjoom-login {
  background: #f2f2f2;
  padding: 30px 0 19px !important;
}
.tzjoom-login .form-group {
  position: relative;
  margin-bottom: 6px;
}
.tzjoom-login .form-group input {
  width: 100% !important;
  height: 40px !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
  line-height: 46px !important;
  font-size: 14px !important;
  color: #bcbbbb !important;
  text-decoration: none;
  padding: 8px 20px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
}
.tzjoom-login .form-group span {
  font-size: 14px !important;
  line-height: 40px !important;
  position: absolute;
  right: 17px !important;
  top: 0;
  color: #bcbbbb !important;
}
.tzjoom-login label {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
  line-height: 46px;
  font-size: 14px !important;
  color: #565555 !important;
  text-decoration: none;
  padding: 0 !important;
  margin: 0 !important;
}
.tzjoom-login label input {
  margin: 0 !important;
  padding: 0 !important;
  margin-right: 10px !important;
}
.tzjoom-login label a {
  color: #565555;
  text-decoration: none;
}
.tzjoom-login .lb-last {
  float: right;
}
.tzjoom-login button,
.tzjoom-login input.btn-login {
  background: #d9534f;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
  line-height: 40px !important;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none;
  padding: 0 33px !important;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 10px !important;
  border-color: transparent !important;
  text-shadow: none !important;
}
.tzjoom-login .col-md-3 {
  margin-right: 10px;
}
.tzjoom-wrap {
  padding-top: 95px;
}
.tzjoom-content-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tzjoom-content-wrap li {
  display: block;
  position: relative;
  padding: 0 0 26px 0;
  margin: 26px 0 0 0;
  border-bottom: 1px solid #f2f2f2;
}
.tzjoom-content-wrap li:first-child {
  margin: 2px 0 0 0;
}
.tzjoom-content-wrap li:first-child .tzjoom-content header {
  margin: 0;
}
.tzjoom-avata {
  float: left;
  width: 60px;
  height: 60px;
  margin-top: 3px;
}
.tzjoom-content {
  padding-bottom: 7px;
  padding-left: 80px;
}
.tzjoom-content header {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin-top: 57px;
  display: block;
}
.tzjoom-content .author-name {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 18px;
  font-size: 15px;
  color: #d9534f;
  text-decoration: none;
  padding: 0 4px 0 0;
  margin: 0;
  display: inline-block;
}
.tz_jdate {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  color: #bcbcbc;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tz_jdate i {
  padding-left: 5px;
}
.tz_jdate i.fa-last {
  line-height: 18px;
  font-size: 10px;
  color: #bcbcbc;
  padding-left: 3px;
}
.tz_jdate em {
  padding: 0 5px;
}
.tzjoom-content p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 15px 0 9px;
  margin: 0;
  display: block;
}
.tz_jsocial {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  color: #bcbcbc;
  text-decoration: none;
  padding: 0 0 12px 0;
  margin: 0;
  display: block;
}
.tz_jsocial a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  color: #bcbcbc;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.tz_jsocial a {
  padding-right: 22px;
}
.tz_jsocial a i {
  padding-right: 5px;
}
.tzjoms-stream-box {
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 20px;
  box-shadow: 0 0 5px -2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 5px -2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 5px -2px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 5px -2px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 5px -2px rgba(0,0,0,0.5);
  margin: 24px 0 15px;
}
.tzjoms-stream-box:after {
  clear: both;
  display: table;
  content: '';
}
.tzjoms-stream-box .image-Thumb {
  float: left;
  max-width: 180px;
  max-height: 120px;
  display: block;
}
.joms-stream-fetch-content {
  padding-left: 200px;
}
.joms-stream-fetch-content a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 15px;
  color: #d9534f;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.joms-stream-fetch-content p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  color: #7e7e7e;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.tz-cStream-Likes {
  background: #e9e9e9;
  width: 100%;
  padding: 5px 13px;
  border-radius: 5px;
  margin: 10px 0 14px;
}
.tz-cStream-Likes a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  color: #d9534f;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.tz-cStream-Likes i {
  line-height: 18px;
  font-size: 12px;
  color: #737373;
}
.tz-cStream-Headline {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 15px;
  color: #565555;
  text-decoration: none;
  padding: 14px 0 7px;
  margin: 0;
}
.tz-cStream-Headline a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 18px;
  font-size: 15px;
  color: #d9534f;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.tz-cStream-Headline i {
  line-height: 18px;
  font-size: 14px;
  color: #bcbcbc;
  padding-right: 3px;
}
.cStream-Attachment {
  padding: 26px 0 21px;
}
.tzjoom-loadding {
  display: block;
  margin-top: 58px;
}
.tzjoom-loadding button {
  background: #d9534f;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 24px;
  border: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.clearfull:after {
  clear: both;
  display: table;
  content: '';
}
.tzjoom-author {
  background: #f2f2f2;
  padding: 20px 0 40px;
}
.js-focus-avatar {
  float: left;
  position: relative;
  max-width: 200px;
}
.js-focus-avatar img {
  border: 3px solid #fff;
  margin-top: -139px;
}
.j-author-name {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 46px;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  padding: 27px 0 28px 60px;
  margin: 0;
}
.joom-header-join .join-button2 {
  text-transform: uppercase;
  padding: 8px 20px;
}
.tzpull-last {
  text-align: right;
}
.tzpull-last .join-button2:first-child {
  margin-right: 26px;
}
.js-author-menu {
  float: left;
  padding-left: 60px;
}
.tzjoom-author ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tzjoom-author ul:after {
  clear: both;
  display: table;
  content: '';
}
.tzjoom-author ul li {
  float: left;
  padding: 0 23px 0 0;
}
.tzjoom-author ul li:first-child a {
  color: #d9534f;
}
.tzjoom-author ul li a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.tzjomNameTips {
  margin-top: 6px;
}
.tz-js-toolbar {
  background: #f4f4f4;
  border: 1px solid rgba(0,0,0,0.1);
}
.tz-js-toolbar .navbar-collapse {
  padding: 0;
}
.tz-js-toolbar ul {
  margin: 0;
  padding: 0;
}
.tz-js-toolbar ul.navbar-nav  li:first-child  a {
  background: #dbdbdb;
}
.tz-js-toolbar ul li a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 8px 14px;
  margin: 0;
  display: block;
}
.tz-js-toolbar ul  li  a:hover {
  background: none;
  color: #d9534f;
}
.tz-js-toolbar ul  li.uk-active  a {
  background: none;
  color: #d9534f;
}
.tzjoms-postbox .joms-postbox-content {
  position: relative;
}
.tzjoms-postbox {
  border: 1px solid #e5e5e5;
  margin-top: 39px;
  margin-bottom: 29px;
}
.joms-postbox-charcount {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  color: #898989;
  text-decoration: none;
  background: #f4f4f4;
  padding: 3px;
}
.tzjoms-postbox .joms-postbox-content textarea {
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 15px;
  color: #bcbcbc;
  text-decoration: none;
  padding: 17px 20px 5px;
  margin: 0;
  display: block;
  border: 0;
  background: none;
  height: 53px;
}
nav.joms-postbox-tab {
  border-top: 1px solid #ebebeb;
  background: #f4f4f4;
}
.joms-postbox-tab ul {
  padding: 7px 0 6px 20px;
  margin: 0;
  list-style: none;
}
.joms-postbox-tab ul:after {
  clear: both;
  display: table;
  content: '';
}
.joms-postbox-tab ul li {
  float: left;
  padding-right: 30px;
}
.joms-postbox-tab ul li i {
  line-height: 18px;
  font-size: 14px;
  color: #565555;
  padding-right: 6px;
}
.joms-postbox-tab ul li span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
}
.tzjooms-filter {
  border: 1px solid #ebebeb;
  background: #f4f4f4;
  position: relative;
  padding: 6px 0 5px;
  margin-bottom: 66px;
}
.tzjooms-filter span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding-left: 32px;
}
.tzjooms-filter i {
  line-height: 25px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 15px;
}
.tzjoom-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 18px;
  font-size: 18px;
  color: #222222;
  text-decoration: none;
  padding: 26px 0 14px;
  text-transform: uppercase;
}
.tzcResetList {
  border: 1px solid rgba(0,0,0,0.1);
  background: #f4f4f4;
  list-style: none;
  position: relative;
  padding: 0 5px;
  margin: 0;
}
.tzcResetList:after {
  clear: both;
  display: table;
  content: '';
}
.tzcResetList li {
  float: left;
}
.tzcResetList li.action {
  float: right;
}
.tzcResetList li a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 10px;
  display: block;
}
.tzjoom-thub {
  max-height: 260px;
  padding: 5px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.tzjoom-thub img {
  width: 100%;
  max-height: 250px;
}
.TzPhotoList {
  margin-right: -25px;
}
.TzPhotoList .TzPhoto-item {
  padding-right: 25px;
  padding-top: 40px;
}
.TzPhoto-item h6 {
  padding: 0;
  margin: 0;
}
.TzPhoto-item h6 a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #d9534f;
  text-decoration: none;
  padding: 20px 10px 0;
  display: block;
  text-align: center;
}
.TzPhoto-item em {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  display: block;
  text-align: center;
}
.TzPhoto-item span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #bcbcbc;
  text-decoration: none;
  padding: 0 0 7px;
  display: block;
  text-align: center;
}
.cFilter {
  border: 1px solid rgba(0,0,0,0.1);
  background: #f4f4f4;
  list-style: none;
  position: relative;
  padding: 0 5px;
  margin: 20px 0 0 0;
}
.cFilter ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cFilter ul:after {
  clear: both;
  display: table;
  content: '';
}
.cIndex-Box:after {
  clear: both;
  display: table;
  content: '';
}
.cFilter ul li {
  position: relative;
  float: left;
  display: block;
}
.cFilter ul li a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 10px;
  margin: 0;
  display: block;
}
.tzcLayout ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cFilter ul li.active a {
  font-weight: 700;
}
.tzcLayout {
  margin-top: 40px;
}
.tzcLayout ul li:last-of-type {
  margin-bottom: 0;
}
.tzcLayout ul li {
  border: 1px solid rgba(0,0,0,0.1);
  background: #f4f4f4;
  padding: 18px 20px 19px;
  position: relative;
  margin-bottom: 40px;
}
.tzcLayout ul li:after {
  clear: both;
  display: table;
  content: '';
}
.cIndex-Avatar {
  display: block;
  max-width: 100px;
  max-height: 100px;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
}
.cIndex-Avatar b {
  background: rgba(217,83,79,0.8);
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  padding: 2px;
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.tzcLayout .cIndex-Name {
  padding: 0 0 9px 0;
  margin: 0;
}
.cIndex-Name a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 18px;
  font-size: 18px;
  color: #d9534f;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.cIndex-Content .cIndex-ds {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzcIndex-Meta {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzcIndex-Status {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  color: #565555;
  text-decoration: none;
  padding: 6px 0 5px;
  margin: 0;
  display: block;
}
.tzcIndex-Actions {
  display: block;
  padding-top: 10px;
}
.tzcIndex-Actions a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  color: #bcbcbc;
  text-decoration: none;
  padding: 0 22px 0 0;
  margin: 0;
  display: inline-block;
}
.tzcIndex-Actions a i {
  line-height: 18px;
  font-size: 14px;
  color: #bcbcbc;
  padding: 0 8px 0 0;
}
.tzjoomremove {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  background: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  color: #bcbcbc;
  text-decoration: none;
  padding: 0 0;
  margin: 0;
}
.tzjoomremove i {
  padding: 0 7px 0 0;
  color: #737373;
}
.cIndex-Avatar b {
  background: rgba(217,83,79,0.8);
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  padding: 2px;
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.tzevent-List .cIndex-Name a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 18px;
  font-size: 14px;
  color: #d9534f;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzcIndex-Date {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  color: #bcbcbc;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
body .tzevent-List .cIndex-Name {
  padding: 0;
}
body .tzevent-List  ul li {
  padding: 15px 20px 16px;
}
.cIndex-Location {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  color: #565555;
  text-decoration: none;
  padding: 5px 0;
  margin: 0;
  display: block;
}
body .tzevent-List .tzcIndex-Actions a {
  line-height: 18px;
  font-size: 12px;
  color: #565555;
}
body .tzevent-List .tzcIndex-Actions a i {
  line-height: 18px;
  font-size: 12px;
  color: #565555;
}
body .tzevent-List .tzcIndex-Content {
  padding-left: 90px;
}
body .tzevent-List .tzcIndex-Actions {
  padding-top: 3px;
}
.cEvents-PendingInvitations {
  border: 1px solid rgba(0,0,0,0.1);
  background: #f4f4f4;
  padding: 13px 18px 80px;
  margin-top: 40px;
}
.cEvents-PendingInvitations .app-box-content {
  padding: 3px 0 0 0;
}
.cEvents-PendingInvitations h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: uppercase;
}
.app-box-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-box-content li {
  display: block;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 36px;
  font-size: 14px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.app-box-footer a {
  display: block;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 36px;
  font-size: 14px;
  color: #d9534f;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.tzcResetList  .event-active a {
  color: #d9534f;
}
.tzfooter1 {
  background: #ffffff;
  padding: 76px 0 102px;
  text-align: center;
}
.tzfooter1 h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 35px;
  font-size: 36px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 24px 0 21px;
  display: block;
}
.tzfooter1 p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 18px;
  color: #565555;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.tzfooter1 .tzform {
  width: 31%;
  margin: 52px auto 0 !important;
  position: relative;
}
.tzfooter1 .tzform input {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0,0,0,0.1);
  background: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 15px;
  color: #797e81;
  text-decoration: none;
  padding: 0 0 0 17px;
  margin: 0;
  display: block;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.tzfooter1 .tzform .tzformsubmit {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 36px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  padding: 0 14px;
  margin: 0;
  display: block;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #5bc0de;
  border: 0;
}
a.tz-facebook {
  background: #3b5998;
}
a.tz-google-plus {
  background: #dd4b39;
}
a.tz-twitter {
  background: #00acee;
}
.tzsocial a:first-child {
  margin-left: 0;
}
.tzsocial {
  border-top: 1px solid rgba(0,0,0,0.1);
  margin: 100px 200px 60px;
  padding-top: 60px;
}
.tzsocial a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-left: 25px;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
.tzsocial a:hover {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  o-border-radius: 50%;
}
.tzsocial a i {
  font-size: 24px;
  line-height: 60px;
  color: #fff;
}
.tzfooter1 p.copyright {
  color: #939393;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  margin: 71px 0 0;
  padding: 0;
}
.inconvers {
  background: #3b3b3c;
  padding: 80px 0 100px;
  overflow: hidden;
}
.footer2 h3 {
  margin: 0;
  padding: 0;
}
.footer2 h3 span {
  display: block;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 59px;
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  text-transform: none;
}
footer .textwidget {
  display: block;
  color: #cbcbcb;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Recent-Post li:first-child {
  margin-top: 0;
}
.Recent-Post li {
  position: relative;
  display: block;
  margin-top: 13px;
}
.Recent-Post li:after {
  clear: both;
  display: table;
  content: '';
}
.Recent-Post li .recent-img {
  position: relative;
  float: left;
  margin-top: 6px;
  max-width: 54px;
  max-height: 54px;
  overflow: hidden;
}
.Recent-Post li:hover .recent-img:after {
  left: 0;
}
.Recent-Post li:hover .recent-img a {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: all 0.2s linear 0.3s;
  -moz-transition: all 0.2s linear 0.3s;
  -webkit-transition: all 0.2s linear 0.3s;
  -ms-transition: all 0.2s linear 0.3s;
  -o-transition: all 0.2s linear 0.3s;
}
.Recent-Post li .recent-img:after {
  background: rgba(217,83,79,0.8);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100px;
  top: 0;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
}
.Recent-Post li .recent-img a {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #ffffff;
  padding: 13px 20px;
  z-index: 8999;
  text-decoration: none;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.Recent-Post li .recent-img img {
  width: 100%;
}
.Recent-Post li .recent-content {
  padding-left: 68px;
}
.recent-content h6 {
  margin: 0;
  padding: 0;
}
.recent-content h6 a {
  display: block;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.recent-content span {
  display: block;
  color: #909090;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 20px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.tagcloud a {
  display: inline-block;
  color: #8e8e8e;
  background: #202629;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  margin: 5px 0 0 0;
  padding: 5px 12px 8px;
  text-decoration: none;
}
.newsletter_widget {
  margin-top: -3px;
}
.newsletter_widget p {
  color: #cbcbcb;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 30px;
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.newsletter_form {
  position: relative;
  margin-top: 32px;
}
#tz-bottom-wrapper .newsletter_form input {
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
  background: #ffffff;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  color: #797e81;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 15px;
}
.newsletter_form input {
  background: none repeat scroll 0 0 #ffffff;
  border: 0 none;
  border-radius: 0;
  color: #797e81;
  font-size: 15px;
  font-weight: 400;
  height: 40px;
  line-height: 30px;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}
.newsletter-padding {
  margin-top: 11px;
}
#tz-bottom-wrapper .tzsubmit-form {
  position: absolute;
  top: 2px;
  height: 36px;
  right: 2px;
  background: #d9534f;
  padding: 0 15px 0 16px;
  margin: 0;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 35px;
  font-size: 15px;
  display: block;
  text-decoration: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-transform: none;
}
#tz-bottom-wrapper  .tzsubmit-form:hover {
  color: #fff;
  text-decoration: none;
}
.footer2 .custom-menu {
  margin-top: 11px;
}
.footer2 .custom-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer2 .custom-menu ul li {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
}
.footer2 .custom-menu ul li a {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 15px;
  display: block;
  text-decoration: none;
}
.footerbottom {
  margin-top: 91px;
}
.tzcopyright p {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 15px;
  display: block;
}
.tzfootermenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tzfootermenu ul:after {
  display: table;
  clear: both;
  content: '';
}
.tzfootermenu ul li {
  float: left;
  position: relative;
}
.tzfootermenu ul li:first-child a {
  padding: 0;
}
.tzfootermenu ul li a {
  padding: 0 0 0 19px;
  margin: 0;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 15px;
  display: block;
}
.tzfootermenu ul li a:hover {
  text-decoration: none;
}
.footer3 h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 63px;
  font-size: 36px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.footer3 .tzsocial2 {
  text-align: center;
  margin-top: 14px;
}
.footer3 .tzsocial2 a {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
  padding-left: 50px;
  text-decoration: none;
}
.footer3 .tzfootermenu {
  text-align: center;
  margin-top: 37px;
}
.footer3 .tzfootermenu ul li {
  float: none;
  display: inline-block;
}
.footer3 .tzcopyright {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  margin: 16px 0 0 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .container {
    width: 1190px;
  }
  .tz_icon_menu {
    display: none;
  }
  .tzProducts .tzContent {
    margin-right: -40px;
  }
}
@media (min-width: 1300px) {
  .tzgallery .container {
    width: 1270px;
    padding-left: 55px;
  }
  .fix-width .tz-wrap {
    max-width: 1300px;
    margin: auto;
  }
}
#off-canvas-nav {
  display: none;
}
@media (max-width: 991px) {
  .off-canvas {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .off-canvas body {
    width: 100%;
    overflow-x: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .off-canvas body > * {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .off-canvas #plazart-mainnav .nav-collapse,
  .off-canvas #ja-mainnav .nav-collapse {
    display: none;
  }
  .off-canvas #off-canvas-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 1;
    background: none;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
    height: auto;
    background: none;
  }
  .off-canvas-enabled body > * {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  }
  .off-canvas-enabled #plazart-mainnav {
    display: block;
  }
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.element {
  overflow: hidden;
  position: relative;
  background: #fff;
  float: left;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.loadding {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  left: 0;
  top: 0;
}
.loadding img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.tz-alert-1 {
  border-radius: 3px;
  padding: 0;
  margin: 0;
  border: 1px solid #f2f2f2;
  position: relative;
}
.alert-style1 {
  background: #f9fafb;
}
.tz-alert-1 p {
  padding: 8px 20px !important;
}
.tz-close {
  position: absolute;
  top: 12px;
  right: 6px;
  border: 0;
  background: none;
  color: #bcbcbc;
  font-size: 15px;
}
.alert-style2 {
  background: #fff1ea;
}
.alert-style3 {
  background: #f0faf8;
}
.alert-style4 {
  background: #fffaef;
}
.tz-alert-2 {
  border-radius: 3px;
  padding: 24px 20px;
  margin: 0;
  border: 1px solid #f2f2f2;
  position: relative;
}
.tz-alert-2 .tz-close {
  right: 6px;
  top: 20px;
}
.tz-alert-2 h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 25px;
  font-size: 24px;
  color: #222222;
  text-decoration: none;
  padding: 0 0 13px;
  margin: 0;
}
.tz-alert-2 p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.button-aler {
  display: block;
  margin-top: 20px;
}
.button-alert-2:active,
.button-alert-2:focus,
.button-alert-2:hover {
  color: #fff;
  text-decoration: none;
}
.button-alert-1:active,
.button-alert-1:focus,
.button-alert-1:hover {
  color: inherit;
  text-decoration: none;
}
.button-aler a {
  margin-right: 13px;
}
.button-alert-1 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 15px;
  font-size: 15px;
  color: #565555;
  text-decoration: none;
  padding: 12px 26px;
  margin: 0;
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #565555;
}
.button-alert-2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 15px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 13px 23px;
  margin: 0;
  display: inline-block;
  border-radius: 3px;
  background: #d9534f;
}
a.border-2:hover,
a.border-2:focus,
a.border-2:active {
  color: #d9534f;
}
a.border-3:hover,
a.border-3:focus,
a.border-3:active {
  color: #43b56e;
}
a.border-2 {
  border-color: #d9534f;
  color: #d9534f;
}
a.border-3 {
  border-color: #43b56e;
  color: #43b56e;
}
.tz-button:hover {
  background: rgba(217,83,79,0.8);
  color: #fff;
}
.tz-button:focus {
  background: #3b3b3c !important;
  color: #fff;
}
.tz-button {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  text-decoration: none !important;
  padding: 8px 50px;
  margin: 0;
  display: inline-block;
  border-radius: 3px;
  background: #d9534f;
  border: 0;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
}
.color-blanco {
  background: #fff !important;
	color: #004d84;
	font-weight: 100;
	padding: 5px 30px;
	font-size: 14px;
	text-transform: capitalize;
}
.color-pink {
  background: #d94f90 !important;
}
.color-yellow {
  background: #dbd354 !important;
}
.borde-blanco {
  background: transparent !important;
	border: solid 2px #fff !important;
}
.color-green {
  background: #99be11 !important;
border-radius: 0;
letter-spacing: 5px;
font-weight: 500;
}
.color-blue {
  background: #004d84 !important;
	border-radius: 0;
	letter-spacing: 5px;
	font-weight: 500;
}
.color-orange {
  background: #d9a04f !important;
}
.color-pink:hover {
  background: rgba(217,79,144,0.8) !important;
}
.color-yellow:hover {
	background: rgba(219,211,84,0.4) !important;
 
}
.borde-blanco:hover {
   background: rgba(255,255,255,0.8) !important;
}
.color-green:hover {
  background: rgba(76,177,79,0.8) !important;
}
.color-orange:hover {
  background: rgba(217,160,79,0.8) !important;
}
.tz-medium {
  padding: 13px 41px !important;
  font-size: 18px !important;
}
.tz-Large {
  padding: 18px 42px !important;
  font-size: 24px !important;
}
.tabs-style2:after {
  clear: both;
  display: table;
  content: '';
}
.tabs-style2 .nav-tabs {
  float: left;
  width: 225px;
  border: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs-style2 .nav-tabs li {
  float: none;
  margin: 0;
}
.tabs-style2 .nav-tabs li a {
  margin: 0;
  border-radius: 0;
  padding: 10px 20px;
  background: #f8f8f8;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #e7e7e7;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  color: #565555;
}
.tabs-style2 .nav-tabs li.active a {
  margin: 0;
  border-radius: 0;
  color: #d9534f;
  border-width: 0 0 0 5px;
  border-style: solid;
  border-color: #d9534f;
  background: #e7e7e7;
}
.tabs-style2 .nav-tabs li a i {
  padding-right: 15px;
}
.tabs-style2 .tab-content {
  background: #e7e7e7;
  margin-left: 225px;
}
.tabs-style3:after {
  clear: both;
  display: table;
  content: '';
}
.tabs-style3 .nav-tabs {
  float: right;
  width: 225px;
  border: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs-style3 .nav-tabs li {
  float: none;
  margin: 0;
}
.tabs-style3 .nav-tabs li a {
  margin: 0;
  border-radius: 0;
  padding: 10px 20px;
  background: #f8f8f8;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #e7e7e7;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  color: #565555;
}
.tabs-style3 .nav-tabs li.active a {
  margin: 0;
  border-radius: 0;
  color: #d9534f;
  border-width: 0 5px 0 0;
  border-style: solid;
  border-color: #d9534f;
  background: #e7e7e7;
}
.tabs-style3 .nav-tabs li a i {
  padding-right: 15px;
}
.tabs-style3 .tab-content {
  background: #e7e7e7;
  margin-right: 225px;
}
body table.tztable {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #e7e7e7;
}
body table.tztable > thead > tr > th {
  margin: 0;
  padding: 9px 20px 10px;
  background: #d9534f;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #dd6561;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.table > tbody > tr > td:first-child {
  color: #565555;
  font-weight: 700;
}
.table.cart_table > tbody > tr > td {
  border-left: none;
}
.table > tbody > tr > td {
  border-left: 1px solid #e7e7e7;
  vertical-align: middle;
  padding: 30px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #565555;
}
.table > tbody > tr > td.hikashop_cart_product_price_value,
.table > tbody > tr > td.hikashop_cart_product_quantity_value,
.table > tbody > tr > td.hikashop_cart_product_total_value,
.table > tbody > tr > td.hikashop_cart_product_action {
  text-align: center;
  padding: 30px 0;
}
.table > tbody > tr > td.hikashop_cart_product_name_value {
  padding: 20px 30px;
  text-align: left;
}
.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #fff !important;
}
.table-striped > tbody > tr:nth-child(2n+2) > td,
.table-striped > tbody > tr:nth-child(2n+2) > th {
  background-color: #f5f5f5 !important;
}
.tz-rotate-skill {
  margin-top: 40px;
  margin-left: 100px;
}
body .tz-rotate-skill p {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  display: block;
  line-height: 20px;
  z-index: 2;
  font-size: 14px;
  color: #565555;
  text-transform: uppercase;
  text-align: center;
  margin-top: 14px;
  opacity: 0;
}
.chart {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  display: inline-block;
  line-height: 150px;
  z-index: 2;
  font-size: 30px;
  color: #939598;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #939598;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
.theme-dark .tzservices2,
.theme-dark div.tzser3-item span,
.theme-dark  .tzser2-item span,
.theme-dark .tzser2-item span {
  background: #2e2e2e;
}
.theme-dark div.tzser3-item span,
.theme-dark .tzser2-item span {
  background: none repeat scroll 0 0 #d9534f;
  border: 1px solid #d9534f;
  box-shadow: 0 0 0 2px #2e2e2e inset;
  -moz-box-shadow: 0 0 0 2px #2e2e2e inset;
  -webkit-box-shadow: 0 0 0 2px #2e2e2e inset;
  -ms-box-shadow: 0 0 0 2px #2e2e2e inset;
  -o-box-shadow: 0 0 0 2px #2e2e2e inset;
}
.theme-dark div.tzser3-item:hover span {
  box-shadow: 0 0 0 80px #2e2e2e inset;
  -moz-box-shadow: 0 0 0 80px #2e2e2e inset;
  -webkit-box-shadow: 0 0 0 80px #2e2e2e inset;
  -ms-box-shadow: 0 0 0 80px #2e2e2e inset;
  -o-box-shadow: 0 0 0 80px #2e2e2e inset;
}
.theme-dark .tzser2-item:hover span {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
}
.theme-dark div.tzser3-item:hover h3,
.theme-dark .tzser2-item:hover h3 {
  color: #d9534f;
}
.theme-dark .tziconline,
.theme-dark .tzservices2 h2,
.theme-dark div.tzser3-item h3,
.theme-dark .icon,
.theme-dark .tz-servicebox-item h6,
.theme-dark .tzser2-item h3 {
  color: #eeeeee;
}
.theme-dark .tzservices2 .container > p,
.theme-dark .tz-servicebox-item p {
  color: #a2a2a2;
}
.theme-dark div.tzser3-item p,
.theme-dark .tzser2-item p {
  color: #a2a2a2;
}
.theme-dark .Latest-Project {
  background: #2e2e2e;
}
.theme-dark  .tzfilter a,
.theme-dark .Latest-Project > p {
  color: #a2a2a2;
}
.theme-dark  .tzfilter a.selected {
  color: #fff;
}
.theme-dark .Latest-Project h3 {
  color: #eeeeee;
}
.theme-dark .tz-gray-wrapper {
  background: #262626 !important;
}
.theme-dark  .tz-white-wrapper-blog h3,
.theme-dark .tz-Latest-item h6 a,
.theme-dark .tz-gray-wrapper h3 {
  color: #eeeeee;
}
.theme-dark .tz-Latest-item span {
  color: #a2a2a2;
}
.theme-dark .tz-white-wrapper {
  background: #2e2e2e;
}
.theme-dark .Our-title,
.theme-dark .outTeam-content h6 {
  color: #eeeeee;
}
.theme-dark .outTeam-content span {
  color: #797979;
}
.theme-dark .tz-gray-wrapper .container > p,
body.theme-dark .tzaccordion p,
.theme-dark .Our-ds,
.outTeam-content p {
  color: #a2a2a2;
}
.theme-dark .tzaccordion h6 {
  background: none repeat scroll 0 0 #2e2e2e;
  border: 1px solid #000000;
  color: #eeeeee;
}
.theme-dark .tzaccordion h6 i {
  border-right: 1px solid #000000;
}
.theme-dark .tz-our-team .owl-controls .active span {
  background: none repeat scroll 0 0 #d9534f !important;
  opacity: 1 !important;
  border: 2px solid #fff;
  width: 15px !important;
  height: 15px !important;
  margin: -2px 5px !important;
}
.theme-dark .tzskill-item {
  background: #404040;
}
.row.pricing-style2 {
  margin: 0;
}
.pricing-style2 {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.pricing-style2:hover {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  -o-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  cursor: pointer;
}
.pricing-style2:hover .pricing-title h6 {
  color: #d9534f;
}
.pricing-style2:hover .pricing-header {
  background: #363636;
}
.pricing-style2:hover .pricing-footer a {
  background: #363636;
}
.pricing-style2 .pricing-header {
  background: #d9534f;
  border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.pricing-style2 .pricing-header strong {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 48px;
  font-size: 48px;
  color: #ffffff !important;
  display: block;
  padding: 50px 0;
}
.pricing-style2 .pricing-header em {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 24px;
  color: #ffffff !important;
  display: block;
}
.pricing-style2 .pricing-title h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 40px;
  font-size: 30px;
  color: #222222;
  display: block;
  padding: 29px 0 0;
}
.pricing-style2 .pricing-title p {
  padding: 3px 0 !important;
}
.pricing-cn ul {
  float: left;
  padding: 0 0 0 17px;
  margin: 28px 68px 0 0;
  list-style: none;
  border-left: 1px solid #e5e5e5;
}
.pricing-cn ul li {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  color: #565555;
  display: block;
}
.pricing-footer {
  text-align: center;
}
.pricing-footer a {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  background: #d9534f;
  padding: 0 30px;
  margin: 69px 0 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.margin-top {
  margin-top: 58px;
}
small.small {
  background: none repeat scroll 0 0 #d9534f;
  color: #fff;
  font-size: 100%;
  padding: 0 4px 2px;
}
.text-i {
  text-decoration: line-through;
  color: #bcbcbc;
}
h1 {
  color: #000;
  font-family: 'Quicksand', sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
  padding: 0 0 5px 0;
  text-decoration: none;
}
h2 {
  color: #004d84;
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
h3 {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
h4 {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
h5 {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
h6 {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.tz-plazart-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-plazart-list li {
  color: #565555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.tz-plazart-list li i {
  color: #d9534f;
  padding-right: 10px;
}
.plazart-dropcap {
  color: #565555;
  display: inline-block;
  float: left;
  font-size: 40px;
  font-weight: 400;
  line-height: 38px;
  margin: 3px 7px 0 0;
}
.plazart-dropcap-radius {
  background: url('../../../images/Dropcap.png') repeat;
  color: #565555;
  display: inline-block;
  float: left;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  margin: 5px 12px 0 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}
.plazart-dropcap-no-radius {
  background: url('../../../images/Dropcap2.png') repeat;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  margin: 8px 18px 0 0;
  width: 30px;
  height: 30px;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 365px) {
  #tz-component-area-wrapper .nav-tabs > li {
    float: none;
  }
}
@media (max-width: 480px) {
  body .shop-list-item {
    margin-left: 0px;
    position: relative;
  }
  body .shop-list-item {
    clear: both;
    display: block;
    content: "";
    position: relative;
  }
  body .shop-item-version3 img {
    max-width: 100%;
    width: 100%;
  }
  body figure.item {
    margin: 0px 20px;
  }
  body .tzser2-item {
    margin-top: 30px;
  }
  body .module152 .overlay {
    padding: 39px 0;
  }
  body .tzbutton-purchase {
    margin-left: 0px;
    margin-top: 5px;
  }
  body .tzProducts-title {
    font-size: 36px;
  }
  #filter > ul {
    padding: 0px;
  }
  body #tz-spotlight-wrapper {
    padding: 15px 0 !important;
  }
  body #tz-user-wrapper {
    padding: 50px 55px !important;
  }
  body .tzaccordion h6 {
    font-size: 17px;
  }
  body #tz-user2-wrapper {
    padding: 40px 0 !important;
  }
  body div.tz-our-team .owl-controls {
    top: -3px;
    z-index: 999999;
  }
  body .outTeam-content {
    padding: 0px;
  }
  body #testimonial div.overlay {
    padding: 40px !important;
  }
  body #tz-botspotlight-wrapper {
    padding: 20px !important;
  }
  body #tz-bottom-wrapper {
    padding: 5px !important;
  }
  body .tzContent .element .tz-inner {
    cursor: pointer;
  }
  body .tz-gray-wrapper h3,
  body .content-module h3.module-title,
  body .modulecontent-module h3.module-title {
    font-size: 36px;
    line-height: 40px;
  }
  body #tz-service-wrapper {
    padding: 40px 25px !important;
  }
  body .pricing-footer a {
    margin-top: 30px;
  }
  body .tz-module.social.margin-top,
  body .tz-module.modulesocial.margin-top {
    margin: 20px 0;
  }
  body .tzsocial-block {
    padding: 0 20px;
  }
  body .tzsocial-block a {
    padding-left: 15px;
  }
  body #tz-feature-wrapper {
    padding: 53px 0 43px !important;
  }
  body .tz-Latest-item {
    margin-right: 0px !important;
  }
  body .tz-our-item {
    margin-right: 0px;
    max-height: 423px;
    overflow: hidden;
    position: relative;
  }
  body #tz-main-body-wrapper {
    /*padding: 15px 0 40px !important;*/
  }
  body .owl-theme .owl-controls {
    position: relative;
    z-index: 9999;
  }
  body .OurTeam-member .owl-carousel {
    width: 90% !important;
    margin: 0 auto;
  }
  body .block-title {
    line-height: 42px;
  }
  body .tz-overlay3 > p,
  .general-title > p {
    padding: 0 20%;
  }
  body #spotlight {
    margin: 0 !important;
  }
  body #tz-botsl-wrapper {
    padding: 0 0 0 !important;
  }
  body .tz-overlay3 {
    padding: 40px 0;
  }
  body .service-img {
    padding: 0;
    text-align: center;
  }
  body .service-img .service-img-item {
    margin-left: 0px;
    margin-bottom: 10px;
  }
  body .tz-overlay-shop {
    padding: 48px 0 48px !important;
  }
  body .fix-width figure.tz-Latest-item {
    margin: 0px;
  }
}
