/**
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 TemPlaza.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       TemPlaza
 * @Link:         http://templaza.com
 *------------------------------------------------------------------------------
 */
/* Proxima Nova */

@font-face {
	font-family: 'ProximaNova-Light';
	src: url('/webfonts/proxima-nova-light.eot');
	src: url('/webfonts/proxima-nova-light.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/proxima-nova-light.woff2') format('woff2'),
		url('/webfonts/proxima-nova-light.woff') format('woff'),
		url('/webfonts/proxima-nova-light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('/webfonts/proxima-nova-regular.eot');
	src: url('/webfonts/proxima-nova-regular.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/proxima-nova-regular.woff2') format('woff2'),
		url('/webfonts/proxima-nova-regular.woff') format('woff'),
		url('/webfonts/proxima-nova-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova-Semibold';
	src: url('/webfonts/proxima-nova-semibold.eot');
	src: url('/webfonts/proxima-nova-semibold.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/proxima-nova-semibold.woff2') format('woff2'),
		url('/webfonts/proxima-nova-semibold.woff') format('woff'),
		url('/webfonts/proxima-nova-semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova-Bold';
	src: url('/webfonts/proxima-nova-bold.eot');
	src: url('/webfonts/proxima-nova-bold.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/proxima-nova-bold.woff2') format('woff2'),
		url('/webfonts/proxima-nova-bold.woff') format('woff'),
		url('/webfonts/proxima-nova-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

/* Museo Slab */

@font-face {
	font-family: 'MuseoSlab-300';
	src: url('/webfonts/museo-slab-300.eot');
	src: url('/webfonts/museo-slab-300.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/museo-slab-300.woff2') format('woff2'),
		url('/webfonts/museo-slab-300.woff') format('woff'),
		url('/webfonts/museo-slab-300.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSlab-300Italic';
	src: url('/img/webfonts/museo-slab-300italic.eot');
	src: url('/webfonts/museo-slab-300italic.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/museo-slab-300italic.woff2') format('woff2'),
		url('/webfonts/museo-slab-300italic.woff') format('woff'),
		url('/webfonts/museo-slab-300italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'MuseoSlab-500';
	src: url('/webfonts/museo-slab-500.eot');
	src: url('/webfonts/museo-slab-500.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/museo-slab-500.woff2') format('woff2'),
		url('/webfonts/museo-slab-500.woff') format('woff'),
		url('/webfonts/museo-slab-500.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSlab-500Italic';
	src: url('/webfonts/museo-slab-500italic.eot');
	src: url('/webfonts/museo-slab-500italic.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/museo-slab-500italic.woff2') format('woff2'),
		url('/webfonts/museo-slab-500italic.woff') format('woff'),
		url('/webfonts/museo-slab-500italic.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'DIN';
	src: url('/webfonts/DIN1451W01-Regular.eot');
	src: url('/webfonts/DIN1451W01-Regular.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/DIN1451W01-Regular.woff2') format('woff2'),
		url('/webfonts/DIN1451W01-Regular.woff') format('woff'),
		url('/webfonts/DIN1451W01-Regular.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Corporate';
	src: url('/webfonts/CorporateAW01-LightItalic.eot');
	src: url('/webfonts/CorporateAW01-LightItalic?#iefix') format('embedded-opentype'),
		url('/webfonts/CorporateAW01-LightItalic.woff2') format('woff2'),
		url('/webfonts/CorporateAW01-LightItalic.woff') format('woff'),
		url('/webfonts/CorporateAW01-LightItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


@-webkit-keyframes icon-video {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes icon-video {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes icon-video {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes icon-video {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes rotate-icon {
  0% {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes scale-icon {
  0% {
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes rotate-icon {
  0% {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes scale-icon {
  0% {
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes rotate-icon {
  0% {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes scale-icon {
  0% {
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rotate-icon {
  0% {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scale-icon {
  0% {
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rotate-icon {
  0% {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scale-icon {
  0% {
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes bounceY {
  0% {
    -webkit-transform: translateY(-205px);
    -moz-transform: translateY(-205px);
    -o-transform: translateY(-205px);
    -ms-transform: translateY(-205px);
    transform: translateY(-205px);
  }
  40% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
  }
  65% {
    -webkit-transform: translateY(-52px);
    -moz-transform: translateY(-52px);
    -o-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    transform: translateY(-52px);
  }
  82% {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  92% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  55%,
  75%,
  87%,
  97%,
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bounceY {
  0% {
    -webkit-transform: translateY(-205px);
    -moz-transform: translateY(-205px);
    -o-transform: translateY(-205px);
    -ms-transform: translateY(-205px);
    transform: translateY(-205px);
  }
  40% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
  }
  65% {
    -webkit-transform: translateY(-52px);
    -moz-transform: translateY(-52px);
    -o-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    transform: translateY(-52px);
  }
  82% {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  92% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  55%,
  75%,
  87%,
  97%,
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-ms-keyframes bounceY {
  0% {
    -webkit-transform: translateY(-205px);
    -moz-transform: translateY(-205px);
    -o-transform: translateY(-205px);
    -ms-transform: translateY(-205px);
    transform: translateY(-205px);
  }
  40% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
  }
  65% {
    -webkit-transform: translateY(-52px);
    -moz-transform: translateY(-52px);
    -o-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    transform: translateY(-52px);
  }
  82% {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  92% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  55%,
  75%,
  87%,
  97%,
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes bounceY {
  0% {
    -webkit-transform: translateY(-205px);
    -moz-transform: translateY(-205px);
    -o-transform: translateY(-205px);
    -ms-transform: translateY(-205px);
    transform: translateY(-205px);
  }
  40% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
  }
  65% {
    -webkit-transform: translateY(-52px);
    -moz-transform: translateY(-52px);
    -o-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    transform: translateY(-52px);
  }
  82% {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  92% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  55%,
  75%,
  87%,
  97%,
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bounceY {
  0% {
    -webkit-transform: translateY(-205px);
    -moz-transform: translateY(-205px);
    -o-transform: translateY(-205px);
    -ms-transform: translateY(-205px);
    transform: translateY(-205px);
  }
  40% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
  }
  65% {
    -webkit-transform: translateY(-52px);
    -moz-transform: translateY(-52px);
    -o-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    transform: translateY(-52px);
  }
  82% {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  92% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  55%,
  75%,
  87%,
  97%,
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/*
 * Pulse animation
*/
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
@-o-keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../../fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../../fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../../fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../../fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../../fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes rotate-icon {
  0% {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes scale-icon {
  0% {
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes rotate-icon {
  0% {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes scale-icon {
  0% {
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes rotate-icon {
  0% {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes scale-icon {
  0% {
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rotate-icon {
  0% {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scale-icon {
  0% {
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rotate-icon {
  0% {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scale-icon {
  0% {
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
@font-face {
  font-family: 'icomoon';
  src: url('../../../fonts/icomoon/fonts/icomoon.eot?-b1fdqe');
  src: url('../../../fonts/icomoon/fonts/icomoon.eot?#iefix-b1fdqe') format('embedded-opentype'), url('../../../fonts/icomoon/fonts/icomoon.woff?-b1fdqe') format('woff'), url('../../../fonts/icomoon/fonts/icomoon.ttf?-b1fdqe') format('truetype'), url('../../../fonts/icomoon/fonts/icomoon.svg?-b1fdqe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-home2:before {
  content: "\e601";
}
.icon-home3:before {
  content: "\e602";
}
.icon-office:before {
  content: "\e603";
}
.icon-newspaper:before {
  content: "\e604";
}
.icon-pencil:before {
  content: "\e605";
}
.icon-pencil2:before {
  content: "\e606";
}
.icon-quill:before {
  content: "\e607";
}
.icon-pen:before {
  content: "\e608";
}
.icon-blog:before {
  content: "\e609";
}
.icon-droplet:before {
  content: "\e60a";
}
.icon-paint-format:before {
  content: "\e60b";
}
.icon-image:before {
  content: "\e60c";
}
.icon-image2:before {
  content: "\e60d";
}
.icon-images:before {
  content: "\e60e";
}
.icon-camera:before {
  content: "\e60f";
}
.icon-music:before {
  content: "\e610";
}
.icon-headphones:before {
  content: "\e611";
}
.icon-play:before {
  content: "\e612";
}
.icon-film:before {
  content: "\e613";
}
.icon-camera2:before {
  content: "\e614";
}
.icon-dice:before {
  content: "\e615";
}
.icon-pacman:before {
  content: "\e616";
}
.icon-spades:before {
  content: "\e617";
}
.icon-clubs:before {
  content: "\e618";
}
.icon-diamonds:before {
  content: "\e619";
}
.icon-pawn:before {
  content: "\e61a";
}
.icon-bullhorn:before {
  content: "\e61b";
}
.icon-connection:before {
  content: "\e61c";
}
.icon-podcast:before {
  content: "\e61d";
}
.icon-feed:before {
  content: "\e61e";
}
.icon-book:before {
  content: "\e61f";
}
.icon-books:before {
  content: "\e620";
}
.icon-library:before {
  content: "\e621";
}
.icon-file:before {
  content: "\e622";
}
.icon-profile:before {
  content: "\e623";
}
.icon-file2:before {
  content: "\e624";
}
.icon-file3:before {
  content: "\e625";
}
.icon-file4:before {
  content: "\e626";
}
.icon-copy:before {
  content: "\e627";
}
.icon-copy2:before {
  content: "\e628";
}
.icon-copy3:before {
  content: "\e629";
}
.icon-paste:before {
  content: "\e62a";
}
.icon-paste2:before {
  content: "\e62b";
}
.icon-paste3:before {
  content: "\e62c";
}
.icon-stack:before {
  content: "\e62d";
}
.icon-folder:before {
  content: "\e62e";
}
.icon-folder-open:before {
  content: "\e62f";
}
.icon-tag:before {
  content: "\e630";
}
.icon-tags:before {
  content: "\e631";
}
.icon-barcode:before {
  content: "\e632";
}
.icon-qrcode:before {
  content: "\e633";
}
.icon-ticket:before {
  content: "\e634";
}
.icon-cart:before {
  content: "\e635";
}
.icon-cart2:before {
  content: "\e636";
}
.icon-cart3:before {
  content: "\e637";
}
.icon-coin:before {
  content: "\e638";
}
.icon-credit:before {
  content: "\e639";
}
.icon-calculate:before {
  content: "\e63a";
}
.icon-support:before {
  content: "\e63b";
}
.icon-phone:before {
  content: "\e63c";
}
.icon-phone-hang-up:before {
  content: "\e63d";
}
.icon-address-book:before {
  content: "\e63e";
}
.icon-notebook:before {
  content: "\e63f";
}
.icon-envelope:before {
  content: "\e640";
}
.icon-pushpin:before {
  content: "\e641";
}
.icon-location:before {
  content: "\e642";
}
.icon-location2:before {
  content: "\e643";
}
.icon-compass:before {
  content: "\e644";
}
.icon-map:before {
  content: "\e645";
}
.icon-map2:before {
  content: "\e646";
}
.icon-history:before {
  content: "\e647";
}
.icon-clock:before {
  content: "\e648";
}
.icon-clock2:before {
  content: "\e649";
}
.icon-alarm:before {
  content: "\e64a";
}
.icon-alarm2:before {
  content: "\e64b";
}
.icon-bell:before {
  content: "\e64c";
}
.icon-stopwatch:before {
  content: "\e64d";
}
.icon-calendar:before {
  content: "\e64e";
}
.icon-calendar2:before {
  content: "\e64f";
}
.icon-print:before {
  content: "\e650";
}
.icon-keyboard:before {
  content: "\e651";
}
.icon-screen:before {
  content: "\e652";
}
.icon-laptop:before {
  content: "\e653";
}
.icon-mobile:before {
  content: "\e654";
}
.icon-mobile2:before {
  content: "\e655";
}
.icon-tablet:before {
  content: "\e656";
}
.icon-tv:before {
  content: "\e657";
}
.icon-cabinet:before {
  content: "\e658";
}
.icon-drawer:before {
  content: "\e659";
}
.icon-drawer2:before {
  content: "\e65a";
}
.icon-drawer3:before {
  content: "\e65b";
}
.icon-box-add:before {
  content: "\e65c";
}
.icon-box-remove:before {
  content: "\e65d";
}
.icon-download:before {
  content: "\e65e";
}
.icon-upload:before {
  content: "\e65f";
}
.icon-disk:before {
  content: "\e660";
}
.icon-storage:before {
  content: "\e661";
}
.icon-undo:before {
  content: "\e662";
}
.icon-redo:before {
  content: "\e663";
}
.icon-flip:before {
  content: "\e664";
}
.icon-flip2:before {
  content: "\e665";
}
.icon-undo2:before {
  content: "\e666";
}
.icon-redo2:before {
  content: "\e667";
}
.icon-forward:before {
  content: "\e668";
}
.icon-reply:before {
  content: "\e669";
}
.icon-bubble:before {
  content: "\e66a";
}
.icon-bubbles:before {
  content: "\e66b";
}
.icon-bubbles2:before {
  content: "\e66c";
}
.icon-bubble2:before {
  content: "\e66d";
}
.icon-bubbles3:before {
  content: "\e66e";
}
.icon-bubbles4:before {
  content: "\e66f";
}
.icon-user:before {
  content: "\e670";
}
.icon-users:before {
  content: "\e671";
}
.icon-user2:before {
  content: "\e672";
}
.icon-users2:before {
  content: "\e673";
}
.icon-user3:before {
  content: "\e674";
}
.icon-user4:before {
  content: "\e675";
}
.icon-quotes-left:before {
  content: "\e676";
}
.icon-busy:before {
  content: "\e677";
}
.icon-spinner:before {
  content: "\e678";
}
.icon-spinner2:before {
  content: "\e679";
}
.icon-spinner3:before {
  content: "\e67a";
}
.icon-spinner4:before {
  content: "\e67b";
}
.icon-spinner5:before {
  content: "\e67c";
}
.icon-spinner6:before {
  content: "\e67d";
}
.icon-binoculars:before {
  content: "\e67e";
}
.icon-search:before {
  content: "\e67f";
}
.icon-zoomin:before {
  content: "\e680";
}
.icon-zoomout:before {
  content: "\e681";
}
.icon-expand:before {
  content: "\e682";
}
.icon-contract:before {
  content: "\e683";
}
.icon-expand2:before {
  content: "\e684";
}
.icon-contract2:before {
  content: "\e685";
}
.icon-key:before {
  content: "\e686";
}
.icon-key2:before {
  content: "\e687";
}
.icon-lock:before {
  content: "\e688";
}
.icon-lock2:before {
  content: "\e689";
}
.icon-unlocked:before {
  content: "\e68a";
}
.icon-wrench:before {
  content: "\e68b";
}
.icon-settings:before {
  content: "\e68c";
}
.icon-equalizer:before {
  content: "\e68d";
}
.icon-cog:before {
  content: "\e68e";
}
.icon-cogs:before {
  content: "\e68f";
}
.icon-cog2:before {
  content: "\e690";
}
.icon-hammer:before {
  content: "\e691";
}
.icon-wand:before {
  content: "\e692";
}
.icon-aid:before {
  content: "\e693";
}
.icon-bug:before {
  content: "\e694";
}
.icon-pie:before {
  content: "\e695";
}
.icon-stats:before {
  content: "\e696";
}
.icon-bars:before {
  content: "\e697";
}
.icon-bars2:before {
  content: "\e698";
}
.icon-gift:before {
  content: "\e699";
}
.icon-trophy:before {
  content: "\e69a";
}
.icon-glass:before {
  content: "\e69b";
}
.icon-mug:before {
  content: "\e69c";
}
.icon-food:before {
  content: "\e69d";
}
.icon-leaf:before {
  content: "\e69e";
}
.icon-rocket:before {
  content: "\e69f";
}
.icon-meter:before {
  content: "\e6a0";
}
.icon-meter2:before {
  content: "\e6a1";
}
.icon-dashboard:before {
  content: "\e6a2";
}
.icon-hammer2:before {
  content: "\e6a3";
}
.icon-fire:before {
  content: "\e6a4";
}
.icon-lab:before {
  content: "\e6a5";
}
.icon-magnet:before {
  content: "\e6a6";
}
.icon-remove:before {
  content: "\e6a7";
}
.icon-remove2:before {
  content: "\e6a8";
}
.icon-briefcase:before {
  content: "\e6a9";
}
.icon-airplane:before {
  content: "\e6aa";
}
.icon-truck:before {
  content: "\e6ab";
}
.icon-road:before {
  content: "\e6ac";
}
.icon-accessibility:before {
  content: "\e6ad";
}
.icon-target:before {
  content: "\e6ae";
}
.icon-shield:before {
  content: "\e6af";
}
.icon-lightning:before {
  content: "\e6b0";
}
.icon-switch:before {
  content: "\e6b1";
}
.icon-powercord:before {
  content: "\e6b2";
}
.icon-signup:before {
  content: "\e6b3";
}
.icon-list:before {
  content: "\e6b4";
}
.icon-list2:before {
  content: "\e6b5";
}
.icon-numbered-list:before {
  content: "\e6b6";
}
.icon-menu:before {
  content: "\e6b7";
}
.icon-menu2:before {
  content: "\e6b8";
}
.icon-tree:before {
  content: "\e6b9";
}
.icon-cloud:before {
  content: "\e6ba";
}
.icon-cloud-download:before {
  content: "\e6bb";
}
.icon-cloud-upload:before {
  content: "\e6bc";
}
.icon-download2:before {
  content: "\e6bd";
}
.icon-upload2:before {
  content: "\e6be";
}
.icon-download3:before {
  content: "\e6bf";
}
.icon-upload3:before {
  content: "\e6c0";
}
.icon-globe:before {
  content: "\e6c1";
}
.icon-earth:before {
  content: "\e6c2";
}
.icon-link:before {
  content: "\e6c3";
}
.icon-flag:before {
  content: "\e6c4";
}
.icon-attachment:before {
  content: "\e6c5";
}
.icon-eye:before {
  content: "\e6c6";
}
.icon-eye-blocked:before {
  content: "\e6c7";
}
.icon-eye2:before {
  content: "\e6c8";
}
.icon-bookmark:before {
  content: "\e6c9";
}
.icon-bookmarks:before {
  content: "\e6ca";
}
.icon-brightness-medium:before {
  content: "\e6cb";
}
.icon-brightness-contrast:before {
  content: "\e6cc";
}
.icon-contrast:before {
  content: "\e6cd";
}
.icon-star:before {
  content: "\e6ce";
}
.icon-star2:before {
  content: "\e6cf";
}
.icon-star3:before {
  content: "\e6d0";
}
.icon-heart:before {
  content: "\e6d1";
}
.icon-heart2:before {
  content: "\e6d2";
}
.icon-heart-broken:before {
  content: "\e6d3";
}
.icon-thumbs-up:before {
  content: "\e6d4";
}
.icon-thumbs-up2:before {
  content: "\e6d5";
}
.icon-happy:before {
  content: "\e6d6";
}
.icon-happy2:before {
  content: "\e6d7";
}
.icon-smiley:before {
  content: "\e6d8";
}
.icon-smiley2:before {
  content: "\e6d9";
}
.icon-tongue:before {
  content: "\e6da";
}
.icon-tongue2:before {
  content: "\e6db";
}
.icon-sad:before {
  content: "\e6dc";
}
.icon-sad2:before {
  content: "\e6dd";
}
.icon-wink:before {
  content: "\e6de";
}
.icon-wink2:before {
  content: "\e6df";
}
.icon-grin:before {
  content: "\e6e0";
}
.icon-grin2:before {
  content: "\e6e1";
}
.icon-cool:before {
  content: "\e6e2";
}
.icon-cool2:before {
  content: "\e6e3";
}
.icon-angry:before {
  content: "\e6e4";
}
.icon-angry2:before {
  content: "\e6e5";
}
.icon-evil:before {
  content: "\e6e6";
}
.icon-evil2:before {
  content: "\e6e7";
}
.icon-shocked:before {
  content: "\e6e8";
}
.icon-shocked2:before {
  content: "\e6e9";
}
.icon-confused:before {
  content: "\e6ea";
}
.icon-confused2:before {
  content: "\e6eb";
}
.icon-neutral:before {
  content: "\e6ec";
}
.icon-neutral2:before {
  content: "\e6ed";
}
.icon-wondering:before {
  content: "\e6ee";
}
.icon-wondering2:before {
  content: "\e6ef";
}
.icon-point-up:before {
  content: "\e6f0";
}
.icon-point-right:before {
  content: "\e6f1";
}
.icon-point-down:before {
  content: "\e6f2";
}
.icon-point-left:before {
  content: "\e6f3";
}
.icon-warning:before {
  content: "\e6f4";
}
.icon-notification:before {
  content: "\e6f5";
}
.icon-question:before {
  content: "\e6f6";
}
.icon-info:before {
  content: "\e6f7";
}
.icon-info2:before {
  content: "\e6f8";
}
.icon-blocked:before {
  content: "\e6f9";
}
.icon-cancel-circle:before {
  content: "\e6fa";
}
.icon-checkmark-circle:before {
  content: "\e6fb";
}
.icon-spam:before {
  content: "\e6fc";
}
.icon-close:before {
  content: "\e6fd";
}
.icon-checkmark:before {
  content: "\e6fe";
}
.icon-checkmark2:before {
  content: "\e6ff";
}
.icon-spell-check:before {
  content: "\e700";
}
.icon-minus:before {
  content: "\e701";
}
.icon-plus:before {
  content: "\e702";
}
.icon-enter:before {
  content: "\e703";
}
.icon-exit:before {
  content: "\e704";
}
.icon-play2:before {
  content: "\e705";
}
.icon-pause:before {
  content: "\e706";
}
.icon-stop:before {
  content: "\e707";
}
.icon-backward:before {
  content: "\e708";
}
.icon-forward2:before {
  content: "\e709";
}
.icon-play3:before {
  content: "\e70a";
}
.icon-pause2:before {
  content: "\e70b";
}
.icon-stop2:before {
  content: "\e70c";
}
.icon-backward2:before {
  content: "\e70d";
}
.icon-forward3:before {
  content: "\e70e";
}
.icon-first:before {
  content: "\e70f";
}
.icon-last:before {
  content: "\e710";
}
.icon-previous:before {
  content: "\e711";
}
.icon-next:before {
  content: "\e705";
}
.icon-eject:before {
  content: "\e713";
}
.icon-volume-high:before {
  content: "\e714";
}
.icon-volume-medium:before {
  content: "\e715";
}
.icon-volume-low:before {
  content: "\e716";
}
.icon-volume-mute:before {
  content: "\e717";
}
.icon-volume-mute2:before {
  content: "\e718";
}
.icon-volume-increase:before {
  content: "\e719";
}
.icon-volume-decrease:before {
  content: "\e71a";
}
.icon-loop:before {
  content: "\e71b";
}
.icon-loop2:before {
  content: "\e71c";
}
.icon-loop3:before {
  content: "\e71d";
}
.icon-shuffle:before {
  content: "\e71e";
}
.icon-arrow-up-left:before {
  content: "\e71f";
}
.icon-arrow-up:before {
  content: "\e720";
}
.icon-arrow-up-right:before {
  content: "\e721";
}
.icon-arrow-right:before {
  content: "\e722";
}
.icon-arrow-down-right:before {
  content: "\e723";
}
.icon-arrow-down:before {
  content: "\e724";
}
.icon-arrow-down-left:before {
  content: "\e725";
}
.icon-arrow-left:before {
  content: "\e726";
}
.icon-arrow-up-left2:before {
  content: "\e727";
}
.icon-arrow-up2:before {
  content: "\e728";
}
.icon-arrow-up-right2:before {
  content: "\e729";
}
.icon-arrow-right2:before {
  content: "\e72a";
}
.icon-arrow-down-right2:before {
  content: "\e72b";
}
.icon-arrow-down2:before {
  content: "\e72c";
}
.icon-arrow-down-left2:before {
  content: "\e72d";
}
.icon-arrow-left2:before {
  content: "\e72e";
}
.icon-arrow-up-left3:before {
  content: "\e72f";
}
.icon-arrow-up3:before {
  content: "\e730";
}
.icon-arrow-up-right3:before {
  content: "\e731";
}
.icon-arrow-right3:before {
  content: "\e732";
}
.icon-arrow-down-right3:before {
  content: "\e733";
}
.icon-arrow-down3:before {
  content: "\e734";
}
.icon-arrow-down-left3:before {
  content: "\e735";
}
.icon-arrow-left3:before {
  content: "\e736";
}
.icon-tab:before {
  content: "\e737";
}
.icon-checkbox-checked:before {
  content: "\e738";
}
.icon-checkbox-unchecked:before {
  content: "\e739";
}
.icon-checkbox-partial:before {
  content: "\e73a";
}
.icon-radio-checked:before {
  content: "\e73b";
}
.icon-radio-unchecked:before {
  content: "\e73c";
}
.icon-crop:before {
  content: "\e73d";
}
.icon-scissors:before {
  content: "\e73e";
}
.icon-filter:before {
  content: "\e73f";
}
.icon-filter2:before {
  content: "\e740";
}
.icon-font:before {
  content: "\e741";
}
.icon-text-height:before {
  content: "\e742";
}
.icon-text-width:before {
  content: "\e743";
}
.icon-bold:before {
  content: "\e744";
}
.icon-underline:before {
  content: "\e745";
}
.icon-italic:before {
  content: "\e746";
}
.icon-strikethrough:before {
  content: "\e747";
}
.icon-omega:before {
  content: "\e748";
}
.icon-sigma:before {
  content: "\e749";
}
.icon-table:before {
  content: "\e74a";
}
.icon-table2:before {
  content: "\e74b";
}
.icon-insert-template:before {
  content: "\e74c";
}
.icon-pilcrow:before {
  content: "\e74d";
}
.icon-lefttoright:before {
  content: "\e74e";
}
.icon-righttoleft:before {
  content: "\e74f";
}
.icon-paragraph-left:before {
  content: "\e750";
}
.icon-paragraph-center:before {
  content: "\e751";
}
.icon-paragraph-right:before {
  content: "\e752";
}
.icon-paragraph-justify:before {
  content: "\e753";
}
.icon-paragraph-left2:before {
  content: "\e754";
}
.icon-paragraph-center2:before {
  content: "\e755";
}
.icon-paragraph-right2:before {
  content: "\e756";
}
.icon-paragraph-justify2:before {
  content: "\e757";
}
.icon-indent-increase:before {
  content: "\e758";
}
.icon-indent-decrease:before {
  content: "\e759";
}
.icon-newtab:before {
  content: "\e75a";
}
.icon-embed:before {
  content: "\e75b";
}
.icon-code:before {
  content: "\e75c";
}
.icon-console:before {
  content: "\e75d";
}
.icon-share:before {
  content: "\e75e";
}
.icon-mail:before {
  content: "\e75f";
}
.icon-mail2:before {
  content: "\e760";
}
.icon-mail3:before {
  content: "\e761";
}
.icon-mail4:before {
  content: "\e762";
}
.icon-google:before {
  content: "\e763";
}
.icon-googleplus:before {
  content: "\e764";
}
.icon-googleplus2:before {
  content: "\e765";
}
.icon-googleplus3:before {
  content: "\e766";
}
.icon-googleplus4:before {
  content: "\e767";
}
.icon-google-drive:before {
  content: "\e768";
}
.icon-facebook:before {
  content: "\e769";
}
.icon-facebook2:before {
  content: "\e76a";
}
.icon-facebook3:before {
  content: "\e76b";
}
.icon-instagram:before {
  content: "\e76c";
}
.icon-twitter:before {
  content: "\e76d";
}
.icon-twitter2:before {
  content: "\e76e";
}
.icon-twitter3:before {
  content: "\e76f";
}
.icon-feed2:before {
  content: "\e770";
}
.icon-feed3:before {
  content: "\e771";
}
.icon-feed4:before {
  content: "\e772";
}
.icon-youtube:before {
  content: "\e773";
}
.icon-youtube2:before {
  content: "\e774";
}
.icon-vimeo:before {
  content: "\e775";
}
.icon-vimeo2:before {
  content: "\e776";
}
.icon-vimeo3:before {
  content: "\e777";
}
.icon-lanyrd:before {
  content: "\e778";
}
.icon-flickr:before {
  content: "\e779";
}
.icon-flickr2:before {
  content: "\e77a";
}
.icon-flickr3:before {
  content: "\e77b";
}
.icon-flickr4:before {
  content: "\e77c";
}
.icon-picassa:before {
  content: "\e77d";
}
.icon-picassa2:before {
  content: "\e77e";
}
.icon-dribbble:before {
  content: "\e77f";
}
.icon-dribbble2:before {
  content: "\e780";
}
.icon-dribbble3:before {
  content: "\e781";
}
.icon-forrst:before {
  content: "\e782";
}
.icon-forrst2:before {
  content: "\e783";
}
.icon-deviantart:before {
  content: "\e784";
}
.icon-deviantart2:before {
  content: "\e785";
}
.icon-steam:before {
  content: "\e786";
}
.icon-steam2:before {
  content: "\e787";
}
.icon-github:before {
  content: "\e788";
}
.icon-github2:before {
  content: "\e789";
}
.icon-github3:before {
  content: "\e78a";
}
.icon-github4:before {
  content: "\e78b";
}
.icon-github5:before {
  content: "\e78c";
}
.icon-wordpress:before {
  content: "\e78d";
}
.icon-wordpress2:before {
  content: "\e78e";
}
.icon-joomla:before {
  content: "\e78f";
}
.icon-blogger:before {
  content: "\e790";
}
.icon-blogger2:before {
  content: "\e791";
}
.icon-tumblr:before {
  content: "\e792";
}
.icon-tumblr2:before {
  content: "\e793";
}
.icon-yahoo:before {
  content: "\e794";
}
.icon-tux:before {
  content: "\e795";
}
.icon-apple:before {
  content: "\e796";
}
.icon-finder:before {
  content: "\e797";
}
.icon-android:before {
  content: "\e798";
}
.icon-windows:before {
  content: "\e799";
}
.icon-windows8:before {
  content: "\e79a";
}
.icon-soundcloud:before {
  content: "\e79b";
}
.icon-soundcloud2:before {
  content: "\e79c";
}
.icon-skype:before {
  content: "\e79d";
}
.icon-reddit:before {
  content: "\e79e";
}
.icon-linkedin:before {
  content: "\e79f";
}
.icon-lastfm:before {
  content: "\e7a0";
}
.icon-lastfm2:before {
  content: "\e7a1";
}
.icon-delicious:before {
  content: "\e7a2";
}
.icon-stumbleupon:before {
  content: "\e7a3";
}
.icon-stumbleupon2:before {
  content: "\e7a4";
}
.icon-stackoverflow:before {
  content: "\e7a5";
}
.icon-pinterest:before {
  content: "\e7a6";
}
.icon-pinterest2:before {
  content: "\e7a7";
}
.icon-xing:before {
  content: "\e7a8";
}
.icon-xing2:before {
  content: "\e7a9";
}
.icon-flattr:before {
  content: "\e7aa";
}
.icon-foursquare:before {
  content: "\e7ab";
}
.icon-foursquare2:before {
  content: "\e7ac";
}
.icon-paypal:before {
  content: "\e7ad";
}
.icon-paypal2:before {
  content: "\e7ae";
}
.icon-paypal3:before {
  content: "\e7af";
}
.icon-yelp:before {
  content: "\e7b0";
}
.icon-libreoffice:before {
  content: "\e7b1";
}
.icon-file-pdf:before {
  content: "\e7b2";
}
.icon-file-openoffice:before {
  content: "\e7b3";
}
.icon-file-word:before {
  content: "\e7b4";
}
.icon-file-excel:before {
  content: "\e7b5";
}
.icon-file-zip:before {
  content: "\e7b6";
}
.icon-file-powerpoint:before {
  content: "\e7b7";
}
.icon-file-xml:before {
  content: "\e7b8";
}
.icon-file-css:before {
  content: "\e7b9";
}
.icon-html5:before {
  content: "\e7ba";
}
.icon-html52:before {
  content: "\e7bb";
}
.icon-css3:before {
  content: "\e7bc";
}
.icon-chrome:before {
  content: "\e7bd";
}
.icon-firefox:before {
  content: "\e7be";
}
.icon-IE:before {
  content: "\e7bf";
}
.icon-opera:before {
  content: "\e7c0";
}
.icon-safari:before {
  content: "\e7c1";
}
.icon-IcoMoon:before {
  content: "\e7c2";
}
.icon-phone2:before {
  content: "\e7c3";
}
.icon-mobile3:before {
  content: "\e7c4";
}
.icon-mouse:before {
  content: "\e7c5";
}
.icon-directions:before {
  content: "\e7c6";
}
.icon-mail5:before {
  content: "\e7c7";
}
.icon-paperplane:before {
  content: "\e7c8";
}
.icon-pencil3:before {
  content: "\e7c9";
}
.icon-feather:before {
  content: "\e7ca";
}
.icon-paperclip:before {
  content: "\e7cb";
}
.icon-drawer4:before {
  content: "\e7cc";
}
.icon-reply2:before {
  content: "\e7cd";
}
.icon-reply-all:before {
  content: "\e7ce";
}
.icon-forward4:before {
  content: "\e7cf";
}
.icon-user5:before {
  content: "\e7d0";
}
.icon-users3:before {
  content: "\e7d1";
}
.icon-user-add:before {
  content: "\e7d2";
}
.icon-vcard:before {
  content: "\e7d3";
}
.icon-export:before {
  content: "\e7d4";
}
.icon-location3:before {
  content: "\e7d5";
}
.icon-map3:before {
  content: "\e7d6";
}
.icon-compass2:before {
  content: "\e7d7";
}
.icon-location4:before {
  content: "\e7d8";
}
.icon-target2:before {
  content: "\e7d9";
}
.icon-share2:before {
  content: "\e7da";
}
.icon-sharable:before {
  content: "\e7db";
}
.icon-heart3:before {
  content: "\e7dc";
}
.icon-heart4:before {
  content: "\e7dd";
}
.icon-star4:before {
  content: "\e7de";
}
.icon-star5:before {
  content: "\e7df";
}
.icon-thumbsup:before {
  content: "\e7e0";
}
.icon-thumbsdown:before {
  content: "\e7e1";
}
.icon-chat:before {
  content: "\e7e2";
}
.icon-comment:before {
  content: "\e7e3";
}
.icon-quote:before {
  content: "\e7e4";
}
.icon-house:before {
  content: "\e7e5";
}
.icon-popup:before {
  content: "\e7e6";
}
.icon-search2:before {
  content: "\e7e7";
}
.icon-flashlight:before {
  content: "\e7e8";
}
.icon-printer:before {
  content: "\e7e9";
}
.icon-bell2:before {
  content: "\e7ea";
}
.icon-link2:before {
  content: "\e7eb";
}
.icon-flag2:before {
  content: "\e7ec";
}
.icon-cog3:before {
  content: "\e7ed";
}
.icon-tools:before {
  content: "\e7ee";
}
.icon-trophy2:before {
  content: "\e7ef";
}
.icon-tag2:before {
  content: "\e7f0";
}
.icon-camera3:before {
  content: "\e7f1";
}
.icon-megaphone:before {
  content: "\e7f2";
}
.icon-moon:before {
  content: "\e7f3";
}
.icon-palette:before {
  content: "\e7f4";
}
.icon-leaf2:before {
  content: "\e7f5";
}
.icon-music2:before {
  content: "\e7f6";
}
.icon-music3:before {
  content: "\e7f7";
}
.icon-new:before {
  content: "\e7f8";
}
.icon-graduation:before {
  content: "\e7f9";
}
.icon-book2:before {
  content: "\e7fa";
}
.icon-newspaper2:before {
  content: "\e7fb";
}
.icon-bag:before {
  content: "\e7fc";
}
.icon-airplane2:before {
  content: "\e7fd";
}
.icon-lifebuoy:before {
  content: "\e7fe";
}
.icon-eye3:before {
  content: "\e7ff";
}
.icon-clock3:before {
  content: "\e800";
}
.icon-microphone:before {
  content: "\e801";
}
.icon-calendar3:before {
  content: "\e802";
}
.icon-bolt:before {
  content: "\e803";
}
.icon-thunder:before {
  content: "\e804";
}
.icon-droplet2:before {
  content: "\e805";
}
.icon-cd:before {
  content: "\e806";
}
.icon-briefcase2:before {
  content: "\e807";
}
.icon-air:before {
  content: "\e808";
}
.icon-hourglass:before {
  content: "\e809";
}
.icon-gauge:before {
  content: "\e80a";
}
.icon-language:before {
  content: "\e80b";
}
.icon-network:before {
  content: "\e80c";
}
.icon-key3:before {
  content: "\e80d";
}
.icon-battery:before {
  content: "\e80e";
}
.icon-bucket:before {
  content: "\e80f";
}
.icon-magnet2:before {
  content: "\e810";
}
.icon-drive:before {
  content: "\e811";
}
.icon-cup:before {
  content: "\e812";
}
.icon-rocket2:before {
  content: "\e813";
}
.icon-brush:before {
  content: "\e814";
}
.icon-suitcase:before {
  content: "\e815";
}
.icon-cone:before {
  content: "\e816";
}
.icon-earth2:before {
  content: "\e817";
}
.icon-keyboard2:before {
  content: "\e818";
}
.icon-browser:before {
  content: "\e819";
}
.icon-publish:before {
  content: "\e81a";
}
.icon-progress-3:before {
  content: "\e81b";
}
.icon-progress-2:before {
  content: "\e81c";
}
.icon-brogress-1:before {
  content: "\e81d";
}
.icon-progress-0:before {
  content: "\e81e";
}
.icon-sun:before {
  content: "\e81f";
}
.icon-sun2:before {
  content: "\e820";
}
.icon-adjust:before {
  content: "\e821";
}
.icon-code2:before {
  content: "\e822";
}
.icon-screen2:before {
  content: "\e823";
}
.icon-infinity:before {
  content: "\e824";
}
.icon-light-bulb:before {
  content: "\e825";
}
.icon-creditcard:before {
  content: "\e826";
}
.icon-database:before {
  content: "\e827";
}
.icon-voicemail:before {
  content: "\e828";
}
.icon-clipboard:before {
  content: "\e829";
}
.icon-cart4:before {
  content: "\e82a";
}
.icon-box:before {
  content: "\e82b";
}
.icon-ticket2:before {
  content: "\e82c";
}
.icon-rss:before {
  content: "\e82d";
}
.icon-signal:before {
  content: "\e82e";
}
.icon-thermometer:before {
  content: "\e82f";
}
.icon-droplets:before {
  content: "\e830";
}
.icon-uniE831:before {
  content: "\e831";
}
.icon-statistics:before {
  content: "\e832";
}
.icon-pie2:before {
  content: "\e833";
}
.icon-bars3:before {
  content: "\e834";
}
.icon-graph:before {
  content: "\e835";
}
.icon-lock3:before {
  content: "\e836";
}
.icon-lock-open:before {
  content: "\e837";
}
.icon-logout:before {
  content: "\e838";
}
.icon-login:before {
  content: "\e839";
}
.icon-checkmark3:before {
  content: "\e83a";
}
.icon-cross:before {
  content: "\e83b";
}
.icon-minus2:before {
  content: "\e83c";
}
.icon-plus2:before {
  content: "\e83d";
}
.icon-cross2:before {
  content: "\e83e";
}
.icon-minus3:before {
  content: "\e83f";
}
.icon-plus3:before {
  content: "\e840";
}
.icon-cross3:before {
  content: "\e841";
}
.icon-minus4:before {
  content: "\e842";
}
.icon-plus4:before {
  content: "\e843";
}
.icon-erase:before {
  content: "\e844";
}
.icon-blocked2:before {
  content: "\e845";
}
.icon-info3:before {
  content: "\e846";
}
.icon-info4:before {
  content: "\e847";
}
.icon-question2:before {
  content: "\e848";
}
.icon-help:before {
  content: "\e849";
}
.icon-warning2:before {
  content: "\e84a";
}
.icon-cycle:before {
  content: "\e84b";
}
.icon-cw:before {
  content: "\e84c";
}
.icon-ccw:before {
  content: "\e84d";
}
.icon-shuffle2:before {
  content: "\e84e";
}
.icon-arrow:before {
  content: "\e84f";
}
.icon-arrow2:before {
  content: "\e850";
}
.icon-retweet:before {
  content: "\e851";
}
.icon-loop4:before {
  content: "\e852";
}
.icon-history2:before {
  content: "\e853";
}
.icon-back:before {
  content: "\e854";
}
.icon-switch2:before {
  content: "\e855";
}
.icon-list3:before {
  content: "\e856";
}
.icon-add-to-list:before {
  content: "\e857";
}
.icon-layout:before {
  content: "\e858";
}
.icon-list4:before {
  content: "\e859";
}
.icon-text:before {
  content: "\e85a";
}
.icon-text2:before {
  content: "\e85b";
}
.icon-document:before {
  content: "\e85c";
}
.icon-docs:before {
  content: "\e85d";
}
.icon-landscape:before {
  content: "\e85e";
}
.icon-pictures:before {
  content: "\e85f";
}
.icon-video:before {
  content: "\e860";
}
.icon-music4:before {
  content: "\e861";
}
.icon-folder2:before {
  content: "\e862";
}
.icon-archive:before {
  content: "\e863";
}
.icon-trash:before {
  content: "\e864";
}
.icon-upload4:before {
  content: "\e865";
}
.icon-download4:before {
  content: "\e866";
}
.icon-disk2:before {
  content: "\e867";
}
.icon-install:before {
  content: "\e868";
}
.icon-cloud2:before {
  content: "\e869";
}
.icon-upload5:before {
  content: "\e86a";
}
.icon-bookmark2:before {
  content: "\e86b";
}
.icon-bookmarks2:before {
  content: "\e86c";
}
.icon-book3:before {
  content: "\e86d";
}
.icon-play4:before {
  content: "\e86e";
}
.icon-pause3:before {
  content: "\e86f";
}
.icon-record:before {
  content: "\e870";
}
.icon-stop3:before {
  content: "\e871";
}
.icon-next2:before {
  content: "\e872";
}
.icon-previous2:before {
  content: "\e873";
}
.icon-first2:before {
  content: "\e874";
}
.icon-last2:before {
  content: "\e875";
}
.icon-resize-enlarge:before {
  content: "\e876";
}
.icon-resize-shrink:before {
  content: "\e877";
}
.icon-volume:before {
  content: "\e878";
}
.icon-sound:before {
  content: "\e879";
}
.icon-mute:before {
  content: "\e87a";
}
.icon-flow-cascade:before {
  content: "\e87b";
}
.icon-flow-branch:before {
  content: "\e87c";
}
.icon-flow-tree:before {
  content: "\e87d";
}
.icon-flow-line:before {
  content: "\e87e";
}
.icon-flow-parallel:before {
  content: "\e87f";
}
.icon-arrow-left4:before {
  content: "\e880";
}
.icon-arrow-down4:before {
  content: "\e881";
}
.icon-arrow-up-upload:before {
  content: "\e882";
}
.icon-arrow-right4:before {
  content: "\e883";
}
.icon-arrow-left5:before {
  content: "\e884";
}
.icon-arrow-down5:before {
  content: "\e885";
}
.icon-arrow-up4:before {
  content: "\e886";
}
.icon-arrow-right5:before {
  content: "\e887";
}
.icon-arrow-left6:before {
  content: "\e888";
}
.icon-arrow-down6:before {
  content: "\e889";
}
.icon-arrow-up5:before {
  content: "\e88a";
}
.icon-arrow-right6:before {
  content: "\e88b";
}
.icon-arrow-left7:before {
  content: "\e88c";
}
.icon-arrow-down7:before {
  content: "\e88d";
}
.icon-arrow-up6:before {
  content: "\e88e";
}
.icon-arrow-right7:before {
  content: "\e88f";
}
.icon-arrow-left8:before {
  content: "\e890";
}
.icon-arrow-down8:before {
  content: "\e891";
}
.icon-arrow-up7:before {
  content: "\e892";
}
.icon-arrow-right8:before {
  content: "\e893";
}
.icon-arrow-left9:before {
  content: "\e894";
}
.icon-arrow-down9:before {
  content: "\e895";
}
.icon-arrow-up8:before {
  content: "\e896";
}
.icon-arrow-right9:before {
  content: "\e897";
}
.icon-arrow-left10:before {
  content: "\e898";
}
.icon-arrow-down10:before {
  content: "\e899";
}
.icon-arrow-up9:before {
  content: "\e89a";
}
.icon-uniE89B:before {
  content: "\e89b";
}
.icon-arrow-left11:before {
  content: "\e89c";
}
.icon-arrow-down11:before {
  content: "\e89d";
}
.icon-arrow-up10:before {
  content: "\e89e";
}
.icon-arrow-right10:before {
  content: "\e89f";
}
.icon-menu3:before {
  content: "\e8a0";
}
.icon-ellipsis:before {
  content: "\e8a1";
}
.icon-dots:before {
  content: "\e8a2";
}
.icon-dot:before {
  content: "\e8a3";
}
.icon-cc:before {
  content: "\e8a4";
}
.icon-cc-by:before {
  content: "\e8a5";
}
.icon-cc-nc:before {
  content: "\e8a6";
}
.icon-cc-nc-eu:before {
  content: "\e8a7";
}
.icon-cc-nc-jp:before {
  content: "\e8a8";
}
.icon-cc-sa:before {
  content: "\e8a9";
}
.icon-cc-nd:before {
  content: "\e8aa";
}
.icon-cc-pd:before {
  content: "\e8ab";
}
.icon-cc-zero:before {
  content: "\e8ac";
}
.icon-cc-share:before {
  content: "\e8ad";
}
.icon-cc-share2:before {
  content: "\e8ae";
}
.icon-danielbruce:before {
  content: "\e8af";
}
.icon-danielbruce2:before {
  content: "\e8b0";
}
.icon-github6:before {
  content: "\e8b1";
}
.icon-github7:before {
  content: "\e8b2";
}
.icon-flickr5:before {
  content: "\e8b3";
}
.icon-flickr6:before {
  content: "\e8b4";
}
.icon-vimeo4:before {
  content: "\e8b5";
}
.icon-vimeo5:before {
  content: "\e8b6";
}
.icon-twitter4:before {
  content: "\e8b7";
}
.icon-twitter5:before {
  content: "\e8b8";
}
.icon-facebook4:before {
  content: "\e8b9";
}
.icon-facebook5:before {
  content: "\e8ba";
}
.icon-facebook6:before {
  content: "\e8bb";
}
.icon-googleplus5:before {
  content: "\e8bc";
}
.icon-googleplus6:before {
  content: "\e8bd";
}
.icon-pinterest3:before {
  content: "\e8be";
}
.icon-pinterest4:before {
  content: "\e8bf";
}
.icon-tumblr3:before {
  content: "\e8c0";
}
.icon-tumblr4:before {
  content: "\e8c1";
}
.icon-linkedin2:before {
  content: "\e8c2";
}
.icon-linkedin3:before {
  content: "\e8c3";
}
.icon-dribbble4:before {
  content: "\e8c4";
}
.icon-dribbble5:before {
  content: "\e8c5";
}
.icon-stumbleupon3:before {
  content: "\e8c6";
}
.icon-stumbleupon4:before {
  content: "\e8c7";
}
.icon-lastfm3:before {
  content: "\e8c8";
}
.icon-lastfm4:before {
  content: "\e8c9";
}
.icon-rdio:before {
  content: "\e8ca";
}
.icon-rdio2:before {
  content: "\e8cb";
}
.icon-spotify:before {
  content: "\e8cc";
}
.icon-spotify2:before {
  content: "\e8cd";
}
.icon-qq:before {
  content: "\e8ce";
}
.icon-instagram2:before {
  content: "\e8cf";
}
.icon-dropbox:before {
  content: "\e8d0";
}
.icon-evernote:before {
  content: "\e8d1";
}
.icon-flattr2:before {
  content: "\e8d2";
}
.icon-skype2:before {
  content: "\e8d3";
}
.icon-skype3:before {
  content: "\e8d4";
}
.icon-renren:before {
  content: "\e8d5";
}
.icon-sina-weibo:before {
  content: "\e8d6";
}
.icon-paypal4:before {
  content: "\e8d7";
}
.icon-picasa:before {
  content: "\e8d8";
}
.icon-soundcloud3:before {
  content: "\e8d9";
}
.icon-mixi:before {
  content: "\e8da";
}
.icon-behance:before {
  content: "\e8db";
}
.icon-circles:before {
  content: "\e8dc";
}
.icon-vk:before {
  content: "\e8dd";
}
.icon-smashing:before {
  content: "\e8de";
}
.element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.article-info {
  font-size: 0.9em;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.muted {
  color: #777777;
}
.tagspopular ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tagspopular ul > li {
  color: #333333;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: none repeat scroll 0 0 #eeeeee;
  border-radius: 3px;
  color: #333333;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover {
  background: none repeat scroll 0 0 #23527c;
  color: #eeeeee;
  text-decoration: none;
}
.tagssimilar ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #333333;
}
.tagssimilar ul > li > a:hover {
  color: #23527c;
  text-decoration: none;
}
.categories-list {
  margin-bottom: 20px;
}
.categories-list:before,
.categories-list:after {
  content: " ";
  display: table;
}
.categories-list:after {
  clear: both;
}
.categories-list .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.categories-list .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.categories-list .category-item .page-header {
  font-size: 14px;
}
.readmore > .btn {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #333333;
}
.counter {
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/*----- Button -------*/
.tz_upper {
  text-transform: uppercase;
}
.tz-button-color-1 {
  background: #334878;
}
body {
  font: normal 20px/1.5 'ProximaNova-Regular', sans-serif;
	-webkit-text-size-adjust: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover {
  text-decoration: none;
}
.width_auto {
  width: auto;
  padding: 0;
}
h1, h2{
	color:#746d65 !important;
}
h1{
	font-size:46px !important;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.tz-mod-ethic .module-title {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 45px;
  text-align: center;
}
.tz-mod-ethic .module-title i {
  font-size: 12px;
  display: block;
  padding-bottom: 15px;
}
ul {
  list-style: none;
}
.container-fluid .parallax-style-4,
.container-fluid #home_content_portfolio {
  margin: 0 -15px;
}
@font-face {
  font-family: 'tzethicicon';
  src: url('../../../images/tzethicicon/tzethicicon.eot?-q0guyp');
  src: url('../../../tz_joomla_ethic/images/tzethicicon/tzethicicon.eot?#iefix-q0guyp') format('embedded-opentype'), url('../../../images/tzethicicon/tzethicicon.woff?-q0guyp') format('woff'), url('../../../images/tzethicicon/tzethicicon.ttf?-q0guyp') format('truetype'), url('../../../images/tzethicicon/tzethicicon.svg?-q0guyp#tzethicicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="tz_ethic_"],
[class*=" tz_ethic_"] {
  font-family: 'tzethicicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tz_ethic_cross:before {
  content: "\e117";
}
/*-------------- Pagination ---------------*/
.blog_pagination {
  display: block;
  text-align: center;
}
.blog_pagination .pagination {
  display: inline-block;
  text-align: inherit;
}
.pagination-list li:first-child a {
  border-radius: 0;
}
.pagination-list li:last-child a {
  border-radius: 0;
}
.pagination-list li a {
  padding: 12px 20px !important;
  margin: 0 3px;
  min-width: 40px;
  border-color: #eeeeee;
  color: #eeeeee;
  background: transparent;
}
.pagination-list li a i {
  font-size: 18px;
}
.pagination-list li:hover a,
.pagination-list li.active a {
  color: #444444 !important;
  border-color: #444444 !important;
  background: transparent !important;
}
.pagination-list li.disabled a {
  border-color: #eeeeee;
  color: #eeeeee;
}
/*--------------- Global Joms --------------*/
.joms-tab__bar a.active,
.joms-tab__bar a:hover,
.joms-tab__bar a.active:hover {
  background: #334878;
  color: #ffffff;
}
.joms-dropdown li a {
  color: #334878;
}
.joms-dropdown li a:hover {
  color: #334878;
}
/*-------------- Social-Activity -----------*/
.module-ct .joms-button--link{
    display: block;
    padding: 15px 0;
    text-align: center;
    color:#334878;
}
.module-ct .joms-module__body{
    padding:0;
}
.module-ct .joms-module__footer{
    margin: 0;
}
#datingsearch{
    padding: 15px 0;
}
#cModule-HelloMe #form-login{
    text-align: left;
}
#cModule-HelloMe #form-login ul{
    padding: 0;
}
#cModule-HelloMe #form-login ul li a{
    color: #334878;
}
#datingsearch #datingsearch_search,
#cModule-HelloMe #form-login .btn-primary{
    background: transparent;
    border:1px solid #444444;
    color: #444444;
    border-radius: 0;
}
#datingsearch #datingsearch_search:hover,
#cModule-HelloMe #form-login .btn-primary:hover{
    background: #334878;
    color: #FFffff !important;
    border-color: #334878;
}
#cModule-HelloMe #form-login-remember label,
#cModule-HelloMe #form-login-username label,
#cModule-HelloMe #form-login-password label{
    width: 100%;
    text-align: left;
    font-weight: normal;
}
#cModule-HelloMe #form-login-username label input,
#cModule-HelloMe #form-login-password label input{
    border: 1px solid #e3e5e7;
    padding: 5px 10px;
    line-height: 1.5em;
}
.joms-js--mod-search-nearbyevents .joms-js--location{
    border: 1px solid #e3e5e7;
    border-radius: 3px;
    line-height: 1.8em;
    margin-bottom: 10px;
    padding: 5px 10px;
    width: 100%;
}
.joms-js--mod-search-nearbyevents .joms-js--btn-autodetect{
    position: relative;
    top: 1px;
}
.joms-js--mod-search-nearbyevents .joms-js--btn-autodetect,
.joms-js--mod-search-nearbyevents .joms-js--btn-search{
    background: transparent;
    color: #444444;
    border:1px solid #444444;
    padding: 5px 10px;
    border-radius: 0;
}
.joms-js--mod-search-nearbyevents .joms-js--btn-autodetect:hover,
.joms-js--mod-search-nearbyevents .joms-js--btn-search:hover{
    background: #334878;
    border-color: #334878;
    color: #FFffff;
}
.joms-module .joms-button--link{
    color:#334878;
}
#latest-videos-nav,
#latest-members-nav{
    padding-bottom: 15px;
}
#latest-videos-nav >a ,
#latest-members-nav >a{
    color: #334878;
}
#latest-videos-nav > a.active-state,
#latest-members-nav > a.active-state{
    color: #000000;
}
.cHello-Header h3 a{
    color: #334878;
}
#cModule-HelloMe .joms-list li{
    float: left;
    width: 50%;
    border-top:none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
#cModule-HelloMe .joms-list li a{
    color: #444444;
}
#cModule-HelloMe .joms-avatar{
    float: left;
    padding-bottom: 15px;
}
#cModule-HelloMe .cHello-Header{
    display: inline-block;
}
#cModule-ActivityStream .joms-avatar--stream{
    text-align: center;
}
#cModule-ActivityStream .joms-stream__meta{
    padding: 0;
}
#cModule-ActivityStream  .joms-stream__container{
    padding: 0;
    margin: 0;
}
#cModule-ActivityStream  .joms-stream__container .joms-stream{
    padding:15px 0 !important;
}
.joms-text--light, .joms-text--title, .joms-text--bold{
    color: #444444;
}
.joms-stream__meta a, .joms-comment__meta a, .joms-stream__content a{
    color: #334878;
}
.joms-toolbar--desktop .joms-popover {
  top: 100%;
  left: 0;
}
.mfp-bg {
  z-index: 99999999;
}
.mfp-wrap {
  z-index: 99999999;
}
.joms-dropdown {
  z-index: 99999;
}
.sub_menu_joms_group .tz-btn-default {
  color: #444444 !important;
  padding: 6px 10px;
}
.sub_menu_joms_group .tz-btn-default:hover {
  color: #ffffff !important;
}
.tz-social-login {
  background: none repeat scroll 0 0 #f6f6f6;
  padding: 22px 0 22px 20px;
}
.tz-social-login h3 {
  margin: 0;
  font-size: 14px;
  color: #334878;
  line-height: 25.2px;
}
.tz-social-login form {
  padding: 11px 0 0;
}
.tz-social-login form input.tz-input-name,
.tz-social-login form input.tz-input-pass {
  padding: 8px 20px !important;
  border: none;
  margin: 0 10px 0 0;
  border-radius: 0;
}
.tz-social-login form button.joms-button--login {
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0;
  padding: 7px 15px;
  color: #444444 !important;
}
.tz-social-login form button.joms-button--login:hover,
.tz-social-login form button.joms-button--login:focus {
  border-color: #334878 !important;
  background: transparent;
  color: #334878 !important;
}
.tz-social-login form .joms-input--append {
  vertical-align: inherit;
  margin: 0;
  width: auto;
}
.tz-social-login form .edit_info_acc {
  padding: 0 25px;
  color: #9d9d9d;
  font-size: 13px;
}
.tz-social-login form .edit_info_acc:hover {
  color: #334878;
}
.tz-social-login form .joms-checkbox {
  padding-right: 25px;
}
.tz-social-login label {
  font-size: 14px;
  color: #9d9d9d;
  line-height: 25.2px;
  font-weight: 400;
  padding: 5px 20px 0 0;
}
.tz-social-login .tz-input-name {
  width: 180px;
}
.tz-social-login .tz-input-pass {
  width: 280px;
}
.tz-social-login span {
  display: inline-block;
}
.tz-social-login span a {
  color: #9d9d9d;
  display: inline-block;
  padding: 0 100px 0 0;
}
.joms-landing {
  margin: 0;
}
.joms-landing .joms-landing__cover {
  margin: 22px 0 0;
  position: relative;
}
.joms-landing .joms-landing__cover .joms-landing__content {
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.joms-landing .joms-landing__cover .joms-landing__content .joms-landing__signup {
  display: none;
}
.joms-landing .joms-landing__cover .joms-landing__content .joms-landing__text {
  display: table;
  height: 100%;
  width: 100%;
}
.joms-landing .joms-landing__cover .joms-landing__content .joms-landing__text .ds-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.joms-landing .joms-landing__cover .joms-landing__content .joms-landing__text h3 {
  margin: 5px 0 2px;
  color: #ffffff;
  font-size: 22px;
  line-height: 26.4px;
  text-transform: uppercase;
}
.joms-landing .joms-landing__cover .joms-landing__content .joms-landing__text p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22.4px;
}
.joms-body .tz_joms_photos .tz-comment-quote {
  border-left: 3px solid #eeeeee;
  color: #aaaaaa;
  margin: 32px 0 0;
  padding: 5px 0 5px 20px;
}
.joms-body .tz_joms_friends.joms-stream__body {
  padding: 18px 0 19px;
  margin-left: 40px;
}
.joms-body .tz_joms_friends i {
  padding-right: 38px;
}
.joms-body .tz_joms_friends a {
  color: #334878;
  font-weight: 400;
}
.joms-body .joms-list__options a {
  color: #334878;
  right: 15px;
  top: 25px;
}
.joms-body .joms-list__options a i {
  font-size: 20px;
}
.joms-body .joms-list__options .joms-dropdown {
  right: 15px;
  top: 50px;
}
.joms-body .joms-stream__header {
  padding: 0;
}
.joms-body .joms-stream__header .joms-avatar--stream {
  width: 70px;
}
.joms-body .joms-stream__header .joms-avatar--stream img {
  border-radius: 0;
  border: none;
  padding: 0;
  max-width: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.joms-body .joms-stream__header .joms-avatar--stream img:hover {
  border-radius: 50%;
}
.joms-body .joms-stream__body {
  width: 89% !important;
  margin-left: 23px;
}
.joms-body .joms-stream__body .joms-stream__meta {
  display: block;
  padding: 0;
}
.joms-body .joms-stream__body .joms-stream__meta .joms-stream__time {
  color: #999999;
  font-size: 13px;
  line-height: 15.6px;
  padding-top: 12px;
}
.joms-body .joms-stream__body .joms-stream__meta .joms-stream__time > * {
  font-size: 13px;
}
.joms-body .joms-stream__body .joms-stream__meta .joms-stream__user,
.joms-body .joms-stream__body .joms-stream__meta a {
  color: #334878;
  font-weight: 400;
}
.joms-body .joms-stream__body .joms-stream__meta .joms-stream__user:hover,
.joms-body .joms-stream__body .joms-stream__meta a:hover {
  text-decoration: none;
}
.joms-body .joms-stream__body .joms-stream__actions {
  padding: 28px 0 0;
}
.joms-body .joms-stream__body .joms-stream__actions .joms-stream__actions_child,
.joms-body .joms-stream__body .joms-stream__actions .joms-stream__status {
  background: none repeat scroll 0 0 #eeeeee;
  margin: 0 0 5px;
  padding: 7px 0;
}
.joms-body .joms-stream__body .joms-stream__actions_child a {
  padding: 0 5px 0 10px;
  margin: 0;
  color: #334878;
}
.joms-body .joms-stream__body .joms-stream__status a {
  font-size: 13px;
  line-height: 1.5em;
  color: #334878;
}
.joms-body .joms-stream__body .joms-stream__status i {
  margin: 0 15px 0 25px;
  color: #444444;
}
.joms-body .joms-stream__body .joms-comment .joms-comment__item {
  padding: 0;
}
.joms-body .joms-stream__body .joms-comment .joms-comment__item .joms-comment__header {
  padding: 20px;
}
.joms-body .joms-stream__body .joms-comment .joms-comment__item .joms-comment__header .joms-avatar--comment img {
  border-radius: 0;
  padding: 0;
  border: none;
  width: 40px;
}
.joms-body .joms-stream__body .joms-comment .joms-comment__item .joms-comment__header .joms-comment__body {
  padding: 0 20px;
}
.joms-body .joms-stream__body .joms-comment .joms-comment__item .joms-comment__header .joms-comment__body .joms-comment__user {
  color: #334878;
}
.joms-body .joms-stream__body .joms-comment .joms-comment__item .joms-comment__header .joms-comment__body .joms-comment__actions {
  padding: 10px 0 0;
}
.joms-body .joms-stream__body .joms-comment .joms-comment__item .joms-comment__header .joms-comment__body .joms-comment__actions a {
  color: #334878;
}
.joms-body .joms-stream__body .joms-media--video .tzautoplay {
  background: transparent;
}
.joms-body .joms-stream__body .joms-media--video .mejs-overlay-button {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin: -30px 0 0 -30px;
}
.joms-body .joms-stream__body .joms-media--video .mejs-overlay-button:hover i {
  -webkit-animation: icon-video 1s infinite;
  -o-animation: icon-video 1s infinite;
  animation: icon-video 1s infinite;
}
.joms-body .joms-stream__body .joms-media--image img {
  width: 100%;
}
.joms-body .joms-stream__body .joms-media-event {
  background: none repeat scroll 0 0 #f6f6f6;
  margin: 38px 0 0;
  padding: 0;
}
.joms-body .joms-stream__body .joms-media-event .event-left {
  float: left;
}
.joms-body .joms-stream__body .joms-media-event .event-left i {
  font-size: 30px;
  padding: 25px 35px 0;
}
.joms-body .joms-stream__body .joms-media-event .event-right {
  float: left;
  padding: 35px 0 22px;
}
.joms-body .joms-stream__body .joms-media-event .event-right .joms-text--title a {
  font-size: 17px;
  color: #334878;
}
.joms-body .joms-stream__body .joms-media-event .event-right .joms-list .joms-list__item {
  padding-top: 15px;
  color: #999999;
  font-size: 13px;
}
.joms-body .joms-stream__body .joms-media-event .event-right .joms-list .joms-list__item:first-child {
  padding-top: 0;
}
.joms-body .joms-stream__body .joms-media-event .event-right .joms-list .joms-list__item i {
  color: #444444;
  margin: 0 10px 0 0;
}
.joms-body .joms-stream__body .joms-media-event:after {
  clear: both;
  content: "";
  display: block;
}
.joms-body .joms-stream__body .joms-media--images,
.joms-body .joms-stream__body .joms-media--image,
.joms-body .joms-stream__body .joms-media--video {
  padding-top: 40px;
  background: transparent;
  max-width: none;
  margin: 0;
}
.joms-body .joms-stream__header,
.joms-body .joms-stream__body {
  padding: 0;
  width: auto;
  float: left;
}
.joms-stream__container {
  border-top: 1px solid #eeeeee;
  padding-top: 35px;
  margin-top: 35px;
}
.joms-stream__container .joms-stream {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 47px !important;
  margin-bottom: 0 !important;
  padding-top: 32px !important;
}
.joms-stream__container .joms-stream:first-child {
  padding-top: 0 !important;
}
.load-more {
  background: #eeeeee;
  margin: -7px 0 5px;
  padding: 37px 0;
  text-align: center;
  color: #777777 !important;
  font-size: 14px;
  line-height: 25.2px;
  border: none;
  text-transform: uppercase;
  display: block;
  width: auto;
  border-radius: 0;
}
.load-more:hover,
.load-more:focus {
  background: #eeeeee;
  color: #334878 !important;
}
.load-more i {
  padding: 0 20px 0 0;
}
.loading {
  margin: 30px auto auto;
}
/*-------------- Social-Group -------------*/
.joms-gap {
  display: none;
}
.jomsocial-wrapper .jomsocial {
  background: transparent;
  min-height: 0;
  height: auto;
  padding: 0;
}
.jomsocial-wrapper .jomsocial .joms-page {
  padding: 0;
  background: transparent;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list__search {
  margin: 0 0 5px;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-subnav--desktop {
  background: transparent;
  border: medium none;
  display: block;
  height: auto;
  margin-bottom: 5px;
  min-height: 0;
  overflow: hidden;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-subnav--desktop > ul {
  min-height: 0;
  height: auto;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-subnav--desktop > ul > li {
  display: inline-block;
  padding: 0;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-subnav--desktop > ul > li:hover > a,
.jomsocial-wrapper .jomsocial .joms-page .joms-subnav--desktop > ul > li.active > a {
  background: transparent;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-subnav--desktop > ul > li > a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14.4px;
  color: #777777;
  padding: 0 10px 5px 0;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list__utilities {
  display: inline;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list__utilities .joms-inline--desktop .joms-input--search {
  width: auto;
  padding: 5px;
  margin-right: 10px;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-sortings {
  display: inline-block;
  width: 65%;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-sortings .joms-select {
  width: auto;
  padding-right: 5px;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-sortings .joms-select:nth-child(2n+1) {
  margin-left: 0;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item {
  border-bottom: 1px solid #eeeeee;
  border-top: none;
  border-right: none;
  border-left: none;
  margin: 0;
  padding: 37px 0 20px;
  background: transparent;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item .joms-list__cover {
  display: inline-block;
  height: 70px;
  width: 70px;
  overflow: hidden;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item .joms-list__content {
  padding: 0 0 0 100px;
  float: none;
  width: auto;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item .joms-list__content .joms-list--table li {
  width: auto;
  padding: 0 10px;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item .joms-list__content .joms-list--table li:first-child {
  padding-left: 0;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item .joms-list__content .joms-list--table li:last-child {
  padding-right: 0;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item .joms-list__content .joms-list--table li i {
  color: #444444;
  padding: 0 10px 0 0;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item .joms-list__content .joms-list--table li a {
  font-size: 13px;
  color: #334878;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item .joms-list__content .joms-list--table li a:hover {
  text-decoration: none;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item .joms-list__content .joms-list-group-desc {
  font-size: 13px;
  padding-bottom: 15px;
  color: #888888;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item .joms-list__content .joms-list__title {
  margin-bottom: 5px;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item .joms-list__content .joms-list__title a {
  color: #334878;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item .joms-list__content .joms-list__title a:hover {
  text-decoration: none;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item .joms-list__content .joms-list-group-create {
  margin-bottom: 7px;
  font-size: 13px;
}
.jomsocial-wrapper .jomsocial .joms-page .joms-pagination {
  text-align: center;
}
.tz-members {
  padding: 98px 0;
}
.tz-all-member {
  padding: 0 0 50px;
}
.tz-members-title {
  background: #f6f6f6;
  margin: 0 0 5px;
  padding: 28px 0 25px 30px;
  color: #334878;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  text-transform: uppercase;
}
.tz-filter-member {
  background: #f6f6f6;
  padding: 15px 0 15px 30px;
}
.tz-filter-member ul {
  margin: 0;
}
.tz-filter-member ul li {
  margin: 0 !important;
}
.tz-filter-member ul li.active a,
.tz-filter-member ul li:hover a {
  color: #334878;
}
.tz-filter-member ul li a {
  color: #777777;
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 10px;
}
.tz-filter-member ul li a:hover {
  text-decoration: none;
}
.tz-filter-member ul.option1 {
  display: inline-block;
}
.tz-filter-member ul.option1 li {
  float: left;
  padding: 0 5px;
}
.tz-filter-member ul.option1 li:last-child {
  padding-right: 0;
}
.tz-filter-member ul.option1 li:first-child {
  padding-left: 0;
}
.tz-filter-member ul.joms-list--alphabet {
  float: right;
  margin-right: 10px;
}
.tz-filter-member .tz-option li a {
  font-size: 12px;
  line-height: 14.4px;
  color: #777777;
  padding-right: 10px;
}
.tz-filter-member .tz-option li a:hover {
  color: #334878;
}
.tz-filter-member .tz-character {
  margin-right: 10px;
}
.tz-filter-member .tz-character li a {
  font-size: 12px;
  line-height: 14.4px;
  color: #777777;
  padding-right: 10px;
}
.tz-filter-member .tz-character li a:hover {
  color: #334878;
}
.tz-all-member ul {
  margin-bottom: 0;
}
.tz-members-wrapper {
  padding: 37px 0 30px;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
}
.tz-members-wrapper:after {
  display: block;
  clear: both;
  content: '';
}
.tz-detail-member .tz-info {
  padding: 0 0 0 35px;
}
.tz-detail-member .tz-info h5 {
  margin: 0 0 8px;
}
.tz-detail-member .tz-info h5 a {
  color: #334878;
  font-weight: 400;
  line-height: 18px;
  font-size: 16px;
  text-transform: uppercase;
}
.tz-detail-member .tz-info p {
  font-size: 13px;
  color: #888888;
  line-height: 15.6px;
  margin: 0;
  padding: 0 0 9px;
  min-height: 25px;
}
.tz-detail-member .tz-avatar .joms-avatar {
  display: block;
}
.tz-detail-member .tz-avatar .joms-avatar img {
  width: 70px;
  height: 70px;
  max-height: 70px;
  max-width: 70px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.tz-detail-member .tz-friend {
  display: inline-block;
}
.tz-detail-member .tz-friend a,
.tz-detail-member .tz-friend span {
  color: #333333;
  font-weight: 400;
  line-height: 15.6px;
  font-size: 13px;
  text-transform: uppercase;
}
.tz-detail-member .tz-friend .joms-list__button--dropdown {
  bottom: 0;
  display: inline-block;
  position: relative;
  right: 0;
}
.tz-detail-member .tz-friend .joms-list__button--dropdown a {
  border: none;
  border-radius: 0;
  background: transparent;
}
.tz-detail-member .tz-friend .joms-list__options a {
  right: 20px;
  top: 35px;
}
.tz-detail-member .tz-friend .joms-list__options .joms-dropdown {
  right: 20px;
  top: 55px;
}
.tz-detail-member .tz-friend .joms-list__options .joms-dropdown li a {
  font-size: 12px;
}
/*-------------- Single Group & Member -------------*/
.joms-single-member .joms-focus__header,
.joms-single-group .joms-focus__header {
  background: transparent;
  bottom: 15px;
  padding: 0 20px;
}
.joms-single-member .joms-focus__header .joms-avatar--focus,
.joms-single-group .joms-focus__header .joms-avatar--focus {
  padding: 0 20px;
  z-index: 999999;
}
.joms-single-member .joms-focus__header .joms-avatar--focus img,
.joms-single-group .joms-focus__header .joms-avatar--focus img {
  border-radius: 0;
  padding: 0;
  border: 8px solid #ffffff;
  max-width: 130px;
}
.joms-single-member .joms-focus__header .joms-avatar--focus svg,
.joms-single-group .joms-focus__header .joms-avatar--focus svg {
  left: 44px;
  top: 44px;
}
.joms-single-member .joms-focus__header .joms-focus__title,
.joms-single-group .joms-focus__header .joms-focus__title {
  width: auto;
  padding: 0;
}
.joms-single-member .joms-focus__header .joms-focus__actions__wrapper,
.joms-single-group .joms-focus__header .joms-focus__actions__wrapper {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.joms-single-member .joms-focus__cover-image::after,
.joms-single-group .joms-focus__cover-image::after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.joms-single-member .joms-focus__link,
.joms-single-group .joms-focus__link {
  background: #eeeeee;
  position: relative;
  z-index: 9999;
  border: none;
  padding-left: 180px;
  padding-right: 20px;
}
.joms-single-member .joms-focus__link li,
.joms-single-group .joms-focus__link li {
  padding: 10px 15px 20px 0;
  border: none;
}
.joms-single-member .joms-focus__link li:first-child,
.joms-single-group .joms-focus__link li:first-child {
  padding-left: 15px;
}
.joms-single-member .joms-focus__link li a,
.joms-single-group .joms-focus__link li a {
  color: #aaaaaa;
  font-weight: 400;
  font-size: 13px;
}
.joms-single-member .joms-focus__link li a:hover,
.joms-single-group .joms-focus__link li a:hover,
.joms-single-member .joms-focus__link li a:active,
.joms-single-group .joms-focus__link li a:active,
.joms-single-member .joms-focus__link li a.active,
.joms-single-group .joms-focus__link li a.active {
  color: #666666;
}
.joms-single-member .joms-focus__link li.pull-right,
.joms-single-group .joms-focus__link li.pull-right {
  padding-right: 8px;
}
.joms-single-member .joms-focus__link li.pull-right a,
.joms-single-group .joms-focus__link li.pull-right a {
  color: #666666;
}
.joms-single-member .joms-focus__link li.pull-right i,
.joms-single-group .joms-focus__link li.pull-right i {
  padding-right: 6px;
}
.joms-single-member .tz_joms_interaction,
.joms-single-group .tz_joms_interaction {
  bottom: 70px;
  display: block;
  position: absolute;
  width: auto;
  z-index: 999999;
  right: 10px;
}
.joms-single-member .tz_joms_interaction .joms-focus__actions--desktop,
.joms-single-group .tz_joms_interaction .joms-focus__actions--desktop {
  display: block;
}
.joms-single-member .tz_joms_interaction .joms-focus__button--message,
.joms-single-group .tz_joms_interaction .joms-focus__button--message,
.joms-single-member .tz_joms_interaction .joms-focus__button--add,
.joms-single-group .tz_joms_interaction .joms-focus__button--add {
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  font-size: 12px;
}
.joms-single-member .tz_joms_interaction .joms-focus__button--message:hover,
.joms-single-group .tz_joms_interaction .joms-focus__button--message:hover,
.joms-single-member .tz_joms_interaction .joms-focus__button--add:hover,
.joms-single-group .tz_joms_interaction .joms-focus__button--add:hover {
  background: transparent;
}
.joms-single-member .tz_joms_interaction .joms-focus__button--message i,
.joms-single-group .tz_joms_interaction .joms-focus__button--message i,
.joms-single-member .tz_joms_interaction .joms-focus__button--add i,
.joms-single-group .tz_joms_interaction .joms-focus__button--add i {
  padding: 0 5px 0 10px;
}
.joms-single-member .joms-main,
.joms-single-group .joms-main {
  width: 100%;
  padding: 0;
}
.joms-single-member .joms-main .joms-stream .joms-comment__reply,
.joms-single-group .joms-main .joms-stream .joms-comment__reply {
  display: table;
}
.joms-single-member .joms-main .joms-stream .stream-content,
.joms-single-group .joms-main .joms-stream .stream-content {
  padding-top: 40px;
  margin: 0;
}
/*-------------- Social-Login -------------*/
.tz-customer {
  padding: 100px 0;
}
.tz-customer-login {
  padding: 0;
}
.tz-customer-login h4 {
  background: #f6f6f6;
  color: #334878;
  font-family: "Varela", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  margin: 0 0 5px;
  padding: 25px 0 28px 30px;
}
.tz-customer-login form p {
  margin: 0 0 55px;
}
.tz-customer-login form {
  background: #f6f6f6;
  padding-left: 30px;
}
.tz-customer-login input {
  background: #ffffff;
}
.tz-customer-login .controls button {
  margin-right: 5px;
}
/*-------------- Social-Single Member -------------*/
.tz-member-header {
  background-image: url("demos/Social/images-2-Social-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 265px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tz-member-header:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}
.tz-member-join {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.tz-member-join .tz-author-name {
  font-family: 'Varela', sans-serif;
  line-height: 36px;
  margin: 0 0 0 -20px;
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
}
.tz-member-join .tz-user-name {
  font-family: 'Varela', sans-serif;
  line-height: 36px;
  margin: 0 0 0 -20px;
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
}
.tz-member-join .tz-send-messages {
  margin: 10px 10px 0;
  text-align: right;
}
.tz-member-join .tz-send-messages a {
  color: #ffffff;
  font-family: 'Varela', sans-serif;
  font-weight: 400;
  line-height: 14.4px;
  font-size: 12px;
  margin: 0 5px 0 0;
}
.tz-member-join .tz-send-messages a i {
  padding: 0 5px 0;
}
.tz-member-link {
  background: #eeeeee;
  padding: 5px 0;
}
.tz-member-link .tz-images-member {
  border: 8px solid #ffffff;
  margin: -107px 20px 6px 40px;
  position: relative;
}
.tz-member-link .tz-images-member a {
  display: inline-block;
}
.tz-member-link .tz-about-me {
  margin: 0;
}
.tz-member-link .tz-about-me li {
  display: inline;
}
.tz-member-link .tz-about-me li a {
  font-size: 13px;
  color: #aaaaaa;
  line-height: 28.8px;
  padding: 0 5px 0 0;
  font-family: 'Varela', sans-serif;
  font-weight: 400;
}
.tz-member-link .tz-about-me li a.tz-active {
  color: #666666;
}
.tz-member-link .tz-member-action span {
  display: inline-block;
  margin: 0 20px 0 0;
}
.tz-member-link .tz-member-action span a {
  font-size: 13px;
  color: #666666;
  line-height: 20.8px;
  font-family: 'Varela', sans-serif;
  font-weight: 400;
  margin-right: 10px;
}
.tz-member-link .tz-member-action span a i {
  padding: 0 10px 0 0;
}
/*-------------- Social-Groups -------------*/
.tz-groups {
  padding: 98px 0 140px;
}
.tz-all-groups {
  padding: 0 0 70px;
}
.tz-groups-wraper {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 -8px;
  padding: 37px 0 20px;
}
.tz-detail-member .tz-info-groups {
  margin: 0 0 0 100px;
}
.tz-detail-member .tz-info-groups h5 {
  margin: 0 0 5px 0;
}
.tz-detail-member .tz-info-groups small {
  display: inline-block;
  font-size: 13px;
  line-height: 15.6px;
  color: #555555;
  font-family: 'Varela', sans-serif;
  font-weight: 400;
  margin: 0 0 7px 0;
}
.tz-detail-member .tz-info-groups p {
  color: #888888;
  line-height: 19.5px;
  padding: 0 0 14px;
}
.tz-detail-member .tz-info-groups .tz-friend {
  margin: 0 0 -20px 0;
}
.tz-detail-member .tz-info-groups .tz-friend a {
  color: #334878;
  padding: 0 10px 0;
}
.tz-detail-member .tz-info-groups .tz-friend a:first-child {
  padding-left: 0;
}
.tz-detail-member .tz-info-groups .tz-friend a i {
  color: #444444;
  padding: 0 10px 0 0;
}
/*-------------- Social-Single Group -------------*/
.tz-single-social {
  padding-top: 38px;
}
.tz-social-group {
  padding: 100px 0 110px;
}
.tz-groups-join {
  background-image: url("demos/Social/images-1-Social-2.jpg");
}
.tz-filter-group {
  margin: 12px 0 0;
  padding: 14px 0 14px 30px;
}
.tz-list-group > li:first-child {
  border-top: none;
  padding-top: 21px;
}
.tz-list-group > li:last-child {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 36px;
}
/*-------- Blog ----------*/
.TzUserArticleInfo,
.TzTagArticleInfo,
.TzArticleBlogInfo {
  color: #bababa;
  display: inline-block;
  font-size: 12px;
  line-height: 21.6px;
  margin: 0 0 10px;
}
.TzUserArticleInfo > div:first-child .TzLine,
.TzTagArticleInfo > div:first-child .TzLine,
.TzArticleBlogInfo > div:first-child .TzLine {
  display: none;
}
.TzUserArticleInfo .tz-row > div:first-child .TzLine,
.TzTagArticleInfo .tz-row > div:first-child .TzLine,
.TzArticleBlogInfo .tz-row > div:first-child .TzLine {
  display: none;
}
.TzUserArticleInfo > *,
.TzTagArticleInfo > *,
.TzArticleBlogInfo > *,
.TzUserArticleInfo .content_rating,
.TzTagArticleInfo .content_rating,
.TzArticleBlogInfo .content_rating {
  display: inline-block;
}
.TzUserArticleInfo .TzLine,
.TzTagArticleInfo .TzLine,
.TzArticleBlogInfo .TzLine {
  padding: 0;
}
.TzUserArticleInfo .TzUserCreatedby a,
.TzTagArticleInfo .TzUserCreatedby a,
.TzArticleBlogInfo .TzUserCreatedby a,
.TzUserArticleInfo .TzTagCreatedby a,
.TzTagArticleInfo .TzTagCreatedby a,
.TzArticleBlogInfo .TzTagCreatedby a,
.TzUserArticleInfo .TzCreatedby a,
.TzTagArticleInfo .TzCreatedby a,
.TzArticleBlogInfo .TzCreatedby a,
.TzUserArticleInfo .TzBlogCreatedby a,
.TzTagArticleInfo .TzBlogCreatedby a,
.TzArticleBlogInfo .TzBlogCreatedby a {
  margin: 0 15px 0 10px;
  color: #999999;
}
.TzUserArticleInfo .TzUserCreatedby a:hover,
.TzTagArticleInfo .TzUserCreatedby a:hover,
.TzArticleBlogInfo .TzUserCreatedby a:hover,
.TzUserArticleInfo .TzTagCreatedby a:hover,
.TzTagArticleInfo .TzTagCreatedby a:hover,
.TzArticleBlogInfo .TzTagCreatedby a:hover,
.TzUserArticleInfo .TzCreatedby a:hover,
.TzTagArticleInfo .TzCreatedby a:hover,
.TzArticleBlogInfo .TzCreatedby a:hover,
.TzUserArticleInfo .TzBlogCreatedby a:hover,
.TzTagArticleInfo .TzBlogCreatedby a:hover,
.TzArticleBlogInfo .TzBlogCreatedby a:hover {
  color: #334878;
}
.TzUserArticleInfo .TzUserCreate .date,
.TzTagArticleInfo .TzUserCreate .date,
.TzArticleBlogInfo .TzUserCreate .date,
.TzUserArticleInfo .TzTagDate .date,
.TzTagArticleInfo .TzTagDate .date,
.TzArticleBlogInfo .TzTagDate .date,
.TzUserArticleInfo .TzCreate .date,
.TzTagArticleInfo .TzCreate .date,
.TzArticleBlogInfo .TzCreate .date,
.TzUserArticleInfo .TzBlogCreate .date,
.TzTagArticleInfo .TzBlogCreate .date,
.TzArticleBlogInfo .TzBlogCreate .date {
  margin: 0 15px 0 10px;
  color: #999999;
}
.TzUserArticleInfo .TzUserCreate .date:hover,
.TzTagArticleInfo .TzUserCreate .date:hover,
.TzArticleBlogInfo .TzUserCreate .date:hover,
.TzUserArticleInfo .TzTagDate .date:hover,
.TzTagArticleInfo .TzTagDate .date:hover,
.TzArticleBlogInfo .TzTagDate .date:hover,
.TzUserArticleInfo .TzCreate .date:hover,
.TzTagArticleInfo .TzCreate .date:hover,
.TzArticleBlogInfo .TzCreate .date:hover,
.TzUserArticleInfo .TzBlogCreate .date:hover,
.TzTagArticleInfo .TzBlogCreate .date:hover,
.TzArticleBlogInfo .TzBlogCreate .date:hover {
  color: #334878;
}
.TzUserArticleInfo .TzVote .content_rating,
.TzTagArticleInfo .TzVote .content_rating,
.TzArticleBlogInfo .TzVote .content_rating {
  margin: 0 15px 0 10px;
}
.TzUserArticleInfo .TzVote .content_rating a,
.TzTagArticleInfo .TzVote .content_rating a,
.TzArticleBlogInfo .TzVote .content_rating a {
  color: #999999;
}
.TzUserArticleInfo .TzVote .content_rating a:hover,
.TzTagArticleInfo .TzVote .content_rating a:hover,
.TzArticleBlogInfo .TzVote .content_rating a:hover {
  color: #334878;
}
.TzUserArticleInfo .TzTagHits .hits,
.TzTagArticleInfo .TzTagHits .hits,
.TzArticleBlogInfo .TzTagHits .hits,
.TzUserArticleInfo .TzHits .hits,
.TzTagArticleInfo .TzHits .hits,
.TzArticleBlogInfo .TzHits .hits,
.TzUserArticleInfo .TzBlogHits .hits,
.TzTagArticleInfo .TzBlogHits .hits,
.TzArticleBlogInfo .TzBlogHits .hits {
  margin: 0 15px 0 10px;
  color: #999999;
}
.TzUserArticleInfo .TzTagHits .hits:hover,
.TzTagArticleInfo .TzTagHits .hits:hover,
.TzArticleBlogInfo .TzTagHits .hits:hover,
.TzUserArticleInfo .TzHits .hits:hover,
.TzTagArticleInfo .TzHits .hits:hover,
.TzArticleBlogInfo .TzHits .hits:hover,
.TzUserArticleInfo .TzBlogHits .hits:hover,
.TzTagArticleInfo .TzBlogHits .hits:hover,
.TzArticleBlogInfo .TzBlogHits .hits:hover {
  color: #334878;
}
.TzUserArticleInfo .TzArticleCategory .category,
.TzTagArticleInfo .TzArticleCategory .category,
.TzArticleBlogInfo .TzArticleCategory .category,
.TzUserArticleInfo .TzBlogCategory .category,
.TzTagArticleInfo .TzBlogCategory .category,
.TzArticleBlogInfo .TzBlogCategory .category {
  margin: 0 15px 0 10px;
  color: #bababa;
}
.TzUserArticleInfo .TzArticleCategory .category a,
.TzTagArticleInfo .TzArticleCategory .category a,
.TzArticleBlogInfo .TzArticleCategory .category a,
.TzUserArticleInfo .TzBlogCategory .category a,
.TzTagArticleInfo .TzBlogCategory .category a,
.TzArticleBlogInfo .TzBlogCategory .category a {
  color: #999999;
}
.TzUserArticleInfo .TzArticleCategory .category a:hover,
.TzTagArticleInfo .TzArticleCategory .category a:hover,
.TzArticleBlogInfo .TzArticleCategory .category a:hover,
.TzUserArticleInfo .TzBlogCategory .category a:hover,
.TzTagArticleInfo .TzBlogCategory .category a:hover,
.TzArticleBlogInfo .TzBlogCategory .category a:hover {
  color: #334878;
}
.TzUserArticleInfo .TZCommentCount .comment,
.TzTagArticleInfo .TZCommentCount .comment,
.TzArticleBlogInfo .TZCommentCount .comment,
.TzUserArticleInfo .TzPortfolioCommentCount .comment,
.TzTagArticleInfo .TzPortfolioCommentCount .comment,
.TzArticleBlogInfo .TzPortfolioCommentCount .comment {
  margin: 0 15px 0 10px;
  color: #999999;
}
.TzUserArticleInfo .TZCommentCount .comment:hover,
.TzTagArticleInfo .TZCommentCount .comment:hover,
.TzArticleBlogInfo .TZCommentCount .comment:hover,
.TzUserArticleInfo .TzPortfolioCommentCount .comment:hover,
.TzTagArticleInfo .TzPortfolioCommentCount .comment:hover,
.TzArticleBlogInfo .TzPortfolioCommentCount .comment:hover {
  color: #334878;
}
.TzUserArticleInfo .TzTag,
.TzTagArticleInfo .TzTag,
.TzArticleBlogInfo .TzTag {
  padding-right: 10px;
}
.TzUserArticleInfo .TzTag .TzLine,
.TzTagArticleInfo .TzTag .TzLine,
.TzArticleBlogInfo .TzTag .TzLine {
  padding-right: 5px;
}
.TzUserArticleInfo .TzTag a,
.TzTagArticleInfo .TzTag a,
.TzArticleBlogInfo .TzTag a {
  color: #999999;
}
.TzUserArticleInfo .TzTag a:hover,
.TzTagArticleInfo .TzTag a:hover,
.TzArticleBlogInfo .TzTag a:hover {
  color: #334878;
}
.TzUser.blog-4-column .TzItemsRow .blog-padding > *,
.TzTag.blog-4-column .TzItemsRow .blog-padding > *,
.TzBlog.blog-4-column .TzItemsRow .blog-padding > * {
  padding-left: 10px;
  padding-right: 10px;
}
.TzUser.blog-4-column .TzItem .TzBlogMedia,
.TzTag.blog-4-column .TzItem .TzBlogMedia,
.TzBlog.blog-4-column .TzItem .TzBlogMedia {
  margin-bottom: 15px;
}
.TzUser.blog-4-column .TzItem .TzReadmore span,
.TzTag.blog-4-column .TzItem .TzReadmore span,
.TzBlog.blog-4-column .TzItem .TzReadmore span {
  padding: 10px;
}
.TzUser.blog-4-column .TzItem .TzReadmore i,
.TzTag.blog-4-column .TzItem .TzReadmore i,
.TzBlog.blog-4-column .TzItem .TzReadmore i {
  padding-left: 0;
}
.TzUser.blog-4-column .TzItem .TzBlogTitle i,
.TzTag.blog-4-column .TzItem .TzBlogTitle i,
.TzBlog.blog-4-column .TzItem .TzBlogTitle i {
  padding-right: 10px;
}
.TzUser .TzItemsRow .TzItem,
.TzTag .TzItemsRow .TzItem,
.TzBlog .TzItemsRow .TzItem {
  padding: 45px 0 30px;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}
.TzUser .TzItemsRow:first-child .TzItem,
.TzTag .TzItemsRow:first-child .TzItem,
.TzBlog .TzItemsRow:first-child .TzItem {
  padding-top: 0;
}
.TzUser .TzItemsRow .blog-padding > *,
.TzTag .TzItemsRow .blog-padding > *,
.TzBlog .TzItemsRow .blog-padding > * {
  padding-left: 15px;
  padding-right: 15px;
}
.TzUser .TzItemsRow .blog-padding > .TzBlogMedia,
.TzTag .TzItemsRow .blog-padding > .TzBlogMedia,
.TzBlog .TzItemsRow .blog-padding > .TzBlogMedia {
  padding-left: 0;
  padding-right: 0;
}
.TzUser .TzItem,
.TzTag .TzItem,
.TzBlog .TzItem {
  margin: 0;
}
.TzUser .TzItem .TzUserMedia,
.TzTag .TzItem .TzUserMedia,
.TzBlog .TzItem .TzUserMedia,
.TzUser .TzItem .TzTagMedia,
.TzTag .TzItem .TzTagMedia,
.TzBlog .TzItem .TzTagMedia,
.TzUser .TzItem .TzBlogMedia,
.TzTag .TzItem .TzBlogMedia,
.TzBlog .TzItem .TzBlogMedia {
  margin-bottom: 25px;
}
.TzUser .TzItem .TzUserTitle,
.TzTag .TzItem .TzUserTitle,
.TzBlog .TzItem .TzUserTitle,
.TzUser .TzItem .TzTagTitle,
.TzTag .TzItem .TzTagTitle,
.TzBlog .TzItem .TzTagTitle,
.TzUser .TzItem .TzBlogTitle,
.TzTag .TzItem .TzBlogTitle,
.TzBlog .TzItem .TzBlogTitle {
  margin: 4px 0 10px;
}
.TzUser .TzItem .TzUserTitle a,
.TzTag .TzItem .TzUserTitle a,
.TzBlog .TzItem .TzUserTitle a,
.TzUser .TzItem .TzTagTitle a,
.TzTag .TzItem .TzTagTitle a,
.TzBlog .TzItem .TzTagTitle a,
.TzUser .TzItem .TzBlogTitle a,
.TzTag .TzItem .TzBlogTitle a,
.TzBlog .TzItem .TzBlogTitle a {
  font-size: 18px;
  color: #444444;
  font-weight: 400;
  line-height: 32.4px;
}
.TzUser .TzItem .TzUserTitle a:hover,
.TzTag .TzItem .TzUserTitle a:hover,
.TzBlog .TzItem .TzUserTitle a:hover,
.TzUser .TzItem .TzTagTitle a:hover,
.TzTag .TzItem .TzTagTitle a:hover,
.TzBlog .TzItem .TzTagTitle a:hover,
.TzUser .TzItem .TzBlogTitle a:hover,
.TzTag .TzItem .TzBlogTitle a:hover,
.TzBlog .TzItem .TzBlogTitle a:hover {
  text-decoration: none;
  color: #334878;
}
.TzUser .TzItem .TzUserTitle i,
.TzTag .TzItem .TzUserTitle i,
.TzBlog .TzItem .TzUserTitle i,
.TzUser .TzItem .TzTagTitle i,
.TzTag .TzItem .TzTagTitle i,
.TzBlog .TzItem .TzTagTitle i,
.TzUser .TzItem .TzBlogTitle i,
.TzTag .TzItem .TzBlogTitle i,
.TzBlog .TzItem .TzBlogTitle i {
  font-size: 12px;
  padding-right: 15px;
}
.TzUser .TzItem .TzDescription p,
.TzTag .TzItem .TzDescription p,
.TzBlog .TzItem .TzDescription p {
  color: #999999;
  font-size: 14px;
  line-height: 25.2px;
  margin: 0;
  padding: 0 0 25px;
}
.TzUser .TzItem .TzReadmore,
.TzTag .TzItem .TzReadmore,
.TzBlog .TzItem .TzReadmore {
  display: inline-block;
  margin: 22px 0 0 0;
  overflow: hidden;
  position: relative;
  padding: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.TzUser .TzItem .TzReadmore:after,
.TzTag .TzItem .TzReadmore:after,
.TzBlog .TzItem .TzReadmore:after {
  background: none repeat scroll 0 0 rgba(149, 0, 29, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.TzUser .TzItem .TzReadmore:hover:after,
.TzTag .TzItem .TzReadmore:hover:after,
.TzBlog .TzItem .TzReadmore:hover:after {
  background: #334878;
  transform: scale(8);
}
.TzUser .TzItem .TzReadmore:hover span,
.TzTag .TzItem .TzReadmore:hover span,
.TzBlog .TzItem .TzReadmore:hover span {
  border-color: #334878;
  color: #ffffff;
}
.TzUser .TzItem .TzReadmore span,
.TzTag .TzItem .TzReadmore span,
.TzBlog .TzItem .TzReadmore span {
  display: inline-block;
  font-size: 14px;
  line-height: 25.2px;
  padding: 10px 24px 10px 10px;
  position: relative;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  z-index: 999;
  border: 1px solid #444444;
  color: #444444;
  text-transform: uppercase;
}
.TzUser .TzItem .TzReadmore span i,
.TzTag .TzItem .TzReadmore span i,
.TzBlog .TzItem .TzReadmore span i {
  color: #444444;
  padding: 0 15px;
  transition: all 0.3s linear 0s;
}
.TzUser .TzItem .TzReadmore span:hover i,
.TzTag .TzItem .TzReadmore span:hover i,
.TzBlog .TzItem .TzReadmore span:hover i {
  -webkit-animation: 0.3s linear 0s normal none 1 running scale-icon;
  -o-animation: 0.3s linear 0s normal none 1 running scale-icon;
  animation: 0.3s linear 0s normal none 1 running scale-icon;
  color: #ffffff;
}
.tz_portfolio_user .media-heading a {
  color: #444444;
}
.tz_portfolio_user .AuthorSocial > span {
  display: block;
}
.tz_portfolio_user .AuthorSocial > span a {
  color: #444444;
}
.tz_portfolio_user .AuthorSocial .TzLine {
  display: none;
}
/*--------- Module Right, Left ---------*/
.mod-right {
  padding-top: 28px;
}
.tz-bog-search {
  position: relative;
}
.tz-bog-search input {
  background: none repeat scroll 0 0 #f6f6f6;
  border: medium none;
  color: #aaaaaa;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  padding: 15px 30px 15px 10px;
  width: 100%;
}
.tz-bog-search label {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 18px;
}
.tz-bog-search label i {
  color: #444444;
}
ul.widget {
  position: relative;
  z-index: 9;
  border: 1px solid #eeeeee;
  margin: 0;
}
ul.widget li {
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  position: relative;
  margin: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
ul.widget li.current a,
ul.widget li.active a,
ul.widget li.open a {
  background: transparent;
  color: #444444;
}
ul.widget li:last-child {
  border-bottom: none;
}
ul.widget li a {
  display: block;
  padding: 20px;
  position: relative;
  z-index: 9992;
  border-radius: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background: transparent;
  color: #444444;
}
ul.widget li a:hover {
  background: transparent;
}
ul.widget li a .tzicon-1 {
  padding-right: 20px;
  color: #444444;
}
ul.widget li a .tzicon-2 {
  color: #334878;
  left: 21px;
  position: absolute;
  top: 25px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
ul.widget li:after {
  background: none repeat scroll 0 0 rgba(238, 238, 238, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
ul.widget li.current:after,
ul.widget li.active:after,
ul.widget li:hover:after {
  background: none repeat scroll 0 0 #eeeeee;
  width: 100%;
}
ul.widget li.current a .tzicon-2,
ul.widget li.active a .tzicon-2,
ul.widget li:hover a .tzicon-2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
ul.widget li.current .tzicon-1,
ul.widget li.active .tzicon-1,
ul.widget li:hover .tzicon-1 {
  visibility: hidden;
  opacity: 0;
}
.latestnews {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #eeeeee;
}
.latestnews li {
  border-bottom: 1px solid #eeeeee;
  padding: 19px 15px;
}
.latestnews li:last-child {
  border-bottom: none;
}
.latestnews li:first-child {
  padding: 0;
}
.latestnews li:first-child h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 25px 20px;
  text-transform: uppercase;
}
.latestnews li:first-child h3 i {
  padding-right: 15px;
  top: 1px;
  position: relative;
}
.latestnews li .media_image {
  width: 70px;
  float: left;
}
.latestnews li .media_image img {
  width: 100%;
}
.latestnews li .info_lastest {
  display: table-cell;
  padding: 0 0 0 15px;
}
.latestnews li .info_lastest h5 {
  margin: 0;
}
.latestnews li .info_lastest h5 a {
  color: #444444;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  line-height: 1.5em;
}
.latestnews li .info_lastest h5 a:hover {
  color: #334878;
  text-decoration: none;
}
.latestnews li .info_lastest .created {
  color: #BBBBBB;
  font-size: 12px;
  line-height: 21.6px;
  font-weight: 400;
}
/*------------ Single Blog ------------*/
.TzItemPage .TzArticleMedia {
  margin: 0;
}
.TzItemPage .TzArticleMedia img {
  width: 100%;
}
.TzItemPage .TzArticleMedia .flexslider {
  border: none;
  margin: 0;
}
.TzItemPage .TzArticleTitle {
  padding: 20px 0 24px;
  margin: 0;
}
.TzItemPage .TzArticleTitle i {
  font-size: 12px;
}
.TzItemPage .TzArticleFullText p {
  color: #5d5852;
  line-height: 25.2px;
  margin: 0;
  padding: 8px 0 8px 0;
}
.TzItemPage .TzArticleTag {
  margin: 0;
  text-align: right;
}
.TzItemPage .TzArticleTag span a {
  background: #f6f6f6;
  color: #444444;
  display: inline-block;
  font-size: 13px;
  line-height: 23.4px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 0;
}
.TzItemPage .TzArticleTag span a:hover {
  background: none repeat scroll 0 0 #444444;
  color: #ffffff;
}
.TzItemPage .breadcrumb.tz_portfolio_like_button {
  background: transparent;
}
.TzItemPage .breadcrumb.tz_portfolio_like_button .TzLikeButtonInner .TwitterButton,
.TzItemPage .breadcrumb.tz_portfolio_like_button .TzLikeButtonInner .GooglePlusOneButton,
.TzItemPage .breadcrumb.tz_portfolio_like_button .TzLikeButtonInner .PinterestButton,
.TzItemPage .breadcrumb.tz_portfolio_like_button .TzLikeButtonInner .LinkedinButton {
  position: relative;
  top: 4px;
  padding: 0;
}
.TzItemPage .tz_portfolio_user {
  margin: 0;
  text-align: center;
  padding: 25px 0;
}
.TzItemPage .tz_portfolio_user .AuthorAvatar {
  display: inline-block;
  float: none !important;
  margin: 0;
  padding: 0;
}
.TzItemPage .tz_portfolio_user .AuthorAvatar:hover img {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.TzItemPage .tz_portfolio_user .AuthorAvatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.TzItemPage .tz_portfolio_user .media-body {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  text-align: left;
}
.TzItemPage .tz_portfolio_user .media-body h4 a {
  color: #444444;
  font-size: 14px;
  line-height: 16.8px;
  text-transform: uppercase;
}
.TzItemPage .tz_portfolio_user .media-body .AuthorSocial .AuthorUrl a {
  color: #999999;
  font-size: 13px;
  line-height: 20.8px;
}
div#comments {
  padding-top: 0;
  width: auto;
}
div#comments p {
  color: #999999;
  font-size: 14px;
  line-height: 25.2px;
  margin: 5px 0 0;
}
div#comments .count_cm {
  margin-top: 7px;
  padding-bottom: 4px;
}
div#comments h3.comment_header {
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 25px;
  margin: 0;
}
div#comments .leave_comment {
  line-height: 1;
  margin: 0;
  position: relative;
  top: -5px;
}
div#comments .leave_comment:hover {
  color: #462800;
}
div#comments .comments_form {
  position: relative;
  top: -4px;
}
div#comments a {
  color: #462800;
}
div#comments a:hover {
  color: #462800 !important;
}
div#comments div.comment-avatar {
  margin-right: 20px;
  margin-top: 0;
}
div#comments div.comment-avatar img {
  width: 60px;
}
div#comments .comment-content {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  color: #000000;
  display: table-cell;
}
div#comments div#comments-list-0 {
  margin-left: 0;
  margin-top: 40px;
}
div#comments div#comments-list-0 #comments-list-1 {
  padding-left: 40px;
}
div#comments div#comments-list-0 #comments-list-2 {
  padding-left: 80px;
}
div#comments div#comments-list-0 .comments-list {
  margin-top: 35px;
  border-top: 1px solid #ebebeb;
  padding-top: 35px;
  margin-left: 0;
}
div#comments div#comments-list-0 .comment_item {
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 28px;
  position: relative;
}
div#comments div#comments-list-0 #comments-list-1 {
  margin: 0;
  padding-top: 0;
  border: none;
}
div#comments div#comments-list-0 #comments-list-1 .comment_item {
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 28px;
}
div#comments #comments-inline-edit {
  border: none;
}
div#comments .comment-author {
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 14px;
  position: relative;
}
div#comments .comment-author .j-date {
  margin: 10px 0;
  display: block;
  font-size: 13px;
  color: #aaaaaa;
}
div#comments .comment-author .j-author {
  color: #444444;
}
div#comments span.comment-meta {
  float: right;
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 0;
}
div#comments span.comment-meta a {
  color: #334878;
  line-height: 22px;
  font-weight: 300;
  font-size: 14px;
  margin: 0 10px;
}
div#comments span.comment-meta a.comment-quote {
  margin-right: 0;
}
div#comments span.comment-meta a:hover {
  color: #334878 !important;
}
div#comments .quote,
div#comments blockquote,
div#comments br {
  display: none;
}
div#comments #comments-list-footer {
  margin: 40px 0 0 0 !important;
}
div#comments #comments-form {
  margin-top: 20px !important;
}
div#comments #comments-form #comments-form-cancel .btn {
  background: #ffffff;
  padding: 10px 35px !important;
  color: #444444;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div#comments #comments-form #comments-form-cancel .btn:hover {
  color: #ffffff;
}
div#comments #comments-form .btn {
  background: transparent;
  padding: 10px 35px !important;
  line-height: 1;
  color: #444444;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  left: 15px;
  border: 1px solid #444444;
  margin-top: 35px;
}
div#comments #comments-form .btn i {
  padding-right: 15px;
  color: #444444;
}
div#comments #comments-form label {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  padding: 0 0 7px;
  display: block;
}
div#comments #comments-form .form-group {
  position: relative;
  margin-bottom: 35px;
}
div#comments #comments-form .form-group .form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(70, 40, 0, 0.1);
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  font-size: 13px;
  line-height: 22px;
  padding: 10px 15px !important;
  font-weight: 400;
  width: 100%;
  color: #462800;
  height: auto;
  margin: 0;
}
div#comments #comments-form .form-group .form-control input {
  min-height: 40px;
}
div#comments #comments-form .form-group .form-control textarea {
  min-height: 120px;
}
div#comments #comments-form textarea.form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(70, 40, 0, 0.1);
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 15px !important;
  font-weight: 400;
  width: 100%;
  max-width: none !important;
  color: inherit;
  min-height: 140px;
  margin: 0;
}
div#comments .grippie {
  display: none;
}
div#comments .title_comment_form {
  font-size: 24px;
  font-weight: 700;
  color: #462800;
}
div#comments #comments_content {
  margin-bottom: 30px;
}
/*--------- Time Line -------------*/
.oe-timeline-container::before {
  background: none repeat scroll 0 0 #dddddd;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.ss-container::before {
  background: none repeat scroll 0 0 #dddddd;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.ss-container {
  float: none;
}
.ss-container .oe-blog-item .oe-blog-ele {
  margin-bottom: 25px;
}
.ss-container .oe-blog-item .oe-pad-normal {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 22px;
  margin-bottom: 3px;
}
.ss-container .TzBlogTitle {
  text-shadow: none;
  margin: 4px 0 10px;
}
.ss-container .TzBlogTitle a {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  display: inline;
}
.ss-container .TzBlogTitle a:hover {
  color: #334878;
}
.ss-container .TzBlogTitle i {
  font-size: 12px;
  padding-right: 15px;
}
.oe-timeline-container {
  margin: 0;
}
.oe-timeline-container .oe-timeline-event {
  position: relative;
}
.oe-timeline-container .oe-timeline-event + .oe-timeline-event {
  margin-top: 60px;
}
.oe-timeline-container .oe-timeline-event .oe-timeline-mark {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  height: auto;
  background: #ffffff;
  opacity: 0;
  text-align: center;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.oe-timeline-container .oe-timeline-event .oe-timeline-mark .btn {
  height: 100%;
  line-height: 100%;
}
.oe-timeline-container .oe-timeline-event.left .oe-timeline-mark {
  right: 66px;
  opacity: 1;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.oe-timeline-container .oe-timeline-event.right .oe-timeline-mark {
  left: 66px;
  opacity: 1;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.oe-blog-ele.oe-banner-holder > img {
  width: 100%;
}
.left .oe-blog-item {
  padding-right: 95px;
}
.right .oe-blog-item {
  padding-left: 95px;
}
/*--------- Page --------*/
.logout .page-header,
.profile-edit .page-header,
.profile .page-header,
.newsfeed-category .page-header,
.remind .page-header,
.reset .page-header,
.login .page-header,
.registration .page-header {
  margin: 0;
  border: none;
}
.logout .page-header h1,
.profile-edit .page-header h1,
.profile .page-header h1,
.newsfeed-category .page-header h1,
.remind .page-header h1,
.reset .page-header h1,
.login .page-header h1,
.registration .page-header h1 {
  color: #444444;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
  margin: 0;
  padding: 0 0 5px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.logout .page-header h1 i,
.profile-edit .page-header h1 i,
.profile .page-header h1 i,
.newsfeed-category .page-header h1 i,
.remind .page-header h1 i,
.reset .page-header h1 i,
.login .page-header h1 i,
.registration .page-header h1 i {
  font-size: 12px;
  padding-right: 10px;
}
.profile-edit .form-horizontal,
.profile .form-horizontal,
.newsfeed-category .form-horizontal,
.remind .form-horizontal,
.reset .form-horizontal,
.login .form-horizontal,
.registration .form-horizontal {
  padding: 45px 0;
}
.profile-edit .form-horizontal .control-label,
.profile .form-horizontal .control-label,
.newsfeed-category .form-horizontal .control-label,
.remind .form-horizontal .control-label,
.reset .form-horizontal .control-label,
.login .form-horizontal .control-label,
.registration .form-horizontal .control-label {
  text-align: left;
}
.profile-edit .form-horizontal .control-label label,
.profile .form-horizontal .control-label label,
.newsfeed-category .form-horizontal .control-label label,
.remind .form-horizontal .control-label label,
.reset .form-horizontal .control-label label,
.login .form-horizontal .control-label label,
.registration .form-horizontal .control-label label {
  margin-top: 10px;
  font-weight: 400;
  color: #999999;
}
.profile-edit .form-horizontal .checkbox label,
.profile .form-horizontal .checkbox label,
.newsfeed-category .form-horizontal .checkbox label,
.remind .form-horizontal .checkbox label,
.reset .form-horizontal .checkbox label,
.login .form-horizontal .checkbox label,
.registration .form-horizontal .checkbox label {
  padding: 0;
  color: #999999;
}
.profile-edit .form-horizontal .checkbox input,
.profile .form-horizontal .checkbox input,
.newsfeed-category .form-horizontal .checkbox input,
.remind .form-horizontal .checkbox input,
.reset .form-horizontal .checkbox input,
.login .form-horizontal .checkbox input,
.registration .form-horizontal .checkbox input {
  width: auto;
  margin: 5px 0 0 10px;
}
.profile-edit .form-horizontal input,
.profile .form-horizontal input,
.newsfeed-category .form-horizontal input,
.remind .form-horizontal input,
.reset .form-horizontal input,
.login .form-horizontal input,
.registration .form-horizontal input {
  background: #f6f6f6 none repeat scroll 0 0;
  border: medium none;
  font-size: 13px;
  margin: 10px 0 0;
  padding: 8px 10px;
  width: 100%;
}
.profile-edit .form-horizontal .btn-reset,
.profile .form-horizontal .btn-reset,
.newsfeed-category .form-horizontal .btn-reset,
.remind .form-horizontal .btn-reset,
.reset .form-horizontal .btn-reset,
.login .form-horizontal .btn-reset,
.registration .form-horizontal .btn-reset,
.profile-edit .form-horizontal .btn-login,
.profile .form-horizontal .btn-login,
.newsfeed-category .form-horizontal .btn-login,
.remind .form-horizontal .btn-login,
.reset .form-horizontal .btn-login,
.login .form-horizontal .btn-login,
.registration .form-horizontal .btn-login {
  padding: 15px 30px;
  background: #ffffff;
  border: 1px solid #444444;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  margin-right: 25px;
  text-transform: uppercase;
}
.profile-edit .form-horizontal .btn-reset i,
.profile .form-horizontal .btn-reset i,
.newsfeed-category .form-horizontal .btn-reset i,
.remind .form-horizontal .btn-reset i,
.reset .form-horizontal .btn-reset i,
.login .form-horizontal .btn-reset i,
.registration .form-horizontal .btn-reset i,
.profile-edit .form-horizontal .btn-login i,
.profile .form-horizontal .btn-login i,
.newsfeed-category .form-horizontal .btn-login i,
.remind .form-horizontal .btn-login i,
.reset .form-horizontal .btn-login i,
.login .form-horizontal .btn-login i,
.registration .form-horizontal .btn-login i {
  padding-right: 15px;
}
.profile-edit .form-horizontal .btn-reset:hover,
.profile .form-horizontal .btn-reset:hover,
.newsfeed-category .form-horizontal .btn-reset:hover,
.remind .form-horizontal .btn-reset:hover,
.reset .form-horizontal .btn-reset:hover,
.login .form-horizontal .btn-reset:hover,
.registration .form-horizontal .btn-reset:hover,
.profile-edit .form-horizontal .btn-login:hover,
.profile .form-horizontal .btn-login:hover,
.newsfeed-category .form-horizontal .btn-login:hover,
.remind .form-horizontal .btn-login:hover,
.reset .form-horizontal .btn-login:hover,
.login .form-horizontal .btn-login:hover,
.registration .form-horizontal .btn-login:hover {
  background: #334878;
  border-color: #334878;
  color: #ffffff;
}
.profile-edit .form-horizontal .btn-reset:hover i,
.profile .form-horizontal .btn-reset:hover i,
.newsfeed-category .form-horizontal .btn-reset:hover i,
.remind .form-horizontal .btn-reset:hover i,
.reset .form-horizontal .btn-reset:hover i,
.login .form-horizontal .btn-reset:hover i,
.registration .form-horizontal .btn-reset:hover i,
.profile-edit .form-horizontal .btn-login:hover i,
.profile .form-horizontal .btn-login:hover i,
.newsfeed-category .form-horizontal .btn-login:hover i,
.remind .form-horizontal .btn-login:hover i,
.reset .form-horizontal .btn-login:hover i,
.login .form-horizontal .btn-login:hover i,
.registration .form-horizontal .btn-login:hover i {
  color: #ffffff;
}
.profile-edit .form-horizontal .button-reset,
.profile .form-horizontal .button-reset,
.newsfeed-category .form-horizontal .button-reset,
.remind .form-horizontal .button-reset,
.reset .form-horizontal .button-reset,
.login .form-horizontal .button-reset,
.registration .form-horizontal .button-reset {
  padding-left: 15px;
}
.profile-edit .form-horizontal .button-login,
.profile .form-horizontal .button-login,
.newsfeed-category .form-horizontal .button-login,
.remind .form-horizontal .button-login,
.reset .form-horizontal .button-login,
.login .form-horizontal .button-login,
.registration .form-horizontal .button-login {
  text-align: right;
}
.profile-edit .form-horizontal .other-links ul,
.profile .form-horizontal .other-links ul,
.newsfeed-category .form-horizontal .other-links ul,
.remind .form-horizontal .other-links ul,
.reset .form-horizontal .other-links ul,
.login .form-horizontal .other-links ul,
.registration .form-horizontal .other-links ul {
  padding: 5px 0 0;
  list-style: none;
}
.profile-edit .form-horizontal .other-links ul li,
.profile .form-horizontal .other-links ul li,
.newsfeed-category .form-horizontal .other-links ul li,
.remind .form-horizontal .other-links ul li,
.reset .form-horizontal .other-links ul li,
.login .form-horizontal .other-links ul li,
.registration .form-horizontal .other-links ul li {
  padding-bottom: 10px;
}
.profile-edit .form-horizontal .other-links ul li a,
.profile .form-horizontal .other-links ul li a,
.newsfeed-category .form-horizontal .other-links ul li a,
.remind .form-horizontal .other-links ul li a,
.reset .form-horizontal .other-links ul li a,
.login .form-horizontal .other-links ul li a,
.registration .form-horizontal .other-links ul li a {
  color: #999999;
}
.login .form-horizontal .button-login {
  margin: 0;
}
.login .form-horizontal .btn-login {
  margin: 10px 0 0;
}
.profile dd {
  font-weight: 400;
  color: #999999;
}
.profile dt {
  color: #444444;
  text-align: left;
}
#member-profile .control-label {
  text-align: left;
}
#member-profile .controls input {
  background: #f6f6f6 none repeat scroll 0 0;
  border: medium none;
  font-family: "Varela", sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 8px 15px;
  width: 100%;
}
#member-profile .form-actions .btn {
  background: #ffffff;
  border: 1px solid #444444;
  border-radius: 0;
  color: #444444;
  padding: 8px 30px;
  position: relative;
  overflow: hidden;
}
#member-profile .form-actions .btn span {
  display: inline-block;
  position: relative;
  transition: all 0.4s ease-out 0s;
  z-index: 10;
}
#member-profile .form-actions .btn:before {
  background-color: #334878;
  color: #ffffff;
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-out 0s;
  width: 100%;
  z-index: 1;
}
#member-profile .form-actions .btn:hover {
  border-color: #334878;
}
#member-profile .form-actions .btn:hover:before {
  left: 0;
  opacity: 1;
}
#member-profile .form-actions .btn:hover span {
  color: #ffffff;
}
/*-------- Home 3 ---------*/
.courses_portfolio .portfolio-item {
  overflow: hidden;
  background: #f7f7f7;
}
.courses_portfolio .portfolio-item.right .tz-img,
.courses_portfolio .portfolio-item.right .tz-description {
  float: right;
}
.courses_portfolio .portfolio-item .tz-img {
  width: 50%;
  float: left;
  overflow: hidden;
}
.courses_portfolio .portfolio-item .tz-img img {
  position: relative;
}
.courses_portfolio .portfolio-item .tz-description {
  width: 50%;
  float: left;
  padding: 45px 20px 0;
  position: relative;
}
.courses_portfolio .portfolio-item .tz-description h4 {
  margin: 0;
}
.courses_portfolio .portfolio-item .tz-description h4 a {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  margin: 0;
  transition: all 0.3s linear 0s;
}
.courses_portfolio .portfolio-item .tz-description p {
  color: #868686;
  font-size: 13px;
  font-weight: 400;
  line-height: 23.4px;
  margin: 0;
  padding-top: 15px;
}
.courses_portfolio .portfolio-item .tz-description span {
  padding-top: 20px;
  display: block;
}
.courses_portfolio .portfolio-item .tz-description span a {
  background: #ffffff;
  color: #444444;
  float: left;
  font-size: 13px;
  line-height: 23.4px;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
}
.courses_portfolio .portfolio-item .tz-description span a:hover {
  background: #444444;
  color: #ffffff;
}
.courses_portfolio .portfolio-item .tz-description > a {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.courses_portfolio .portfolio-item .tz-description > a span {
  background: #eeeeee;
  color: #444444;
  display: block;
  font-size: 14px;
  line-height: 25.2px;
  padding: 17px 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.courses_portfolio .portfolio-item .tz-description > a span i {
  padding-right: 20px;
}
.courses_portfolio .portfolio-item .tz-description > a:hover span {
  background: #253b48 none repeat scroll 0 0;
  color: #ffffff;
}
.tz-portfolio-project {
  background: #de5749;
  text-align: center;
}
.tz-portfolio-project a {
  color: #ffffff;
  display: inline-block;
  line-height: 25.2px;
  padding: 37px 0;
}
.tz-portfolio-project a i {
  margin-right: 20px;
}
.tz-portfolio-project a:hover i {
  -webkit-animation: 2s linear 0s normal none infinite running rotate-icon;
  -o-animation: 2s linear 0s normal none infinite running rotate-icon;
  animation: 2s linear 0s normal none infinite running rotate-icon;
}
.tz-training-images {
  position: relative;
  margin-bottom: 30px;
    min-height:270px;
    min-width:100%;
}
.tz-training-images > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.tz-training-images > div:after {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tz-training-images > div a.a_href {
  border: 1px solid #ffffff;
  border-radius: 2px;
  display: inline-block;
  height: 45px;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 45px;
  z-index: 999;
}
.tz-training-images > div a.a_href i {
  color: #ffffff;
}
.tz-training-images > div a.a_href:hover {
  border-radius: 50%;
}
.tz-training-images > div .tz-training-content {
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 30%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
  z-index: 9991;
}
.tz-training-images > div .tz-training-content a {
  color: #ffffff;
  font-size: 16px;
}
.tz-training-images > div .tz-training-content .mod_events_latest_date {
  font-size: 13px;
}
.tz-training-images img {
  width: 100%;
}
.tz-training-images:hover a.a_href {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-training-images:hover .tz-training-content {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.cus_home3 .tz-information-image img {
  width: 100%;
}
.cus_home3 .tz-information-content {
  background: #de5749;
}
.cus_home3 .tz-information-content .block1 {
  text-align: center;
  padding: 35px 0;
}
.cus_home3 .tz-information-content .block1 h4 a,
.cus_home3 .tz-information-content .block1 i {
  color: #ffffff;
}
.cus_home3 .tz-information-content .block1 i {
  font-size: 12px;
}
.cus_home3 .tz-information-content .block1 h4 {
  margin: 0;
  padding-top: 10px;
}
.cus_home3 .tz-information-content .block2 ul {
  padding: 27px 0 26px;
  margin: 0;
}
.cus_home3 .tz-information-content .block2 ul li {
  color: #ffffff;
  padding-bottom: 10px;
}
.cus_home3 .tz-information-content .block2 ul li small {
  font-size: 13px;
}
.cus_home3 .tz-information-content .block2 ul li i {
  font-size: 12px;
  padding-right: 20px;
}
/*----- Video -------*/
.TzStatistic {
  margin: 0 -15px;
  height: 550px;
  overflow: hidden;
}
.TzStatistic .img_video {
  z-index: 99;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.TzStatistic .img_video img {
  position: relative;
}
.TzStatistic > img {
  width: 100%;
}
.TzStatistic .bg-image {
  width: 100%;
}
.TzStatistic video {
  position: relative;
}
.TzStatistic .video-content {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.TzStatistic .video-content .tz-video-content {
  display: table;
  height: 100%;
  width: 100%;
}
.TzStatistic .video-content .tz-video-content .tz {
  display: table-cell;
  vertical-align: middle;
}
.TzStatistic .video-content .tz-video-content .tz h3 {
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
  margin: 13px 0 12px;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
.TzStatistic .video-content .tz-video-content .tz small {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  margin-bottom: 17px;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
.TzStatistic .video-content .tz-video-content .tz span {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-bottom: 10px;
  position: relative;
  width: 5px;
}
.TzStatistic .tzpause,
.TzStatistic .tzautoplay {
  background: #f26e4f;
}
.tz-introduce-content.tz-introduce-content-style-7 {
  background: #ffffff;
  margin-top: -30px;
  padding: 58px 15px 52px;
  position: relative;
  z-index: 9900;
}
/*-------- Home 2 ---------*/
/*-------- Home 1 ---------*/
/*---------- Login--------*/
.home-4 form#login-form {
  background: #ffffff;
  margin: 0 -15px 0 -10px;
  padding: 40px 25px 35px;
}
.home-4 form#login-form .pretext > h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 18px 0 0;
}
.home-4 form#login-form .pretext > div {
  color: #999999;
  display: block;
  font-size: 14px;
  padding: 4px 0 45px;
  text-align: center;
}
.home-4 form#login-form .userdata .form-group {
  text-align: left;
  margin-bottom: 10px;
}
.home-4 form#login-form .userdata .form-group label {
  font-size: 13px;
  padding-bottom: 12px;
  margin: 0;
  font-weight: 400;
}
.home-4 form#login-form .userdata .form-group input {
  border-radius: 0;
  padding: 7px 20px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 2em;
  height: auto;
}
.home-4 form#login-form .btn-login {
  padding: 13px 23px;
  margin-top: 25px;
  display: inline-block;
  border: 1px solid #444444;
  border-radius: 3px;
}
.home-4 form#login-form .btn-login input {
  background: transparent;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
}
/*--------- Employee ------*/
.team-box .team-img {
  position: relative;
  overflow: hidden;
}
.team-box .team-img > img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.team-box .team-img .tz-icon-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.team-box .team-img .tz-icon-hover a {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  height: 62px;
  position: relative;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 62px;
  z-index: 9999;
  margin: auto;
}
.team-box .team-img .tz-icon-hover a i {
  font-size: 20px;
  padding: 20px 0;
  -webkit-transition: all 0.3s linear 0.3s;
  -moz-transition: all 0.3s linear 0.3s;
  -o-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
  color: #334878;
}
.team-box .team-img .tz-icon-hover a:hover {
  background: transparent;
}
.team-box .team-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.team-box .team-details {
  text-align: center;
  padding-bottom: 30px;
}
.team-box .team-details h5 {
  font-size: 16px;
  line-height: 28.8px;
  margin: 0 0 -12px;
  padding: 24px 0;
}
.team-box .team-details .t-position {
  color: #868686;
  font-size: 13px;
  line-height: 23.4px;
}
.team-box:hover {
  background: #f7f7f7;
  cursor: pointer;
}
.team-box:hover .tz-icon-hover a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*-------- Custom Text --------*/
.tz-introduce-content {
  text-align: center;
}
.tz-introduce-content h4 {
  color: #444444;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  margin: 0;
  padding: 33px 0 28px;
}
.tz-introduce-content p {
  color: #999999;
  line-height: 25.2px;
  margin: 0 0 35px;
}
.tz-introduce-content i.tz_ethic_cross {
  display: block;
}
.tz-introduce-content-style-2 {
  padding: 0;
  text-align: left;
}
.tz-introduce-content-style-2 img {
  width: 100%;
}
.tz-introduce-content-style-2 h3 {
  margin: 0;
  padding: 26px 0 10px;
}
.tz-introduce-content-style-2 h3 a {
  color: #444444;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
}
.tz-introduce-content-style-2 p {
  color: #999999;
  line-height: 25.2px;
  margin: 0;
}
.tz-introduce-content-style-2 > a {
  display: inline-block;
  margin-top: 26px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.tz-introduce-content-style-2 > a:after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.3s linear 0s;
  width: 100%;
}
.tz-introduce-content-style-2 > a span {
  border: 1px solid #444444;
  color: #444444;
  display: inline-block;
  line-height: 25.2px;
  padding: 10px 25px;
  position: relative;
  z-index: 99;
}
.tz-introduce-content-style-2 > a span i {
  display: inline-block;
  padding-right: 20px;
  color: #444444;
}
.tz-introduce-content-style-2 > a:hover:after {
  background: #000000 none repeat scroll 0 0;
  left: 0;
}
.tz-introduce-content-style-2 > a:hover span,
.tz-introduce-content-style-2 > a:hover span i {
  color: #ffffff;
}
.tz-institution span {
  background: #e8be6c none repeat scroll 0 0;
  display: inline-block;
  padding: 59px 30px 45px;
}
.tz-institution span img {
  display: inline-block;
  margin-top: -8px;
}
.tz-institution p {
  color: #777777;
  display: inline-block;
  font-size: 22px;
  line-height: 26.4px;
  padding-left: 40px;
  padding-top: 64px;
}
.tz-institution strong {
  color: #777777;
  font-weight: 400;
  line-height: 16.8px;
  padding-left: 15px;
}
.tz-university-one {
  background: #f6f6f6 none repeat scroll 0 0;
  margin-right: -15px;
  padding: 40px 20px 45px 20px;
  text-align: center;
}
.tz-university-one h4 {
  margin: 0 0 -25px;
  padding: 25px 0 20px;
}
.tz-university-one i.tz_ethic_cross {
  display: inline-block;
  padding: 33px 0 0;
}
.tz-university-one p {
  color: #999999;
  margin: 0;
  line-height: 23px;
}
.tz-introduce-content-style-3 {
  margin-top: -45px;
  padding: 60px 60px 48px 60px;
  position: relative;
  z-index: 99;
  text-align: center;
  background: #ffffff;
}
.tz-introduce-content-style-3 .tz-introduce-logo {
  background: #287e7a none repeat scroll 0 0;
  border-radius: 50%;
  height: 68px;
  left: 50%;
  margin-left: -34px;
  padding: 14px 0;
  position: absolute;
  top: -34px;
  width: 68px;
  z-index: 99;
}
.tz-introduce-content-style-3 h4 {
  color: #444444;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  margin: 0;
  padding: 38px 0 28px;
}
.custom-image {
  position: relative;
}
.custom-image > img {
  width: 100%;
}
.custom-image > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  left: 0;
}
.tz-about-school {
  background: #ffffff;
  margin: 0;
  overflow: hidden;
  padding-bottom: 15px;
  text-align: center;
}
.tz-about-school .tz_ethic_cross {
  font-size: 12px;
}
.tz-about-school span {
  display: block;
  margin-bottom: 5px;
  position: relative;
}
.tz-about-school span img {
  width: 100%;
}
.tz-about-school span a {
  background: #334878 none repeat scroll 0 0;
  border-radius: 50%;
  height: 62px;
  left: 50%;
  margin: -31px 0 0 -31px;
  position: absolute;
  top: 50%;
  width: 62px;
}
.tz-about-school span a i {
  color: #ffffff;
  font-size: 20px;
  padding: 20px 0;
}
.tz-about-school h4 {
  font-weight: 400;
  line-height: 21.6px;
  margin: 0 0 20px;
  padding: 10px 0 0;
}
.tz-about-school p {
  color: #999999;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 0 15px 12px;
}
.custom_article_2 {
  text-align: center;
}
.custom_article_2 > i {
  display: block;
  font-size: 12px;
}
.tz-item-more-details-style-2 {
  display: inline-block;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.tz-item-more-details-style-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background: #444444;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-item-more-details-style-2 span {
  border: 1px solid;
  color: #444444;
  display: inline-block;
  line-height: 25.2px;
  padding: 10px 25px;
  position: relative;
  z-index: 99;
}
.tz-item-more-details-style-2 span i {
  color: #444444;
}
.tz-item-more-details-style-2 i {
  padding-right: 20px;
}
.tz-item-more-details-style-2:hover:after {
  right: 0;
}
.tz-item-more-details-style-2:hover span,
.tz-item-more-details-style-2:hover span > i {
  color: #ffffff;
}
.tz-address-style-4 {
  position: relative;
}
.tz-address-style-4 > span {
  position: relative;
  display: block;
}
.tz-address-style-4 > span img {
  width: 100%;
}
.tz-address-style-4 > span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.3);
}
.tz-phone-fax {
  background: #334878;
  padding: 0 25px 45px 25px;
  position: absolute;
  right: 8.5%;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.tz-phone-fax a {
  display: block;
  text-align: center;
}
.tz-phone-fax a img {
  margin: 40px 0 31px;
  padding: 0;
}
.tz-phone-fax span {
  color: #ffffff;
  font-size: 13px;
  line-height: 35.1px;
}
.tz-phone-fax li i {
  color: #ffffff;
  font-size: 12px;
  padding-right: 10px;
}
.tz-introduce-content-style-4 {
  padding: 15px 0 0;
  text-align: center;
}
.tz-introduce-content-style-4 p {
  padding-bottom: 0;
}
.tz-introduce-content h4 {
  color: #444444;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  margin: 0;
  padding: 33px 0 28px;
}
.tz-introduce-content p {
  color: #999999;
  line-height: 25.2px;
  margin: 0 0 35px;
}
.tz-introduce-content i {
  color: #999999;
}
/*--------- Latest Event ---------*/
.style-home-7 .tz-event-wrapper.style-1 .tz-content-event-item i {
  padding-top: 27px;
}
.style-home-7 .tz-event-wrapper.style-1 .tz-content-event-item h6 {
  padding: 20px 0 15px;
  color: #444444;
}
.style-home-7 .tz-event-wrapper.style-1 .tz-content-event-item strong {
  color: #444444;
}
.style-home-7 .tz-event-wrapper.style-1 .tz-image-event-item:hover::after {
  background: rgba(65, 86, 132, 0.8);
}
.parallax {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background-attachment: fixed !important;
  background-position: 30% 10px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.image {
  left: 0;
  position: absolute;
  top: 55px;
}
.event-contents {
  text-align: center;
}
.event-contents h3.module-title {
  padding: 52px 0;
  margin: 0;
  color: #ffffff;
}
.event-contents .content {
  background: rgba(40, 40, 40, 0.4);
  padding-bottom: 68px;
}
.event-contents .content .mod_events_latest:last-child i.tz_ethic_cross {
  display: none;
}
.event-contents .content > div {
  padding-bottom: 15px;
}
.event-contents .content .tz-training-content .mod_events_latest_content {
  display: block;
}
.event-contents .content .tz-training-content .mod_events_latest_content a {
  color: #ffffff;
  font-size: 16px;
  line-height: 19.2px;
  margin: 0;
  padding: 0 0 5px;
}
.event-contents .content .tz-training-content .mod_events_latest_date {
  color: #fed27a;
  display: block;
  font-size: 13px;
  line-height: 23.4px;
  padding-bottom: 10px;
}
.event-contents .content .tz-training-content i {
  color: #ffffff;
}
.custom.image_event {
  margin-right: -15px;
}
.custom.image_event img {
  width: 100%;
}
.event-home-5 .row.mod_events_latest_table {
  margin: 0;
}
.event-home-5 .row.mod_events_latest_table > div {
  padding: 0;
}
.event-home-5 .module-ct {
  background: #e8be6c;
}
.event-home-5 h3.module-title {
  background: #334878;
  color: #ffffff;
  padding: 0 0 25px 0;
  margin: 0;
}
.event-home-5 h3.module-title i {
  padding: 20px 0;
}
.event-home-5 ul {
  padding: 0;
  border-top: 1px solid #ffffff;
  margin: 0;
  border-right: 1px solid #ffffff;
}
.event-home-5 ul li {
  padding: 16px 10px 25px;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  position: relative;
}
.event-home-5 ul li:last-child {
  border-bottom: none;
}
.event-home-5 ul li p {
  margin: 0;
}
.event-home-5 ul li:hover {
  background: #d9af62;
}
.event-home-5 ul li:hover.date .readmore {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.event-home-5 ul li:hover.date span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.event-home-5 ul li * {
  color: #ffffff;
}
.event-home-5 ul li.date {
  padding: 22px 5px;
}
.event-home-5 ul li.date span {
  font-size: 12px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.event-home-5 ul li.date .readmore {
  display: block;
  position: absolute;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  top: 20px;
  width: 100%;
  margin: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.event-home-5 ul li.date .readmore i {
  padding-right: 15px;
}
.event-home-5 ul li.desc {
  padding: 23px 10px 28px;
}
.event-home-5 ul li .mod_events_latest_content a {
  font-size: 16px;
}
.event-home-5 ul li i.tz_ethic_cross {
  display: block;
  padding-bottom: 16px;
  font-size: 13px;
}
.event-home-5 .mod_events_latest:last-child ul {
  border-right: none;
}
.event-home-4 .tz-mod-ethic {
  background: #334878;
  padding: 26px 0 22px;
}
.event-home-4 .module-title {
  padding-bottom: 24px;
  margin: 0;
  color: #ffffff;
}
.event-home-4 .mod_events_latest_table {
  text-align: center;
}
.event-home-4 .mod_events_latest_table .mod_events_latest_content {
  display: block;
}
.event-home-4 .mod_events_latest_table .mod_events_latest_content a {
  color: #ffffff;
  font-size: 16px;
  line-height: 19.2px;
  margin: 0;
  padding-bottom: 8px;
}
.event-home-4 .mod_events_latest_table .mod_events_latest_date {
  color: #fed27a;
  display: block;
  font-size: 13px;
  line-height: 23.4px;
  padding-bottom: 13px;
}
.event-home-4 .mod_events_latest_table p {
  display: none;
}
.event-home-4 .mod_events_latest_table i {
  font-size: 12px;
  color: #ffffff;
  padding: 5px 0 10px;
  display: block;
}
#latest-event > div {
  padding: 0;
}
.tz-event-wrapper.style-1 .mod_events_latest_first,
.tz-event-wrapper.style-1 .mod_events_latest {
  padding: 0 15px;
}
.tz-event-wrapper.style-1 .tz-image-event-item {
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
  z-index: 1;
}
.tz-event-wrapper.style-1 .tz-image-event-item:after {
  background: rgba(222, 103, 74, 0) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0.5);
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-event-wrapper.style-1 .tz-image-event-item img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
  margin: 0;
}
.tz-event-wrapper.style-1 .tz-image-event-item a {
  border: 1px solid #ffffff;
  height: 48px;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 48px;
  z-index: 3;
}
.tz-event-wrapper.style-1 .tz-image-event-item a i {
  color: #ffffff;
  padding: 16px 0 !important;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-event-wrapper.style-1 .tz-image-event-item a:hover {
  border-radius: 50%;
}
.tz-event-wrapper.style-1 .tz-image-event-item a:hover i {
  -webkit-animation: 2s linear 0s normal none infinite running rotate-icon;
  -o-animation: 2s linear 0s normal none infinite running rotate-icon;
  animation: 2s linear 0s normal none infinite running rotate-icon;
}
.tz-event-wrapper.style-1 .tz-image-event-item:hover a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-event-wrapper.style-1 .tz-image-event-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tz-event-wrapper.style-1 .tz-image-event-item:hover:after {
  background: rgba(51, 72, 120, 0.8) none repeat scroll 0 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-event-wrapper.style-1 .tz-content-event-item {
  background: #f6f6f6 none repeat scroll 0 0;
  text-align: center;
  padding: 0 15px 35px;
}
.tz-event-wrapper.style-1 .tz-content-event-item h6 {
  font-size: 16px;
  line-height: 19.2px;
  margin: 0;
  padding: 25px 0 8px;
}
.tz-event-wrapper.style-1 .tz-content-event-item h6 span a {
  color: #444444;
}
.tz-event-wrapper.style-1 .tz-content-event-item strong {
  color: #999999;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
}
.tz-event-wrapper.style-1 .tz-content-event-item p {
  color: #999999;
  line-height: 25.2px;
  margin: 0;
  padding: 15px 0 0;
}
.tz-event-wrapper.style-1 .tz-content-event-item i {
  padding-top: 10px;
  font-size: 12px;
  display: block;
  color: #999999;
}
.tz-event-wrapper .owl-prev,
.tz-event-wrapper .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -22px;
}
.tz-event-wrapper .owl-prev i,
.tz-event-wrapper .owl-next i {
  font-size: 30px;
  color: #eaeaea;
  padding: 5px 15px;
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-event-wrapper .owl-prev:hover i,
.tz-event-wrapper .owl-next:hover i {
  background: #eaeaea;
  color: #444444;
}
.tz-event-wrapper .owl-prev {
  left: -15%;
}
.tz-event-wrapper .owl-next {
  right: -15%;
}
/*--------- Testimonial ----------*/
.parallax-style-4 {
  background-attachment: fixed !important;
  background-position: 30% 10px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  box-shadow:inset 0px 0px 15px #333;
}
.parallax-style-4:after {
  background: rgba(33, 33, 33, 0.4) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.parallax-style-4 .tz-overlay {
  padding: 53px 0 80px;
  position: relative;
  z-index: 9999;
  text-align: center;
  color: #ffffff;
}
.parallax-style-4 .tz-overlay h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 33.6px;
  margin: 0;
  padding-top: 34px;
}
.parallax-style-4 .tz-overlay strong {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  padding-top: 30px;
}
/*-------- Latest Course ----------*/
.tz-hidden {
  display: none;
}
#tz-sidemenu {
  margin: 0 -30px 0 0;
  padding: 0;
}
#tz-sidemenu li {
  border: 1px solid #dddddd;
  border-bottom: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#tz-sidemenu li:last-child {
  border-bottom: 1px solid #dddddd;
}
#tz-sidemenu li > div {
  overflow: hidden;
  position: relative;
}
#tz-sidemenu li > div:after {
  background: rgba(238, 238, 238, 0) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
}
#tz-sidemenu li > div:hover:after {
  background: #eeeeee none repeat scroll 0 0;
  left: 0;
}
#tz-sidemenu li:hover i.tz-icon-2,
#tz-sidemenu li a.tz-open i.tz-icon-2 {
  -webkit-animation: 2s linear 0s normal none infinite running rotate-icon;
  -o-animation: 2s linear 0s normal none infinite running rotate-icon;
  animation: 2s linear 0s normal none infinite running rotate-icon;
  color: #334878;
  opacity: 1;
}
#tz-sidemenu li:hover i.tz-icon-1,
#tz-sidemenu li a.tz-open i.tz-icon-1 {
  opacity: 0;
}
#tz-sidemenu li a {
  background: rgba(238, 238, 238, 0) none repeat scroll 0 0;
  display: inline-block;
  outline: medium none;
  padding: 21px 30px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
  z-index: 9999;
}
#tz-sidemenu li a i.tz-icon-1 {
  font-size: 12px;
  color: #444444;
}
#tz-sidemenu li a i.tz-icon-2 {
  color: #444444;
  left: 30px;
  opacity: 0;
  position: absolute;
  top: 25px;
  z-index: 9;
}
#tz-sidemenu li a strong {
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  padding-left: 25px;
}
#tz-sidemenu li a.tz-open {
  background: #eeeeee;
}
.tz-tab-img img {
  width: 100%;
}
.tz-tab-description {
  background: #334878;
  padding: 35px 30px 30px;
  text-align: center;
  color: #ffffff;
}
.tz-tab-description span {
  padding: 25px 0 0 0;
  display: block;
}
.tz-tab-description span a {
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-left: 7px;
  padding: 7px 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: inline-block;
  position: relative;
}
.tz-tab-description span a:hover {
  background: #ffffff;
  color: #334878;
}
.tz-tab-description h4 {
  font-size: 18px;
  line-height: 32.4px;
  margin: 9px 0 0;
  padding: 0 0 12px;
}
.tz-tab-description h4 a {
  color: #ffffff;
}
/*-------- Latest Article ---------*/
/**
 * 	
 
.carousel {
  margin: 0px -15px 50px -15px;
}
.carousel .owl-item {
  border: none;
  padding:20px 20px 40px 20px;
}
.carousel .owl-item .slide {
  padding: 0;
  background-color:#fff;
  box-shadow:2px 2px 10px #000;
}
.carousel .owl-item .slide .tz_carousel_default {
  overflow: hidden;
}
.carousel .owl-item .slide .tz_carousel_default .tz-article-content {
  padding: 15px;
}
.carousel .owl-item .slide .tz_carousel_image img {
  float: none;
  padding:20px 20px 15px 20px;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  position: relative;
}
.carousel .owl-item .slide .tz-article-content {
  background: rgba(193, 96, 54, 0.4) none repeat scroll 0 0;
  height: 83%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -200px;
  width: 90%;
  z-index: 9;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.carousel .owl-item .slide .tz-article-content h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  margin: 0;
  position: absolute;
  text-align: left;
  top: 35px;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  -moz-transition: all 0.4s ease-in-out 0.1s;
  -o-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.carousel .owl-item .slide .tz-article-content h4 a {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}
.carousel .owl-item .slide .tz-article-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 23.4px;
  position: absolute;
  text-align: left;
  top: 95px;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
.carousel .owl-item .slide .tz-article-content span {
  bottom: 35px;
  display: block;
  left: 50%;
  margin-left: -85px;
  position: absolute;
  text-align: center;
}
.carousel .owl-item .slide .tz-article-content span a {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 25.2px;
  padding: 10px 25px;
  position: relative;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
  text-transform: uppercase;
}
.carousel .owl-item .slide .tz-article-content span a i {
  padding-right: 20px;
}
.carousel .owl-item .slide .tz-article-content span a:after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: -1;
}
.carousel .owl-item .slide .tz-article-content span a:hover {
  border: 0 none;
  color: #334878;
}
.carousel .owl-item .slide .tz-article-content span a:hover:after {
  color: #334878;
  width: 100%;
}
.carousel .owl-item:hover .tz-video,
.carousel .owl-item:hover .tz-slide {
  -webkit-transform: scale(0) rotate(45deg);
  -moz-transform: scale(0) rotate(45deg);
  -o-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}
.carousel .owl-item:hover .tz_carousel_image img {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
}
.carousel .owl-item:hover .tz-article-content {
  -webkit-animation: 0.9s linear 0s normal none 1 running easeIn;
  -o-animation: 0.9s linear 0s normal none 1 running  easeIn;
  animation: 0.9s linear 0s normal none 1 running  easeIn;
  cursor: e-resize !important;
  opacity: 1;
  top: 20px;
  left:20px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  background: rgba(222, 87, 73, 0.8);
}
.carousel .owl-item:hover .tz-article-content h4 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.carousel .owl-item:hover .tz-article-content p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.carousel .owl-item:hover .tz-article-content span a {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
*/
#home_content_portfolio .tz-portfolio-title {
  text-align: center;
  margin: 0;
  padding: 0 0 60px;
  color: #444444;
  font-size: 20px;
  line-height: 24px;
}
#home_content_portfolio .tz-portfolio-title i {
  display: block;
  font-size: 12px;
  margin: 0 0 10px;
}
#home_content_portfolio .TzInner {
  overflow: hidden;
}
#home_content_portfolio .TzInner .tz-image-portfolio {
  height: 100%;
}
#home_content_portfolio .TzInner .tz-image-portfolio img {
  position: relative;
}
#home_content_portfolio .TzInner .tz-portfolio-content {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: 0;
  transition: all 0.3s ease-in 0s;
  width: 100%;
}
#home_content_portfolio .TzInner .tz-portfolio-content h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.6px;
  margin: 50px 0 0;
  opacity: 0;
  padding: 0 25px;
  left: -100px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
}
#home_content_portfolio .TzInner .tz-portfolio-content h4 a {
  color: #ffffff;
}
#home_content_portfolio .TzInner .tz-portfolio-content p {
  color: #ffffff;
  font-size: 13px;
  line-height: 23.4px;
  margin: 0;
  opacity: 0;
  padding: 12px 25px;
  left: 100px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
}
#home_content_portfolio .TzInner .tz-portfolio-content span {
  bottom: 0;
  display: block;
  left: 50%;
  margin: 0 -80px;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
#home_content_portfolio .TzInner .tz-portfolio-content span a {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  line-height: 25.2px;
  padding: 5px 20px 5px 5px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#home_content_portfolio .TzInner .tz-portfolio-content span a i {
  color: #ffffff;
  font-size: 14px;
  padding: 10px 15px;
}
#home_content_portfolio .TzInner .tz-portfolio-content span a:hover i {
  -webkit-animation: 2s linear 0s normal none infinite running rotate-icon;
  -o-animation: 2s linear 0s normal none infinite running rotate-icon;
  animation: 2s linear 0s normal none infinite running rotate-icon;
}
#home_content_portfolio .TzInner:hover .tz-video,
#home_content_portfolio .TzInner:hover .tz-slide {
  -webkit-transform: scale(0) rotate(45deg);
  -moz-transform: scale(0) rotate(45deg);
  -o-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}
#home_content_portfolio .TzInner:hover .tz-portfolio-content {
  opacity: 1;
  background: rgba(51, 72, 120, 0.8);
}
#home_content_portfolio .TzInner:hover .tz-portfolio-content h4 {
  opacity: 1;
  left: 0;
}
#home_content_portfolio .TzInner:hover .tz-portfolio-content p {
  opacity: 1;
  left: 0;
}
#home_content_portfolio .TzInner:hover .tz-portfolio-content span {
  bottom: 55px;
  opacity: 1;
  transition-delay: 0.3s;
}
/*-------- Service ---------*/
.style-home-7 .services.home-3 {
  margin: 0;
}
.style-home-7 .services.home-3 > div {
  padding: 0;
}
.style-home-7 .services.home-3 .service {
  padding: 51px 0;
}
.style-home-6 .home-4.services {
  margin: 0;
}
.style-home-6 .home-4.services > div {
  padding: 0;
}
.style-home-6 .home-4.services .service {
  padding: 51px 0;
}
.home-4.services {
  padding: 0;
  margin: -7px;
}
.home-4.services > div {
  padding: 7px;
}
.home-4.services .service {
  padding: 60px 0;
  height: auto;
  border-radius: 0;
}
.home-3.services {
  padding: 0;
  margin: 25px -5px 40px;
}
.home-3.services > div {
  padding: 0 5px;
}
.home-3.services .service {
  border-radius: 0;
  margin: 0;
  padding: 40px 0;
  height: auto;
}

.services2 {
  background: #f6f6f6;
  padding: 35px 55px;
  margin: 0;
}
.services2 .custom_text {
  text-align: left;
}
.services2 .custom_text img {
  margin: 5px 0 0 0;
}
.services2 .custom_text h3 {
  margin: 0;
  padding: 50px 0 0 0;
}
.services2 .custom_text h3 a {
  color: #444444;
  font-size: 24px;
  line-height: 28.8px;
}
.services2 .custom_text p {
  color: #999999;
  line-height: 25.2px;
  padding: 31px 30px 0 0;
}
.services2 .custom_text .custom_button {
  margin: 65px 0 0 0;
  display: block;
}
.services2 .custom_text .custom_button span {
  border: 1px solid #444444;
  border-radius: 3px;
  color: #444444;
  display: inline-block;
  padding: 11px 25px;
}
.services2 .custom_text .custom_button span i {
  padding-right: 20px;
}
.services2 .service {
  padding: 50px 0;
  border-radius: 50%;
  height: 185px;
  text-align: center;
  margin-bottom: 20px;
}
.services2 .service .icon_service {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  height: 45px;
  transition: all 0.3s linear 0s;
  width: 45px;
  text-align: center;
  margin: 0 auto 10px auto;
}
.services2 .service .icon_service i {
  font-size: 20px;
  padding: 12px 0;
}
.services2 .service .more-btn {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: 19.2px;
  padding-top: 3px;
}
.services2 .service:hover .icon_service i {
  -webkit-animation: rotate-icon 2s infinite linear;
  -moz-animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
  -ms-animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
  -o-animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
  animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
}
.services {
  margin: 12px -15px 55px -15px;
  padding: 40px 0;
}
.services .service {
  padding: 85px 0;
  border-radius: 50%;
  height: 270px;
  text-align: center;
}
.services .service .icon_service {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  height: 60px;
  transition: all 0.3s linear 0s;
  width: 60px;
  text-align: center;
  margin: 2px auto 10px auto;
}
.services .service .icon_service i {
  font-size: 28px;
  padding: 16px 0;
}
.services .service .more-btn {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: 19.2px;
  padding-top: 3px;
}
.services .service:hover .icon_service i {
  -webkit-animation: rotate-icon 2s infinite linear;
  -moz-animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
  -ms-animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
  -o-animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
  animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
}
.tz-item-more-details {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.tz-item-more-details span {
  border: 1px solid #444444;
  color: #444444;
  display: inline-block;
  line-height: 25.2px;
  padding: 10px 25px;
  border-radius: 3px;
  position: relative;
  z-index: 99;
}
.tz-item-more-details span i {
  padding-right: 25px;
}
.tz-item-more-details:after {
  border-radius: 2px;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tz-item-more-details:hover:after {
  -webkit-transform: scale(8);
  -moz-transform: scale(8);
  -o-transform: scale(8);
  transform: scale(8);
  background: #000000;
}
.tz-item-more-details:hover span {
  color: #ffffff;
}
.tz-services-wrapper p {
  color: #999999;
  line-height: 25.2px;
  margin: 0 0 30px;
  padding: 27px 0 0;
}
.tz-services-wrapper h3 {
  font-size: 24px;
  line-height: 28.8px;
  margin: -5px 0 0;
}
/*-------- Mail ----------*/
.acymailing_module_form {
  background: transparent;
  position: relative;
}
.acymailing_module_form:after {
  display: block;
  content: '';
  clear: both;
}
.acymailing_module_form .acymailing_introtext {
  float: left;
  width: 28%;
  padding: 25px 18px !important;
  background: transparent;
  text-align: left;
  color: #444444;
  font-size: 13px;
}
div.acymailing_module .acymailing_form {
  float: left;
  width: 72%;
  height: 100%;
  position: absolute;
  right: 0;
  padding-left: 30px !important;
}
div.acymailing_module .acymailing_form .ds-table-cell {
  text-align: left;
}
div.acymailing_module .acymailing_form .acyfield_name,
div.acymailing_module .acymailing_form .acyfield_email,
div.acymailing_module .acymailing_form .acysubbuttons {
  display: inline-block;
}
div.acymailing_module .acymailing_form .acyfield_name input,
div.acymailing_module .acymailing_form .acyfield_email input,
div.acymailing_module .acymailing_form .acysubbuttons input {
  top: 0;
  border-radius: 2px;
}
div.acymailing_module .acymailing_form .acyfield_name,
div.acymailing_module .acymailing_form .acyfield_email {
  margin-right: 10px !important;
}
div.acymailing_module .acymailing_form .acyfield_name input,
div.acymailing_module .acymailing_form .acyfield_email input {
  min-width: 300px;
}
div.acymailing_module .acysubbuttons::before {
  position: relative;
  left: 35px;
  top: 1px;
  content: '\f0b2';
  font-size: 14px;
  font-family: FontAwesome;
  color: #444444;
  z-index: 3;
}
.style-home-3 .acymailing_module_form .acymailing_introtext {
  color: #ffffff;
  padding: 33px 18px !important;
}
.style-home-3 .acymailing_form .acyfield_name input,
.style-home-3 .acymailing_form .acyfield_email input,
.style-home-3 .acymailing_form .acysubbuttons input {
  border-radius: 0;
}
.style-home-3 .acymailing_form .button_submit {
  border-color: #ffffff;
  color: #ffffff;
}
.style-home-3 .acymailing_form .button_submit:hover {
  background: transparent;
}
.style-home-3 .acymailing_form .acysubbuttons::before {
  color: #ffffff;
}
.style-home-1 {
  	height: 0;
	position: absolute;
	z-index: 9999;
	margin-top: -105px;
	right:0;
}
@media(min-width:1200px){
	.style-home-1{
		right: 200px;
	}
}
.style-home-1 .acymailing_module_form {
  background: #ffffff;
}
.style-home-1 .acymailing_introtext {
  background: #334878;
  color: #ffffff;
}
.acymailing_form {
  text-align: center;
}
.acymailing_form input {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  color: #aaaaaa;
  font-size: 14px;
  line-height: 25.2px;
  margin: 0;
  padding: 10px 15px 10px 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.acymailing_form .button_submit {
  border: 1px solid #454545;
  background: transparent;
  border-radius: 2px;
  color: #545454;
  display: inline-block;
  padding: 10px 25px 10px 50px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: auto;
  text-transform: uppercase;
}
.acymailing_form .button_submit:hover {
  background: #eeeeee none repeat scroll 0 0;
  border-color: #ffffff;
}
.acymailing_form .button_submit,
.acymailing_form input {
  position: relative;
}
.acymailing_form .title {
  color: #444444;
  font-size: 13px;
  line-height: 23.4px;
  margin-right: 45px;
  width: 220px;
  display: inline-block;
}
/*-------- Footer ---------*/

.tz-footer-content {
  background: #334878;
  padding: 84px 0 57px;
}
.tz-footer-content .container img {
  display: inline-block;
  margin: 0 0 -10px;
}
.tz-footer-content .tz-footer-part:after {
  display: block;
  clear: both;
  content: '';
}
.tz-footer-content .tz-footer-part > li a {
  color: #ffffff;
  padding: 0;
  font-size: 13px;
  line-height: 26px;
}
.tz-footer-content .tz-footer-part > li a:hover,
.tz-footer-content .tz-footer-part > li a:focus {
  color: #ffffff;
  background: transparent;
}
.tz-footer-content .tz-footer-part > li.open a {
  color: #ffffff;
  background: transparent;
}
.tz-footer-content .title_mod_menu h4 {
  color: #ffffff;
  font-size: 16px;
  line-height: 19.2px;
  padding: 15px 0 20px;
  margin: -4px 0;
  text-transform: uppercase;
}
.tz-footer-content .title_mod_menu i {
  color: #ffffff;
  font-size: 12px;
}
.tz-footer-content .tz-footer-part .tz-footer-content .tz-footer-content-main img {
  margin: 5px 0;
}
.tz-footer-address-site {
  padding: 40px 0 65px;
  text-align: center;
}
.tz-footer-text address {
  color: #444444;
  font-size: 13px;
  line-height: 19.4px;
  margin: 0;
}
.tz-footer-content-2 .tz-footer-content-main ul li a {
  color: #ffffff;
}
.tz-footer-content-6 .tz-footer-content-main h4,
.tz-footer-content-6 .tz-footer-content-main ul li a {
  color: #333333;
}
/*--------- Revolution -------*/
.rev_slider_wrapper li:after {
  background: rgba(248, 247, 233, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.button1 .tz-item-more-details span {
  border-radius: 0;
  border-color: #ffffff;
  color: #ffffff;
}
.button1 .tz-item-more-details span i {
  color: #ffffff;
}
.button1 .tz-item-more-details:hover span {
  border-color: #ffffff;
}
.button1 .tz-item-more-details:hover:after {
  background: #ffffff;
}
.button1 .tz-item-more-details:hover span,
.button1 .tz-item-more-details:hover i {
  color: #444444;
}
.tp-leftarrow.default {
  background: transparent !important;
}
.tp-leftarrow.default:after {
  content: '\f104';
  position: absolute;
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 35px;
  left: 0;
}
.tp-rightarrow.default {
  background: transparent !important;
}
.tp-rightarrow.default:after {
  content: '\f105';
  position: absolute;
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 35px;
  right: 0;
}
/*--------- Custom Header --------*/
.tz-sign-in {
  text-align: center;
  color: #ffffff;
  padding-bottom: 16px;
  padding-top: 11px;
  line-height: 16.8px;
}
.tz-sign-in.text-left {
  text-align: left;
}
.tz-sign-in.text-left .tz-search {
  background: transparent;
  padding: 3px 0 0 0;
  border: none;
  margin: 0;
  float: right;
}
.tz-sign-in.text-left .tz-search i {
  padding: 0;
}
.tz-sign-in i {
  padding-right: 30px;
  padding-left: 5px;
}
.tz-liner-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #334878;
  height: 7px;
  text-align: center;
  z-index: 999;
}
.tz-liner-logo img {
  z-index: 9999;
  position: relative;
}
/*--------- Header - 6 ---------*/
.tz-header-6 {
  width: 100%;
}
.tz-header-6 #tzlogo {
  border: medium none;
  margin-right: 0;
  margin-top: -8px;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: block;
}
.tz-header-6 .tz-search {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin: 35px 0 0;
  padding: 17px 35px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-top: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  background: transparent;
}
.tz-header-6 .tz-search i {
  color: #555555;
}
.tz-header-6 .navbar-inner .nav-collapse {
  padding: 0;
}
.tz-header-6 .navbar-inner .plazart-megamenu .level0 > li {
  padding: 36px 0;
  transition: all 0.3s linear 0s;
}
.tz-header-6 .navbar-inner .plazart-megamenu .level0 > li > a {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  color: #555555;
  display: inline-block;
  line-height: 16.8px;
  padding: 19px 27px 20px;
  position: relative;
  background: transparent;
  text-transform: uppercase;
}
.tz-header-6 #plazart-mainnav .tz-search,
.tz-header-6 #plazart-mainnav .navbar-inner {
  float: right;
}
.tz-header-6.tz-header-6-eff {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.tz-header-6.tz-header-6-eff #plazart-mainnav .level0 > li {
  padding: 10px 0;
}
.tz-header-6.tz-header-6-eff .tz-search {
  margin-top: 10px;
}
.tz-header-6.tz-header-6-eff #tzlogo {
  position: absolute;
  left: 15px;
  top: 0;
}
/*--------- Header 7---------*/
.tz-header-7 {
  position: fixed;
  width: 100%;
  top: 45px;
  left: 0;
  z-index: 99999;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header-7.tz-header-7-eff {
  top: 0;
}

.tz-header-7.tz-header-7-eff #tz-menu1-wrapper{
	background:none !important;
}
.tz-header-7 #tzlogo {
  display: block;
  padding: 16px 0px 16px 0px;
}
.tz-header-7 #tzlogo img{
	max-width:100% !important;
}
.tz-header-7 #plazart-mainnav a{
	font-family:"DIN",sans-serif;
}
.tz-header-7 #plazart-mainnav .level0 > li.visible-xs{
	display:none !important;
}
.tz-header-7 #plazart-mainnav .level0 > li > a {
  padding: 40px 10px 30px 10px;
  color: #746d65;
  text-transform: uppercase;
  transition:all 0.7s ease;
  font-size:1.3em !important;
}
.tz-header-7 #plazart-mainnav .level0 > li:hover > a,
.tz-header-7 #plazart-mainnav .level0 > li.open > a, .tz-header-7 #plazart-mainnav .level0 > li.active > a {
  color:#8e2e7d;
  background:none;
}

.tz-header-7 .navbar-inner .nav-collapse {

  padding: 0;
}
.tz-header-7 .tz-search {
  
  display:none !important;
}
.tz-header-7 .tz-search i {
  color: #ffffff;
}
.tz-header-7 .tz-search:hover {
  background: #334878;
}
.tz-header-7 .tz-search:hover i {
  color: #ffffff;
}
/*---------  Header 3 -------*/
.tz-header-3 {
  position: fixed;
  top: 44px;
  width: 100%;
  background: transparent;
  z-index: 99999;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header-3.tz-header-3-eff {
  top: 0;
  background: #334878;
}
.tz-header-3.tz-header-3-eff #plazart-mainnav .level0 > li {
  padding: 18px 0;
}
.tz-header-3.tz-header-3-eff #plazart-mainnav .tz-search {
  margin-top: 15px;
}
.tz-header-3.tz-header-3-eff #plazart-mainnav .dropdown-menu {
  border-color: #2d938e;
}
.tz-header-3.tz-header-3-eff #tzlogo img {
  width: 90px;
  position: absolute;
  top: 15px;
  left: 0;
}
.tz-header-3 #plazart-mainnav .tz-search {
  float: right;
}
.tz-header-3 #plazart-mainnav .navbar-inner {
  padding-right: 90px;
}
.tz-header-3 #plazart-mainnav .level0 > li {
  padding: 33px 0 34px;
}
.tz-header-3 #plazart-mainnav .level0 > li > a {
  padding: 18px 34px;
  color: #ffffff;
  text-transform: uppercase;
  background: transparent;
  line-height: 1em;
}
.tz-header-3 #plazart-mainnav .level0 > li:hover > a,
.tz-header-3 #plazart-mainnav .level0 > li.open > a {
  background: transparent;
}
.tz-header-3 .tz-search {
  border: medium none;
  margin: 30px 0 0;
  color: #ffffff;
  padding: 16px 28px 16px;
}
.tz-header-3 #tzlogo {
  position: relative;
}
.tz-header-3 #tzlogo img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-custom-header-3 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-custom-header-3.not-fixed {
  visibility: hidden;
}
/*------- Header 5 -------*/
.tz-header-5 {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 99999;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header-5.tz-header-5-eff {
  background: #334878;
}
.tz-header-5.tz-header-5-eff #tzlogo img {
  background: #334878;
  padding: 18px 44px;
}
.tz-header-5.tz-header-5-eff .menu1 {
  background: #334878;
}
.tz-header-5.tz-header-5-eff #plazart-mainnav .level0 > li {
  padding: 20px 0 20px;
}
.tz-header-5.tz-header-5-eff #plazart-mainnav .level0 > li > a {
  padding: 15px 29px;
}
.tz-header-5.tz-header-5-eff .tz-search {
  margin-top: 15px;
}
.tz-header-5 .menu1 {
  background: #334878;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header-5 #plazart-mainnav .tz-search {
  float: right;
}
.tz-header-5 #plazart-mainnav .navbar-inner {
  padding-right: 85px;
}
.tz-header-5 #plazart-mainnav .level0 > li {
  padding: 27px 0 30px;
}
.tz-header-5 #plazart-mainnav .level0 > li > a {
  padding: 16px 29px;
  color: #ffffff;
  text-transform: uppercase;
  background: transparent;
  line-height: 1em;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.tz-header-5 #plazart-mainnav .level0 > li:hover > a,
.tz-header-5 #plazart-mainnav .level0 > li.open > a {
  background: transparent;
}
.tz-header-5 .tz-search {
  border: medium none;
  margin: 20px 0 0;
  color: #ffffff;
  padding: 19px 35px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header-5 #tzlogo img {
  background: #e8be6c;
  padding: 24px 44px 31px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
/*-------- Header 2 -------*/
.tz-header-2.tz-header-2-eff {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999999;
}
.tz-header-2.tz-header-2-eff #tzlogo {
  padding: 10px 0;
}
.tz-header-2.tz-header-2-eff #tzlogo img {
  width: 150px;
}
.tz-header-2.tz-header-2-eff #plazart-mainnav .level0 > li {
  padding: 25px 0;
}
.tz-header-2 .tz-search {
  display: none;
}
.tz-header-2 #plazart-mainnav .navbar-inner .plazart-megamenu {
  float: right;
  padding: 0;
}
.tz-header-2 #plazart-mainnav .level0 > li {
  padding: 40px 0;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.tz-header-2 #plazart-mainnav .level0 > li:first-child > a {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.tz-header-2 #plazart-mainnav .level0 > li > a {
  padding: 18px 32px;
  color: #ffffff;
  text-transform: uppercase;
  background: transparent;
  line-height: 1em;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.tz-header-2 #plazart-mainnav .level0 > li:hover > a,
.tz-header-2 #plazart-mainnav .level0 > li.open > a {
  background: transparent;
}
.tz-header-2 #tzlogo {
  padding: 25px 0 34px;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  display: block;
}
/*-------- Header 1 ----------*/
.tz-header-home-1 {
  height: 7px;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.tz-header-home-1 > .container > .row {
  position: relative;
}
.tz-header-home-1 .menu {
  position: absolute;
  width: 100%;
  top: -60px;
  z-index: 999;
}
.tz-header-home-1 #plazart-mainnav .level0 > li > a {
  background: #334878;
  border: 0 none;
  color: #ffffff;
  margin-right: 2px;
  padding: 20px 27px;
  text-transform: uppercase;
}
.tz-header-home-1 #plazart-mainnav .level0 > li.open > a,
.tz-header-home-1 #plazart-mainnav .level0 > li:focus > a,
.tz-header-home-1 #plazart-mainnav .level0 > li:hover > a {
  background: #ffffff;
  color: #444444;
}
.tz-header-home-1 .tz-search {
  background: #334878;
  border: 0 none;
  bottom: 0;
  display: block;
  margin: 0 2px 0 0;
  padding: 0;
  position: relative;
  float: right;
  right: 0;
  top: 0;
}
.tz-header-home-1 .tz-search i {
  padding: 23px 27px;
  color: #ffffff;
}
.tz-header-home-1 .tz-search:hover {
  background: #ffffff;
}
.tz-header-home-1 .tz-search:hover i {
  color: #444444;
}
.tz-header-home-1.affix-eff {
  background: #334878;
  height: auto;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
.tz-header-home-1.affix-eff .tz-menu-6 {
  padding-left: 0;
}
.tz-header-home-1.affix-eff .tz-menu-6 #plazart-mainnav .level0 > li:first-child > a {
  padding-left: 15px;
}
/*-------- Header 4 ---------*/
.tz-button-toggle.tz-canvas-customer {
  background: transparent;
  border: medium none;
  display: block;
  float: left;
  margin: 32px 17px 0;
  padding: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-button-toggle.tz-canvas-customer i {
  color: #ffffff;
}
.tz-header-4 .logo {
  position: relative;
}
.tz-header-4 .logo #tzlogo img {
  display: block;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  top: 8px;
  z-index: 99;
  width: 120px;
  max-width: 120px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header-4 .menu-home-1 > li {
  margin: 0;
  display: block !important;
}
.tz-header-4 .menu-home-1 > li > a {
  background: transparent;
  color: #ffffff;
  font-size: 20px;
  line-height: 16.8px;
  padding: 34px 32px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
}
.tz-header-4 .menu-home-1 > li > a:focus {
  background: transparent;
}
.tz-header-4 .menu-home-1 > li > a .caret {
  display: none;
}
.tz-header-4 .menu-home-1 > li.open .dropdown-menu {
  top: 100%;
  visibility: visible;
}
.tz-header-4 .menu-home-1 > li.open a,
.tz-header-4 .menu-home-1 > li:hover a,
.tz-header-4 .menu-home-1 > li:focus a {
  background: transparent;
}
.tz-header-4 .menu-home-1 > li .dropdown-menu {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  top: 150%;
  display: block;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tz-header-4 .menu-home-1 > li .dropdown-menu > li > a {
  line-height: 1.5em;
  padding: 11px 80px 11px 30px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.tz-header-4 .menu-home-1 > li .dropdown-menu > li.active > a,
.tz-header-4 .menu-home-1 > li .dropdown-menu > li:hover > a {
  background: #48672e;
  color: #ffffff;
  border-color: #48672e;
}
.tz-header-4 .tz-search {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  top: 32px;
  position: relative;
  padding: 0;
  right: 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header-4 .tz-search i {
  color: #ffffff;
}
.tz-header-4.tz-header-4-eff {
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.tz-header-4.tz-header-4-eff .menu-home-1 > li > a {
  padding: 25px 32px;
}
.tz-header-4.tz-header-4-eff .logo #tzlogo img {
  max-width: 90px;
  margin-left: -45px;
  top: 0;
  width: 90px;
}
.tz-header-4.tz-header-4-eff .tz-button-toggle.tz-canvas-customer {
  margin-top: 22px;
}
.tz-header-4.tz-header-4-eff .tz-search {
  top: 22px;
}
/*--------- Header 1 -----------*/
.tz-header-1 #tzlogo {
  display: block;
  padding: 12px 0 12px 56px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.tz-header-1 .tz-search {
  float: right;
}
.tz-header-1 .tz-search i {
  color: #ffffff;
  padding: 21px 30px;
}
.tz-header-1 .tz-search:hover i {
  background: #ffffff;
  color: #444444;
}
.tz-header-1 .navbar-inner {
  padding-right: 75px;
}
.tz-header-1 #plazart-mainnav .level0 > li:first-child > a {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.tz-header-1 #plazart-mainnav .level0 > li:first-child .dropdown-menu {
  left: 0;
}
.tz-header-1 #plazart-mainnav .level0 > li > a {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  display: inline-block;
  line-height: 16.8px;
  padding: 19px 27px 20px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header-1 #plazart-mainnav .level0 > li:hover > a,
.tz-header-1 #plazart-mainnav .level0 > li.open > a {
  background: #ffffff;
  color: #444444;
}
.tz-header-1 #plazart-mainnav .dropdown-menu {
  border-color: transparent;
  border: none;
}
.tz-header-1.tz-header-eff {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999999;
}
/*------ Menu ------*/
#menu ul li {
  min-width: 0 !important;
}
.tz-canvas-padding {
  padding: 0;
}
.canvas-menu {
  background-color: #ffffff;
  bottom: 0;
  left: -20em;
  position: fixed;
  top: 0;
  width: 20em;
  z-index: 9999999;
}
.tz-offcanvas-close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 50%;
  color: #fff;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s linear 0s;
  width: 30px;
  z-index: 9999999;
}
.tz-offcanvas-close i {
  color: #DDDDDD;
  font-size: 20px;
}
.tz-offcanvas-close:hover {
  background: rgba(0, 0, 0, 0.6);
}
.tzscrollable {
  opacity: 1;
  overflow: auto;
  position: relative;
  top: 74px;
  -webkit-transition: all 0.3s linear 0.2s;
  -moz-transition: all 0.3s linear 0.2s;
  -o-transition: all 0.3s linear 0.2s;
  transition: all 0.3s linear 0.2s;
}
.tzscrollable > li {
  border-top: 1px solid #eeeeee;
  margin: 0 !important;
  padding: 20px;
}
.tzscrollable > li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.tzscrollable > li.open > a {
  background: transparent;
}
.tzscrollable > li.open > a:hover,
.tzscrollable > li.open > a:active,
.tzscrollable > li.open > a:focus {
  background: transparent;
}
.tzscrollable > li > a {
  color: #444444;
  background: transparent;
  padding: 0;
  font-weight: 400;
  line-height: 16.8px;
  z-index: 99993;
}
.tzscrollable > li > a:hover,
.tzscrollable > li > a:active,
.tzscrollable > li > a:focus {
  background: transparent;
}
.tzscrollable > li > a i {
  padding-right: 20px;
}
.tzscrollable > li > a .tzicon-2 {
  color: #334878;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tzscrollable > li > a .tzicon-1 {
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tzscrollable > li:after {
  background: rgba(238, 238, 238, 0) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s linear 0s;
  width: 0;
}
.tzscrollable > li:hover:after {
  background: #eeeeee none repeat scroll 0 0;
  width: 100%;
}
.tzscrollable > li:hover .tzicon-1 {
  opacity: 0;
}
.tzscrollable > li:hover .tzicon-2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.full img {
  width: 100%;
}
#plazart-mainnav {
  margin: 0;
}
#plazart-mainnav.navbar {
  border: none;
}
#plazart-mainnav.navbar .navbar-inner .nav-collapse {
  padding: 0;
}
#plazart-mainnav .caret {
  display: none;
}
#plazart-mainnav .level0 > li {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: block !important;
}
#plazart-mainnav .dropdown-menu {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border: none;
}
#plazart-mainnav .dropdown-menu li > a {
  padding: 11px 17px;
  line-height: 1.5em;
  font-size:1.5em;
  color:#fff;
}
.col-md-12.mega-col-nav, .col-md-12.mega-col-module{
	padding-left:0px;
	padding-right:0px;
}
#plazart-mainnav .dropdown-menu li > a, #plazart-mainnav .dropdown-menu li.current > a,
#plazart-mainnav .dropdown-menu li:hover > a,
#plazart-mainnav .dropdown-menu li.opacity > a {
  color: #81796e;
  background:none !important;
}
#plazart-mainnav .style1 .mega-inner,
#plazart-mainnav .style1 .mega-col-nav {
  padding: 0;
}
.plazart-megamenu .mega-inner{
	padding:0px 0px !important;
}
#plazart-mainnav .style2 {
  position: static !important;
}
#plazart-mainnav .style2 .mega-inner {
  padding: 20px 0;
}
#plazart-mainnav .style2 .mega-inner .mega-nav {
  border-right: 1px solid #eeeeee;
}
#plazart-mainnav .style2 .mega-inner .mega-nav li > a {
  padding: 11px 20px;
}
#plazart-mainnav .style2 .mega-inner .mega-nav li > a i {
  padding-right: 15px;
  margin: 0;
}
#plazart-mainnav .style2 .mega-col-nav {
  padding: 0;
}
#plazart-mainnav .style2 .mega-col-nav:last-child .mega-inner .mega-nav {
  border-right: none;
}
#plazart-mainnav .level0 > li:hover > .dropdown-menu {
  top: 100%;
  visibility: visible;
}
.search-fixed {
  position: fixed;
  top: 0;
  z-index: 9999999999;
}
.tz-search-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  z-index: 9999999999;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-search-fixed.tz-content-search-eff {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-search-fixed i.tz-form-close {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
}
.tz-search-fixed .search-query {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 40px;
  height: 20%;
  left: 15%;
  padding: 10px 30px;
  position: absolute;
  top: 40%;
  width: 75%;
  z-index: 999999;
}
/*----- Search result ----*/
.search-results .result-title a {
  color: #444444;
}
.search-results .result-created {
  padding: 0 0 15px;
  color: #bababa;
}
.search-results .result-category span {
  color: #bababa;
}
.search-results .result-text {
  padding: 10px 0;
  color: #bababa;
}
/*----- Breadcrumbs ------*/
.tz_breadcrumb {
  text-align: center;
}
.tz_breadcrumb h1 {
  margin: 5px 0 0;
  font-size: 30px;
}
.tz-ethic-breadcrumbs {
  text-align: center;
  padding: 0;
}
.tz-ethic-breadcrumbs li {
  display: inline-block;
}
.tz-ethic-breadcrumbs h2 {
  margin: 0 4px 0 0;
}
.tz-ethic-breadcrumbs h2 a,
.tz-ethic-breadcrumbs h2 span {
  color: #aaaaaa;
  font-size: 13px;
  line-height: 1.5em;
  text-transform: uppercase;
}
.tz-ethic-breadcrumbs .bread-active {
  color: #aaaaaa;
  font-size: 13px;
  line-height: 1.5em;
  text-transform: uppercase;
}
/*--------- Jevent ------*/
#jevents_body {
  background: transparent;
  border: none;
  padding: 0;
}
#jevents_body #jev_maincal {
  background: transparent;
  border: none;
  margin: 0;
}
#jevents_body #jev_maincal .jev_listrow {
  border: none;
  float: none;
  margin: 0;
  background: transparent;
}
#jevents_body #jev_maincal .ev_ul li {
  margin: 0;
  border: none;
}
.tz-events-item {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 31px;
  text-align: center;
}
.tz-events-item .tz-image {
  overflow: hidden;
  position: relative;
}
.tz-events-item .tz-image img {
  width: 100%;
}
.tz-events-item .tz-image::after {
  background: rgba(149, 0, 29, 0) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
}
.tz-events-item .tz-image:hover::after {
  background: rgba(51, 72, 120, 0.6) none repeat scroll 0 0;
}
.tz-events-item .tz-image a {
  background: #444444 none repeat scroll 0 0;
  display: inline-block;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 9999;
}
.tz-events-item .tz-image a i {
  padding: 13px 11px 13px 13px;
}
.tz-events-item .tz-image a:hover {
  border-radius: 50%;
}
.tz-events-item .tz-image:hover a {
  transform: scale(1);
}
.tz-events-item .tz-image a i {
  color: #ffffff;
}
.tz-events-item .tz-image a:hover i {
  animation: 2s linear 0s normal none infinite running rotate-icon, 0.3s linear 0s normal none 1 running scale-icon;
}
.tz-events-item .tz-description .tz_ethic_cross {
  padding: 28px 0 15px;
  display: block;
}
.tz-events-item .tz-description img {
  display: inline-block;
  padding: 28px 0 15px;
}
.tz-events-item .tz-description h3 {
  margin: 0 0 10px;
}
.tz-events-item .tz-description h3 a {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
}
.tz-events-item .tz-description strong {
  color: #444444;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 23.4px;
  padding: 0 0 49px;
}
/*------- Event List ----------*/
.jalternative ul.ev_ul {
  margin: 0 !important;
}
.jalternative ul.ev_ul li {
  border: none;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 32px !important;
  padding: 0 0 37px !important;
}
.jalternative ul.ev_ul li .tz-images img {
  width: 100%;
}
.jalternative ul.ev_ul li .tz-content h3 {
  margin: 0;
  padding: 13px 0 22px;
}
.jalternative ul.ev_ul li .tz-content h3 i {
  font-size: 12px;
  padding-right: 15px;
}
.jalternative ul.ev_ul li .tz-content h3 a {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}
.jalternative ul.ev_ul li .tz-content .date {
  color: #334878;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 23.4px;
  padding: 0 0 25px;
}
.jalternative ul.ev_ul li .tz-content .date i {
  color: #444444;
  padding-right: 20px;
}
.jalternative ul.ev_ul li .tz-content p {
  color: #999999;
  line-height: 25.2px;
  margin: 0;
}
.jalternative ul.ev_ul li .tz-content span.button-readmore {
  display: inline-block;
  margin: 43px 0 0;
  overflow: hidden;
  position: relative;
}
.jalternative ul.ev_ul li .tz-content span.button-readmore a {
  border: 1px solid #444444;
  color: #444444;
  display: inline-block;
  font-size: 14px;
  line-height: 25.2px;
  padding: 10px 15px;
  position: relative;
  z-index: 999;
}
.jalternative ul.ev_ul li .tz-content span.button-readmore a i {
  font-size: 14px;
  padding-right: 15px;
}
.jalternative ul.ev_ul li .tz-content span.button-readmore:after {
  background: #334878 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 0;
}
.jalternative ul.ev_ul li .tz-content span.button-readmore:hover a {
  color: #ffffff;
}
.jalternative ul.ev_ul li .tz-content span.button-readmore:hover:after {
  width: 100%;
}
/*---------- Event Detail ----*/
.jev_eventdetails_body > div {
  padding: 0 !important;
}
.jev_eventdetails_body br {
  display: none;
}
.jev_eventdetails_body .jev_evdt_summary {
  background: #f6f6f6;
  width: 100%;
}
.jev_eventdetails_body .jev_evdt_summary > form {
  padding: 0 15px 15px;
}
.jev_eventdetails_body .jev_evdt_summary > img {
  width: 100%;
}
.jev_eventdetails_body .jev_evdt_title {
  font-size: inherit;
  padding: 0;
}
.jev_eventdetails_body .jev_evdt_title h3 {
  color: #444444;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  margin: 0;
  padding: 13px 0 16px;
}
.jev_eventdetails_body .jev_evdt_title h3 i {
  padding-right: 10px;
  font-size: 12px;
}
.jev_eventdetails_body .date {
  color: #334878;
  padding-bottom: 30px;
  background: transparent;
}
.jev_eventdetails_body .date i {
  font-size: 12px;
  padding-right: 15px;
  color: #444444;
}
.jev_eventdetails_body .jev_evdt_desc p {
  color: #999999;
  line-height: 25.2px;
  margin: 0;
  padding: 0 0 25px;
}
.jev_eventdetails_body .share > div {
  float: left;
}
.jev_eventdetails_body .share .facebook {
  height: 30px;
  padding-left: 20px;
  overflow: hidden;
}
.jev_eventdetails_body .share .facebook iframe {
  height: 30px;
}
.jev_eventdetails_body .tz-day-open {
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee !important;
}
.location_map {
  padding-top: 45px;
  text-align: center;
}
.location_map .title {
  padding-bottom: 40px;
  font-size: 22px;
  line-height: 24.6px;
  color: #444444;
}
.location_map .title i {
  display: block;
  font-size: 12px;
  padding-bottom: 10px;
}
.jevattendform {
  padding: 15px;
  background: #f6f6f6;
}
.jevattendform > h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.jevattendform .mootabs_panel {
  background: transparent;
  margin: 0;
  padding: 0;
}
.jevattendform .mootabs_panel .paramlist_key {
  width: 50% !important;
}
.jevattendform .mootabs_panel .paramlist tr td {
  padding: 0 0 10px 0 !important;
}
.jevattendform .mootabs_panel .paramlist tr td label {
  font-weight: 400;
  color: #444444;
  margin: 0;
}
.jevattendform .mootabs_panel .paramlist tr td select {
  padding: 5px 25px 5px 5px;
}
.jevattendform .mootabs_panel .paramlist tr td select option {
  padding-left: 10px;
}
.jevattendform #jevattendsubmit {
  background: transparent;
  border-radius: 0;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px !important;
  border-color: #444444;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-top: 15px !important;
}
.jevattendform #jevattendsubmit:hover {
  background: #334878;
  color: #ffffff;
}
.rsvp_attendeeslink {
  background: #f6f6f6;
}
.rsvp_attendeeslink > a {
  background: transparent;
  border-radius: 0;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px !important;
  border: 1px solid #444444;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin: 0 15px 15px !important;
  display: inline-block;
}
.rsvp_attendeeslink > a:hover {
  background: #334878;
  color: #ffffff;
}
/*------ RsPro ------*/
.jevattendeestable tr td,
.jevattendeestable tr th {
  padding: 0 10px !important;
  border: 1px solid #EEEEEE !important;
  font-weight: normal;
}
.jevrsvppro {
  padding: 0 !important;
  margin: 0 !important;
}
.jevrsvppro #toolbar-box {
  background: transparent;
  margin: 0;
}
.jevrsvppro #toolbar-box .btn-toolbar {
  margin: 0;
}
.jevrsvppro h1.page-title {
  font-size: 20px;
}
#attendeelist tr a,
#attendeelist tr td {
  font-size: 12px;
  color: #444444;
}
.jev_eventattendees_adminlist .inputbox {
  border: 1px solid #444444;
  border-radius: 2px;
  margin: 20px 20px 20px 0;
  padding: 5px 10px;
}
.jev_eventattendees_adminlist #attendeelist tr td {
  text-align: center;
}
table.admintable td.key,
table.admintable td.paramlist_key {
  text-align: left;
  width: 50%;
  background: transparent;
  border: none;
  padding: 10px 0;
}
#jevattendsubmit {
  border: 1px solid #334878;
  padding: 10px;
  text-transform: uppercase;
  color: #334878;
  background: #ffffff;
}
#jevattendsubmit:hover {
  background: #334878;
  color: #ffffff;
}
#jevattend_yes,
#jevattend_no {
  margin: 0 5px;
}
/*-------- Courses ------*/
.tz_gird .tz-img,
.tz_gird .osg_image {
  width: 47% !important;
}
.tz_gird .tz-description,
.tz_gird .osg_info {
  width: 53% !important;
}
.tz_gird .tz-description {
  padding-top: 28px !important;
}
.tz_gird .courses_portfolio,
.tz_gird .seminarman .TzContent {
  margin: -15px -15px 0;
}
.tz_gird .courses_portfolio .TzInner,
.tz_gird .seminarman .TzContent .TzInner {
  margin: 15px 15px 0;
}
.tz-course-pagination {
  padding-top: 40px;
  text-align: center;
}
.tz-course-pagination ul li {
  display: inline-block;
}
.seminarmancoursetable .TzInner {
  overflow: hidden;
  background: #f7f7f7;
}
.seminarmancoursetable .TzInner .osg_image {
  width: 50%;
  overflow: hidden;
  height: 100%;
}
.seminarmancoursetable .TzInner .osg_image img {
  position: relative;
}
.seminarmancoursetable .TzInner .osg_info {
  width: 50%;
  padding: 28px 0 0 20px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.seminarmancoursetable .TzInner .osg_info h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  margin: 0;
  display: inline-block;
}
.seminarmancoursetable .TzInner .osg_info h4 a {
  color: #444444;
}
.seminarmancoursetable .TzInner .osg_info .intro {
  color: #858585;
  font-size: 13px;
  line-height: 23.4px;
  margin: 0;
  padding: 20px 0 0 0;
}
.seminarmancoursetable .TzInner .tag {
  padding-top: 30px;
}
.seminarmancoursetable .TzInner .tag a {
  padding: 5px 15px;
  font-size: 13px;
  line-height: 23.4px;
  background: #ffffff;
  color: #444444;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.seminarmancoursetable .TzInner .tag a:hover {
  background: #444444;
  color: #ffffff;
}
.seminarmancoursetable .TzInner .button_readmore {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.seminarmancoursetable .TzInner .button_readmore a {
  padding: 15px 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #aaaaaa;
  display: block;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.seminarmancoursetable .TzInner .button_readmore a i {
  padding-right: 20px;
}
.seminarmancoursetable .TzInner .button_readmore:hover a {
  background: #334878;
  color: #ffffff;
}
.seminarmancoursetable .TzInner.osg_left .osg_info,
.seminarmancoursetable .TzInner.osg_left .osg_image {
  float: left;
}
.seminarmancoursetable .TzInner.osg_left .button_readmore {
  left: 0;
}
.seminarmancoursetable .TzInner.osg_right .osg_info,
.seminarmancoursetable .TzInner.osg_right .osg_image {
  float: right;
}
.seminarmancoursetable .TzInner.osg_right .button_readmore {
  right: 0;
}
div#seminarman table.seminarmancoursetable{
    margin: 0;
    width: 100%;
}
div#seminarman.tag h3.seminarman{
    margin: 0;
    padding-bottom: 30px;
}
div#seminarman.tag h3.seminarman i{
    font-size: 12px;
    padding-right: 15px;
}
div#seminarman table.seminarmancoursetable th,
div#seminarman table.seminarmancoursetable td{
    padding: 10px;
}
div#seminarman table.seminarmancoursetable td a,
div#seminarman table.seminarmancoursetable th a{
    color: #444444;
}
/*------- Detail Course -------*/
div#seminarman .course_details {
  border: none;
  background: #f6f6f6;
  margin: 0;
}
div#seminarman .course_details .course_details_info {
  padding: 20px 20px 35px;
}
div#seminarman .course_details .course_detail_image img {
  width: 100%;
}
div#seminarman .course_details h3 {
  margin: 0;
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  padding: 0 0 25px;
}
div#seminarman .course_details h3 i {
  padding-right: 20px;
  font-size: 12px;
}
div#seminarman .course_details .price,
div#seminarman .course_details .location,
div#seminarman .course_details .info1 {
  padding-bottom: 15px;
}
div#seminarman h2.seminarman-title {
  color: #444444;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  margin: 0;
  padding: 13px 0 16px;
  border: none;
}
div#seminarman h2.seminarman-title i {
  padding-right: 20px;
  font-size: 12px;
}
div#seminarman .tutor,
div#seminarman .capacity,
div#seminarman .group_level,
div#seminarman .date_time,
div#seminarman .taglist,
div#seminarman .categorylist {
  padding: 0 0 15px;
  color: #334878;
}
div#seminarman .tutor i,
div#seminarman .capacity i,
div#seminarman .group_level i,
div#seminarman .date_time i,
div#seminarman .taglist i,
div#seminarman .categorylist i {
  padding-right: 20px;
  font-size: 12px;
  color: #444444;
}
div#seminarman .tutor span,
div#seminarman .capacity span,
div#seminarman .group_level span,
div#seminarman .date_time span,
div#seminarman .taglist span,
div#seminarman .categorylist span {
  font-size: 13px;
  line-height: 23.4px;
}
div#seminarman .tutor a,
div#seminarman .capacity a,
div#seminarman .group_level a,
div#seminarman .date_time a,
div#seminarman .taglist a,
div#seminarman .categorylist a {
  color: #444444;
}
div#seminarman .tutor a:hover,
div#seminarman .capacity a:hover,
div#seminarman .group_level a:hover,
div#seminarman .date_time a:hover,
div#seminarman .taglist a:hover,
div#seminarman .categorylist a:hover {
  color: #334878;
}
div#seminarman div.description {
  padding: 15px 0 0;
  margin: 0;
}
div#seminarman div.description p {
  color: #999999;
  line-height: 25.2px;
  margin: 0;
  padding: 0 0 25px;
}
.osg-caption {
  font-size: 16px;
  color: #444444;
  padding: 15px 0;
  margin: 0;
}
.osg-caption i {
  padding-right: 15px;
  font-size: 12px;
}
.course_applicationform {
  display: none;
  padding: 0 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.course_applicationform .form-group input {
  width: 70%;
}
.course_applicationform .btn-login {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #444444;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-bottom: 15px;
}
.course_applicationform .btn-login i {
  padding-right: 15px;
}
.course_applicationform .btn-login input {
  background: transparent;
  border: none;
  padding: 0;
}
.course_applicationform .btn-login:hover {
  background: #334878;
  color: #ffffff;
  border-color: #334878;
}
.course_applicationform .ccontentTable label {
  font-weight: 400;
}
/*----- Teacher -----*/
.tutor_block {
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
/*------ Tag ------*/
.tag-category ul li h3 a {
  font-size: 20px;
  color: #444444;
}
.TzTag .TzTagHeading {
  margin: 0;
}
/*----- Contact -----*/
.contact .page-header {
  text-align: center;
  border: none;
  padding: 40px 0 0;
  margin: 0;
  border-top: 1px solid #EEEEEE;
}
.contact .page-header h3 {
  margin: 20px 0 30px;
}
.contact .page-header h3 span {
  text-transform: uppercase;
}
.contact .contact-emailto a {
  color: #444444;
}
.contact .contact-miscinfo {
  padding: 0 30px;
  text-align: center;
}
.contact .contact-miscinfo .contact-misc {
  text-align: center;
  color: #bababa;
}
.contact .contact-address > div {
  text-align: center;
  padding: 75px;
}
.contact .contact-address > div i {
  padding-bottom: 25px;
  display: block;
}
.contact .icon_bg {
  height: 75px;
  width: 75px;
  background: #334878;
  border-radius: 50%;
  margin: auto auto 15px;
}
.contact .icon_bg:hover i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact .icon_bg i {
  padding: 25px;
  font-size: 25px;
  color: #ffffff;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.contact #contact-form .form-group {
  margin: 0;
}
.contact #contact-form .form-group input,
.contact #contact-form .form-group textarea {
  border-radius: 0;
  background: #f6f6f6;
  border: none;
  margin-bottom: 20px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact #contact-form .form-group label {
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.contact legend {
  padding: 15px 0;
}
.contact .dl-horizontal.contact-position dd {
  font-size: 20px;
  text-transform: uppercase;
  padding: 15px 0 0 15px;
}
.contact .dl-horizontal dt,
.contact .dl-horizontal dd {
  padding-bottom: 10px;
}
.contact .dl-horizontal dd {
  margin: 0;
}
.contact .dl-horizontal dt {
  width: auto;
  padding-right: 15px;
}
.contact .nav-tabs > li.open a {
  border-color: #EEEEEE;
}
.contact .nav-tabs > li > a {
  color: #444444;
}
.contact .form-horizontal .control-label {
  text-align: left;
}
.contact .form-horizontal .checkbox input[type=checkbox] {
  margin-left: 0;
}
.contact .form-horizontal .btn-primary {
  background: #334878;
  border-color: #334878;
  border-radius: 0;
  margin: 50px auto auto;
  text-transform: uppercase;
  padding: 12px 20px;
}
.contact .form-horizontal .btn-primary i {
  padding-right: 15px;
}
.contact .form-horizontal .btn-primary:hover {
  background: #ffffff;
  border-color: #334878;
  color: #334878;
}
/*----- New Feed ------*/
.newsfeed > h2 a {
  color: #444444;
}
.newsfeed ol li a {
  color: #444444;
}
.newsfeed ol li a:hover {
  color: #334878;
}
.newsfeed ol li .feed-item-description {
  color: #bababa;
}
.newsfeed ol li .feed-item-description ul li a {
  text-decoration: underline;
  color: #bababa;
}
.newsfeed-category .list-striped {
  margin: 15px 0;
  border: none;
}
.newsfeed-category .list-striped li {
  border: none;
  background: transparent !important;
  padding: 0 0 15px 0;
}
.newsfeed-category .list-striped li .list {
  float: none !important;
  display: block;
}
.newsfeed-category .list-striped li .list a {
  color: #444444;
  font-size: 20px;
  font-weight: normal;
}
.newsfeed-category input {
  border-radius: 2px;
  padding: 5px 10px;
  border: 1px solid #EEEEEE;
}
/*-------- Other --------*/
.tzautoplay {
  background: none repeat scroll 0 0 #5da7f0;
  border: 0 none;
  border-radius: 50%;
  display: inline-block;
  height: 62px;
  text-align: center;
  width: 62px;
}
.tzautoplay i {
  color: #ffffff;
  font-size: 18px;
  line-height: 60px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-background-color-6 {
  background: none repeat scroll 0 0 #334878 !important;
}
.tzpause {
  background: #5da7f0 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 50%;
  display: none;
  height: 62px;
  text-align: center;
  width: 62px;
}
.tzpause i {
  color: #ffffff;
}
.ds-table {
  display: table;
  width: 100%;
  height: 100%;
}
.ds-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.full-width {
  padding: 0;
}
.tz-more-details {
  display: inline-block;
  float: right;
  margin: 40px 0 0;
  overflow: hidden;
  position: relative;
}
.tz-more-details:after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
}
.tz-more-details span {
  border: 1px solid #444444;
  color: #444444;
  display: inline-block;
  line-height: 25.2px;
  padding: 10px 23px;
  position: relative;
  z-index: 99;
}
.tz-more-details span i {
  display: inline-block;
  padding-right: 20px;
}
.tz-more-details:hover:after {
  background: #000000 none repeat scroll 0 0;
  right: 0;
}
.tz-more-details:hover span {
  color: #ffffff;
}
.tz-btn-default {
  background: transparent;
  color: #444444;
  border: 1px solid #444444;
  padding: 10px 15px;
  border-radius: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
}
.tz-btn-default i {
  padding-right: 15px;
}
.tz-btn-default:hover {
  background: #334878;
  color: #ffffff;
  border-color: #334878;
}
.default p {
  color: #999999;
  font-size: 14px;
  line-height: 25.2px;
  margin: 0;
  padding: 0 0 25px;
}
.tz-slide,
.tz-video {
  background: #444444;
  border-radius: 50%;
  height: 55px;
  left: 40%;
  padding: 15px 0;
  position: absolute;
  top: 40%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 55px;
  z-index: 2;
  text-align: center;
}
.tz-slide i,
.tz-video i {
  font-size: 18px;
  color: #ffffff;
  top: 2px;
  position: relative;
}
input[type="text"]:focus,
textarea:focus,
.form-control:focus {
  -webkit-box-shadow: 0 0 2px 1px #334878;
  box-shadow: 0 0 2px 1px #334878;
}
.loading-page {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999999999;
}
@media (max-width: 1199px) {
  .owl-controls {
    display: none;
  }
  .tz-institution > * {
    display: table-cell !important;
  }
  .tz-institution p {
    padding: 0 15px;
  }
  .tz-institution strong {
    padding: 0;
  }
  .tz-header-1 #plazart-mainnav .level0 > li > a {
    border-width: 1px !important;
    padding: 20px 17px;
  }
  .tz-header-1 #tzlogo {
    border-width: 1px;
    padding: 12px 0 12px 15px;
  }
  .joms-body .joms-stream__body {
    width: 84% !important;
    padding-left: 0;
  }
  .tz-social-login .tz-input-pass,
  .tz-social-login .tz-input-name {
    width: auto;
  }
  .tz-social-login form button.joms-button--login {
    display: block;
    padding: 10px 30px;
    margin-top: 20px;
  }
  .tz-filter-member ul.joms-list--alphabet {
    display: block;
    float: none;
    margin: auto;
  }
  .joms-single-group .joms-focus__link,
  .joms-single-member .joms-focus__link {
    padding-left: 160px;
  }
  .joms-single-group .joms-focus__link li,
  .joms-single-member .joms-focus__link li {
    padding: 5px 10px 5px 0;
  }
  .joms-single-group .joms-focus__link li:first-child,
  .joms-single-member .joms-focus__link li:first-child {
    padding-left: 10px;
  }
  .joms-single-group .joms-focus__link li a,
  .joms-single-member .joms-focus__link li a {
    font-size: 12px;
  }
  .joms-single-group .joms-focus__header .joms-avatar--focus,
  .joms-single-member .joms-focus__header .joms-avatar--focus {
    padding-left: 0;
  }
}
@media (max-width: 1199px) and (min-width:1025px){
	.anfragebtn{
		right:50px !important;
	}
	.anfragebtn img{
		max-width:120px !important;
	}
	.buchungsbtn{
		right:-70px !important;
	}
	.buchungsbtn img{
		max-width:150px !important;
	}
}
@media (max-width: 1024px) and (min-width:992px){
	.anfragebtn{
		right:80px !important;
	}
	.anfragebtn img{
		max-width:100px !important;
	}
	.buchungsbtn{
		right:-30px !important;
	}
	.buchungsbtn img{
		max-width:130px !important;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	
	.tz-header-7 #tzlogo {
    padding: 6px 0px 0px 0px !important;
}
  .tz-header-4 .menu-home-1 > li > a {
    padding: 34px 22px;
  }
  .tz-header-4 .tz-button-toggle.tz-canvas-customer {
    margin: 30px 30px 0;
  }
  .tz-header-4 .tz-search {
    margin: 0 20px 0 30px;
  }
  .tz-header-4.tz-header-4-eff .menu-home-1 > li > a {
    padding: 25px 32px;
  }
  .tz-header-4.tz-header-4-eff .tz-button-toggle.tz-canvas-customer {
    margin-left: 0;
    margin-right: 0;
  }
  .tz-header-4.tz-header-4-eff .tz-search {
    margin-left: 0;
    margin-right: 0;
  }
  .tz-header-6 .navbar-inner .plazart-megamenu .level0 > li > a {
    padding: 19px 17px 20px;
  }
  .tz-header-7 .navbar-inner .nav-collapse {
    margin-left: 50px;
  }
  .tz-header-7 #plazart-mainnav .level0 > li > a {
    padding: 16px 18px;
    border: none;
  }
  .tz-header-7 #plazart-mainnav .level0 > li.visible-xs{
  	display:none !important;
  }
  div.acymailing_module .acymailing_form .acyfield_name input,
  div.acymailing_module .acymailing_form .acyfield_email input {
    min-width: 200px;
  }
  .tz-phone-fax {
    padding-bottom: 30px;
  }
  .tz-phone-fax a img {
    margin: 20px 0;
    width: 45px;
  }
  .services {
    margin: 10px 0 0 -20px;
  }
  .services .service {
    padding: 60px 0;
    height: auto;
  }
  .services2 {
    padding: 35px 15px;
  }
  .services2 .custom_text {
    text-align: center;
  }
  .services2 .custom_text h3 {
    padding-top: 30px;
  }
  .services2 .custom_text h3 a {
    font-size: 20px;
    line-height: 21.8px;
  }
  .services2 .custom_text p {
    padding: 30px 30px 30px 15px;
    margin: 0;
  }
  .services2 .custom_text .custom_button {
    margin-top: 10px;
  }
  .services2 .custom_text .custom_button span {
    padding: 5px 10px;
  }
  .services2 .service {
    height: auto;
    padding: 60px 0;
  }
  #tz-services-wrapper.tz-services.home-style-2 {
    padding: 30px 0 !important;
  }
  .tz-training-images > div .tz-training-content h6 {
    margin: 15px 0;
  }
  .tz-header-3 #plazart-mainnav .level0 > li {
    padding: 40px 10px;
  }
  .tz-header-3 #plazart-mainnav .level0 > li a {
    padding: 10px;
  }
  .tz-header-3.tz-header-3-eff #plazart-mainnav .level0 > li a {
    padding: 10px 20px;
  }
  .tz-header-3.tz-header-3-eff #plazart-mainnav .tz-search {
    margin-top: 8px;
  }
  .event-home-4 .mod_events_latest_table > div {
    padding-bottom: 20px;
  }
  .event-home-4 .mod_events_latest_table > div .tz-training-content .mod_events_latest_content {
    padding-bottom: 10px;
  }
  #map {
    margin-top: 30px;
  }
  .home-4.services .service {
    padding: 45px 0;
  }
  .tz-about-school {
    padding-bottom: 20px;
  }
  .tz-about-school h4 {
    font-size: 16px;
  }
  .tz-about-school p,
  .tz-about-school h4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-4 form#login-form {
    margin: 0;
    padding: 20px 15px 25px;
  }
  .home-4 form#login-form .pretext > div {
    padding: 5px 0 20px;
  }
  .home-4 form#login-form .btn-login {
    padding: 10px 20px;
  }
  .tz-header-2 #plazart-mainnav .level0 > li > a {
    padding: 15px 20px;
  }
  .tz-header-5 #plazart-mainnav .level0 > li > a {
    padding: 15px;
  }
  .tz-header-5.tz-header-5-eff #plazart-mainnav .level0 > li > a {
    padding: 15px;
  }
  .contact #contact-form .form-group label {
    padding-bottom: 15px;
  }
  .contact #contact-form .form-group input,
  .contact #contact-form .form-group textarea {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .btn-navbar.navbar-toggle {
    position: absolute;
    padding: 0;
    margin: 0;
    left: auto;
    right: 20px;
    display: block;
  }
  .btn-navbar.navbar-toggle i {
    color: #000;
    font-size: 16px;
  }
  .tz-search {
    position: absolute;
    left: auto;
    float: none !important;
    right: 60px;
  }
  .tz-search i {
    color: #ffffff;
    padding: 0 !important;
  }
  .home-4.services,
  .tz-university-one,
  .custom.image_event {
    margin: 0;
  }
  .style-home-1 {
    height: auto;
    top: 0;
  }
  .menu-home-1 {
    display: none;
  }
  .canvas-menu {
    left: auto !important;
    right: -20em;
  }
  #plazart-mainnav .collapsing {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
  }
  #plazart-mainnav .navbar-collapse.collapse {
    width: 100% !important;
    height: auto !important;
  }
  #plazart-mainnav .navbar-collapse.collapse .plazart-megamenu {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    height: 100% !important;
    background: #334878;
    left: 0;
    position: fixed;
    top: 55px;
    width: 100%;
    z-index: 9999;
    overflow: auto !important;
    padding-bottom: 20px;
  }
  #plazart-mainnav .navbar-collapse.collapse .plazart-megamenu .level0 {
    width: 100%;
  }
  #plazart-mainnav .navbar-collapse.collapse .plazart-megamenu .level0 > li {
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  #plazart-mainnav .navbar-collapse.collapse .plazart-megamenu .level0 > li > a {
    width: 100%;
    border: none !important;
    color: #ffffff;
  }
  #plazart-mainnav .navbar-collapse.collapse .plazart-megamenu .level0 > li:hover > a,
  #plazart-mainnav .navbar-collapse.collapse .plazart-megamenu .level0 > li.open > a {
    background: #334878 !important;
    color: #ffffff !important;
  }
  #plazart-mainnav .navbar-collapse.collapse .plazart-megamenu .style2 .mega-inner {
    padding: 0;
  }
  #plazart-mainnav .navbar-collapse.collapse .plazart-megamenu .dropdown-menu {
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  #plazart-mainnav .navbar-collapse.collapse .plazart-megamenu.always-show .dropdown-menu {
    visibility: visible;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .tz-header-4 #plazart-mainnav .nav-collapse,
  .tz-header-4 #plazart-mainnav .tz-search {
    display: none !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .tz-menu-canvas .btn-navbar.navbar-toggle {
    display: block;
    position: fixed;
    left: 25px;
    top: 23px !important;
    margin: 0;
    padding: 0;
    color: #000 !important;
    border: none;
    right: auto;
  }
  .tz-menu-canvas .tz-search {
    display: none;
  }
  .tz-menu-canvas {
    position: fixed;
    top: 0;
    width: auto;
    left: 0;
    z-index: 999999;
  }
  .tz-menu-canvas > .container {
    width: auto;
    padding: 0;
  }
  .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: -webkit-transform 500ms ease;
    -o-transition: -webkit-transform 500ms ease;
    transition: -webkit-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 #plazart-mainnav .nav-collapse {
    display: none;
  }
  .off-canvas #off-canvas-nav {
    display: block;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0.5) !important;
    z-index: 9999999 !important;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav {
    margin: 0;
    position: fixed;
    left: 0;
    top: 0 !important;
    width: 250px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
    height: auto;
    background: none;
    display: block;
  }
  .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;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse {
    padding: 0;
    margin: 0;
    display: block !important;
    border: none;
  }
  #off-canvas-nav .plazart-mainnav .plazart-megamenu:after {
    display: block;
    content: '';
    clear: both;
  }
  #off-canvas-nav .plazart-mainnav .plazart-megamenu .level0 {
    width: 100%;
    background: #333333;
    margin: 0;
  }
  #off-canvas-nav .plazart-mainnav .plazart-megamenu .level0 > li {
    float: none;
    width: 100%;
  }
  #off-canvas-nav .plazart-mainnav .plazart-megamenu .level0 > li:after {
    display: block;
    content: '';
    clear: both;
  }
  #off-canvas-nav .plazart-mainnav .plazart-megamenu .level0 > li > a {
    text-transform: uppercase;
  }
  #off-canvas-nav .plazart-mainnav .plazart-megamenu .level0 > li > a .caret {
    display: none;
  }
  #off-canvas-nav .plazart-mainnav .plazart-megamenu .level0 > li .dropdown-menu {
    visibility: visible;
    top: 0;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #off-canvas-nav .plazart-mainnav .plazart-megamenu .level0 > li .dropdown-menu .mega-inner {
    padding: 10px 0;
  }
  #off-canvas-nav .plazart-mainnav .plazart-megamenu .level0 > li .dropdown-menu ul li a {
    padding: 5px 15px;
  }
  #off-canvas-nav .plazart-mainnav .plazart-megamenu ul li.open > a,
  #off-canvas-nav .plazart-mainnav .plazart-megamenu ul li.active > a,
  #off-canvas-nav .plazart-mainnav .plazart-megamenu ul li.current > a {
    background: #ffffff;
    color: #333333;
  }
  #off-canvas-nav .plazart-mainnav .plazart-megamenu ul li a {
    color: #ffffff;
  }
  #off-canvas-nav .plazart-mainnav .plazart-megamenu ul li a:hover {
    background: #000000;
    color: #ffffff;
  }
  .tz-header-6 .btn-navbar.navbar-toggle {
    position: absolute;
    right: 10px;
    top: 40px;
    left: auto;
  }
  .tz-header-6 .btn-navbar.navbar-toggle i {
    color: #444444;
  }
  .tz-header-6 #plazart-mainnav .tz-search {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
    top: 38px;
    right: 55px;
    left: auto;
    float: none;
    position: absolute;
  }
  .tz-header-6.tz-header-6-eff #tzlogo {
    position: relative;
    left: 0;
  }
  .tz-header-7 .btn-navbar.navbar-toggle {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    left: auto;
    right: 20px;
    top: 13px;
  }
  .tz-header-7 .btn-navbar.navbar-toggle i {
    font-size: 16px;
  }
  .tz-header-7 #plazart-mainnav.navbar {
    min-height: 0;
  }
  .tz-header-7 #tzlogo {
    padding: 0 0 0 0px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .tz-header-7 .tz-search {
    padding: 0;
    float: none;
    left: auto;
    right: 70px;
    position: absolute;
    top: 14px;
  }
  .tz-header-7 .tz-search i {
    font-size: 16px;
  }
  .tz-header-7 .theme-header-7 {
    padding: 10px 0;
  }
  .tz-header-7.tz-header-7-eff #tzlogo {
    padding: 0;
  }
  .tz-header-7.tz-header-7-eff .btn-navbar.navbar-toggle {
    top: 13px;
    right: 0;
  }
  .tz-header-7.tz-header-7-eff .tz-search {
    right: 50px;
  }
  .tz-header-5 .btn-navbar.navbar-toggle {
    left: auto;
    right: 30px;
    top: 40px;
  }
  .tz-header-5 .tz-search {
    position: absolute;
    right: 75px;
    top: 40px;
    margin: 0;
    padding: 0;
  }
  .tz-header-5.tz-header-5-eff .tz-search {
    margin: 0;
    top: 30px;
  }
  .tz-header-5.tz-header-5-eff .btn-navbar.navbar-toggle {
    top: 30px;
  }
  .tz-header-home-1 {
    position: fixed;
    top: 0;
    width: 100%;
    background: #334878;
    height: auto;
    z-index: 9999;
    padding: 10px 0;
  }
  .tz-header-home-1 .menu {
    top: 0;
  }
  .tz-header-home-1 .btn-navbar.navbar-toggle {
    right: 30px;
    left: auto;
    top: 15px;
  }
  .tz-header-home-1 .tz-search {
    position: absolute;
    bottom: auto;
    right: 80px;
    top: 15px;
    margin: 0;
    padding: 0;
  }
  .tz-header-home-1 .tz-search i {
    padding: 0;
  }
  .tz-header-home-1.affix-eff {
    padding: 5px 0;
  }
  .tz-header-home-1.affix-eff .btn-navbar.navbar-toggle {
    top: 21px;
  }
  .tz-header-home-1.affix-eff .tz-search {
    top: 20px;
  }
  .tz-header-3 {
    top: 0;
    background: #334878;
  }
  .tz-header-3 #tzlogo img {
    max-width: 100%;
    width: auto;
  }
  .tz-header-3 #plazart-mainnav .tz-search {
    padding: 0;
    right: 40px;
    top: 45px;
    margin: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .tz-header-3 .btn-navbar.navbar-toggle {
    left: auto;
    top: 45px;
    right: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .tz-header-3.tz-header-3-eff {
    position: fixed;
    top: 0;
  }
  .tz-header-3.tz-header-3-eff #tzlogo img {
    position: relative;
    top: 0;
  }
  .tz-header-3.tz-header-3-eff .btn-navbar.navbar-toggle {
    top: 40px;
    right: 0;
  }
  .tz-header-3.tz-header-3-eff #plazart-mainnav .tz-search {
    padding: 0;
    right: 40px;
    margin: 0;
    top: 40px;
  }
  .event-contents .content {
    margin: 0 -30px;
  }
  .tz-header-1 .btn-navbar.navbar-toggle,
  .tz-header-1 .tz-search {
    top: 15px;
  }
  .tz-header-1 #tzlogo {
    border: none;
  }
  aside#tz-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tz-social-login .joms-input--append {
    padding: 10px 0;
  }
  .tz-social-login .tz-input-pass,
  .tz-social-login .tz-input-name {
    width: 80%;
  }
  .joms-single-group .joms-focus__header .joms-focus__title,
  .joms-single-member .joms-focus__header .joms-focus__title {
    margin: 0;
  }
  .joms-single-group .joms-focus__link li a,
  .joms-single-member .joms-focus__link li a {
    font-size: 11px;
  }
  .joms-focus__header__actions {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50px;
    margin: 0;
  }
  .tz-about-school {
    padding-bottom: 20px;
  }
  .tz-about-school h4,
  .tz-about-school p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .login .form-horizontal .button-login {
    text-align: left;
  }
  .login .form-horizontal .other-links ul li {
    display: inline-block;
    margin-right: 10px;
  }
  .login .form-horizontal .other-links ul li .checkbox input {
    position: relative;
  }
  .contact #contact-form .form-group label {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
	
  .tz-mod-ethic .module-title {
    padding-bottom: 25px;
  }
  .tz-header-4 {
    height: 85px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .tz-header-4 .tz-search {
    margin-right: 0px;
  }
  .tz-header-4 .tz-search i {
    font-size: 18px;
  }
  .tz-header-4.tz-header-4-eff {
    height: 75px;
  }
  .tz-header-4.tz-header-4-eff .tz-search,
  .tz-header-4.tz-header-4-eff .tz-button-toggle.tz-canvas-customer {
    top: 28px;
    margin: 0;
  }
  .tz-header-4.tz-header-4-eff .btn-navbar.navbar-toggle {
    top: 28px;
  }
  .tz-menu-canvas .btn-navbar.navbar-toggle {
    top: 28px;
  }
  .tz-menu-canvas .btn-navbar.navbar-toggle i {
    font-size: 18px;
  }
  .tz-button-toggle.tz-canvas-customer {
    top: 33px;
    margin: 0;
    position: fixed;
    right: 24px;
    left: auto;
  }
  .tz-button-toggle.tz-canvas-customer i {
    font-size: 18px;
  }
  div.acymailing_module .acymailing_module_form {
    padding: 60px 20px 30px !important;
  }
  div.acymailing_module .acymailing_module_form .acymailing_introtext {
    margin: 0 0 15px 0 !important;
    text-align: center;
  }
  div.acymailing_module .acymailing_module_form .acymailing_introtext,
  div.acymailing_module .acymailing_module_form .acymailing_form {
    float: none !important;
    width: auto !important;
    display: block;
  }
  div.acymailing_module .acymailing_module_form .acymailing_form {
    position: relative;
    padding: 0 !important;
  }
  div.acymailing_module .acymailing_module_form .acymailing_form .acyfield_email,
  div.acymailing_module .acymailing_module_form .acymailing_form .acyfield_name {
    display: block;
    margin: 0 0 10px 0 !important;
  }
  div.acymailing_module .acymailing_module_form .acysubbuttons {
    position: relative;
    right: auto;
    display: block;
    padding-top: 20px !important;
    top: 0;
  }
  div.acymailing_module .acymailing_module_form .acysubbuttons:after {
    left: 50%;
    margin-left: -60px;
    top: 33px;
  }
  .tz-phone-fax {
    padding: 15px 25px;
  }
  .tz-phone-fax img {
    display: none;
  }
  #tz-sidemenu {
    margin: inherit;
  }
  #tz-sidemenu li a {
    padding: 10px 20px;
  }
  #tz-sidemenu li a i.tz-icon-2 {
    left: 20px;
    top: 15px;
  }
  .tz-tab-description {
    padding: 23px 20px 20px;
  }
  .tz-tab-description span a {
    padding: 5px;
    margin: 0 8px 8px 0;
  }
  .services {
    margin-bottom: 20px;
    padding: 20px 0 0;
  }
  .services .service {
    width: 80%;
    margin: auto auto 20px auto;
  }
  .services2 .custom_text {
    text-align: center;
    padding-bottom: 35px;
  }
  .services2 .service {
    width: 90%;
    padding: 80px 0;
    margin: auto auto 20px auto;
    height: auto;
  }
  #tz-services-wrapper.home-style-2 {
    padding: 45px 0 !important;
  }
  .tz-introduce-content.tz-introduce-content-style-7 {
    padding: 30px 15px;
  }
  .home-3.services {
    margin-left: 0;
    margin-right: 0;
  }
  .home-3.services > div {
    padding: 0;
  }
  .home-3.services > div .service {
    width: 100%;
  }
  .home-style-3 .mod_events_latest_table.row {
    padding-top: 30px;
  }
  .home-4.services > div {
    padding: 0;
  }
  .home-4.services > div .service {
    margin: 0;
    width: 100%;
  }
  .tz-header-2 .btn-navbar.navbar-toggle {
    left: auto;
    right: 30px;
    top: 50px;
    position: absolute;
  }
  .tz-header-2.tz-header-2-eff .btn-navbar.navbar-toggle {
    top: 30px;
  }
  .event-home-5 ul {
    border-right: none;
  }
}
@media(max-width: 1024px){
	svg{
		display:none !important;
	}
}
@media (max-width: 768px) {
	
	#tz-menu-wrapper{
		min-height:54px !important;
	}
  .TzStatistic .video-content .tz-video-content .tz h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .tz_gird .courses_portfolio,
  .tz_gird .seminarmancoursetable {
    margin: 0;
  }
  .tz_gird .courses_portfolio .TzInner,
  .tz_gird .seminarmancoursetable .TzInner {
    margin: 0;
  }
  .tz_gird .tz-description,
  .tz_gird .osg_info,
  .tz_gird .tz-img,
  .tz_gird .osg_image {
    width: 100% !important;
  }
  .seminarmancoursetable .TzInner.osg_left .osg_info,
  .seminarmancoursetable .TzInner.osg_left .osg_image,
  .seminarmancoursetable .TzInner.osg_right .osg_info,
  .seminarmancoursetable .TzInner.osg_right .osg_image {
    float: none;
  }
  .seminarmancoursetable .TzInner:hover .osg_info {
    opacity: 1;
  }
  .seminarmancoursetable .TzInner .osg_info {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .tz-mod-ethic .module-title {
    padding-bottom: 15px;
  }
  .home-style-2 #tz-services-wrapper {
    padding: 30px 0 !important;
  }
  .home-style-2 #tz-mail-custom-wrapper.tz-mail {
    padding: 30px 0 !important;
  }
  .home-style-2 div.acymailing_module .acymailing_module_form {
    margin-top: 0 !important;
  }
  .home-style-2 div.acymailing_module .acymailing_module_form .acymailing_introtext {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
  div.acymailing_module .acysubbuttons::before {
    padding-right: 8px;
  }
  .tz-header-4 {
    height: 65px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .tz-header-4 .logo #tzlogo img {
    width: 90px !important;
    margin-left: -45px !important;
  }
  .tz-header-4 .tz-search {
    top: 25px !important;
    margin-right: 0px;
  }
  .tz-header-4 .tz-search i {
    font-size: 18px;
  }
  .tz-header-4.tz-header-4-eff .tz-search {
    margin-right: 10px;
  }
  .tz-header-4.tz-header-4-eff .tz-button-toggle.tz-canvas-customer {
    margin: 0;
  }
  .tz-header-5 #tzlogo img {
    padding: 15px;
  }
  .tz-header-5 #plazart-mainnav .tz-search {
    top: 25px;
    right: 50px;
  }
  .tz-header-5 .btn-navbar.navbar-toggle {
    right: 15px;
    top: 25px;
  }
  .tz-header-5.tz-header-5-eff #tzlogo img {
    padding: 15px;
  }
  .tz-header-5.tz-header-5-eff #plazart-mainnav .tz-search {
    right: 30px;
  }
  .tz-header-5.tz-header-5-eff .btn-navbar.navbar-toggle {
    right: 0;
    top: 25px;
  }
  .tz-header-6 #tzlogo {
    margin: 0;
  }
  .tz-header-6 .btn-navbar.navbar-toggle,
  .tz-header-6 #plazart-mainnav .tz-search {
    top: 18px;
  }
  .tz-header-6 .btn-navbar.navbar-toggle {
    right: 0;
  }
  .tz-header-6 #plazart-mainnav .tz-search {
    right: 30px;
  }
  .tz-header-3 #plazart-mainnav .tz-search,
  .tz-header-3 .btn-navbar.navbar-toggle {
    top: 20px;
  }
  .tz-header-3 .btn-navbar.navbar-toggle {
    right: 0;
  }
  .tz-header-3.tz-header-3-eff #plazart-mainnav .tz-search,
  .tz-header-3.tz-header-3-eff .btn-navbar.navbar-toggle {
    top: 20px;
  }
  .tz-header-home-1 .btn-navbar.navbar-toggle {
    right: 0;
  }
  .tz-header-home-1 .tz-search {
    right: 50px;
  }
  .tz-header-2 #tzlogo {
    padding: 15px 0;
  }
  .tz-header-2 #tzlogo img {
    max-width: 100%;
  }
  .tz-header-2 .tz-search,
  .tz-header-2 .btn-navbar.navbar-toggle {
    top: 20px;
  }
  .tz-header-2 .tz-search {
    display: block;
    right: 50px;
  }
  .tz-header-2 .btn-navbar.navbar-toggle {
    left: auto;
    right: 0;
    position: absolute;
  }
  .tz-header-2.tz-header-2-eff .tz-search,
  .tz-header-2.tz-header-2-eff .btn-navbar.navbar-toggle {
    top: 15px;
  }
  .tz-header-2.tz-header-2-eff #tzlogo {
    padding: 10px 0;
  }
  .tz-header-1 .btn-navbar.navbar-toggle {
    right: 0;
  }
  .tz-header-1 .tz-search {
    right: 50px;
  }
  #tzlogo img {
    max-width: 100% !important;
  }
  .tz-button-toggle.tz-canvas-customer {
    top: 25px;
    margin: 0;
    position: fixed;
    right: 24px;
    left: auto;
  }
  .tz-button-toggle.tz-canvas-customer i {
    font-size: 18px;
  }
  div.acymailing_module .acymailing_module_form {
    padding: 20px 0 30px !important;
    margin-top: 0px !important;
  }
  div.acymailing_module .acymailing_module_form .acymailing_introtext {
    margin: 0 0 15px 0 !important;
    text-align: center;
  }
  div.acymailing_module .acymailing_module_form .acymailing_introtext,
  div.acymailing_module .acymailing_module_form .acymailing_form {
    float: none !important;
    width: auto !important;
    display: block;
  }
  div.acymailing_module .acymailing_module_form .acymailing_form {
    position: relative;
    padding: 0 !important;
  }
  div.acymailing_module .acymailing_module_form .acymailing_form .acyfield_email,
  div.acymailing_module .acymailing_module_form .acymailing_form .acyfield_name {
    display: block;
    margin: 0 0 10px 0 !important;
  }
  div.acymailing_module .acymailing_module_form .acymailing_form .acyfield_email input,
  div.acymailing_module .acymailing_module_form .acymailing_form .acyfield_name input {
    min-width: 0;
    padding: 5px 10px;
  }
  div.acymailing_module .acymailing_module_form .acysubbuttons {
    position: relative;
    right: auto;
    display: block;
    padding-top: 20px !important;
  }
  div.acymailing_module .acymailing_module_form .acysubbuttons input {
    padding: 5px 10px 5px 30px;
  }
  div.acymailing_module .acymailing_module_form .acysubbuttons:after {
    left: 50%;
    margin-left: -50px;
    top: 28px;
  }
  .btn-navbar.navbar-toggle {
    top: 25px;
  }
  .btn-navbar.navbar-toggle i {
    font-size: 18px;
  }
  .tz-content-right {
    margin: 0 -15px;
  }
  #tz-sidemenu {
    margin: 0 -15px;
  }
  #tz-sidemenu li a {
    padding: 10px 20px;
  }
  #tz-sidemenu li a i.tz-icon-2 {
    left: 20px;
    top: 15px;
  }
  .tz-tab-description {
    padding: 18px 15px 15px;
  }
  .tz-tab-description span a {
    padding: 5px;
    margin: 0 8px 8px 0;
  }
  .tz-tab-description p {
    font-size: 13px;
  }
  .tz-introduce-content h4 {
    font-size: 16px;
    padding: 20px 0;
  }
  .tz-introduce-content p {
    font-size: 12px;
  }
  .parallax-style-4 .tz-overlay h4 {
    font-size: 20px;
    line-height: 30.6px;
  }
  .services {
    margin-bottom: 20px;
    padding: 20px 0 0;
  }
  .services .service {
    width: 95%;
    margin: auto auto 20px auto;
  }
  #tz-services-wrapper.tz-services {
    padding: 0 !important;
  }
  section#tz-courses-wrapper {
    padding-bottom: 0 !important;
  }
  section#tz-mail-wrapper {
    padding: 0 !important;
  }
  section#tz-employee-wrapper {
    padding-bottom: 0 !important;
  }
  .services2 {
    padding: 15px 0;
    margin: 0 -15px;
  }
  .services2 .custom_text {
    text-align: center;
  }
  .services2 .custom_text p {
    padding: 30px 0 0;
    margin: 0;
  }
  .services2 .custom_text .custom_button {
    margin: 15px 0;
  }
  .services2 .service {
    padding: 75px 0;
    height: auto;
    width: 80%;
    margin: auto auto 20px;
  }
  .tz-header-7 .tz-search,
  .tz-header-7 .btn-navbar.navbar-toggle {
    top: 10px;
  }
  .tz-header-7.tz-header-7-eff .tz-search,
  .tz-header-7.tz-header-7-eff .btn-navbar.navbar-toggle {
    top: 10px;
  }
  .full-width .tz-portfolio-project,
  .full-width .courses_portfolio {
    margin: 0 !important;
  }
  .courses_portfolio {
    margin: 0 -15px !important;
  }
  .courses_portfolio .portfolio-item .tz-description,
  .courses_portfolio .portfolio-item .tz-img {
    width: 100%;
    float: none !important;
  }
  .courses_portfolio .portfolio-item .tz-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    background: rgba(255, 255, 255, 0.5);
  }
  .courses_portfolio .portfolio-item:hover .tz-description {
    opacity: 1;
  }
  .tz-portfolio-project {
    margin: 0 -15px;
  }
  .tz-portfolio-project a {
    padding: 20px 0;
  }
  .services.home-3 {
    margin: 0 -15px;
  }
  .services.home-3 > div {
    padding: 0;
  }
  .services.home-3 .service {
    width: 100%;
  }
  .tz-map {
    padding: 0;
  }
  .cus_home3 {
    margin: 0 -15px;
  }
  .home-style-3 .mod_events_latest_table.row {
    margin: 0 -15px;
  }
  .tz_gird .tz-description,
  .tz_gird .osg_info,
  .tz_gird .tz-img,
  .tz_gird .osg_image {
    width: 100% !important;
  }
  .tz_gird .courses_portfolio .TzInner,
  .tz_gird .seminarmancoursetable .TzInner {
    margin: 0;
  }
  .tz-introduce-content-style-3 {
    padding: 60px 30px 48px;
    margin: 0 -15px;
  }
  .event-home-5,
  .event-home-4 {
    padding: 0;
  }
  .tz-university-one,
  .custom.image_event,
  .custom-image {
    margin: 0 -15px;
  }
  .tz-introduce-content-style-2 {
    padding-bottom: 15px;
  }
  .tz-introduce-content-style-2 .tz-introduce-images {
    margin: 0 -15px;
  }
  .tz-introduce-content-style-2 h3 a {
    font-size: 18px;
  }
  .tz-introduce-content-style-2 p {
    font-size: 13px;
  }
  .tz-introduce-content-style-2 > a {
    margin-top: 15px;
  }
  .tz-introduce-content-style-2 > a span {
    padding: 5px 10px;
  }
  .style-home-6 .home-4.services {
    margin: 0 -15px;
  }
  .style-home-6 .home-4.services .service {
    margin: 0;
    width: 100%;
  }
  .event-contents .content {
    margin: 0 -15px;
  }
  .tz-more-details {
    margin: 15px 0;
    float: none;
  }
  .team-box {
    margin: 0 -15px;
  }
  .tz-header-1 #tzlogo img {
    max-width: 100%;
  }
  .tz-phone-fax {
    position: relative;
    right: 0;
  }
  .tz-menu-canvas .btn-navbar.navbar-toggle {
    top: 25px;
  }
  .cus_home3 .tz-information-content {
    margin: 0 0 20px 0;
  }
  .cus_home3 .tz-information-content .block1 {
    padding-bottom: 15px;
  }
  .cus_home3 .tz-information-content > .row {
    margin: 0;
  }
  .tz-training-images {
    margin: 0 -15px;
  }
  .tz-filter-member {
    padding-left: 15px;
  }
  .jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item .joms-list__cover {
    width: 100%;
  }
  .jomsocial-wrapper .jomsocial .joms-page .joms-list--card .joms-list__item .joms-list__content {
    padding: 15px 0;
  }
  .joms-list__search .tz-members-title {
    margin: auto;
    padding: 15px;
    font-size: 18px;
  }
  .tz-detail-member .tz-info {
    padding: 0;
  }
  .pagination-list li a {
    padding: 5px 10px !important;
  }
  .tz-filter-member ul.joms-list--alphabet li {
    display: inline-block;
  }
  .home-4.services {
    margin: 0 -15px;
  }
  .home-4.services > div {
    padding: 0;
  }
  .home-4.services .service {
    width: 100%;
    margin: 0;
  }
  .event-home-4 .mod_events_latest_table .mod_events_latest_content a {
    font-size: 14px;
  }
  .event-home-4 .mod_events_latest_table .mod_events_latest_date {
    font-size: 12px;
  }
  .tz-about-school {
    padding-bottom: 15px;
    margin: 0 -15px 20px;
  }
  .home-4 form#login-form {
    margin: 0 -15px;
    padding: 30px 15px 30px;
  }
  .tz-institution {
    margin: 0 -15px;
  }
  .tz-institution span {
    padding: 30px 15px;
  }
  .tz-institution p {
    font-size: 14px;
    padding: 15px;
  }
  .tz-services-wrapper h3 {
    margin: 20px 0 0 0;
  }
  .tz-item-more-details {
    margin-bottom: 20px;
  }
  .tz-event-wrapper.style-1 .mod_events_latest,
  .tz-event-wrapper.style-1 .mod_events_latest_first {
    padding: 0;
  }
  #jevents_body #jev_maincal .jev_listrow .tz-events-item {
    margin: 0 -15px;
  }
  #jevents_body ul.ev_ul li.ev_td_li .tz-images {
    margin: 0 -15px;
  }
  .TzBlog .TzItemsRow .TzItem {
    padding-top: 0;
  }
  .TzItemsRow > div {
    padding: 0;
  }
  .TzItemsRow > div .blog_info {
    padding: 0 15px;
  }
  #TzTimeline .oe-timeline-container {
    margin: 0 -15px;
  }
  #TzTimeline .oe-pad-normal {
    padding: 0 15px;
  }
  .oe-blog-item {
    padding: 0 !important;
  }
  .ss-container::before {
    width: 0;
  }
  .pagination > li {
    display: inline-block;
    margin: 0;
  }
  .profile-edit .page-header p,
  .profile .page-header p,
  .newsfeed-category .page-header p,
  .remind .page-header p,
  .reset .page-header p,
  .login .page-header p,
  .registration .page-header p {
    font-size: 13px;
    padding: 0 10px;
  }
  .profile-edit .page-header h1,
  .profile .page-header h1,
  .newsfeed-category .page-header h1,
  .remind .page-header h1,
  .reset .page-header h1,
  .login .page-header h1,
  .registration .page-header h1 {
    font-size: 18px;
  }
  .profile-edit .form-horizontal,
  .profile .form-horizontal,
  .newsfeed-category .form-horizontal,
  .remind .form-horizontal,
  .reset .form-horizontal,
  .login .form-horizontal,
  .registration .form-horizontal {
    padding: 0;
  }
  .profile-edit .form-horizontal .btn-login,
  .profile .form-horizontal .btn-login,
  .newsfeed-category .form-horizontal .btn-login,
  .remind .form-horizontal .btn-login,
  .reset .form-horizontal .btn-login,
  .login .form-horizontal .btn-login,
  .registration .form-horizontal .btn-login,
  .profile-edit .form-horizontal .btn-reset,
  .profile .form-horizontal .btn-reset,
  .newsfeed-category .form-horizontal .btn-reset,
  .remind .form-horizontal .btn-reset,
  .reset .form-horizontal .btn-reset,
  .login .form-horizontal .btn-reset,
  .registration .form-horizontal .btn-reset {
    padding: 10px 15px;
  }
  .joms-single-group .joms-focus__header,
  .joms-single-member .joms-focus__header {
    position: relative;
  }
  .joms-single-group .joms-focus__link,
  .joms-single-member .joms-focus__link {
    padding: 0 15px;
  }
  .joms-single-group .joms-focus__link li,
  .joms-single-member .joms-focus__link li {
    width: auto;
    padding: 5px !important;
  }
  .joms-single-group .tz_joms_interaction,
  .joms-single-member .tz_joms_interaction {
    bottom: auto;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
    right: 0;
  }
  .joms-body .joms-stream__body {
    width: 72% !important;
    margin-left: 10px;
  }
  .joms-focus__badges {
    top: 25px;
    position: absolute;
    margin-left: -52px;
    left: 50%;
    padding: 0;
  }
  .contact .contact-address > div {
    padding: 20px 15px;
  }
  .contact .contact-miscinfo {
    padding: 0;
  }
  #tz-position-1{
  	display:none;
  }
  h2.leafs{
  	width:100% !important;
  }
  h2.leafs::before, h2.leafs::after{
  	background:none important;
  	display:none !important;
  }
  .hikashop_cart_module .tz_icon_cart {
  	padding: 20px 0 15px 22px !important;
  }
  .span4{
  	width:100% !important;
  	margin-bottom:20px !important;
  	float:none !important;
  }
}
/*# sourceMappingURL=template.css.map */

.tz-header-4 .logo #tzlogo img{
	margin-left:-90px;
	width:170px;
	max-width:170px;
}

.tz-header-4.tz-header-4-eff .logo #tzlogo img{
	margin-left:-60px;
	width:120px;
	max-width:120px;
}

.tz-header-4{
	border-bottom:4px solid #48672e;
}
.tz-header-4 .menu-home-1 > li > a{
	padding:35px 24px 10px 24px !important;
	font-weight:bold;
}
.tz-header-4 .menu-home-1 > li:hover{
	background-color:#48672e;
}
.tz-header-4 .menu-home-1 > li:hover > a{
	color:#f9f8f6 !important;
}
.tz-header-4 .menu-home-1 > li > a, .tz-button-toggle.tz-canvas-customer i, .tz-header-4 .tz-search i{
	color:#333 !important;
}
.tz-button-toggle.tz-canvas-customer{
	margin:23px 17px 0 !important;
}


.quickiconlist li{
	display: inline-block;
	margin-left: .25em;
	text-align:center;
	transition:transform 0.5s ease;
}
.quickiconlist li:hover{
	transform:scale(1.1);
}

.quickiconlist li a{
	color: #fff;
	background-color: #4b5864;
	-webkit-border-radius: 160px 160px 160px 160px;
	-moz-border-radius: 160px 160px 160px 160px;
	border-radius: 160px 160px 160px 160px;
	width: 160px;
	height: 160px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px;
	display: block;
	outline: none;
}

.quickiconlist li a span{
	-webkit-border-radius: 150px 150px 150px 150px;
	-moz-border-radius: 150px 150px 150px 150px;
	border-radius: 150px 150px 150px 150px;
	width: 150px;
	height: 150px;
	display: block;
	border: 2px solid #fff;
	padding: 28px 10px 0 10px;
}
.quickiconlist li a span strong{
	display: block;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: .25em;
}

.quickiconlist li a.btn1{
	background-color:#8ba925;
}
.quickiconlist li a.btn2{
	background-color:#48672e;
}
.quickiconlist li a.btn3, .boxtaupe{
	background-color:#957f72;
}
.boxtaupe{
	margin-top:20px;
	padding-bottom:20px;
}
.boxtaupe h4{
	color:#fff;
}
h2.leafs{
	width:60%;
	margin:30px auto 0px auto;
	
	padding-bottom:20px;
}
h2.leafs::after{
	content:'';
	position:absolute;
	width:54px;
	height:54px;
	background-image:url('/images/blatt_rechtsoben.png');
	background-repeat:no-repeat:
	background-size:50px 50px !important;
	overflow:hidden;
	top:0;
	margin-top:58px;
	right:0;
	margin-right:16%;
}
h2.leafs::before{
	content:'';
	position:absolute;
	width:54px;
	height:54px;
	overflow:hidden;
	background-image:url('/images/blatt_linksunten.png');
	background-repeat:no-repeat:
	background-size:50px 50px !important;
	top:0;
	margin-top:180px;
	left:0;
	margin-left:15%;
}

.parallax-style-4 .tz-overlay .container img{
	border-radius:50%;
	max-width:210px;
	z-index:99999999 !important;
	box-shadow:0px 0px 10px #000;
	transition:all 0.3s linear;
}

.parallax-style-4 .tz-overlay .container img:hover{
	transform:scale(1.3) rotate(-5deg);
}
h4.tz_carousel_title, .tz-article-content p{
	text-shadow:1px 1px 1px #000;
}


.view-featured #tz-main-body-wrapper{
	display:none !important;
}
#tz-position-3{
	padding-right:40px;
}
#tz-position-3 h1{
	border-bottom:1px solid #957f72;
	padding-bottom:10px;
}
#tz-position-14{
	margin-top:-50px !important;
	z-index: 9900;
	padding:40px 40px 40px 40px !important;
}
#tz-rezeption{
	margin-top:85px;
	z-index:9999;
	padding:10px 0px !important;
	color:#fff !important;
	background-color:#957f72;
	border-radius:15px;
	box-shadow:0px 0px 3px #000;
}
@media(max-width:800px){
	#tz-rezeption{
		max-width:70%;
		margin-left:15%;
	}
	#tz-position-14{
		margin-top:-50px !important;
		padding:40px 15px 40px 15px !important;
	}
}

#tz-rezeption .cirle-image{
	position:relative;
}
#tz-rezeption .circle-image img{
	transition:all 0.3s linear;
	width:100% !important;
	height:auto;
	max-width:210px !important;
	border-radius:50% 50%;
	box-shadow:0px 0px 2px #000;
	margin-top:-80px;
	margin-bottom:20px;
}

#tz-rezeption .circle-image img:hover{
	transform:scale(1.2) rotate(-5deg);
}

#tz-rezeption a{
	color: #fff !important;
}

article.EBCTG-eb-catlist-wrap, .EBCTG-flexslider{
	border:none;
}
article.EBCTG-eb-catlist-wrap{
	padding:20px 0px 0px 0px;
	border-bottom:1px dashed #733b1d;
}

.EBCTG-eb-catlist-wrap .EBCTG-content h3{
	padding-top:0px;
	margin-top:0px;
}

.EBCTG-flexslider{
	box-shadow:0px 0px 5px #000;
}
.EBCTG-flex-container.EBCTG-span5{
	padding-top:10px;
	margin-bottom:10px;
}



/* Cart */
.hikashop_cart_module {
  position: relative;
}
.hikashop_cart_module tbody td {
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #ededed;
  vertical-align: top;
}
.hikashop_cart_module tbody td.hikashop_cart_module_product_price_value,
.hikashop_cart_module tbody td.hikashop_cart_module_product_delete_value {
  padding-right: 0;
}
.hikashop_cart_module tbody td.hikashop_cart_module_product_image {
  padding-top: 0;
}
.hikashop_cart_module tbody td.hikashop_cart_info {
  width: 100%;
}
.hikashop_cart_module tbody tr:last-child td {
  border: none;
  padding-bottom: 0;
}
.hikashop_cart_module .hikashop_cart_module_product_name_value {
  margin-bottom: 2px;
}
.hikashop_cart_module .hikashop_cart_module_product_total_title .hikashop_product_price_full {
  display: inline-block;
}
.hikashop_cart_module .btn {
  border-radius: 2px;
  padding: 8px 15px;
  font-size: 14px;
  margin-right: 2px;
}
.hikashop_cart_module .hikashop_product_price_full {
  padding-left: 10px;
  color: #e5ae49;
}
.hikashop_cart_module .hikashop_cart_value.hikashop_cart_module_product_price_value {
  display: inline-block;
}
.hikashop_cart_module .hikashop_cart_value.hikashop_cart_module_product_price_value .hikashop_product_price_full {
  display: inline-block;
}
.hikashop_cart_module .hikashop_cart_value.hikashop_cart_module_product_price_value .hikashop_product_price_full > * {
  display: block;
}
.hikashop_cart_module .hikashop_cart_value.hikashop_cart_module_product_quantity_value {
  display: inline-block;
}
.hikashop_cart_module .hikashop_cart_value.hikashop_cart_module_product_quantity_value input {
  width: 20px;
  text-align: center;
  border: none;
}
.hikashop_cart_module .tz_icon_cart {
  display: block;
  padding: 30px 0 5px 22px;
}
.hikashop_cart_module .tz_icon_cart.active i {
  color: #e5ae49;
}
.hikashop_cart_module .tz_icon_cart.active i:before {
  content: '\f00d';
}
.hikashop_cart_module .tz_icon_cart i {
  color: #ffffff;
  font-size: 17px;
}
.hikashop_cart_module .hikashop_cart {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  min-width: 430px;
  left: auto;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #222222;
  padding: 30px;
  z-index: 1;
}
.hikashop_cart_module .hikashop_cart.active {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index:999;
}
img.hikashop_product_cart_image{
	max-width:70px !important;
}
.hikashop_cart_module_product_price_value.hikashop_cart_value{
	text-align:right;
}


.span4{
	width:33%;
	float:left;
}



.b_teaser{
	border-radius:50% 50%;
	border:1px solid #fff;
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	width:80px !important;
	float: left;
	display: inline-block;
	position: relative;
	width:100%;
	transition:all 0.3s linear;
	margin:10px 10px;
	filter:grayscale(1);
}
.b_teaser div{
	font-size:20px;
	text-align:center;
	width: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-weight: 400;
	padding-bottom: 30px;
	overflow:hidden;
	transition:all 0.3s ease;
}
.b_teaser:hover div{
	transform:scale(1.1);
}

#b_teaser_1{
		
	background-size:60px 60px;
	background-image: url(/templates/tz_joomla_ethic/images/logo-holodaycheck-white.svg);
}

#b_teaser_2{
	
	background-size:50px 50px;
	background-position:center center;
	background-image: url(/templates/tz_joomla_ethic/images/ico-webcam.svg);
}

#b_teaser_3{
	
	background-size:50px 50px;
	background-position:center center;
	background-image: url(/templates/tz_joomla_ethic/images/ico-facebook.svg);
}

#b_teaser_4{
	background-image: url(/images/kaerntenwetter.png);
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
}
#b_teaser_5{
	background-image: url(/images/tripadvisor_white.png);
	background-size:60%;
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
}
#b_teaser_4 div{
	text-shadow:0px 1px 2px #000;
}
.col-md-4.holidaycheck div, .col-md-4.livecams div, .col-md-4.facebook div, .col-md-4.kaerntenwetter div{
	width: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-weight: 400;
	padding-bottom: 30px;
}
#tz-footer2-wrapper, #tz-google-map-wrapper{
	font-size:0.9em !important;
	position:relative;
	background-color:transparent !important;
	background-image:url('/images/footer_bg.jpg');
}



@media(max-width:767px){
	.visible-xs{
		display:inline !important;
	}	
	#plazart-mainnav .level0 > li.hidden{
		display:block !important;
	}
}
@media(max-width:700px){
	#tz-footer2-wrapper::after, #tz-footer2-wrapper::before{
		background:none !important;
	}
}

#tz-google-map-wrapper{
	margin:0 0px;
}

#ebPriceOmeter .eb-priceometer-cta-button{
	background-color:#48672e !important;
}
.eb-priceometer .eb-priceometer-price{
	background:#f8f7e9 !important;
}


.TzUser .TzItem .TzDescription p, .TzTag .TzItem .TzDescription p, .TzBlog .TzItem .TzDescription p{
	padding-bottom:5px !important;
}

.TzUser .TzItemsRow .blog-padding > *, .TzTag .TzItemsRow .blog-padding > *, .TzBlog .TzItemsRow .blog-padding > *{
	padding:0px 0px !important;
}

.tz_portfolio_image{
	overflow:hidden;
	position:relative;
}
.rokboximage{
	position:relative;
	transition:all 0.3s linear;
}
.rokboximage img{
	transition: all 0.3s linear;
}
.rokboximage:hover img{
	transform:scale(1.1) rotate(1deg);
}

.rokboximage:hover::before{
	content: "\f002";
	left: 50%;
	top: 50%;
	position:absolute;
	color: #fff;
	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	transform: translate(0, 0);
	z-index: 10;
	font-size: 30px;
	line-height: 1;
	margin: 40px 0 0 -14px;
	z-index:99999;
	
}
.rokboximage:hover::after{
    content: ' ';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(72,103,46,.55);
    z-index: 5;
    width:auto;
    height:1000px;
    position:absolute;
}


.TzUser .TzItem .TzDescription p, .TzTag .TzItem .TzDescription p, .TzBlog .TzItem .TzDescription p{
	color:#333 !important;
}


.tz-header-4 .menu-home-1 > li .dropdown-menu{
	font-size:18px !important;
}



ul.lang-inline li{
		margin-left:1px !important;
	margin-right:1px  !important;
}
ul.lang-inline li a{
	color:#333 !important;
}

#off-canvas-nav .plazart-mainnav .plazart-megamenu .level0{
	background-image:url('/images/footer_bg.jpg');
}
@media(max-width:1000px){
	#tz-position-1 {
  	display:none;
  	}

}
@media (min-width: 1000px) and (max-width: 1200px) {
	.tz-header-4 .menu-home-1 > li > a{
		padding:35px 12px 10px 12px !important;
	}
}
@media(max-width:800px){
	.com_content.view-featured #tz-custom-article-wrapper{
		padding-top:10px !important;
	}
	div.mod-languages ul.lang-inline{
  	margin-left:30px !important;
  }
}
@media(min-width: 800px){
	
	.dropdown-menu{
		/*background:url('/images/mainnav.jpg') repeat center center;*/
		background-color:#e2dfdd;
	}
}

.teaserimage{
	overflow:hidden;	
	position:relative;
}
.teaserimage div.nametext{
	position: absolute;
	top: 70%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 15px;
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 3px #000;
	font-size:2em !important;
}
.teaserimage div.funnyclick{
	position: absolute;
	top: 0;
	right:0;
	padding: 35px 20px;
	text-align:center;
	border:4px solid #fff;
	border-radius:50% 50%;
	color:#fff;
	margin-top:30px;
	margin-right:30px;
	text-shadow:1px 1px 3px #000;
	font-size:1em !important;
	cursor:pointer;
	opacity:1;
	background-color:#957f72;
}
.teaserimage div.funnyclick:hover{
	-webkit-animation: pulse 1s infinite; /* Safari 4.0 - 8.0 */
    animation: pulse 1s infinite;
}
.teaserimage div.nametext h3{
	font-size:2em !important;	
}

#tz-portfolio-template-fulltext a, #tz-services-wrapper a, #osmap li a{
	color:#8e2e7d;
}
#tz-portfolio-template-fulltext img{
	max-width:100% !important;
	height:auto;
}
.EBCTG-details ul li{
	background:none !important;
}
#tz-portfolio-template-fulltext ul.heartlist li:before, .EBCTG-details ul li:before, #osmap ul.heartlist li:before, #kacheln ul li:before {    
	font-family: 'FontAwesome';
	content: '\f00c';
	margin:0 10px 0 -30px;
	color: #b60c9a;
}
#tz-portfolio-template-fulltext ul.heartlist li:nth-child(even):before, #osmap ul.heartlist li:nth-child(even):before, .EBCTG-details ul li:nth-child(even):before, #kacheln ul li:nth-child(even):before{
	color:#980a81;
}

@media(max-width:800px){
	.teaserimage div.funnyclick{
		position: absolute;
		top: 0;
		right:0;
		padding: 35px 20px;
		text-align:center;
		border:4px solid #fff;
		border-radius:50% 50%;
		color:#fff;
		margin-top:-65px;
		margin-right:-10px;
		text-shadow:1px 1px 3px #000;
		font-size:1em !important;
		cursor:pointer;
		opacity:1;
		background-color:#957f72;
		z-index:9999;
	}
	.teaserimage div.nametext h3{
		font-size:1em !important;	
	}
	.left_topnavi{
		width:50% !important;
	}
	.anfragebtn, .buchungsbtn{
		display:none !important;
	}
	h1{
		font-size:36px !important;
	}
	body{
		font: normal 18px/1.5 'ProximaNova-Regular', sans-serif;
	}
	li .tp-caption{
		visibility:hidden !important;
		opacity:0 !important;
		display:none !important;
	}
	#tz-mobile-bottom-menu-wrapper{
		position:fixed;
		bottom:0;
		background-color:#8e2e7d;
		z-index:999999;
		min-height:40px;
		width:100% !important;
		box-shadow:-3px 0px 4px #000;
	}
	#tz-mobile-bottom-menu-wrapper a{
		color:#fff;
		padding:10px;
		margin-top:10px;
		font-weight:normal;
		font-size:16px;
	}
	#tz-mobile-bottom-menu-wrapper .col-xs-6{
		padding:8px 0px !important;
		text-align:center;
	}
	#tz-mobile-bottom-menu-wrapper .col-xs-6:nth-child(2){
		border-left:1px solid #fff;
	}
}
#tz-footer2-wrapper #ca_info_plus a{
	color:#48672e !important;
}
#ca_info_plus p{
	font-size:18px !important;
}

.hikashop_product_main_image_subdiv img{
	width:100% !important;
	max-width:400px !important;
	
}

.hikashop_products .hikashop_product_stock table{
	text-align:center;
	margin:0 auto;
}
span.hikashop_product_price, .hikashop_checkout_cart_additional, .hikashop_checkout_cart_payment, .hikashop_checkout_cart_coupon, .hikashop_checkout_cart_additional {
    color: #48672e !important;
    font-size: 26px !important;
    font-style: italic;
    font-weight: bold;

    white-space: nowrap;
}

#sb-container{
	z-index:999999 !important;
}
.hikashop_field_required{
	float:none !important;
}
.form-horizontal .control-label{
	text-align:left;
}

#tz-component .btn.btn-primary.btn-large{
	font-size:1.5em !important;
	background-color:#48672e;
	border:none !important;
	margin-right:10px;
	transition:all 0.3s linear;
}
#tz-component .btn.btn-primary.btn-large:hover{
	box-shadow:0px 0px 3px #000;
	background-color:#8ba925;
}
#tz-component .btn.btn-primary.btn-large small{
	font-size:0.5em !important;
}
.hikashop_products .thumbnails{
	padding:0px 0px !important;
}

.hikashop_products .thumbnails img{
	transition:all 0.3s ease;
}
.hikashop_product_image_subdiv{
	overflow:hidden;
}
.hikashop_products .thumbnails img:hover{
	transform:scale(1.3);
}
#parallax h1, #parallax h2{
	color:#fff !important;
	opacity:0.8 !important;
	font-size:40px;
}



#tz-cus_header, #tz-cus_footer, #tz-portfolio-template--inner .tz-col-lg-12{
	padding-left:0px !important;
	padding-right:0px !important;
}
#tz-footer5{
	padding-top:50px;
	padding-left:50px;
}
#tz-position-13{
	padding-left:50px !important;
	padding-top:100px;
}

#tz-position-13 .col-md-3{
	padding-left:0px;
	padding-right:0px;
}
#tz-footer5 h2{
	color:#fff !important;
}
#tz-footer2-wrapper .infobox a, #tz-footer2-wrapper .infobox span{
	color:#333 !important;
}

.fpteaser.img-teaser.img-teaser-portal{
	position:relative;
}
.img-teaser__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: background 250ms ease-in-out;
}

.fpteaser img{
	width:100% !important;
	height:auto;
	max-width:100% !important;
}
.teaser__content-fix {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 1;
}
.owl-item .teaser__content-fix{
    height:70%;
}
.teaser__content-bottom {
    top: auto;
    bottom: 0;
}

.teaser__content-fix {
    padding: 30px;
}
.fpteaser:hover:not(.teaser--lg) .img-teaser__overlay, .fpteaser:focus:not(.teaser--lg) .img-teaser__overlay {
    background: rgba(142,46,125,0.6);
}
.img-teaser.triangle-lg::before {
    z-index: 2;
    opacity: 0;
    transition: opacity 300ms ease-in-out,-webkit-transform 300ms ease-in-out;
    transition: opacity 300ms ease-in-out,transform 300ms ease-in-out;
}

.text-white, .text-white a{
    color: #fff !important;
}
.teaser__content-fix__subline {
    font-size: 20px;
    line-height: 22px;
}
.tz_carousel_default .teaser__content-fix__subline {
	font-size:16px;
}
.img-teaser.triangle-lg::before {
    z-index: 2;
    opacity: 0;
    transition: opacity 300ms ease-in-out,-webkit-transform 300ms ease-in-out;
    transition: opacity 300ms ease-in-out,transform 300ms ease-in-out;
}
.triangle-lg::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #fff;
}
.triangle-lg::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #fff;
}
.img-teaser__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    z-index:1;
    background: rgba(116,109,101,0.2);
    transition: background 250ms ease-in-out;
}
.teaser--lg .img-teaser__overlay {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDgwODA4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjOTI5MjkyIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg,  rgba(8,8,8,1) 0%, rgba(146,146,146,0) 56%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(8,8,8,1) 0%,rgba(146,146,146,0) 56%,rgba(255,255,255,0) 100%);
    background: linear-gradient(45deg,  rgba(8,8,8,1) 0%,rgba(146,146,146,0) 56%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#00ffffff',GradientType=1 );
    opacity:.8;
    transition: opacity 250ms ease-in-out;
}
.img-teaser__overlay:after, .img-teaser__overlay:before {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    content: '';
    opacity: 0;
    transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
    transform-origin: center;
}
.img-teaser__overlay:before {
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    transform: scale(0,1);
}
.img-teaser__overlay:after {
    border-right: 1px dashed #fff;
    border-left: 1px dashed #fff;
    transform: scale(1,0);
}
.img-teaser:hover .img-teaser__overlay:after, .img-teaser:hover .img-teaser__overlay:before, .img-teaser:hover:after,
.img-teaser:focus .img-teaser__overlay:after, .img-teaser:focus .img-teaser__overlay:before, .img-teaser:focus:after {
    opacity: 1;
    transform: scale(1);
}
.img-teaser:hover .teaser__topBadge, .img-teaser:hover .teaser__watchlist,
.img-teaser:focus .teaser__topBadge, .img-teaser:focus .teaser__watchlist {
    transform: translateX(-10px) translateY(10px);
}
.img-teaser .teaser__watchlist {
    transition: transform 300ms ease-in-out;
}
.img-teaser.triangle-lg:before {
    z-index: 2;
    opacity: 0;
    transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}
.img-teaser:hover:before, .img-teaser:focus:before {
    opacity: 1;
    transform: translateX(-30px) translateY(-30px);
}
.teaser:not(.teaser--lg):hover .img-teaser__overlay,
.teaser:not(.teaser--lg):focus .img-teaser__overlay {
    background: rgba(85,87,89,0.6);
}
.teaser--lg:hover .img-teaser__overlay,
.teaser--lg:focus .img-teaser__overlay {
    opacity: .5;
}
@media screen and (min-width: 1400px){
    .img-teaser__overlay:after, .img-teaser__overlay:before {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }
}

.text-white h2{
	color:#fff !important;
	font-size:25px;
}

.teaser__content-fix div.price small{
	font-size:0.4em;
}
.teaser__content-fix div.price{
	position:absolute;
	bottom:0;
	right:0;
	font-size:40px;
	color:#fff !important;
	margin-top:50px;
	margin-right:45px;
	text-align:right;
}
.teaser__content-fix.teaser__content-bottom div.price{
	margin-top:0;
	margin-bottom:35px;
}
.mb20{
	margin-bottom:30px;
}

.plazart-megamenu .row + .row{
	border-top:0px !important;
	border:none !important;
}

#tz-menu-wrapper:after{
	content:'';
	position:absolute;
	/*background:url('/images/mainnav.jpg') repeat center center;
	 * 
	 */
	background-color:#e2dfdd;
	opacity:0.70;
	z-index:-1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-moz-box-shadow: 0 10px 10px -11px rgba(0,0,0,0.25) inset;
	-webkit-box-shadow: 0 10px 10px -11px rgba(0,0,0,0.25) inset;
	box-shadow: 0 10px 10px -11px rgba(0,0,0,0.25) inset;
}

body{
	color:#5d5852;
}

h1, h2, h3, .price{
	font-family:"DIN",serif !important;
}

#tz-courses-wrapper{
	background-image:url('/images/paper_bg.jpg');
}
#tz-top-header-wrapper{
	padding-top:0px;
	box-shadow:0px 0px 5px #333;
	min-height:30px;	
	z-index:100000;
}
#tz-top-header-wrapper a{
	color: #9f9489 !important;
	transition:all 0.3s ease;
}
#tz-top-header-wrapper a:hover{
	color: #8e2e7d !important;
}
#Mod250{
	background-color:#fff;
}

#tz-top-header-wrapper ul{
	list-style:none;
	display:inline;
	float:right;
	margin-bottom:0px;
}
#tz-top-header-wrapper ul li{
	font-family:"DIN", sans-serif;
	font-size:24px;
	float:left;
	padding:5px 10px;
	border-left:2px dotted #bab7b4;
}
#tz-top-header-wrapper .mod-languages ul li{
	border-left:0;
	border-right:2px dotted #bab7b4;
}
.left_topnavi{
	padding-top:10px;
	font-size:18px;
	float:left;
	font-weight:bold;
}
.left_topnavi a{
	margin-right:5px;
	margin-left:10px;
	color:#9f9489 !important;
}
.left_topnavi a em{
	font-size:24px;
}

.tz-header-7.tz-header-7-eff#tz-menu-wrapper:after{
	opacity:0.95 !important;
}
#tz-footer5 img{
	filter:grayscale(1);
	transition:all 0.5s ease;
}
#tz-footer5 img:hover{
	filter:grayscale(0);
}
.tp-dottedoverlay.twoxtwo{
	
	background-image:none !important;
	background-color: #746d65 !important;
	opacity: 0.2;
}

.buchungsbtn{
	position:absolute;
	top:20px;
	right:0;
	transition:all 0.5s linear;
}
.buchungsbtn:hover{
	transform:rotate(-18deg);
}
.anfragebtn{
	transform:rotate(-10deg);
	position:absolute;
	top:20px;
	right:165px;
	transition:all 0.5s linear;
}
.anfragebtn:hover{
	transform:rotate(-17deg);
}
.buchungsbtn img{
	max-width:200px;
}
.anfragebtn img{
	max-width:160px;
	height:auto;

}
#tz-home-slide-wrapper{
	min-height:150px;
}
.fancybox-overlay{
	z-index:99999998 !important;
}
.fancybox-opened{
	z-index:99999999 !important;
}

blockquote{
	font-size:20.5px !important;
}
.view-article.itemid-484 #tz-services-wrapper{
	display:none;
}
.itemid-484 #tz-services-wrapper{
	padding-top:110px !important;
}
.itemid-484 #tz-main-body-wrapper{
	padding-top:10px !important;
}
.view-article.itemid-484 #tz-main-body-wrapper, .com_chronoforms5 #tz-main-body-wrapper{
	padding-top:130px !important;
}

.form-group {
    position: relative !important;
    margin-bottom: 38px !important;
}
.form-control {
    font-size:20px !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #555759 !important;
    padding: 10px 1px 0 !important;
    height: 42px !important;
    background: transparent !important;
}
textarea.form-control {
    border: 1px solid #555759 !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: none !important;
}
.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #555759 !important;
}
.form-control-label {
    position: absolute !important;
    pointer-events: none !important;
    left: 0 !important;
    bottom: 0 !important;
    font-size: 20px !important;
    transform: translateY(-2px) translateZ(0) !important;
    transition: transform 200ms ease-in-out !important;
    transform-origin: left center !important;
}
.form-control-line {
    position: absolute !important;
    display: block !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    bottom: -1px !important;
    background: #b60c9a !important;
    transition: .2s ease-in-out !important;
    transform: scaleX(0) !important;
}
.form-control:focus ~ .form-control-label, .form-control.is-not-empty ~ .form-control-label {
    transform: translateY(-30px) scale(0.65) translateZ(0) !important;
    color:#b60c9a;
}
.booking-options .form-control:focus ~ .form-control-label, .booking-options .form-control.is-not-empty ~ .form-control-label,
.content-head__box .form-control:focus ~ .form-control-label, .content-head__box .form-control.is-not-empty ~ .form-control-label {
    transform: translateY(-20px) scale(0.65) translateZ(0) !important;
}
.form-control:focus ~ .form-control-line {
    transform: scaleX(1) !important;
}
.has-error .form-control:focus ~ .form-control-line {
    background: #555759 !important;
}
.has-success .form-control:focus ~ .form-control-line {
    background: #555759 !important;
}
/*white forms*/
.form-control--white, .form-control--white:focus {
    border-color: #fff !important;
    color: #fff !important;
}
.form-control--white option {
    color: #555759 !important;
}

/*selects*/
.select {
    position: relative !important;
}
.select select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    padding: 6px 30px 3px 2px !important;
    font-size: 20px !important;
}
.booking-options .select select {
    padding-right: 12px !important;
}
.select select::-ms-expand {
    display: none !important;
}
.select__icon {
    position: absolute !important;
    right: 2px !important;
    top: 50% !important;
    margin-top: 2px !important;
    transform: translateY(-50%) rotate(90deg) !important;
    font-size: 18px !important;
    pointer-events: none !important;
}
.select select:focus, .multiselect:focus {
    outline: -webkit-focus-ring-color auto 5px !important;
}
select.is-not-active {
    color: #f1f1f1 !important;
    border-color: #f1f1f1 !important;
}

.select select.is-not-active + .icon {
    color: var(--color-grey) !important;
}
/*multi select*/
.select .btn-group {
    width: 100% !important;
}
.select .caret {
    display: none !important;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}
.multiselect-container {
    padding-top: 10px !important;
    width: 100% !important;
    border-radius: 0 !important;
}
.multiselect-container>li>a {
    padding: 2px 30px !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}
.multiselect-container>.active>a, .multiselect-container>.active>a:hover, .multiselect-container>.active>a:focus {
    background-color: var(--color-primary) !important;
}

.error-list {
    color: #e2231a;
    font-size: 20px;
}

.is-not-active-datepicker {
    color: #ccc;
}


/*parsley*/
.has-success .form-control, .has-success .form-control:focus, .has-error .form-control, .has-error .form-control:focus {
    box-shadow: none;
}
.parsley-errors-list {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--color-primary);
    font-size: 14px;
    width: 100%;
    text-align: right;
}
.has-error .form-control {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.has-error label, .has-error .select__icon {
    color: var(--color-primary);
}
.has-success label, .has-success .select__icon {
    color: var(--color-success);
}
.has-success .form-control {
    border-color: var(--color-success);
    color: var(--color-success);
}

.booking-options .parsley-errors-list {
    color: #fff;
}
.booking-options .has-error .form-control {
    border-color: #fff;
    color: #fff;
}
.booking-options .has-error label, .booking-options .has-error .select__icon {
    color: #fff;
}
.booking-options .has-success label, .booking-options .has-success .select__icon {
    color: #fff;
}
.booking-options .has-success .form-control {
    border-color: #fff;
    color: #fff;
}
/*one field form*/
.form-oneField .form-control {
    padding-right: 30px;
    margin-bottom: 40px;
}
.form-oneField .form-group {
    margin-bottom: 18px;
}
.form-oneField .btn, .form-control--icon {
    background: none;
    position: absolute;
    right: 0;
    top: 9px;
    padding: 0;
    font-size: 18px;
}
@media screen and (min-width: 768px){
    .form-oneField .form-control {
        margin-bottom: 0;
    }
}
p.chrono_credits{
	display:none !important;
}
label{
	font-weight:normal !important;
	margin-bottom:0px;
}

.datepicker__icon{
	position: absolute;
right: 0;
top: 15px;
font-size: 20px;
pointer-events: none;
}

textarea.form-control{
	height:auto !important;
}

.layout-blog.view-category.itemid-484 #tz-kacheln-wrapper{
	display:none !important;
}

.btn.btn-default{
	background-color:#8e2e7d;
	color:#fff;
	font-size:20px;
	padding:10px 30px;
}

.copyright-block{
	display:none !important;
}


.itemid-486 .TzBlog > .col-lg-4.col-md-6.col-sm-6.col-xs-12:last-child h2.tz_carousel_title{
	font-weight:bold !important;
	font-size:50px;
}

.itemid-486 .TzBlog > .col-lg-4.col-md-6.col-sm-6.col-xs-12:last-child .img-teaser__overlay{
	background: rgba(142,46,125,1);
}

.casa-room-offer .casa-room-offer-info {
    background-color: rgb(116, 109, 101) !important;
    
}

.casa-wrapper .casa-room-offer-rates a{color:#fff !important;}
.casa-room-offer table.casa-room-offer-rates td, #selection-overview button#bookingButton{background-color:#8e2e7d !important;border-color:#8e2e7d !important;}
