

#ArtworkHelper {
  text-align: center;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-width: 1000px;
}

.img_day img{
	border-radius: 4px;
	padding: 4px 8px 4px 8px;
	border: 1px solid #5A2800;
	background: #F1E0C6;
	
}
.img_day img:hover{
	height: 38px;
	width: 38px;
}

/* -------- */
/* Info Bar */
/* -------- */
 .InfoBar {
  position: relative;
  height: 28px;
  top: 6px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 10px;
  color: white;
  font-family: Verdana, Arial, Times New Roman, sans-serif;
}
.InfoBarBlock {
  margin-right: 15px;
}
.InfoBarBigLogo {
  margin-bottom: 0px;
}
.InfoBarSmallElement {
  margin-left: 5px;
}
.InfoBarNumbers {
  top: -4px;
  position: relative;
}
.InfoBar a {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  color: white;
}
.InfoBar a:link    { color: white; font-weight: normal; text-decoration: none; }
.InfoBar a:visited { color: white; font-weight: normal; text-decoration: none; }
.InfoBar a:focus   { color: white; font-weight: normal; text-decoration: none; }
.InfoBar a:active  { color: white; font-weight: normal; text-decoration: underline; }
.InfoBar a:hover   { color: white; font-weight: normal; text-decoration: underline; }
} 


/* container to implement min/max width */
#Bodycontainer {
  text-align: left;
  min-width: 1000px;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  display: table;
}

#ContentRow {
  position: relative;
  top: 155px;
}

/* "star-HTML-hack" to correct the position of the content row */
* html #ContentRow {
  display: inline-block;
}

#MenuColumn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 180px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0px;
  font-family:  Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 12pt;
}

#ContentColumn {
  position: relative;
  margin: 0px;
  margin-left: 205px;
  margin-right: 205px;
}

#ThemeboxesColumn {
  text-align:  center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 180px;
  margin: 0px;
  margin-right: 15px;
  margin-left: 25px;
}

#Footer {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  text-align: center;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  color: white;
}
* html #Footer {
  padding-bottom: 120px;
  margin-bottom: 50px;
}

/* Footer linkes */
#Footer a:link    { color: white; text-decoration: none; }
#Footer a:visited { color: white; text-decoration: none; }
#Footer a:focus   { color: white; text-decoration: none; }
#Footer a:active  { color: white; text-decoration: underline; }
#Footer a:hover   { color: white; text-decoration: underline; }

/** -------------------------------
 *  Stylesheet declarations for the
 *  HEADER AREA
 *  -------------------------------
 */

#LeftArtwork {
  position: absolute;
  height: 140px;
  width: 166px;
  top: -140px;
  left: 4px;
  background-repeat: no-repeat;
  z-index:5;
}

#LeftArtwork #TibiaLogoArtworkTop {
  position: absolute;
  top: 20px;
  left: 0px;
  height: 82px;
  width: 166px;
  z-index: 5;
  cursor: pointer;
}

#LeftArtwork #TibiaLogoArtworkBottom {
  position: absolute;
  top: 102px;
  left: 0px;
  height: 43px;
  width: 166px;
  z-index: 5;
}

#LeftArtwork #Statue_1{
  position: absolute;
  top: 0px;
  left: 5px;
  height: 30px;
  width: 32px;
  z-index:10;
}

#LeftArtwork #Statue_2 {
  position: absolute;
  top: 0px;
  right: 25px;
  height: 30px;
  width: 32px;
  z-index:10;
}

#LeftArtwork #LogoLink {
  position: absolute;
  bottom: 14px;
  left: 58px;
  height: 14px;
  width: 50px;
  z-index: 99;
  cursor: pointer;
}

#RightArtwork {
  text-align: left;
  position: absolute;
  top: -1px;
  right: 24px;
  width: 132px;
  background-repeat: no-repeat;
  z-index: 90;
}

#RightArtwork #Monster {
  position: absolute;
  height: 80px;
  width: 80px;
  top: -137px;
  left: 8px;
  z-index: 15;
  cursor: pointer;
}

#PedestalAndOnline {
  position: absolute;
  top: -105px;
  width: 132px;
  height: 111px;
}

#RightArtwork #PlayersOnline {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size: 7pt;
  line-height: 8pt;
  text-align: center;
  position: absolute;
  width: 92px;
  bottom: 11px;
  left: 21px;
  color: #cfa600;
  border-bottom: 1px solid #010101;
  cursor: pointer;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  LOGINBOX
 *  -------------------------------
 */

#Loginbox {
  position: relative;
  left: 5px;
  top: 8px;
  width: 100%;
  margin-bottom: 42px;
  background-repeat: no-repeat;
}

#Loginbox #LoginTop {
  position: absolute;
  left: -5px;
  top: -12px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#Loginbox #LoginBottom {
  position: absolute;
  top: 52px;
  left: -5px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#Loginbox .LoginBorder {
  position: absolute;
  top: 0px;
  height: 52px;
  width: 8px;
  background-repeat: repeat-y;
  z-index: 10;
}

#Loginbox #BorderRight {
  right: 9px;
}

#Loginbox .Loginstatus {
  position: relative;
  top: 0px;
  left: 5px;
  height: 13px;
  width: 160px;
}

#Loginbox .LoginstatusText {
  position: absolute;
  top: 1px;
  left: 18px;
  width: 124px;
  height: 11px;
  cursor: pointer;
}

#Loginbox #LoginstatusText_1 {
  top: 2px;
  cursor: default;
}

#Loginbox #LoginstatusText_2_1 {
  visibility: visible;
}

#Loginbox #LoginstatusText_2_2 {
  visibility: hidden;
}

#LoginBox #LoginButtonContainer {
  margin-left: 5px;
  height: 26px;
  width: 160px;
  background-repeat: repeat-y;
}

#Loginbox #LoginButton {
  position: relative;
  top: 1px;
  left: 12px;
  height: 25px;
  width: 135px;
}

#Loginbox #LoginButton .Button {
  position: relative;
  top: 0px;
  left: 0px;
  width: 135px;
  height: 25px;
  visibility: hidden;
}

#Loginbox #LoginButton #ButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 22px;
  width: 135px;
  z-index: 15;
  cursor: pointer;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  MENU
 *  -------------------------------
 */

#Menu {
  position: relative;
  left: 5px;
  background-repeat: no-repeat;
}

#MenuTop {
  position: absolute;
  left: -5px;
  top: -12px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#MenuBottom {
  position: relative;
  left: -5px;
  bottom: 0px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

/* Menuitems */

.MenuButton {
  position: relative;
  height: 32px;
  width: 170px;
  display: block;
  cursor: pointer;
}

.Button {
  position: relative;
  height: 32px;
  width: 170px;
  visibility: hidden;
  display: block;
}

.Extend {
  position: absolute;
  top: 20px;
  right: -2px;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
}

.Lights {
  visibility: hidden;
}

.Light_lu {
  position: absolute;
  top: 2px;
  left: 3px;
  height: 2px;
  width: 2px;
  background-repeat: no-repeat;
}

.Light_ru {
  position: absolute;
  top: 2px;
  right: 3px;
  height: 2px;
  width: 2px;
  background-repeat: no-repeat;
}

.Light_ld {
  position: absolute;
  height: 2px;
  width: 2px;
  top: 28px;
  left: 3px;
}

.Icon {
  position: absolute;
  height: 32px;
  width: 32px;
  top: 0px;
  left: 8px;
}

.Label {
  position: absolute;
  height: 22px;
  width: 116px;
  top: 6px;
  left: 42px;
}

/* Submenus(items) */

.LeftChain {
  position: absolute;
  top: 0px;
  left: -5px;
  height: 33px;
  width: 7px;
  background-repeat: repeat-y;
}

.RightChain {
  position: absolute;
  top: 0px;
  right: -4px;
  height: 33px;
  width: 7px;
  background-repeat: repeat-y;
}

.Submenu {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #0D2E2B;
  width: 160px;
}

.Submenuitem {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.ActiveSubmenuItemIcon {
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  visibility: hidden;
}

.SubmenuitemLabel {
  margin: 0px;
  border-top: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  border-bottom: 1px solid #4b7874;
  overflow: hidden;
}

/* Submenu links */
.Submenu a:link    { color: #d7d7d7; text-decoration: none; }
.Submenu a:visited { color: #d7d7d7; text-decoration: none; }
.Submenu a:focus   { color: #d7d7d7; text-decoration: none; }
.Submenu a:active  { color: white; text-decoration: none; }
.Submenu a:hover   { color: white; text-decoration: none; }

/** -------------------------------
 *  Stylesheet declarations for the
 *  CONTENT AREA
 *  -------------------------------
 */

.Content .BoxContent {
  padding: 20px;

}

/* "tanhack" for correction of IE bug */
* html .Content {
  top: -5px;
}

.Content {
  position: relative;
  top: 0px;
  width: 100%;
 
}

/* "star-HTML-hack" to correct the position of the content area */
* html .Content {
  position: relative;
  top: 796px;
  margin: 20px;
  border: 0px dashed #061222;
  border-right-width: 550px;
}

#ContentHelper {
  position: relative;
}

/* "star-HTML-hack" to to implement min-width in IE */
* html #ContentHelper {
  display: inline-block;
  position: relative;
  top: -800px;
  margin: -20px;
  margin-right: -570px;
}

.Content .Box {
  font-size: 0pt;
  position: relative;
  margin: 5px;
  margin-bottom: 18px;
  color: #5A2800;
  border-left: 2px solid #3a3738;
  border-right: 2px solid #3a3738;
  background-color: #debb9d;
  background-repeat: no-repeat;
  overflow: visible;
}

.Content .BoxContent {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 9pt;
  background-color: #FFF2db;
  color: #5A2800;
  min-height: 395px;
  height: auto !important;
  height: 415px;
}

/* "star-HTML-hack" to correct Box width in IE */
* html .Content .Box {
  width: 100%;
}
/* "star-HTML-hack" to correct BoxContent width in IE */
* html .Content .BoxContent {
  width: 100%;
}

.Content th {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: white;
  background-color: #505050;
}

.Content .BoxContent td {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 10pt;
  color: #5A2800;
 }

/* Content Links */

.Content a {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-weight: bold;
  color: #004294;
  text-decoration: none;
}
.Content a:hover {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-weight: bold;
  text-decoration: underline;
  color: #0063DC;
}
.Content .HelpLink {
  font-size: 7pt;
  cursor: pointer;
}

/* Corners */

.Content .Corner-tl {
  position: absolute;
  top: -4px;
  left: -5px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Content .Corner-tr {
  position: absolute;
  top: -4px;
  right: -5px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Content .BottomCornersHelper {
  position: absolute;
  width: 100%;
}

.Content .CornerWrapper-b {
  position: absolute;
  width:100%;
}

.Content .Corner-bl {
  position: absolute;
  bottom: -4px;
  left: -6px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Content .Corner-br {
  position: absolute;
  bottom: -4px;
  right: -6px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Toplevelbox{
    position:relative
}

#Topbar a,a.topfont,a:hover.top_level,a:hover.topfont
{
	text-decoration:none
}
#Topbar a{
    text-decoration:none
}

.Toplevelbox
{
	top:-4px;
	position:absolute;
	margin-bottom:10px;
	width:180px;
	height:200px
}

.top_level_x
{
	position:absolute;
	top:103px;
	left:116px;
	height:290px;
	width:270px;
	z-index:20;
	text-align:center;
	padding-top:8px;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:9.2pt;
	color:#fc3;
	font-weight:700;
	text-align:right;
	text-decoration:inherit;
	text-shadow:.1em .1em #333
}

.top_level
{
	position:absolute;
	top:29px;
	left:6px;
	height:160px;
	width:168px;
	z-index:20;
	text-align:center;
	padding-top:6px;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:9.2pt;
	color:#000;
	font-weight:700;
	text-align:right;
	text-decoration:inherit;
	text-shadow:.1em .1em #333
}


/* Borders */

.Content .Border_1 {
  position: relative;
  height: 6px;
  width: 100%;
  background-repeat: repeat-x;
}

.Content .BorderTitleText {
  position: relative;
  height: 24px;
  background-repeat: repeat-x;
}

.Content .Title {
  position: absolute;
  top: 6px;
  left: 5px;
}

.Content .Border_2 {
  margin: 4px;
  padding: 0px;
  background-color: #793d03;
}

.Content .Border_3 {
  margin: 1px;
  border-top: 1px solid #793d03;
  border-bottom: 1px solid #793d03;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  THEMEBOXES of the Tibia
 *  website
 *  -------------------------------
 */

.Themebox {
  position: relative;
  margin-bottom: 10px;
  top: -4px;
  width: 180px;
  height: 154px;
}
#Themeboxes div {
  font-size: 10pt;
  background-repeat: no-repeat;
}
#Themeboxes .ThemeboxButton {
  position: absolute;
  bottom: 20px;
  left: 22px;
  height: 25px;
  width: 137px;
  cursor: pointer;
}
#Themeboxes .Bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 12px;
  width: 180px;
}
/* "star-HTML-hack" to correct the position of the bottom element */
* html #Themeboxes .Bottom {
  bottom: -3px;
}
#Themeboxes #PremiumBox {
  height: 164px;
}
#Themeboxes #ScreenshotBox #ScreenshotContent {
  position: relative;
  height: 111px;
  width: 170px;
  top: 31px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
  border: 0;
  cursor: pointer;
}
#Themeboxes #CurrentPollBox #CurrentPollText {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 11pt;
  color: #5A2800;
  position: absolute;
  height: 70px;
  width: 150px;
  top: 37px;
  left: 15px;
  padding-top: 5px;
  overflow: hidden;
}
#Themeboxes #SkyscraperBanner {
  border: 0;
}

/** -------------------------------
 *  OLD Stylesheet declarations for
 *  the CONTENT AREA
 *  -------------------------------
 */

.Content .BoxContent td .white {
  color: #EFEFEF;
  visibility: visible;
}

.Content .BoxContent td .whites {
  color: #EFEFEF;
  visibility: visible;
  font-size: 9pt;
}

.Content .BoxContent .white {
  color : #EFEFEF;
  visibility : visible;
}

.Content .BoxContent td .green {
  color : #00BF00;
}

.Content .BoxContent td .yellow {
  color : #FFBB05;
}

.Content .BoxContent td .red {
  color : #EF0000;
}

.Content .BoxContent td .grey {
  color : #808080;
}

/** -------------------------------
 *  OLD Stylesheet declarations for
 *  the CONTENT AREA (forum)
 *  -------------------------------
 */

.Content .BoxContent .ff_info {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 10pt;
  color : #5A2800;
  visibility : visible;
}

.Content .ff_white a {
  color: #FFFFFF;
}

.Content .BoxContent .ff_white {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color : #EFEFEF;
  visibility : visible;
  font-size : 7pt;
  font-weight: bold;
}

.Content .BoxContent .ff_red {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color : #EF0000;
  visibility : visible;
  font-size : 8pt;
  font-weight: bold;
}

.Content .BoxContent .ff_whitelarge {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color : #EFEFEF;
  visibility : visible;
  font-size : 9pt;
  font-weight: bold;
}

.Content .BoxContent .ff_info {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 8pt;
  color : #5A2800;
  visibility : visible;
}

.Content .BoxContent .ff_infotext {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 8pt;
  color : #5A2800;
  visibility : visible;
  line-height: 12pt;
}

.Content .BoxContent .ff_smallinfo {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 7pt;
  color : #5A2800;
  visibility : visible;
}

.Content .BoxContent .ff_large {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 12pt;
  color : #5A2800;
  visibility : visible;
}

.Content .BoxContent .ff_pagetext {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 9pt;
  color : #5A2800;
  visibility : visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_pagetextgrey {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 9pt;
  color : #505050;
  visibility : visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_pagetextred {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 9pt;
  color : #F00;
  visibility : visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_correct {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 11pt;
  color : #FF0000;
  visibility : visible;
  font-weight: bold;
}

/** --------------------------------------
 *  ### not final versions for tests
 *  ### concerning the new payment process
 *  --------------------------------------
 */

/* new error handling concept tests */

.FormFieldError {
  font-size: 8pt;
  color: red;
}



/** ---------------------------------
 *  ### not finished versions for the
 *  ### payment process PROGRESS BAR
 *  ---------------------------------
 */

#ProgressBar #Headline {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 5px;
}
#ProgressBar #MainContainer {
  position: relative;
  top: 10px;
  height: 50px;
  margin-bottom: 25px;
}
#ProgressBar #BackgroundContainer {
  position: relative;
  width: 100%;
}

#ProgressBar #BackgroundContainerLeftEnd {
  position: absolute;
  float: left;
}
#ProgressBar #BackgroundContainerCenter {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 17px;
  width: 100%;
}
#ProgressBar #BackgroundContainerCenterImage {
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
  height: 17px;
}
#ProgressBar #BackgroundContainerRightEnd {
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
}
#ProgressBar #TubeLeftEnd {
  position: absolute;
  left: 25px;
  top: 4px;
}
#ProgressBar #TubeRightEnd {
  position: absolute;
  right: 25px;
  top: 4px;
  z-index: 0;
}
#ProgressBar .Steps {
  position: relative;
  height: 39px;
  font-size: 9px;
  float: left;
  top: -11px;
  margin-left: -1px;
}
#ProgressBar #StepsContainer1 {
  text-align: right;
  margin-left: 92px;
  margin-right: 40px;
  height: 10px;
}
#ProgressBar #StepsContainer2 {
  width: 100%;
  height: 10px;
}
#ProgressBar .TubeContainer {
  position: relative;
  padding-right: 47px;
}
#ProgressBar .Tube {
  position: relative;
  top: 16px;
  left: 0px;
  width: 100%;
  height: 7px;
  background: #FFFFFF none repeat scroll 0%;
}
* html #ProgressBar .Tube {
  top: 13px;
}
#ProgressBar .SingleStepContainer {
  position: absolute;
  top: 0px;
  width: 47px;
  height: 30px;
  right: 0px;
  text-align: center;
}
#ProgressBar #FirstStep .SingleStepContainer {
  left: 45px;
  width: 47px;
  position: absolute;
}
#ProgressBar .StepIcon {
  position: absolute;
  right: 0px;
}
* html #ProgressBar .StepIcon {
  right: -1px;
}
#ProgressBar #FirstStep .StepIcon {
  top: 0px;
  left: 0px;
}
#ProgressBar .StepText {
  top: 40px;
  position: absolute;
  width: 200px;
  right: -77px;
}

.input-submit {
    width: 54px;
    padding: 5px 0 6px;
    background: url(images/others/homepage04.png) no-repeat left top;
    border: none;
    font-size: 10px;
    font-weight: 700;
    color: #fff
}



/* LABELS */
.LabelV {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
}
.LabelH {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  background-color:  #fff;

}
.LabelH td {
  background-color:  #FFFFFF;
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
}

/* BUTTONS */
.InnerTableButtonRow {
  width: 100%;
  padding-left: 1px;
  padding-right: 0px;
  padding-bottom: 4px;
  border: 0px;
}
.InnerTableButtonRow td {
  padding-right: 4px;
}
.BigButton {
  position: relative;
  width: 135px;
  height: 25px;
  z-index: 10;
}
.BigButtonOver {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 135px;
  height: 25px;
  visibility: hidden;
  z-index: 15;
}
.ButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 25px;
  width: 135px;
  z-index: 20;
}
.TopButtonContainer {
  position: relative;
  right: 4px;
  top: 4px;
  z-index: 60;
}
* html .TopButtonContainer {
  right: 27px;
}
.TopButtonContainer .TopButton {
  position: absolute;
  right: 0px;
  z-index: 55;
}
.Content .BoxContent .Odd {
  
  padding: 2px;
}

.Content .BoxContent .Even {

  padding: 2px;
}

.Content .NewsCategoryIconSmall {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}
.Content .BoxContent .Odd {
  
  padding: 2px;
}

.Content .BoxContent .Even {

  padding: 2px;
}

.Content .NewsCategoryIconSmall {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}
.Content .BoxContent .Odd {
  
  padding: 2px;
}

.Content .BoxContent .Even {

  padding: 2px;
}

.Content .NewsCategoryIconSmall {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

/* News Ticker */

.Content #NewsTicker .BoxContent {
  padding: 5px;
  min-height: 90px;
  height: auto !important;
  height: 100px;
}

.Content #NewsTicker .BoxContent .Row {
  position: relative;
  width: 100%;
}

.Content #NewsTicker .NewsTickerIcon {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

.Content #NewsTicker .NewsTickerText {
  position: relative;
  margin-left: 20px;
}

.Content #NewsTicker .NewsTickerDate {
  position: absolute;
  top: 0px;
  float: left;
}

.Content #NewsTicker .NewsTickerShortText {
  margin-left: 85px;
  height: 14px;
}

.Content #NewsTicker .NewsTickerFullText {
  margin-left: 85px;
  margin-right: 20px;
  display: none;
}

.Content #NewsTicker .NewsTickerExtend {
  position: relative;
  right: 0px;
  top: 1px;
  right: 1px;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  z-index: 10;

}

/* Featured Article */

.Content #FeaturedArticle .BoxContent {
  position:relative;
  height: 100px;
  padding: 5px;
  padding-left: 10px;
  min-height: 100px;
  height: auto !important;
  height: 110px;
  line-height: 10.5pt;
}

.Content #FeaturedArticle #TeaserThumbnail {
  position: relative;
  top: 0px;
  right: 0px;
  height: 100px;
  width: 150px;
  margin-left: 10px;
  background-color: black;
  z-index: 90;
  float: right;
}

#ContentHelper #FeaturedArticle:first-child .BoxContent {
  padding: 10px;
}

.Content #FeaturedArticle #TeaserText {
  height: 100px;
  overflow: hidden;
  z-index: 0;
}

.Content #FeaturedArticle #Link {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 89 165 0 0;
  z-index: 99;
}

.Content #FeaturedArticle .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #FeaturedArticle .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
  float:left;
}

.Content #FeaturedArticle .NewsHeadlineDate {
  position: absolute;
  top: 9px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #FeaturedArticle .NewsHeadlineText {
  position: relative;
  top: 8px;
  left: 135px;
  font-weight: bold;
  color: white;
}

/* News */

.Content #News .BoxContent {
  min-height: 100px;
  height: auto !important;
  height: 110px;
}

.Content #News .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #News .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.Content #News .NewsHeadlineDate {
  position: absolute;
  top: 10px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #News .NewsHeadlineText {
  position: relative;
  top: 7px;
  left: 135px;
  font-weight: bold;
  color: white;
}

/* News Archive */

.Content #NewsArchive .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #NewsArchive .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.Content #NewsArchive .NewsHeadlineDate {
  position: absolute;
  top: 9px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #NewsArchive .NewsHeadlineText {
  position: relative;
  top: 7px;
  left: 135px;
  font-weight: bold;
  color: white;
}

#dymek {
    position: absolute;
    display: none;
    border: 1px solid #ffd800;
    border-radius: 3px;
    padding: 5px;
    background-color: #fff1a8;
}

#clockcontainer {
  position: absolute;
  display: block;
  margin-left: 25%;
  top: -150px;
}
#clockdiv {
  font-family: sans-serif;
  color: #5a2800;
  font-weight: 100;
  text-align: center;
  font-size: 18px;
  background: rgb(209, 190, 167);
  padding: 8px;
  border-radius: 5px;
  border: 3px solid #5f4d41;
  margin: 0 auto;
  display: block;
  width: 337px;
}

#clockdiv > div {
  padding: 5px 10px;
  background: #f1e0c6;
  display: inline-block;
  border: 2px solid #5f4d41;
  border-radius: 5px;
}

#clockdiv div > span {
  padding: 0px 5px;
  border-radius: 3px;
  background: #d4c0a1;
  display: inline-block;
  font-size: 36px;
  width: 40px;
}

.smalltext {
  padding-top: 5px;
  font-size: 14px;
}


.translation_icons{position:absolute;display:block;top:-43px;left:15px;margin-left:192px;padding-left:15px;padding-bottom:4px;padding-top:5px;width: 135px;height:30px;z-index:10;border-radius:100px;background:rgba(0,0,0,0.73);}.translation_icons a{width:28px;height:28px;background:transparent url(../images/translation_icons2.png) no-repeat;float:left;margin:0 0 0 2px}.translation_icons a.eng{background-position:0 0}.translation_icons a.pt{background-position:-30px 0}.translation_icons a.es{background-position:-60px 0}.translation_icons a.po{background-position:-90px 0}.translation_icons a.eng:hover{background-position:0 -30px}.translation_icons a.pt:hover{background-position:-30px -30px}.translation_icons a.es:hover{background-position:-60px -30px}.translation_icons a.po:hover{background-position:-90px -30px}.goog-te-banner-frame.skiptranslate{display:none!important}.skiptranslate{display:none;visibility:hidden}.goog-tooltip{display:none!important}.goog-tooltip:hover{display:none!important}.goog-text-highlight{background-color:transparent!important;border:none!important;box-shadow:none!important}

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

  Side Buttons

 -------------------------------------------------------------------*/
.nk-side-buttons {
    position: fixed;
    bottom: 0;
    right: 0;
    padding-right: 20px;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 20px;
    -ms-transform: translateX(50px) translateY(60%);
        transform: translateX(50px) translateY(60%);
    transition: .2s transform ease-in-out, .3s margin-bottom;
    will-change: transform;
    z-index: 1000;
}

.nk-side-buttons.nk-side-buttons-left {
    right: auto;
    left: 0;
    padding-right: 15px;
    padding-left: 20px;
}

.nk-side-buttons .nk-scroll-top {
    -ms-transform: translateX(20px);
        transform: translateX(20px);
    transition: .2s transform ease-in-out;
}

}

.nk-scroll-top {
    cursor: pointer;
}


.nk-side-buttons.nk-side-buttons-left, .nk-side-buttons.nk-side-buttons-show-scroll-top {
    -ms-transform: translateX(0) translateY(60%);
        transform: translateX(0) translateY(60%);
}

.nk-side-buttons.nk-side-buttons-left .nk-scroll-top, .nk-side-buttons.nk-side-buttons-show-scroll-top .nk-scroll-top {
    -ms-transform: translateX(0);
        transform: translateX(0);
}

.nk-side-buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nk-side-buttons ul > li {
    display: inline-block;
    text-align: center;
}

.nk-side-buttons ul > li > a,
.nk-side-buttons ul > li > span {
    cursor: pointer;
    display: block;
}

.nk-side-buttons ul > li + li {
    margin-left: 5px;
}

.nk-side-buttons.nk-side-buttons-visible, .nk-side-buttons:hover, .nk-side-buttons.hover {
    transform: translateX(50px) translateY(0) translate3d(0, 0, 0);
}

@media (max-width: 767px) {
    .nk-side-buttons {
        transform: translateX(50px) translateY(0) translate3d(0, 0, 0);
    }
}

.nk-side-buttons.nk-side-buttons-left.nk-side-buttons-visible, .nk-side-buttons.nk-side-buttons-left:hover, .nk-side-buttons.nk-side-buttons-left.hover, .nk-side-buttons.nk-side-buttons-show-scroll-top.nk-side-buttons-visible, .nk-side-buttons.nk-side-buttons-show-scroll-top:hover, .nk-side-buttons.nk-side-buttons-show-scroll-top.hover {
    transform: translateX(0) translateY(0) translate3d(0, 0, 0);
}

.nk-side-buttons.nk-side-buttons-left.nk-side-buttons-visible .nk-scroll-top, .nk-side-buttons.nk-side-buttons-left:hover .nk-scroll-top, .nk-side-buttons.nk-side-buttons-left.hover .nk-scroll-top, .nk-side-buttons.nk-side-buttons-show-scroll-top.nk-side-buttons-visible .nk-scroll-top, .nk-side-buttons.nk-side-buttons-show-scroll-top:hover .nk-scroll-top, .nk-side-buttons.nk-side-buttons-show-scroll-top.hover .nk-scroll-top {
    -ms-transform: translateX(0);
        transform: translateX(0);
}

@media (max-width: 767px) {
    .nk-side-buttons.nk-side-buttons-left, .nk-side-buttons.nk-side-buttons-show-scroll-top {
        transform: translateX(0) translateY(0) translate3d(0, 0, 0);
    }
    .nk-side-buttons.nk-side-buttons-left .nk-scroll-top, .nk-side-buttons.nk-side-buttons-show-scroll-top .nk-scroll-top {
        -ms-transform: translateX(0);
            transform: translateX(0);
    }
}

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

  Share Buttons

 -------------------------------------------------------------------*/
.nk-share-buttons {
    position: fixed;
    top: 50%;
    right: 0;
    text-align: right;
    z-index: 1000;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

.nk-share-buttons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nk-share-buttons ul > li {
    position: relative;
}

.nk-share-buttons ul > li:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.nk-share-buttons .nk-share-icon,
.nk-share-buttons .nk-share-name {
    display: inline-block;
}

.nk-share-buttons .nk-share-icon {
    position: relative;
    cursor: pointer;
    float: right;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 90px;
    margin-left: -30px;
    text-align: center;
    opacity: 0.7;
    transition: .2s opacity;
    z-index: 1;
}

.nk-share-buttons .nk-share-icon:hover, .nk-share-buttons .nk-share-icon.hover {
    opacity: 1;
}

.nk-share-buttons .nk-share-icon:hover ~ .nk-share-name, .nk-share-buttons .nk-share-icon.hover ~ .nk-share-name {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateX(0);
        transform: translateX(0);
}

.nk-share-buttons .nk-share-name {
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
    top: 0;
    right: 60px;
    opacity: 0;
    padding: 18px;
    -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    transition: .2s opacity, .2s visibility, .2s transform;
    z-index: 0;
}

.nk-share-buttons.nk-share-buttons-left {
    right: auto;
    left: 0;
}

.nk-share-buttons.nk-share-buttons-left .nk-share-icon {
    float: left;
    margin-left: 0;
    margin-right: -30px;
}

.nk-share-buttons.nk-share-buttons-left .nk-share-name {
    right: auto;
    left: 60px;
}

@media (max-width: 543px) {
    .nk-share-buttons .nk-share-icon {
        width: 60px;
    }
    .nk-share-buttons .nk-share-name {
        display: none;
    }
}

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

  Widgets

 -------------------------------------------------------------------*/
.nk-widget {
    overflow: hidden;
}

.nk-widget ~ .nk-widget {
    margin-top: 65px;
}

.nk-widget .nk-widget-title {
    font-size: 1.25rem;
    margin-bottom: 35px;
}

.nk-widget-post {
    padding-left: 130px;
}

.nk-widget-post + .nk-widget-post {
    margin-top: 35px;
}

.nk-widget-post:after {
    content: '';
    display: table;
    clear: both;
}

.nk-widget-post a {
    text-decoration: none;
}

.nk-widget-post .nk-post-image {
    float: left;
    width: 100px;
    margin-left: -130px;
    overflow: hidden;
}

.nk-widget-post .nk-post-image img {
    width: 100%;
}

.nk-widget-post .nk-post-title {
    display: inline-block;
    font-size: 1.15rem;
    margin-top: 6px;
    margin-bottom: 5px;
    width: 100%;
}

.nk-widget-post .nk-post-title a {
    color: inherit;
    transition: .3s opacity;
}

.nk-widget-post .nk-post-title a:hover, .nk-widget-post .nk-post-title a:focus {
    opacity: 0.7;
}

.nk-widget-post .nk-post-meta-date {
    font-size: 0.9rem;
    margin-right: 10px;
    opacity: 0.6;
}

.nk-widget-post .nk-post-meta-date a {
    color: inherit;
    transition: .3s opacity;
}

.nk-widget-post .nk-post-meta-date a:hover, .nk-widget-post .nk-post-meta-date a:focus {
    opacity: 0.7;
}

.nk-widget-post .nk-post-meta-comments i {
    font-size: 1.2rem;
    line-height: 1.2rem;
    vertical-align: middle;
}

.nk-widget-post .nk-post-meta-comments span {
    font-size: 0.8rem;
    line-height: 0.8rem;
    vertical-align: middle;
}

.nk-widget-post .nk-product-price {
    margin-top: 20px;
}

.nk-widget-categories {
    font-size: 0.9rem;
}

.nk-widget-categories,
.nk-widget-categories ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: -14px;
}

.nk-widget-categories .nk-widget-categories {
    margin-left: 25px;
    margin-top: 0;
}

.nk-widget-categories .nk-widget-categories li {
    border-top: 1px solid #777;
}

.nk-widget-categories li {
    display: block;
}

.nk-widget-categories li + li {
    border-top: 1px solid #777;
}

.nk-widget-categories li a {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: .3s opacity;
    padding: 16px 0;
}

.nk-widget-categories li a:hover, .nk-widget-categories li a:focus {
    opacity: 0.7;
}

.nk-widget-categories li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    width: 4px;
    height: 4px;
    margin-right: 15px;
}

.nk-widget-categories li .nk-widget-categories-count {
    opacity: 0.5;
    color: inherit;
    float: right;
}

.nk-widget-tags,
.nk-post-tags {
    margin-bottom: -5px;
    font-size: 0.9rem;
    font-style: normal;
}

.nk-widget-tags > a,
.nk-post-tags > a {
    position: relative;
    display: inline-block;
    font-size: 0.8rem;
    padding: 5px 25px;
    margin-bottom: 8px;
    margin-right: 3px;
    margin-left: 3px;
    color: inherit;
    text-decoration: none;
    transition: .3s background-color, .3s color;
    z-index: 1;
}

.nk-widget-tags > a:before,
.nk-post-tags > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: 1px solid;
    opacity: 0.6;
    transition: .3s opacity;
}

.nk-widget-tags > a:hover, .nk-widget-tags > a.hover,
.nk-post-tags > a:hover,
.nk-post-tags > a.hover {
    color: #0e0e0e;
    background-color: #fff;
}

.nk-widget-tags > a:hover:before, .nk-widget-tags > a.hover:before,
.nk-post-tags > a:hover:before,
.nk-post-tags > a.hover:before {
    opacity: 0;
}

.nk-widget-contact {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nk-widget-contact > li {
    position: relative;
    padding-left: 25px;
}

.nk-widget-contact > li + li {
    margin-top: 15px;
}

.nk-widget-contact .nk-widget-contact-icon {
    position: absolute;
    left: 0;
    font-size: 1.1rem;
}

.nk-widget-social {
    text-align: center;
}

.nk-widget-social > a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.15rem;
    color: inherit;
    border: 1px solid;
    margin: 6px 4px;
    transition: .3s color, .3s background-color, .3s border-color;
    will-change: color, background-color;
}

.nk-widget-social > a:hover, .nk-widget-social > a.hover {
    background-color: #fff;
    border-color: #fff;
    color: #0e0e0e;
}

.nk-widget-social.nk-widget-social-inverted > a:hover, .nk-widget-social.nk-widget-social-inverted > a.hover {
    background-color: #0e0e0e;
    border-color: #0e0e0e;
    color: #fff;
}

.nk-twitter {
    position: relative;
    padding-left: 40px;
}

.nk-twitter + .nk-twitter {
    margin-top: 30px;
}

.nk-twitter .nk-twitter-date {
    font-size: 0.9rem;
    opacity: 0.6;
    line-height: 1.4;
    margin-top: 5px;
}

.nk-twitter .nk-twitter-icon {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 1.6rem;
}

.nk-nav .nk-widget-store-cart {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 354px;
}

.nk-widget-store-cart .nk-widget-store-cart-actions {
    margin-top: 25px;
}

.nk-widget-store-cart .nk-widget-store-cart-actions a + a {
    margin-left: 15px;
}

.nk-widget-store-cart .nk-widget-store-cart-total {
    margin-top: 25px;
    margin-bottom: 25px;
}

.nk-widget-store-cart .nk-widget-store-cart-total:before, .nk-widget-store-cart .nk-widget-store-cart-total:after {
    content: '';
    display: table;
    clear: both;
    width: 100%;
    border-top: 1px dotted #777;
}

.nk-widget-store-cart .nk-widget-store-cart-total:before {
    margin-bottom: 15px;
}

.nk-widget-store-cart .nk-widget-store-cart-total:after {
    margin-top: 15px;
}

.nk-widget-store-cart .nk-widget-store-cart-total > a {
    color: inherit;
    transition: .3s opacity;
    text-decoration: none;
}

.nk-widget-store-cart .nk-widget-store-cart-total > a:hover, .nk-widget-store-cart .nk-widget-store-cart-total > a:focus {
    opacity: 0.7;
}

.nk-widget-store-cart .nk-widget-store-cart-total > span {
    float: right;
}

/* Sidebars */
.nk-sidebar {
    padding-left: 40px;
}

.container-fluid > .row > div > .nk-sidebar.nk-sidebar-left {
    padding-left: 25px;
}

.container-fluid > .row > div > .nk-sidebar.nk-sidebar-right {
    padding-right: 25px;
}

.nk-sidebar.nk-sidebar-left {
    padding-left: 0;
    padding-right: 40px;
}

@media (max-width: 991px) {
    .nk-sidebar, .nk-sidebar.nk-sidebar-left {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

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

  Elements

 -------------------------------------------------------------------*/
/*---------------------------
  Element Buttons
 ----------------------------*/
.nk-btn {
    display: inline-block;
    position: relative;
    border: none;
    padding: 12px 30px;
    font-family: "Marcellus SC", serif;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 2px;
    background-color: rgba(14, 14, 14, 0.9);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: .3s box-shadow, .3s background-color, .3s color, .3s transform;
}

.nk-btn, .nk-btn:hover, .nk-btn.hover, .nk-btn:active, .nk-btn.active, .nk-btn:focus {
    text-decoration: none;
    color: inherit;
}

.nk-btn:hover, .nk-btn.hover {
    background-color: #0e0e0e;
    box-shadow: 0 5px 15px 0 rgba(14, 14, 14, 0.4);
    -ms-transform: translateY(-2px);
        transform: translateY(-2px);
}

.nk-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 4px;
    left: 4px;
    border: 1px solid;
    border-radius: 0;
    transition: .3s background-color, .3s border-color;
    z-index: 1;
}

.nk-btn > .icon {
    font-size: 0.8rem;
    margin-right: 4px;
    vertical-align: middle;
}

.nk-btn > span + .icon {
    margin-left: 4px;
    margin-right: 0;
}

.nk-btn-icon {
    padding: 12px;
}

.nk-btn-icon .icon {
    display: inline-block;
    margin: 0;
    min-width: 18px;
}

.nk-btn-xs {
    font-size: 0.8rem;
    padding: 8px 21px;
}

.nk-btn-xs.nk-btn-icon {
    padding: 8px;
}

.nk-btn-sm {
    padding: 10px 24px;
}

.nk-btn-sm.nk-btn-icon {
    padding: 10px;
}

.nk-btn-lg {
    padding: 14px 36px;
}

.nk-btn-lg.nk-btn-icon {
    padding: 14px;
}

.nk-btn-x2 {
    font-size: 1rem;
    padding: 16px 40px;
}

.nk-btn-x2.nk-btn-icon {
    padding: 16px;
}

.nk-btn-x3 {
    font-size: 1.1rem;
    padding: 20px 50px;
}

.nk-btn-x3.nk-btn-icon {
    padding: 20px;
}

.nk-btn-x4 {
    font-size: 1.2rem;
    padding: 22px 60px;
}

.nk-btn-x4.nk-btn-icon {
    padding: 22px;
}

.nk-btn-color-main-1 {
    color: #e08821;
}

.nk-btn-color-main-1, .nk-btn-color-main-1:after, .nk-btn-color-main-1:before {
    border-color: #b56d19;
}

.nk-btn-color-main-1:hover, .nk-btn-color-main-1.hover {
    color: #e08821;
}

.nk-btn-color-main-1:active, .nk-btn-color-main-1.active {
    color: #885213;
}

.nk-btn-color-main-2 {
    color: #39a228;
}

.nk-btn-color-main-2, .nk-btn-color-main-2:after, .nk-btn-color-main-2:before {
    border-color: #2b791e;
}

.nk-btn-color-main-2:hover, .nk-btn-color-main-2.hover {
    color: #39a228;
}

.nk-btn-color-main-2:active, .nk-btn-color-main-2.active {
    color: #1c5014;
}

.nk-btn-color-main-3 {
    color: #2953b1;
}

.nk-btn-color-main-3, .nk-btn-color-main-3:after, .nk-btn-color-main-3:before {
    border-color: #1f4088;
}

.nk-btn-color-main-3:hover, .nk-btn-color-main-3.hover {
    color: #2953b1;
}

.nk-btn-color-main-3:active, .nk-btn-color-main-3.active {
    color: #162c5e;
}

.nk-btn-color-main-4 {
    color: #7c34a8;
}

.nk-btn-color-main-4, .nk-btn-color-main-4:after, .nk-btn-color-main-4:before {
    border-color: #5f2881;
}

.nk-btn-color-main-4:hover, .nk-btn-color-main-4.hover {
    color: #7c34a8;
}

.nk-btn-color-main-4:active, .nk-btn-color-main-4.active {
    color: #431c5a;
}

.nk-btn-color-main-5 {
    color: #c82e2e;
}

.nk-btn-color-main-5, .nk-btn-color-main-5:after, .nk-btn-color-main-5:before {
    border-color: #9f2424;
}

.nk-btn-color-main-5:hover, .nk-btn-color-main-5.hover {
    color: #c82e2e;
}

.nk-btn-color-main-5:active, .nk-btn-color-main-5.active {
    color: #751b1b;
}

.nk-btn-color-primary {
    color: #0275D8;
}

.nk-btn-color-primary, .nk-btn-color-primary:after, .nk-btn-color-primary:before {
    border-color: #025aa5;
}

.nk-btn-color-primary:hover, .nk-btn-color-primary.hover {
    color: #0275D8;
}

.nk-btn-color-primary:active, .nk-btn-color-primary.active {
    color: #013e73;
}

.nk-btn-color-success {
    color: #5CB85C;
}

.nk-btn-color-success, .nk-btn-color-success:after, .nk-btn-color-success:before {
    border-color: #449d44;
}

.nk-btn-color-success:hover, .nk-btn-color-success.hover {
    color: #5CB85C;
}

.nk-btn-color-success:active, .nk-btn-color-success.active {
    color: #357935;
}

.nk-btn-color-info {
    color: #5BC0DE;
}

.nk-btn-color-info, .nk-btn-color-info:after, .nk-btn-color-info:before {
    border-color: #31b0d5;
}

.nk-btn-color-info:hover, .nk-btn-color-info.hover {
    color: #5BC0DE;
}

.nk-btn-color-info:active, .nk-btn-color-info.active {
    color: #2390b0;
}

.nk-btn-color-warning {
    color: #F0AD4E;
}

.nk-btn-color-warning, .nk-btn-color-warning:after, .nk-btn-color-warning:before {
    border-color: #ec971f;
}

.nk-btn-color-warning:hover, .nk-btn-color-warning.hover {
    color: #F0AD4E;
}

.nk-btn-color-warning:active, .nk-btn-color-warning.active {
    color: #c77c11;
}

.nk-btn-color-danger {
    color: #D9534F;
}

.nk-btn-color-danger, .nk-btn-color-danger:after, .nk-btn-color-danger:before {
    border-color: #c9302c;
}

.nk-btn-color-danger:hover, .nk-btn-color-danger.hover {
    color: #D9534F;
}

.nk-btn-color-danger:active, .nk-btn-color-danger.active {
    color: #a02622;
}

.nk-btn-color-white {
    color: #fff;
}

.nk-btn-color-white, .nk-btn-color-white:after, .nk-btn-color-white:before {
    border-color: #e6e6e6;
}

.nk-btn-color-white:hover, .nk-btn-color-white.hover {
    color: #fff;
}

.nk-btn-color-white:active, .nk-btn-color-white.active {
    color: #cccccc;
}

.nk-btn-color-black {
    color: #000;
}

.nk-btn-color-black, .nk-btn-color-black:after, .nk-btn-color-black:before {
    border-color: black;
}

.nk-btn-color-black:hover, .nk-btn-color-black.hover {
    color: #000;
}

.nk-btn-color-black:active, .nk-btn-color-black.active {
    color: black;
}

.nk-btn-color-dark-1 {
    color: #0e0e0e;
}

.nk-btn-color-dark-1, .nk-btn-color-dark-1:after, .nk-btn-color-dark-1:before {
    border-color: black;
}

.nk-btn-color-dark-1:hover, .nk-btn-color-dark-1.hover {
    color: #0e0e0e;
}

.nk-btn-color-dark-1:active, .nk-btn-color-dark-1.active {
    color: black;
}

.nk-btn-color-dark-2 {
    color: #181818;
}

.nk-btn-color-dark-2, .nk-btn-color-dark-2:after, .nk-btn-color-dark-2:before {
    border-color: black;
}

.nk-btn-color-dark-2:hover, .nk-btn-color-dark-2.hover {
    color: #181818;
}

.nk-btn-color-dark-2:active, .nk-btn-color-dark-2.active {
    color: black;
}

.nk-btn-color-dark-3 {
    color: #222222;
}

.nk-btn-color-dark-3, .nk-btn-color-dark-3:after, .nk-btn-color-dark-3:before {
    border-color: #090909;
}

.nk-btn-color-dark-3:hover, .nk-btn-color-dark-3.hover {
    color: #222222;
}

.nk-btn-color-dark-3:active, .nk-btn-color-dark-3.active {
    color: black;
}

.nk-btn-color-dark-4 {
    color: #2d2d2d;
}

.nk-btn-color-dark-4, .nk-btn-color-dark-4:after, .nk-btn-color-dark-4:before {
    border-color: #131313;
}

.nk-btn-color-dark-4:hover, .nk-btn-color-dark-4.hover {
    color: #2d2d2d;
}

.nk-btn-color-dark-4:active, .nk-btn-color-dark-4.active {
    color: black;
}

.nk-btn-color-gray-1 {
    color: #FAFAFA;
}

.nk-btn-color-gray-1, .nk-btn-color-gray-1:after, .nk-btn-color-gray-1:before {
    border-color: #e1e1e1;
}

.nk-btn-color-gray-1:hover, .nk-btn-color-gray-1.hover {
    color: #FAFAFA;
}

.nk-btn-color-gray-1:active, .nk-btn-color-gray-1.active {
    color: #c7c7c7;
}

.nk-btn-color-gray-2 {
    color: #f7f7f7;
}

.nk-btn-color-gray-2, .nk-btn-color-gray-2:after, .nk-btn-color-gray-2:before {
    border-color: #dedede;
}

.nk-btn-color-gray-2:hover, .nk-btn-color-gray-2.hover {
    color: #f7f7f7;
}

.nk-btn-color-gray-2:active, .nk-btn-color-gray-2.active {
    color: #c4c4c4;
}

.nk-btn-color-gray-3 {
    color: whitesmoke;
}

.nk-btn-color-gray-3, .nk-btn-color-gray-3:after, .nk-btn-color-gray-3:before {
    border-color: #dbdbdb;
}

.nk-btn-color-gray-3:hover, .nk-btn-color-gray-3.hover {
    color: whitesmoke;
}

.nk-btn-color-gray-3:active, .nk-btn-color-gray-3.active {
    color: #c2c2c2;
}

.nk-btn-color-gray-4 {
    color: #f2f2f2;
}

.nk-btn-color-gray-4, .nk-btn-color-gray-4:after, .nk-btn-color-gray-4:before {
    border-color: #d9d9d9;
}

.nk-btn-color-gray-4:hover, .nk-btn-color-gray-4.hover {
    color: #f2f2f2;
}

.nk-btn-color-gray-4:active, .nk-btn-color-gray-4.active {
    color: #bfbfbf;
}

.nk-btn-bg-main-1 {
    background-color: rgba(224, 136, 33, 0.9);
}

.nk-btn-bg-main-1:hover, .nk-btn-bg-main-1.hover {
    background-color: #e08821;
}

.nk-btn-bg-main-2 {
    background-color: rgba(57, 162, 40, 0.9);
}

.nk-btn-bg-main-2:hover, .nk-btn-bg-main-2.hover {
    background-color: #39a228;
}

.nk-btn-bg-main-3 {
    background-color: rgba(41, 83, 177, 0.9);
}

.nk-btn-bg-main-3:hover, .nk-btn-bg-main-3.hover {
    background-color: #2953b1;
}

.nk-btn-bg-main-4 {
    background-color: rgba(124, 52, 168, 0.9);
}

.nk-btn-bg-main-4:hover, .nk-btn-bg-main-4.hover {
    background-color: #7c34a8;
}

.nk-btn-bg-main-5 {
    background-color: rgba(200, 46, 46, 0.9);
}

.nk-btn-bg-main-5:hover, .nk-btn-bg-main-5.hover {
    background-color: #c82e2e;
}

.nk-btn-bg-primary {
    background-color: rgba(2, 117, 216, 0.9);
}

.nk-btn-bg-primary:hover, .nk-btn-bg-primary.hover {
    background-color: #0275D8;
}

.nk-btn-bg-success {
    background-color: rgba(92, 184, 92, 0.9);
}

.nk-btn-bg-success:hover, .nk-btn-bg-success.hover {
    background-color: #5CB85C;
}

.nk-btn-bg-info {
    background-color: rgba(91, 192, 222, 0.9);
}

.nk-btn-bg-info:hover, .nk-btn-bg-info.hover {
    background-color: #5BC0DE;
}

.nk-btn-bg-warning {
    background-color: rgba(240, 173, 78, 0.9);
}

.nk-btn-bg-warning:hover, .nk-btn-bg-warning.hover {
    background-color: #F0AD4E;
}

.nk-btn-bg-danger {
    background-color: rgba(217, 83, 79, 0.9);
}

.nk-btn-bg-danger:hover, .nk-btn-bg-danger.hover {
    background-color: #D9534F;
}

.nk-btn-bg-white {
    background-color: rgba(255, 255, 255, 0.9);
}

.nk-btn-bg-white:hover, .nk-btn-bg-white.hover {
    background-color: #fff;
}

.nk-btn-bg-black {
    background-color: rgba(0, 0, 0, 0.9);
}

.nk-btn-bg-black:hover, .nk-btn-bg-black.hover {
    background-color: #000;
}

.nk-btn-bg-dark-1 {
    background-color: rgba(14, 14, 14, 0.9);
}

.nk-btn-bg-dark-1:hover, .nk-btn-bg-dark-1.hover {
    background-color: #0e0e0e;
}

.nk-btn-bg-dark-2 {
    background-color: rgba(24, 24, 24, 0.9);
}

.nk-btn-bg-dark-2:hover, .nk-btn-bg-dark-2.hover {
    background-color: #181818;
}

.nk-btn-bg-dark-3 {
    background-color: rgba(34, 34, 34, 0.9);
}

.nk-btn-bg-dark-3:hover, .nk-btn-bg-dark-3.hover {
    background-color: #222222;
}

.nk-btn-bg-dark-4 {
    background-color: rgba(45, 45, 45, 0.9);
}

.nk-btn-bg-dark-4:hover, .nk-btn-bg-dark-4.hover {
    background-color: #2d2d2d;
}

.nk-btn-bg-gray-1 {
    background-color: rgba(250, 250, 250, 0.9);
}

.nk-btn-bg-gray-1:hover, .nk-btn-bg-gray-1.hover {
    background-color: #FAFAFA;
}

.nk-btn-bg-gray-2 {
    background-color: rgba(247, 247, 247, 0.9);
}

.nk-btn-bg-gray-2:hover, .nk-btn-bg-gray-2.hover {
    background-color: #f7f7f7;
}

.nk-btn-bg-gray-3 {
    background-color: rgba(245, 245, 245, 0.9);
}

.nk-btn-bg-gray-3:hover, .nk-btn-bg-gray-3.hover {
    background-color: whitesmoke;
}

.nk-btn-bg-gray-4 {
    background-color: rgba(242, 242, 242, 0.9);
}

.nk-btn-bg-gray-4:hover, .nk-btn-bg-gray-4.hover {
    background-color: #f2f2f2;
}

.nk-btn-circle,
.nk-btn-circle:after,
.nk-btn-circle:before {
    border-radius: 25px;
}

.nk-btn-circle.nk-btn-xs,
.nk-btn-circle:after.nk-btn-xs,
.nk-btn-circle:before.nk-btn-xs {
    border-radius: 20px;
}

.nk-btn-circle.nk-btn-sm,
.nk-btn-circle:after.nk-btn-sm,
.nk-btn-circle:before.nk-btn-sm {
    border-radius: 23px;
}

.nk-btn-circle.nk-btn-lg,
.nk-btn-circle:after.nk-btn-lg,
.nk-btn-circle:before.nk-btn-lg {
    border-radius: 27px;
}

.nk-btn-circle.nk-btn-x2,
.nk-btn-circle:after.nk-btn-x2,
.nk-btn-circle:before.nk-btn-x2 {
    border-radius: 30px;
}

.nk-btn-circle.nk-btn-x3,
.nk-btn-circle:after.nk-btn-x3,
.nk-btn-circle:before.nk-btn-x3 {
    border-radius: 34.5px;
}

.nk-btn-circle.nk-btn-x4,
.nk-btn-circle:after.nk-btn-x4,
.nk-btn-circle:before.nk-btn-x4 {
    border-radius: 38px;
}

.nk-btn-block {
    display: block;
    width: 100%;
}

/*---------------------------
  Element Progress
 ----------------------------*/
.nk-progress {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.nk-progress .nk-progress-line {
    width: 100%;
    background-color: #222222;
}

.nk-progress .nk-progress-line > div {
    background-color: #e6e6e6;
    height: 100%;
    text-align: right;
}

.nk-progress .nk-progress-title {
    font-family: "Marcellus SC", serif;
    margin-bottom: 5px;
}

.nk-progress .nk-progress-percent {
    display: inline-block;
    font-size: 0.7rem;
    vertical-align: top;
    margin-top: 5px;
}

.nk-progress.nk-progress-percent-static {
    padding-right: 30px;
}

.nk-progress.nk-progress-percent-static .nk-progress-line {
    position: relative;
}

.nk-progress.nk-progress-percent-static .nk-progress-percent {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 2px;
    margin-left: 10px;
}

.nk-progress .nk-progress-line {
    height: 5px;
}

.nk-progress.nk-progress-xs .nk-progress-line {
    height: 1px;
}

.nk-progress.nk-progress-xs .nk-progress-percent {
    margin-top: 1px;
}

.nk-progress.nk-progress-xs.nk-progress-percent-static .nk-progress-percent {
    margin-top: -1px;
}

.nk-progress.nk-progress-sm .nk-progress-line {
    height: 3px;
}

.nk-progress.nk-progress-sm .nk-progress-percent {
    margin-top: 3px;
}

.nk-progress.nk-progress-sm.nk-progress-percent-static .nk-progress-percent {
    margin-top: 1px;
}

.nk-progress.nk-progress-md .nk-progress-line {
    height: 8px;
}

.nk-progress.nk-progress-md .nk-progress-percent {
    margin-top: 8px;
}

.nk-progress.nk-progress-md.nk-progress-percent-static .nk-progress-percent {
    margin-top: 7px;
}

.nk-progress.nk-progress-lg .nk-progress-line {
    height: 12px;
}

.nk-progress.nk-progress-lg .nk-progress-percent {
    margin-top: 12px;
}

.nk-progress.nk-progress-lg.nk-progress-percent-static .nk-progress-percent {
    margin-top: 12px;
}

.nk-progress.nk-progress-xlg .nk-progress-line {
    height: 16px;
}

.nk-progress.nk-progress-xlg .nk-progress-percent {
    margin-top: 16px;
}

.nk-progress.nk-progress-xlg.nk-progress-percent-static .nk-progress-percent {
    margin-top: 15px;
}

/*---------------------------
  Element Tabs
 ----------------------------*/
.nk-tabs .nav-tabs {
    border-bottom: none;
}

.nk-tabs .nav-tabs:after {
    content: '';
    display: block;
    border-bottom: 1px solid;
    opacity: 0.2;
}

.nk-tabs .nav-tabs .nav-item, .nk-tabs .nav-tabs .nav-item:focus, .nk-tabs .nav-tabs .nav-item:hover,
.nk-tabs .nav-tabs .nav-link,
.nk-tabs .nav-tabs .nav-link:focus,
.nk-tabs .nav-tabs .nav-link:hover,
.nk-tabs .nav-tabs .nav-item.open .nav-link,
.nk-tabs .nav-tabs .nav-item.open .nav-link:focus,
.nk-tabs .nav-tabs .nav-item.open .nav-link:hover,
.nk-tabs .nav-tabs .nav-link.active,
.nk-tabs .nav-tabs .nav-link.active:focus,
.nk-tabs .nav-tabs .nav-link.active:hover {
    color: inherit;
    background-color: transparent;
}

.nk-tabs .nav-tabs .nav-link {
    padding: 10px 20px;
    border: none;
    border-bottom: 2px solid transparent;
}

.nk-tabs .nav-tabs .nav-link.active, .nk-tabs .nav-tabs .nav-link.active:focus, .nk-tabs .nav-tabs .nav-link.active:hover {
    border-bottom: 2px solid;
}

/*---------------------------
  Element Accordion
 ----------------------------*/
.nk-accordion .panel-heading:after {
    content: '';
    display: block;
    border-bottom: 1px solid;
    opacity: 0.2;
}

.nk-accordion .panel-heading a {
    display: block;
    padding: 10px 20px;
    color: inherit;
    text-decoration: none;
}

/*---------------------------
  Element Icon Boxes
 ----------------------------*/
.nk-ibox {
    position: relative;
    text-align: center;
}

.nk-ibox .nk-ibox-icon {
    position: relative;
    font-size: 4rem;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
}

.nk-ibox .nk-ibox-title {
    margin-bottom: 40px;
}

/* Titles */
.nk-ibox-title {
    font-size: 1.4rem;
}

.nk-ibox-title a {
    color: inherit;
    text-decoration: none;
}

/* Feature Hovered + Colors */
.nk-ibox-hover .nk-ibox-icon {
    transition: .3s background-color, .3s color;
}

.nk-ibox-hover .nk-ibox-icon:after {
    transition: .3s opacity;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-1,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-1,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-1 {
    background-color: #e08821;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-1:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-1:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-1:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-main-1,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-1,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-1 {
    color: #e08821;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-2,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-2,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-2 {
    background-color: #39a228;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-2:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-2:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-2:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-main-2,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-2,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-2 {
    color: #39a228;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-3,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-3,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-3 {
    background-color: #2953b1;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-3:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-3:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-3:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-main-3,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-3,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-3 {
    color: #2953b1;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-4,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-4,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-4 {
    background-color: #7c34a8;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-4:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-4:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-4:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-main-4,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-4,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-4 {
    color: #7c34a8;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-5,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-5,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-5 {
    background-color: #c82e2e;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-main-5:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-5:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-main-5:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-main-5,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-5,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-main-5 {
    color: #c82e2e;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-primary,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-primary,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-primary {
    background-color: #0275D8;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-primary:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-primary:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-primary:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-primary,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-primary,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-primary {
    color: #0275D8;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-success,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-success,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-success {
    background-color: #5CB85C;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-success:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-success:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-success:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-success,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-success,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-success {
    color: #5CB85C;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-info,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-info,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-info {
    background-color: #5BC0DE;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-info:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-info:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-info:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-info,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-info,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-info {
    color: #5BC0DE;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-warning,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-warning,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-warning {
    background-color: #F0AD4E;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-warning:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-warning:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-warning:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-warning,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-warning,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-warning {
    color: #F0AD4E;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-danger,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-danger,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-danger {
    background-color: #D9534F;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-danger:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-danger:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-danger:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-danger,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-danger,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-danger {
    color: #D9534F;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-white,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-white,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-white {
    background-color: #fff;
    color: #fff;
    color: #0e0e0e;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-white:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-white:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-white:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-white,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-white,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-white {
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-black,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-black,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-black {
    background-color: #000;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-black:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-black:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-black:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-black,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-black,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-black {
    color: #000;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-1,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-1,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-1 {
    background-color: #0e0e0e;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-1:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-1:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-1:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-dark-1,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-1,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-1 {
    color: #0e0e0e;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-2,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-2,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-2 {
    background-color: #181818;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-2:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-2:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-2:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-dark-2,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-2,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-2 {
    color: #181818;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-3,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-3,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-3 {
    background-color: #222222;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-3:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-3:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-3:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-dark-3,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-3,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-3 {
    color: #222222;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-4,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-4,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-4 {
    background-color: #2d2d2d;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-dark-4:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-4:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-dark-4:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-dark-4,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-4,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-dark-4 {
    color: #2d2d2d;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-1,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-1,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-1 {
    background-color: #FAFAFA;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-1:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-1:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-1:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-gray-1,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-1,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-1 {
    color: #FAFAFA;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-2,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-2,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-2 {
    background-color: #f7f7f7;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-2:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-2:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-2:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-gray-2,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-2,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-2 {
    color: #f7f7f7;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-3,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-3,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-3 {
    background-color: whitesmoke;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-3:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-3:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-3:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-gray-3,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-3,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-3 {
    color: whitesmoke;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-4,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-4,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-4 {
    background-color: #f2f2f2;
    color: #fff;
}

.nk-ibox-icon.nk-ibox-icon-bg-color-gray-4:after,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-4:after,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-bg-color-gray-4:after {
    opacity: 0;
}

.nk-ibox-icon.nk-ibox-icon-color-gray-4,
.nk-ibox-hover.hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-4,
.nk-ibox-hover:hover .nk-ibox-icon.nk-ibox-icon-hover-color-gray-4 {
    color: #f2f2f2;
}

/*---------------------------
  Element Content Boxes
 ----------------------------*/
.nk-box,
.nk-box-1,
.nk-box-2,
.nk-box-3,
.nk-box-4,
.nk-box-rounded,
.nk-box-rounded-1,
.nk-box-rounded-2,
.nk-box-rounded-3,
.nk-box-rounded-4 {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}

.nk-box-1,
.nk-box-rounded-1 {
    padding: 20px;
}

.nk-box-2,
.nk-box-rounded-2 {
    padding: 40px;
}

.nk-box-3,
.nk-box-rounded-3 {
    padding: 60px;
}

.nk-box-4,
.nk-box-rounded-4 {
    padding: 80px;
}

.nk-box-rounded,
.nk-box-rounded-1,
.nk-box-rounded-2,
.nk-box-rounded-3,
.nk-box-rounded-4 {
    border-radius: 6px;
}

/* line between boxes
   Used JS code to add .nk-box-line-top and .nk-box-last classnames */
.nk-box-line:before {
    content: '';
    display: block;
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    right: 0;
    border-left: 1px solid;
    opacity: 0.07;
}

.nk-box-line.nk-box-line-top:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 2rem;
    right: 2rem;
    border-bottom: 1px solid;
    opacity: 0.07;
}

.nk-box-line.nk-box-last:before {
    content: none;
}

/*---------------------------
  Element Counters
 ----------------------------*/
.nk-counter,
.nk-counter-2,
.nk-counter-3 {
    position: relative;
}

.nk-counter .nk-count,
.nk-counter-2 .nk-count,
.nk-counter-3 .nk-count {
    font-family: "Marcellus SC", serif;
    font-weight: bold;
}

/* Style 1 */
.nk-counter .nk-count {
    font-size: 4rem;
    margin-bottom: 30px;
}

/* Style 2 */
.nk-counter-2 .nk-count {
    color: #e08821;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 10px;
}

/* Style 3 */
.nk-counter-3 .nk-counter-icon {
    color: #e08821;
    font-size: 3rem;
    line-height: 1;
}

.nk-counter-3 .nk-count {
    font-size: 3rem;
    line-height: 3;
}

.nk-counter-3 .nk-counter-title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    line-height: 1;
}

/*---------------------------
  Element Dividers
 ----------------------------*/
.nk-divider {
    display: block;
    width: 100%;
    opacity: 0.4;
    border-bottom: 1px solid;
}

/*---------------------------
  Element Breadcrumbs
 ----------------------------*/
.nk-breadcrumbs {
    padding: 25px 0;
    background-color: #0e0e0e;
}

.nk-breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nk-breadcrumbs ul > li {
    position: relative;
    display: inline-block;
}

.nk-breadcrumbs ul > li > span,
.nk-breadcrumbs ul > li > a {
    padding: 0 15px;
    transition: .2s opacity;
}

.nk-breadcrumbs ul > li > span,
.nk-breadcrumbs ul > li > a,
.nk-breadcrumbs ul > li > a:hover,
.nk-breadcrumbs ul > li > a:focus,
.nk-breadcrumbs ul > li > a:active {
    color: inherit;
    text-decoration: none;
}

.nk-breadcrumbs ul > li > a:hover,
.nk-breadcrumbs ul > li > a.hover {
    opacity: 0.8;
}

.nk-breadcrumbs ul > li + li:before {
    content: ' / ';
    opacity: 0.6;
}

.nk-header-text-bottom .nk-breadcrumbs {
    padding: 0;
    background-color: transparent;
}

/*---------------------------
  Element Dropcaps
 ----------------------------*/
.nk-dropcap-circle {
    border-radius: 50%;
}

.nk-dropcap,
.nk-dropcap-2,
.nk-dropcap-3 {
    display: inline-block;
    float: left;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.nk-dropcap {
    margin-right: 15px;
    font-size: 3rem;
}

.nk-dropcap-2 {
    margin-right: 15px;
    margin-top: 6px;
    font-size: 2rem;
    background-color: #0e0e0e;
    color: #fff;
}

.nk-dropcap-3 {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    font-weight: bold;
    font-family: "Marcellus SC", serif;
    font-size: 6rem;
    width: 35px;
    height: 40px;
    line-height: 4rem;
    margin-left: -10px;
    opacity: 0.15;
    z-index: -1;
}

/*---------------------------
  Element Pagination
 ----------------------------*/
.nk-pagination {
    display: block;
}

.nk-pagination .nk-pagination-prev,
.nk-pagination .nk-pagination-next {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    min-height: 65px;
    padding: 17px 0;
    color: inherit;
    text-decoration: none;
}

.nk-pagination .nk-pagination-prev.disabled,
.nk-pagination .nk-pagination-next.disabled {
    opacity: 0.2;
    cursor: default;
    pointer-events: none;
}

.nk-pagination .nk-pagination-prev .nk-icon-arrow-right,
.nk-pagination .nk-pagination-prev .nk-icon-arrow-left,
.nk-pagination .nk-pagination-next .nk-icon-arrow-right,
.nk-pagination .nk-pagination-next .nk-icon-arrow-left {
    position: absolute;
    top: 22px;
}

.nk-pagination .nk-pagination-prev .nk-icon-arrow-right,
.nk-pagination .nk-pagination-next .nk-icon-arrow-right {
    right: 0;
}

.nk-pagination .nk-pagination-prev .nk-icon-arrow-left,
.nk-pagination .nk-pagination-next .nk-icon-arrow-left {
    left: 0;
}

.nk-pagination .nk-pagination-prev {
    float: left;
    text-align: left;
    padding-left: 25px;
}

.nk-pagination .nk-pagination-next {
    float: right;
    text-align: right;
    padding-right: 25px;
}

.nk-pagination nav {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.nk-pagination nav > * {
    display: inline-block;
    padding: 9px;
}

.nk-pagination nav > *.nk-pagination-current, .nk-pagination nav > *.nk-pagination-current-white {
    width: 34px;
    height: 34px;
    line-height: 22px;
    border-radius: 17px;
    padding: 6px;
    background-color: #0e0e0e;
    color: #fff;
}

.nk-pagination nav > *.nk-pagination-current:hover, .nk-pagination nav > *.nk-pagination-current-white:hover {
    opacity: 1;
}

.nk-pagination nav > *.nk-pagination-current-white {
    background-color: #fff;
    color: #0e0e0e;
}

.nk-pagination nav a {
    color: inherit;
    text-decoration: none;
    transition: .3s opacity;
}

.nk-pagination nav a:hover {
    opacity: 0.6;
}

.nk-pagination.nk-pagination-center .nk-pagination-prev,
.nk-pagination.nk-pagination-center .nk-pagination-next, .nk-pagination.nk-pagination-left .nk-pagination-prev,
.nk-pagination.nk-pagination-left .nk-pagination-next, .nk-pagination.nk-pagination-right .nk-pagination-prev,
.nk-pagination.nk-pagination-right .nk-pagination-next {
    float: none;
}

.nk-pagination.nk-pagination-center {
    text-align: center;
}

.nk-pagination.nk-pagination-left {
    text-align: left;
}

.nk-pagination.nk-pagination-right {
    text-align: right;
}

/*---------------------------
  Element Pricing
 ----------------------------*/
.nk-pricing {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    color: #0e0e0e;
    padding: 0 30px;
    box-shadow: 0 0 15px 0 rgba(14, 14, 14, 0.05);
    text-align: center;
}

.nk-pricing .nk-pricing-title {
    margin: 0;
    font-size: 1.8rem;
    font-family: inherit;
    font-weight: normal;
}

.nk-pricing .nk-pricing-price {
    font-size: 4rem;
    line-height: 1;
    font-weight: bold;
    font-family: "Marcellus SC", serif;
}

.nk-pricing .nk-pricing-currency,
.nk-pricing .nk-pricing-period {
    font-size: 1rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
}

.nk-pricing .nk-pricing-currency {
    vertical-align: top;
}

.nk-pricing .nk-pricing-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nk-pricing .nk-pricing-features > li + li {
    margin-top: 20px;
}

.nk-pricing .nk-pricing-button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
}

.nk-pricing .nk-pricing-title,
.nk-pricing .nk-pricing-price,
.nk-pricing .nk-pricing-features,
.nk-pricing .nk-pricing-button {
    position: relative;
    padding: 40px 0;
}

.nk-pricing .nk-pricing-title:after,
.nk-pricing .nk-pricing-price:after,
.nk-pricing .nk-pricing-features:after,
.nk-pricing .nk-pricing-button:after {
    position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    opacity: 0.1;
}

.nk-pricing .nk-pricing-button:after {
    content: none;
}

.nk-vertical-center > div > .nk-pricing {
    height: auto;
}

/*---------------------------
  Element Testimonials
 ----------------------------*/
/* Style 1 */
.nk-testimonial {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
}

.nk-testimonial .nk-testimonial-name {
    margin-bottom: 0;
}

.nk-testimonial .nk-testimonial-source {
    font-style: italic;
    opacity: 0.6;
    margin-top: 10px;
}

.nk-testimonial .nk-testimonial-body {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

@media (max-width: 543px) {
    .nk-testimonial .nk-testimonial-photo {
        display: none;
    }
    .nk-testimonial .nk-testimonial-name,
    .nk-testimonial .nk-testimonial-source,
    .nk-testimonial .nk-testimonial-body {
        margin-left: 0;
    }
}

/* Style 2 */
.nk-testimonial-2 {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px;
    background-color: #0e0e0e;
    margin: 0;
    margin-top: 50px;
    text-align: center;
}

.nk-testimonial-2 .nk-testimonial-photo {
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50px;
    background-size: cover;
    background-position: 50% 50%;
}

.nk-testimonial-2 .nk-testimonial-source {
    font-style: italic;
    margin-top: 10px;
    opacity: 0.6;
}

.nk-testimonial-2 .nk-testimonial-body {
    position: relative;
    margin-top: 45px;
    margin-bottom: 40px;
    font-size: 1.1rem;
    z-index: 1;
}

.nk-testimonial-2 .nk-testimonial-body:before {
    content: '\201C';
    position: absolute;
    font-family: Times New Roman, Times, serif;
    font-weight: bold;
    font-size: 150px;
    line-height: 135px;
    opacity: 0.08;
    z-index: -1;
    top: -35px;
    left: -15px;
}

/*---------------------------
  Element Blockquotes
 ----------------------------*/
.nk-blockquote {
    position: relative;
    z-index: 1;
    padding: 30px 0;
    padding-top: 45px;
    padding-left: 20px;
}

.nk-blockquote:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 2px solid;
    opacity: 0.2;
}

.nk-blockquote .nk-blockquote-icon {
    position: absolute;
    color: #aaa;
    font-family: Times New Roman, Times, serif;
    font-weight: bold;
    font-size: 150px;
    line-height: 135px;
    opacity: 0.1;
    z-index: -1;
    top: 15px;
    left: 20px;
}

.nk-blockquote .nk-blockquote-author {
    font-weight: bold;
    margin-top: 15px;
    padding-left: 20px;
}

.nk-blockquote > a {
    color: inherit;
    text-decoration: none;
}

.nk-blockquote em {
    display: block;
    margin-left: 20px;
}

.nk-blockquote-styled {
    position: relative;
    overflow: hidden;
    background-color: #0e0e0e;
    margin: 20px 0;
}

.nk-blockquote-styled .nk-blockquote-cont {
    position: relative;
    display: block;
    padding: 60px;
    color: #fff;
    z-index: 1;
}

.nk-blockquote-styled .nk-blockquote-cont .nk-blockquote-icon {
    top: 50px;
    left: 40px;
    line-height: 100px;
    color: #fff;
}

.nk-blockquote-styled .nk-blockquote-cont em {
    font-size: 1.7rem;
    margin-left: 0;
}

.nk-blockquote-styled .nk-blockquote-author {
    padding-left: 0;
}

/*---------------------------
  Element Info Boxes
 ----------------------------*/
.nk-info-box {
    display: block;
    position: relative;
    background-color: #0e0e0e;
    color: #fff;
    padding: 20px;
    padding-left: 70px;
    padding-right: 40px;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.nk-info-box.nk-info-box-noicon {
    padding-left: 40px;
}

.nk-info-box .nk-info-box-icon {
    display: block;
    position: absolute;
    font-size: 2rem;
    line-height: 1;
    margin-left: -45px;
    margin-top: -3px;
}

.nk-info-box .nk-info-box-close-btn {
    display: block;
    float: right;
    cursor: pointer;
    margin-right: -20px;
}

/*---------------------------
  Element Carousels
 ----------------------------*/
.nk-carousel,
.nk-carousel-2 {
    position: relative;
}

.nk-carousel .flickity-slider > div,
.nk-carousel-2 .flickity-slider > div {
    display: block;
    width: 100%;
    padding: 17px 0;
}

.flickity-page-dots {
    bottom: -35px;
}

.flickity-page-dots .dot {
    background: none;
    width: auto;
    height: auto;
    margin: 0 1px;
    padding: 8px 4px;
    opacity: 0.4;
    transition: .2s opacity;
}

.flickity-page-dots .dot:after {
    content: '';
    display: block;
    background-color: #cacaca;
    width: 60px;
    height: 2px;
}

.nk-flickity-arrow {
    position: absolute;
    cursor: pointer;
    text-align: center;
    color: #fff;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    padding: 8px;
    width: 45px;
    height: 45px;
    line-height: 1.4;
    border-radius: 50%;
    opacity: 0.6;
    z-index: 1;
    transition: .3s opacity;
}

.nk-flickity-arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: 1px solid;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.nk-flickity-arrow:hover {
    opacity: 1;
}

.nk-flickity-arrow.nk-flickity-arrow-prev {
    padding-left: 15px;
    left: 30px;
}

.nk-flickity-arrow.nk-flickity-arrow-next {
    padding-right: 15px;
    right: 30px;
}

.nk-flickity-arrow .nk-icon-arrow-right,
.nk-flickity-arrow .nk-icon-arrow-left {
    width: 16px;
    margin-top: 3px;
}

.flickity-viewport.is-dragging {
    pointer-events: none;
}

.flickity-enabled.is-draggable .flickity-viewport,
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: url("../images/cursor-drag.png") 24 24, pointer;
}

/* Style 1 */
.nk-carousel .flickity-slider > div > div {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.nk-carousel .nk-carousel-prev,
.nk-carousel .nk-carousel-next {
    position: absolute;
    width: 25%;
    top: 12%;
    padding: 17px 0;
    cursor: pointer;
    z-index: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    min-height: 80px;
}

.nk-carousel .nk-carousel-prev .nk-carousel-arrow-name,
.nk-carousel .nk-carousel-next .nk-carousel-arrow-name {
    font-family: "Marcellus SC", serif;
    font-weight: bold;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nk-carousel .nk-carousel-prev .nk-icon-arrow-left,
.nk-carousel .nk-carousel-prev .nk-icon-arrow-right,
.nk-carousel .nk-carousel-next .nk-icon-arrow-left,
.nk-carousel .nk-carousel-next .nk-icon-arrow-right {
    position: absolute;
    top: 28px;
}

.nk-carousel .nk-carousel-prev .nk-icon-arrow-left,
.nk-carousel .nk-carousel-next .nk-icon-arrow-left {
    left: 0;
}

.nk-carousel .nk-carousel-prev .nk-icon-arrow-right,
.nk-carousel .nk-carousel-next .nk-icon-arrow-right {
    right: 0;
}

.nk-carousel .nk-carousel-prev {
    left: 0;
    text-align: left;
    padding-left: 45px;
    padding-right: 20px;
}

.nk-carousel .nk-carousel-next {
    right: 0;
    text-align: right;
    padding-right: 45px;
    padding-left: 20px;
}

@media (max-width: 991px) {
    .nk-carousel .flickity-slider > div > div {
        width: 90%;
    }
    .nk-carousel .nk-carousel-prev,
    .nk-carousel .nk-carousel-next {
        position: relative;
        display: inline-block;
        width: 49%;
        top: auto;
    }
}

@media (max-width: 543px) {
    .nk-carousel .nk-carousel-prev,
    .nk-carousel .nk-carousel-next {
        font-size: 0.8rem;
    }
    .nk-carousel .nk-carousel-prev .nk-carousel-arrow-name,
    .nk-carousel .nk-carousel-next .nk-carousel-arrow-name {
        font-size: 1rem;
    }
}

/* Style 2 */
.nk-carousel-2 .flickity-slider > div {
    width: 40%;
    max-width: 600px;
    margin: 0 20px;
    opacity: 0.4;
    transition: .3s opacity;
}

.nk-carousel-2 .flickity-slider > div.is-selected {
    opacity: 1;
}

@media (max-width: 1199px) {
    .nk-carousel-2 .flickity-slider > div {
        width: 50%;
        opacity: 0.6;
    }
}

@media (max-width: 767px) {
    .nk-carousel-2 .flickity-slider > div {
        width: 70%;
        margin: 0 20px;
        opacity: 1;
    }
}

@media (max-width: 543px) {
    .nk-carousel-2 .flickity-slider > div {
        width: 90%;
        margin: 0 20px;
    }
}

.nk-carousel-2.nk-carousel-no-margin .flickity-slider > div {
    margin: 0 !important;
}

.nk-carousel-2.nk-carousel-all-visible .flickity-slider > div {
    opacity: 1 !important;
}

.nk-carousel-2.nk-carousel-x1 .flickity-slider > div {
    width: 100%;
    max-width: none;
}

@media (max-width: 1199px) {
    .nk-carousel-2.nk-carousel-x1 .flickity-slider > div {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .nk-carousel-2.nk-carousel-x1 .flickity-slider > div {
        width: 100%;
    }
}

@media (max-width: 543px) {
    .nk-carousel-2.nk-carousel-x1 .flickity-slider > div {
        width: 100%;
    }
}

.nk-carousel-2.nk-carousel-x2 .flickity-slider > div {
    width: 33.3334%;
}

@media (max-width: 1199px) {
    .nk-carousel-2.nk-carousel-x2 .flickity-slider > div {
        width: 33.3334%;
    }
}

@media (max-width: 767px) {
    .nk-carousel-2.nk-carousel-x2 .flickity-slider > div {
        width: 50%;
    }
}

@media (max-width: 543px) {
    .nk-carousel-2.nk-carousel-x2 .flickity-slider > div {
        width: 100%;
    }
}

.nk-carousel-2.nk-carousel-x3 .flickity-slider > div {
    width: 25%;
}

@media (max-width: 1199px) {
    .nk-carousel-2.nk-carousel-x3 .flickity-slider > div {
        width: 33.3334%;
    }
}

@media (max-width: 767px) {
    .nk-carousel-2.nk-carousel-x3 .flickity-slider > div {
        width: 50%;
    }
}

@media (max-width: 543px) {
    .nk-carousel-2.nk-carousel-x3 .flickity-slider > div {
        width: 100%;
    }
}

.nk-carousel-2.nk-carousel-x4 .flickity-slider > div {
    width: 20%;
}

@media (max-width: 1199px) {
    .nk-carousel-2.nk-carousel-x4 .flickity-slider > div {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .nk-carousel-2.nk-carousel-x4 .flickity-slider > div {
        width: 33.3334%;
    }
}

@media (max-width: 543px) {
    .nk-carousel-2.nk-carousel-x4 .flickity-slider > div {
        width: 50%;
    }
}

.nk-carousel-2.nk-carousel-x5 .flickity-slider > div {
    width: 14.285%;
}

@media (max-width: 1199px) {
    .nk-carousel-2.nk-carousel-x5 .flickity-slider > div {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .nk-carousel-2.nk-carousel-x5 .flickity-slider > div {
        width: 25%;
    }
}

@media (max-width: 543px) {
    .nk-carousel-2.nk-carousel-x5 .flickity-slider > div {
        width: 50%;
    }
}

/* Wide Slider */
.nk-carousel-3 {
    position: relative;
}

.nk-carousel-3 .flickity-slider > div {
    display: block;
    opacity: 0.4;
    transition: .3s opacity;
}

.nk-carousel-3 .flickity-slider > div.is-selected {
    opacity: 1;
}

.nk-carousel-3 .flickity-slider > div > div,
.nk-carousel-3 .flickity-slider > div > div img {
    height: 100%;
    width: auto;
}

.nk-carousel-3 .nk-portfolio-title,
.nk-carousel-3 .nk-portfolio-sub-title {
    display: none;
}

.nk-carousel-3 .nk-carousel-prev,
.nk-carousel-3 .nk-carousel-next {
    position: relative;
    cursor: pointer;
    width: 25%;
    top: 12%;
    padding: 17px 0;
    z-index: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    min-height: 80px;
}

.nk-carousel-3 .nk-carousel-prev .nk-carousel-arrow-name,
.nk-carousel-3 .nk-carousel-next .nk-carousel-arrow-name {
    font-family: "Marcellus SC", serif;
    font-weight: bold;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-left,
.nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-right,
.nk-carousel-3 .nk-carousel-next .nk-icon-arrow-left,
.nk-carousel-3 .nk-carousel-next .nk-icon-arrow-right {
    position: absolute;
    top: 28px;
}

.nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-left,
.nk-carousel-3 .nk-carousel-next .nk-icon-arrow-left {
    left: 0;
}

.nk-carousel-3 .nk-carousel-prev .nk-icon-arrow-right,
.nk-carousel-3 .nk-carousel-next .nk-icon-arrow-right {
    right: 0;
}

.nk-carousel-3 .nk-carousel-prev {
    left: 0;
    text-align: left;
    float: left;
    padding-left: 45px;
    padding-right: 20px;
}

.nk-carousel-3 .nk-carousel-next {
    right: 0;
    float: right;
    text-align: right;
    padding-right: 45px;
    padding-left: 20px;
}

.nk-carousel-3 .nk-carousel-current {
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding: 17px;
}

.nk-carousel-3 .nk-carousel-current .nk-carousel-name a,
.nk-carousel-3 .nk-carousel-current .nk-carousel-links a {
    color: inherit;
    text-decoration: none;
}

.nk-carousel-3 .nk-carousel-current .nk-carousel-name {
    margin-bottom: 0.5rem;
}

.nk-carousel-3 .nk-carousel-current .nk-carousel-links {
    font-size: 0.9rem;
}

.nk-carousel-3 .nk-carousel-current .nk-carousel-links a {
    opacity: 0.6;
    transition: .3s opacity;
}

.nk-carousel-3 .nk-carousel-current .nk-carousel-links a:hover {
    opacity: 0.9;
}

@media (max-width: 991px) {
    .nk-carousel-3 .nk-carousel-prev,
    .nk-carousel-3 .nk-carousel-next {
        position: relative;
        width: 49%;
        top: auto;
    }
    .nk-carousel-3 .nk-carousel-current {
        width: 100%;
    }
}

@media (max-width: 543px) {
    .nk-carousel-3 .nk-carousel-prev,
    .nk-carousel-3 .nk-carousel-next {
        font-size: 0.8rem;
    }
    .nk-carousel-3 .nk-carousel-prev .nk-carousel-arrow-name,
    .nk-carousel-3 .nk-carousel-next .nk-carousel-arrow-name {
        font-size: 1rem;
    }
}

/*---------------------------
  Element Image Boxes
 ----------------------------*/
.nk-image-box,
.nk-image-box-1,
.nk-image-box-1-a,
.nk-image-box-2,
.nk-image-box-3,
.nk-image-box-4 {
    position: relative;
    display: block;
    overflow: hidden;
}

.nk-image-box, .nk-image-box:hover, .nk-image-box:focus, .nk-image-box:active,
.nk-image-box a,
.nk-image-box a:hover,
.nk-image-box a:focus,
.nk-image-box a:active,
.nk-image-box-1,
.nk-image-box-1:hover,
.nk-image-box-1:focus,
.nk-image-box-1:active,
.nk-image-box-1 a,
.nk-image-box-1 a:hover,
.nk-image-box-1 a:focus,
.nk-image-box-1 a:active,
.nk-image-box-1-a,
.nk-image-box-1-a:hover,
.nk-image-box-1-a:focus,
.nk-image-box-1-a:active,
.nk-image-box-1-a a,
.nk-image-box-1-a a:hover,
.nk-image-box-1-a a:focus,
.nk-image-box-1-a a:active,
.nk-image-box-2,
.nk-image-box-2:hover,
.nk-image-box-2:focus,
.nk-image-box-2:active,
.nk-image-box-2 a,
.nk-image-box-2 a:hover,
.nk-image-box-2 a:focus,
.nk-image-box-2 a:active,
.nk-image-box-3,
.nk-image-box-3:hover,
.nk-image-box-3:focus,
.nk-image-box-3:active,
.nk-image-box-3 a,
.nk-image-box-3 a:hover,
.nk-image-box-3 a:focus,
.nk-image-box-3 a:active,
.nk-image-box-4,
.nk-image-box-4:hover,
.nk-image-box-4:focus,
.nk-image-box-4:active,
.nk-image-box-4 a,
.nk-image-box-4 a:hover,
.nk-image-box-4 a:focus,
.nk-image-box-4 a:active {
    text-decoration: none;
}

.nk-image-box img,
.nk-image-box-1 img,
.nk-image-box-1-a img,
.nk-image-box-2 img,
.nk-image-box-3 img,
.nk-image-box-4 img {
    display: block;
    width: 100%;
    transition: .7s transform;
    will-change: transform;
}

.nk-image-box:not(.nk-no-effect):hover img, .nk-image-box:not(.nk-no-effect).hover img,
.nk-image-box-1:not(.nk-no-effect):hover img,
.nk-image-box-1:not(.nk-no-effect).hover img,
.nk-image-box-1-a:not(.nk-no-effect):hover img,
.nk-image-box-1-a:not(.nk-no-effect).hover img,
.nk-image-box-2:not(.nk-no-effect):hover img,
.nk-image-box-2:not(.nk-no-effect).hover img,
.nk-image-box-3:not(.nk-no-effect):hover img,
.nk-image-box-3:not(.nk-no-effect).hover img,
.nk-image-box-4:not(.nk-no-effect):hover img,
.nk-image-box-4:not(.nk-no-effect).hover img {
    -ms-transform: scale(1.3);
        transform: scale(1.3);
}

.nk-image-box-overlay {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
}

.nk-image-box-overlay > * {
    width: 100%;
}

.nk-image-box-overlay.nk-image-box-center {
    -ms-flex-align: center;
        align-items: center;
}

.nk-image-box-overlay.nk-image-box-bottom {
    -ms-flex-align: end;
        align-items: flex-end;
}

.nk-image-box-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.nk-image-box-bottom-info {
    padding: 20px 0;
}

.nk-image-box-bottom-info .nk-image-box-title,
.nk-image-box-bottom-info .nk-image-box-sub-title {
    margin-bottom: 0.5rem;
}

.nk-image-box-bottom-info .nk-image-box-title a,
.nk-image-box-bottom-info .nk-image-box-sub-title a {
    color: inherit;
    text-decoration: none;
}

.nk-image-box-bottom-info .nk-image-box-links {
    color: #888;
    font-size: 0.9rem;
}

.nk-image-box-bottom-info .nk-image-box-links a {
    color: inherit;
    text-decoration: none;
}

.nk-image-box-bottom-info .nk-image-box-links a:hover, .nk-image-box-bottom-info .nk-image-box-links a.hover, .nk-image-box-bottom-info .nk-image-box-links a:focus, .nk-image-box-bottom-info .nk-image-box-links a:active {
    color: #555;
}

.nk-image-box-icon {
    font-size: 40px;
}

.nk-image-box-icon-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.15rem;
    color: inherit;
    border: 1px solid;
    margin: 6px 4px;
    transition: .3s color, .3s background-color, .3s border;
    will-change: color, background-color, border;
}

.nk-image-box-icon-btn:hover, .nk-image-box-icon-btn.hover {
    background-color: #fff;
    border-color: #fff;
    color: #0e0e0e;
}

.nk-image-box-big-title {
    font-size: 3.5rem;
    font-weight: normal;
}

@media (max-width: 543px) {
    .nk-image-box-big-title {
        font-size: 2.5rem;
    }
}

/* Style 0 */
.nk-image-box .nk-image-box-overlay {
    top: 45px;
    left: 45px;
    right: 45px;
    bottom: 45px;
}

.nk-image-box .nk-image-box-title,
.nk-image-box .nk-image-box-sub-title {
    margin: 0;
    width: 100%;
}

.nk-image-box .nk-image-box-sub-title {
    display: block;
    bottom: auto;
    top: 50%;
    margin-top: 10px;
}

/* Style 1 */
.nk-image-box-1 .nk-image-box-overlay,
.nk-image-box-1-a .nk-image-box-overlay {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    opacity: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(14, 14, 14, 0.75);
    transform-style: preserve-3d;
    transition: .4s opacity;
}

.nk-image-box-1 .nk-image-box-overlay > *,
.nk-image-box-1-a .nk-image-box-overlay > * {
    padding: 30px;
}

.nk-image-box-1:hover .nk-image-box-overlay,
.nk-image-box-1.hover .nk-image-box-overlay,
.nk-image-box-1-a:hover .nk-image-box-overlay,
.nk-image-box-1-a.hover .nk-image-box-overlay {
    opacity: 1;
}

.nk-image-box-1 .nk-image-box-title,
.nk-image-box-1 .nk-image-box-sub-title,
.nk-image-box-1-a .nk-image-box-title,
.nk-image-box-1-a .nk-image-box-sub-title {
    margin: 0;
    width: 100%;
}

.nk-image-box-1 .nk-image-box-sub-title,
.nk-image-box-1-a .nk-image-box-sub-title {
    display: block;
    bottom: auto;
    top: 50%;
    margin-top: 10px;
}

.nk-image-box-1-a .nk-image-box-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-transform: scale(1.1);
        transform: scale(1.1);
    transition: .4s opacity, .4s transform;
}

.nk-image-box-1-a:hover .nk-image-box-overlay,
.nk-image-box-1-a.hover .nk-image-box-overlay {
    -ms-transform: scale(1);
        transform: scale(1);
    opacity: 1;
}

/* Style 2 */
.nk-image-box-2 .nk-image-box-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    color: #fff;
    transform-style: preserve-3d;
    transition: .4s opacity;
    background-color: rgba(14, 14, 14, 0.2);
}

.nk-image-box-2 .nk-image-box-overlay > * {
    padding: 30px;
    transition: .4s transform;
    -ms-transform: translateY(0);
        transform: translateY(0);
}

.nk-image-box-2:hover .nk-image-box-overlay,
.nk-image-box-2.hover .nk-image-box-overlay {
    opacity: 0;
}

.nk-image-box-2:hover .nk-image-box-overlay > *,
.nk-image-box-2.hover .nk-image-box-overlay > * {
    -ms-transform: translateY(7px);
        transform: translateY(7px);
}

.nk-image-box-2.hover:hover .nk-image-box-overlay {
    opacity: 1;
}

.nk-image-box-2.hover:hover .nk-image-box-overlay > * {
    -ms-transform: translateY(0);
        transform: translateY(0);
}

.nk-image-box-2 .nk-image-box-title,
.nk-image-box-2 .nk-image-box-sub-title {
    margin: 0;
    width: 100%;
}

.nk-image-box-2 .nk-image-box-sub-title {
    display: block;
    bottom: auto;
    top: 50%;
    margin-top: 10px;
}

/* Style 3 */
.nk-image-box-3 .nk-image-box-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    transform-style: preserve-3d;
    background: linear-gradient(to top, rgba(14, 14, 14, 0.75) 0%, rgba(14, 14, 14, 0) 40%);
}

.nk-image-box-3 .nk-image-box-overlay:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 14, 14, 0.2);
    transition: .4s opacity;
    z-index: -1;
}

.nk-image-box-3 .nk-image-box-overlay > * {
    padding: 30px;
}

.nk-image-box-3:hover .nk-image-box-overlay:after,
.nk-image-box-3.hover .nk-image-box-overlay:after {
    opacity: 0;
}

.nk-image-box-3.hover:hover .nk-image-box-overlay:after {
    opacity: 1;
}

.nk-image-box-3 .nk-image-box-title,
.nk-image-box-3 .nk-image-box-sub-title {
    margin: 0;
    width: 100%;
}

.nk-image-box-3 .nk-image-box-sub-title {
    display: block;
    bottom: auto;
    top: 50%;
    margin-top: 10px;
}

/* Style 4 */
.nk-image-box-4 .nk-image-box-overlay {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    background-color: rgba(14, 14, 14, 0.75);
}

.nk-image-box-4 .nk-image-box-overlay > * {
    padding: 30px;
}

.nk-image-box-4 .nk-image-box-title,
.nk-image-box-4 .nk-image-box-sub-title {
    margin: 0;
    width: 100%;
}

.nk-image-box-4 .nk-image-box-sub-title {
    display: block;
    bottom: auto;
    top: 50%;
    margin-top: 10px;
}

/*---------------------------
  Element Team Members
 ----------------------------*/
.nk-team-member {
    position: relative;
    width: 100%;
}

.nk-team-member:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.nk-team-member .nk-team-member-photo,
.nk-team-member .nk-team-member-info {
    position: relative;
    float: left;
}

.nk-team-member .nk-team-member-info {
    width: 45%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.nk-team-member .nk-team-member-info .nk-title a {
    color: inherit;
    text-decoration: none;
    transition: .2s opacity;
}

.nk-team-member .nk-team-member-info .nk-title a:hover, .nk-team-member .nk-team-member-info .nk-title a.hover {
    opacity: 0.8;
}

.nk-team-member .nk-team-member-info.nk-team-member-info-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.nk-team-member .nk-team-member-photo {
    width: 65%;
    margin-right: -11%;
}

.nk-team-member .nk-team-member-photo img {
    width: 100%;
}

.nk-team-member .nk-team-member-photo {
    transition: .5s transform ease;
}

.nk-team-member.hover .nk-team-member-photo {
    -ms-transform: scale(0.95);
        transform: scale(0.95);
}

.nk-team-member .nk-team-member-info {
    transition: .7s transform ease;
}

.nk-team-member.hover .nk-team-member-info {
    -ms-transform: translateY(7%) scale(1.05);
        transform: translateY(7%) scale(1.05);
}

.nk-team-member.hover .nk-team-member-info.nk-team-member-info-bottom {
    -ms-transform: translateY(-7%) scale(1.05);
        transform: translateY(-7%) scale(1.05);
}

.nk-team-member.nk-team-member-revert .nk-team-member-photo {
    left: 35%;
    margin-right: -100%;
}

.nk-team-member.nk-team-member-revert .nk-team-member-info {
    text-align: right;
    left: 0%;
}

/*---------------------------
  Element Video
 ----------------------------*/
/* FullScreen Video */
.nk-video-fullscreen {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0e0e0e;
    background-color: rgba(14, 14, 14, 0.9);
    overflow: hidden;
    z-index: 1200;
}

.nk-video-fullscreen .nk-video-fullscreen-cont {
    position: absolute;
}

.nk-video-fullscreen .nk-video-fullscreen-cont > iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.nk-video-fullscreen .nk-video-fullscreen-close {
    position: absolute;
    cursor: url("../images/cursor-nav-close.png") 24 24, pointer;
    text-align: right;
    color: #fff;
    padding: 40px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

/* Toggle Video Button */
.nk-video-fullscreen-toggle,
.nk-video-plain-toggle {
    display: inline-block;
    cursor: pointer;
}

.nk-video-fullscreen-toggle .nk-video-icon,
.nk-video-plain-toggle .nk-video-icon {
    text-decoration: none;
}

/* toggle button on the right/left half of nk-box blocks */
.nk-video-fullscreen-toggle-right,
.nk-video-fullscreen-toggle-left {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
}

.nk-video-fullscreen-toggle-right > .nk-video-fullscreen-toggle,
.nk-video-fullscreen-toggle-left > .nk-video-fullscreen-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .nk-video-fullscreen-toggle-right,
    .nk-video-fullscreen-toggle-left {
        width: 100%;
        height: 0;
        padding-top: 56.25%;
    }
}

.nk-video-fullscreen-toggle-right {
    right: 0;
}

.nk-video-fullscreen-toggle-left {
    left: 0;
}

/* Plain Video */
.nk-plain-video {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background-position: 50% 50%;
    background-size: cover;
    cursor: pointer;
}

.nk-plain-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.nk-plain-video > .nk-video-plain-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    z-index: 0;
}

/*---------------------------
  Element Gif
 ----------------------------*/
.nk-gif {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.nk-gif img {
    width: 100%;
}

.nk-gif .nk-gif-toggle,
.nk-gif .nk-loading-spinner {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    transition: .3s opacity, .3s visibility;
}

.nk-gif .nk-loading-spinner {
    opacity: 0;
    visibility: hidden;
}

.nk-gif.nk-gif-playing .nk-gif-toggle,
.nk-gif.nk-gif-loading .nk-gif-toggle {
    opacity: 0;
    visibility: hidden;
}

.nk-gif.nk-gif-loading .nk-loading-spinner {
    opacity: 1;
    visibility: visible;
}

.nk-gif.nk-gif-hover.nk-gif-loading .nk-loading-spinner,
.nk-gif.nk-gif-hover.nk-gif-loading.hover .nk-gif-toggle, .nk-gif.nk-gif-click.nk-gif-loading .nk-loading-spinner,
.nk-gif.nk-gif-click.nk-gif-loading.hover .nk-gif-toggle {
    opacity: 0;
    visibility: hidden;
}

.nk-gif.nk-gif-hover.nk-gif-loading.hover .nk-loading-spinner,
.nk-gif.nk-gif-hover.nk-gif-loading .nk-gif-toggle, .nk-gif.nk-gif-click.nk-gif-loading.hover .nk-loading-spinner,
.nk-gif.nk-gif-click.nk-gif-loading .nk-gif-toggle {
    opacity: 1;
    visibility: visible;
}

/*---------------------------
  Element Forms
 ----------------------------*/
/* Placeholders */
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
}
::placeholder,
.form-control::placeholder {
    color: inherit;
    opacity: 0.5;
}

/* Ratings */
.nk-rating {
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
}

.nk-rating input {
    display: none;
}

.nk-rating input:checked ~ label span:first-child {
    display: none;
}

.nk-rating input:checked ~ label span:last-child {
    display: block;
}

.nk-rating label {
    position: relative;
    cursor: default;
    clear: none;
    float: right;
    display: block;
    cursor: pointer;
    padding-right: 2px;
    padding-left: 2px;
    line-height: 1;
    margin: 0;
}

.nk-rating label span:first-child {
    display: none;
    display: block;
}

.nk-rating label span:last-child {
    display: none;
}

.nk-rating label:after, .nk-rating label:before {
    content: none;
    display: none;
}

.nk-rating label:hover span:first-child,
.nk-rating label:hover ~ label span:first-child {
    display: none;
}

.nk-rating label:hover span:last-child,
.nk-rating label:hover ~ label span:last-child {
    display: block;
}

/* Size Selector */
.nk-size-selector:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.nk-size-selector input {
    position: absolute;
    opacity: 0.01;
    left: -100000px;
}

.nk-size-selector label {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    min-width: 60px;
    padding: 5px 25px;
    background-color: #0e0e0e;
}

.nk-size-selector label:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid;
    opacity: 0.1;
    transition: .15s opacity;
}

.nk-size-selector label:hover:after, .nk-size-selector label.hover:after {
    opacity: 0.5;
    z-index: 1;
}

.nk-size-selector input:checked + label:after {
    opacity: 1;
    z-index: 1;
}

.nk-size-selector label ~ label {
    margin-left: -1px;
}

/* Color Selector */
.nk-color-selector:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.nk-color-selector input {
    position: absolute;
    opacity: 0.01;
    left: -100000px;
}

.nk-color-selector label {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    width: 22px;
    height: 22px;
    background-color: #fff;
    color: #fff;
    border-radius: 11px;
    margin-left: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 6px;
    font-size: 0;
}

.nk-color-selector label:after {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid;
    opacity: 0;
    transition: .3s opacity;
    border-radius: 16px;
}

.nk-color-selector input:checked + label:after {
    opacity: 1;
    z-index: 1;
}

.nk-color-selector label ~ label {
    margin-left: 16px;
}

/* From Style 1 */
.form-control {
    padding: 12px 20px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #404040;
    transition: .3s border, .3s color;
    background: none;
    color: inherit;
}

.form-control:focus, .form-control.focus, .form-control:active {
    color: inherit;
    background: none;
    border-bottom: 1px solid #fff;
}

select.form-control {
    padding: 6px 20px;
}

select.form-control option {
    color: #000;
}

@-moz-document url-prefix() {
    select.form-control option {
        color: inherit;
    }
}

select.form-control[multiple] option {
    color: inherit;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    opacity: 0.4;
}

.nk-input-group-btn {
    display: table-cell;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    width: 1%;
}

/* Validation */
div.nk-error {
    font-weight: normal;
    background-color: transparent;
    color: #D9534F;
    padding: 0;
    margin: 5px 0;
    z-index: 1;
}

.form-control.nk-error,
.nk-form-style-1 .form-control.nk-error {
    border-bottom: 1px solid #D9534F;
}

.nk-form-response-success {
    display: none;
    color: #5CB85C;
    margin-bottom: 10px;
}

.nk-form-response-error {
    display: none;
    color: #D9534F;
    margin-bottom: 10px;
}

/*---------------------------
  Element Audio Player
 ----------------------------*/
/* Plain Audio Player */
.nk-audio-plain {
    display: table;
    width: 100%;
    padding: 20px 15px;
    background-color: #fff;
    color: #0e0e0e;
}

.nk-audio-plain > div {
    display: table-cell;
}

.nk-audio-plain .nk-audio-plain-title {
    width: 99%;
}

.nk-audio-plain .nk-audio-plain-buttons {
    white-space: nowrap;
}

.nk-audio-plain .nk-audio-plain-buttons > a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    text-align: center;
    width: 30px;
}

.nk-audio-plain .nk-audio-plain-play-pause {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background-color: #2d2d2d;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    margin-left: 7px;
    margin-right: 15px;
    font-size: 1.1rem;
}

.nk-audio-plain .nk-audio-plain-play-pause .nk-audio-plain-pause {
    display: none;
}

.nk-audio-plain.nk-audio-plain-playing .nk-audio-plain-play-pause .nk-audio-plain-play {
    display: none;
}

.nk-audio-plain.nk-audio-plain-playing .nk-audio-plain-play-pause .nk-audio-plain-pause {
    display: block;
}

.nk-audio-plain .nk-audio-plain-duration {
    display: inline-block;
    text-align: right;
    font-size: 0.9rem;
    margin-right: 7px;
    width: 58px;
}

.nk-audio-plain .nk-audio-progress {
    position: relative;
    background-color: #ddd;
    cursor: pointer;
    left: 0;
    right: 0;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    z-index: 1;
}

.nk-audio-plain .nk-audio-progress:before {
    content: '';
    position: absolute;
    display: block;
    top: -8px;
    bottom: -8px;
    left: 0;
    right: 0;
}

.nk-audio-plain .nk-audio-progress .nk-audio-progress-current {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #777;
    transition: .3s background-color;
    z-index: 1;
}

.nk-audio-plain .nk-audio-progress .nk-audio-progress-current:after {
    content: '';
    position: absolute;
    right: -2px;
    top: -2px;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color: #2d2d2d;
    -ms-transform: scale(0);
        transform: scale(0);
    transition: .3s transform;
}

.nk-audio-plain .nk-audio-progress:hover .nk-audio-progress-current,
.nk-audio-plain .nk-audio-progress.hover .nk-audio-progress-current {
    background-color: #2d2d2d;
}

.nk-audio-plain .nk-audio-progress:hover .nk-audio-progress-current:after,
.nk-audio-plain .nk-audio-progress.hover .nk-audio-progress-current:after {
    -ms-transform: scale(1);
        transform: scale(1);
}

.nk-audio-plain.nk-audio-plain-dark {
    background-color: #181818;
    color: #fff;
}

.nk-audio-plain.nk-audio-plain-dark .nk-audio-plain-play-pause {
    background-color: #fff;
    color: #0e0e0e;
}

.nk-audio-plain.nk-audio-plain-dark .nk-audio-progress {
    background-color: #2d2d2d;
}

.nk-audio-plain.nk-audio-plain-dark .nk-audio-progress .nk-audio-progress-current {
    background-color: #bbb;
}

.nk-audio-plain.nk-audio-plain-dark .nk-audio-progress .nk-audio-progress-current:after {
    background-color: #fff;
}

.nk-audio-plain.nk-audio-plain-dark .nk-audio-progress:hover .nk-audio-progress-current,
.nk-audio-plain.nk-audio-plain-dark .nk-audio-progress.hover .nk-audio-progress-current {
    background-color: #fff;
}

/*---------------------------
  Element Countdown
 ----------------------------*/
.nk-countdown {
    width: 100%;
    text-align: center;
}

.nk-countdown > div {
    display: inline-block;
    min-width: 140px;
    padding: 10px 0;
}

.nk-countdown > div > span {
    display: block;
    font-size: 4rem;
    font-weight: bold;
    font-family: "Marcellus SC", serif;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .nk-countdown > div {
        min-width: 85px;
    }
    .nk-countdown > div > span {
        font-size: 2.4rem;
    }
}

/*---------------------------
  Element Text Typed
 ----------------------------*/
.nk-typed > span {
    position: absolute;
    left: -9999px;
}

.nk-typed > span:first-child,
.nk-typed.ready > span {
    position: relative;
    left: auto;
}

.typed-cursor {
    opacity: 1;
    font-weight: normal;
    animation: 0.9s nk-typed-blink infinite;
}

@keyframes nk-typed-blink {
    0% {
        opacity: 1;
    }
    44% {
        opacity: 0;
    }
    88% {
        opacity: 1;
    }
}

/*---------------------------
  Element Link Effects
 ----------------------------*/
/* All Links */
.link-effect {
    font-style: italic;
    font-family: serif;
    background-image: linear-gradient(to bottom, transparent 0, #0e0e0e 0), linear-gradient(to top, #fff 0, #fff 1px, transparent 1.0001px, transparent 100%);
    background-size: 0 1.4em, 100% 1.4em;
    background-position: right center;
    background-repeat: no-repeat;
    transition: .3s background-size;
    padding: 5px;
}

.link-effect, .link-effect:hover, .link-effect:focus, .link-effect:active {
    color: inherit;
    text-decoration: none;
}

.link-effect:hover, .link-effect.hover {
    background-position: left center;
    background-size: 100% 1.4em, 100% 1.4em;
}

/* Link Effect 1 (rotate all letters) */
.link-effect-1 > span {
    display: inline-block;
    position: relative;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.3s;
    will-change: transform;
}

.link-effect-1 > span.active {
    transform: perspective(1000px) rotateY(360deg);
}

/* Link Effect 2 and 3 (color for letters from left to right and from top to bottom) */
.link-effect-2 > span,
.link-effect-3 > span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    color: #e08821;
}

.link-effect-2 .link-effect-shade,
.link-effect-3 .link-effect-shade {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    left: 0;
    top: 0;
    color: #e6a04e;
    width: 0%;
    z-index: 2;
    transition: width 0.3s;
    will-change: width;
}

.link-effect-2:hover .link-effect-shade,
.link-effect-3:hover .link-effect-shade {
    width: 100%;
}

.link-effect-3 .link-effect-shade {
    width: auto;
    height: 0%;
    transition: height 0.3s;
    will-change: height;
}

.link-effect-3:hover .link-effect-shade {
    width: auto;
    height: 100%;
}

.link-effect-4 .link-effect-inner {
    display: inline-block;
    position: relative;
}

.link-effect-4 .link-effect-inner:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    right: -10px;
    border-bottom: 1px solid;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    transition: .3s transform;
    -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    opacity: 0.5;
}

.link-effect-4 .link-effect-inner .link-effect-shade {
    opacity: 0;
}

.link-effect-4 .link-effect-inner .link-effect-l,
.link-effect-4 .link-effect-inner .link-effect-r {
    position: absolute;
    overflow: hidden;
    top: -50%;
    transition: .3s .1s transform;
}

.link-effect-4 .link-effect-inner .link-effect-l > span,
.link-effect-4 .link-effect-inner .link-effect-r > span {
    display: inline-block;
    -ms-transform: translateY(50%);
        transform: translateY(50%);
}

.link-effect-4 .link-effect-inner .link-effect-r {
    top: 50%;
}

.link-effect-4 .link-effect-inner .link-effect-r > span {
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

.link-effect-4:hover .link-effect-inner:after,
.link-effect-4.hover .link-effect-inner:after {
    -ms-transform: scaleX(1);
        transform: scaleX(1);
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
}

.link-effect-4:hover .link-effect-inner .link-effect-l,
.link-effect-4.hover .link-effect-inner .link-effect-l {
    -ms-transform: translateX(-2px);
        transform: translateX(-2px);
}

.link-effect-4:hover .link-effect-inner .link-effect-r,
.link-effect-4.hover .link-effect-inner .link-effect-r {
    -ms-transform: translateX(2px);
        transform: translateX(2px);
}

.nk-navbar .dropdown > li > .link-effect-2,
.nk-navbar .dropdown > li > .link-effect-3 {
    opacity: 1;
}

.nk-navbar .link-effect-2 > span,
.nk-navbar .link-effect-3 > span {
    color: inherit;
}

.nk-navbar .dropdown .link-effect-2,
.nk-navbar .dropdown .link-effect-3 {
    color: rgba(255, 255, 255, 0.7);
}

.nk-navbar .link-effect-2,
.nk-navbar .link-effect-3,
.nk-navbar .link-effect-2 .link-effect-shade,
.nk-navbar .link-effect-3 .link-effect-shade,
.nk-navbar .active > .link-effect-2,
.nk-navbar .active > .link-effect-3 {
    color: #fff;
}

.nk-navbar .active > .link-effect-2 .link-effect-shade {
    width: 100%;
}

.nk-navbar .active > .link-effect-3 .link-effect-shade {
    height: 100%;
}

.nk-navbar-light .dropdown .link-effect-2,
.nk-navbar-light .dropdown .link-effect-3 {
    color: rgba(45, 45, 45, 0.85);
}

.nk-navbar-light .link-effect-2,
.nk-navbar-light .link-effect-3,
.nk-navbar-light .link-effect-2 .link-effect-shade,
.nk-navbar-light .link-effect-3 .link-effect-shade,
.nk-navbar-light .active > .link-effect-2,
.nk-navbar-light .active > .link-effect-3 {
    color: #2d2d2d;
}

/*---------------------------
  Element Icons
 ----------------------------*/
.nk-icon-burger {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 17px;
    transition: .3s transform;
}

.nk-icon-burger > span {
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
    background-color: #fff;
    border-radius: 1.5px;
}

.nk-icon-burger > span:after, .nk-icon-burger > span:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    left: 6px;
    background-color: #fff;
    border-radius: 1.5px;
}

.nk-icon-burger > span:after {
    left: 400%;
}

.nk-icon-burger > span, .nk-icon-burger > span:before, .nk-icon-burger > span:after {
    transition: .3s transform, .3s width, .3s height, .3s border-radius;
}

.nk-navbar-light .nk-icon-burger > span {
    background-color: #0e0e0e;
}

.nk-navbar-light .nk-icon-burger > span:after, .nk-navbar-light .nk-icon-burger > span:before {
    background-color: #0e0e0e;
}

.nk-icon-burger .nk-t-1 {
    margin-top: -7.5px;
}

.nk-icon-burger .nk-t-3 {
    margin-top: 4.5px;
}

.nk-icon-burger:hover .nk-t-1, .nk-icon-burger.hover .nk-t-1,
a:hover > .nk-icon-burger .nk-t-1,
a.hover > .nk-icon-burger .nk-t-1,
span:hover > .nk-icon-burger .nk-t-1,
span.hover > .nk-icon-burger .nk-t-1 {
    animation: nk-icon-burger-hover-1 .5s;
}

.nk-icon-burger:hover .nk-t-1:before, .nk-icon-burger.hover .nk-t-1:before,
a:hover > .nk-icon-burger .nk-t-1:before,
a.hover > .nk-icon-burger .nk-t-1:before,
span:hover > .nk-icon-burger .nk-t-1:before,
span.hover > .nk-icon-burger .nk-t-1:before {
    animation: nk-icon-burger-hover-2 .5s;
}

.nk-icon-burger:hover .nk-t-1:after, .nk-icon-burger.hover .nk-t-1:after,
a:hover > .nk-icon-burger .nk-t-1:after,
a.hover > .nk-icon-burger .nk-t-1:after,
span:hover > .nk-icon-burger .nk-t-1:after,
span.hover > .nk-icon-burger .nk-t-1:after {
    animation: nk-icon-burger-hover-3 .5s;
}

.nk-icon-burger:hover .nk-t-2, .nk-icon-burger.hover .nk-t-2,
a:hover > .nk-icon-burger .nk-t-2,
a.hover > .nk-icon-burger .nk-t-2,
span:hover > .nk-icon-burger .nk-t-2,
span.hover > .nk-icon-burger .nk-t-2 {
    animation: nk-icon-burger-hover-4 .5s;
}

.nk-icon-burger:hover .nk-t-2:before, .nk-icon-burger.hover .nk-t-2:before,
a:hover > .nk-icon-burger .nk-t-2:before,
a.hover > .nk-icon-burger .nk-t-2:before,
span:hover > .nk-icon-burger .nk-t-2:before,
span.hover > .nk-icon-burger .nk-t-2:before {
    animation: nk-icon-burger-hover-5 .5s;
}

.nk-icon-burger:hover .nk-t-2:after, .nk-icon-burger.hover .nk-t-2:after,
a:hover > .nk-icon-burger .nk-t-2:after,
a.hover > .nk-icon-burger .nk-t-2:after,
span:hover > .nk-icon-burger .nk-t-2:after,
span.hover > .nk-icon-burger .nk-t-2:after {
    animation: nk-icon-burger-hover-6 .5s;
}

.nk-icon-burger:hover .nk-t-3, .nk-icon-burger.hover .nk-t-3,
a:hover > .nk-icon-burger .nk-t-3,
a.hover > .nk-icon-burger .nk-t-3,
span:hover > .nk-icon-burger .nk-t-3,
span.hover > .nk-icon-burger .nk-t-3 {
    animation: nk-icon-burger-hover-7 .5s;
}

.nk-icon-burger:hover .nk-t-3:before, .nk-icon-burger.hover .nk-t-3:before,
a:hover > .nk-icon-burger .nk-t-3:before,
a.hover > .nk-icon-burger .nk-t-3:before,
span:hover > .nk-icon-burger .nk-t-3:before,
span.hover > .nk-icon-burger .nk-t-3:before {
    animation: nk-icon-burger-hover-8 .5s;
}

.nk-icon-burger:hover .nk-t-3:after, .nk-icon-burger.hover .nk-t-3:after,
a:hover > .nk-icon-burger .nk-t-3:after,
a.hover > .nk-icon-burger .nk-t-3:after,
span:hover > .nk-icon-burger .nk-t-3:after,
span.hover > .nk-icon-burger .nk-t-3:after {
    animation: nk-icon-burger-hover-9 .5s;
}

.nk-icon-burger.active,
.active .nk-icon-burger,
a.active:hover > .nk-icon-burger,
a.active.hover > .nk-icon-burger,
span.active:hover > .nk-icon-burger,
span.active.hover > .nk-icon-burger,
a:hover > .nk-icon-burger.active,
a.hover > .nk-icon-burger.active,
span:hover > .nk-icon-burger.active,
span.hover > .nk-icon-burger.active {
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
}

.nk-icon-burger.active > span,
.active .nk-icon-burger > span,
a.active:hover > .nk-icon-burger > span,
a.active.hover > .nk-icon-burger > span,
span.active:hover > .nk-icon-burger > span,
span.active.hover > .nk-icon-burger > span,
a:hover > .nk-icon-burger.active > span,
a.hover > .nk-icon-burger.active > span,
span:hover > .nk-icon-burger.active > span,
span.hover > .nk-icon-burger.active > span {
    transition: .3s width, .3s opacity, .3s transform;
}

.nk-icon-burger.active .nk-t-1, .nk-icon-burger.active .nk-t-1:after, .nk-icon-burger.active .nk-t-1:before,
.nk-icon-burger.active .nk-t-2,
.nk-icon-burger.active .nk-t-2:after,
.nk-icon-burger.active .nk-t-2:before,
.nk-icon-burger.active .nk-t-3,
.nk-icon-burger.active .nk-t-3:after,
.nk-icon-burger.active .nk-t-3:before,
.active .nk-icon-burger .nk-t-1,
.active .nk-icon-burger .nk-t-1:after,
.active .nk-icon-burger .nk-t-1:before,
.active .nk-icon-burger .nk-t-2,
.active .nk-icon-burger .nk-t-2:after,
.active .nk-icon-burger .nk-t-2:before,
.active .nk-icon-burger .nk-t-3,
.active .nk-icon-burger .nk-t-3:after,
.active .nk-icon-burger .nk-t-3:before,
a.active:hover > .nk-icon-burger .nk-t-1,
a.active:hover > .nk-icon-burger .nk-t-1:after,
a.active:hover > .nk-icon-burger .nk-t-1:before,
a.active:hover > .nk-icon-burger .nk-t-2,
a.active:hover > .nk-icon-burger .nk-t-2:after,
a.active:hover > .nk-icon-burger .nk-t-2:before,
a.active:hover > .nk-icon-burger .nk-t-3,
a.active:hover > .nk-icon-burger .nk-t-3:after,
a.active:hover > .nk-icon-burger .nk-t-3:before,
a.active.hover > .nk-icon-burger .nk-t-1,
a.active.hover > .nk-icon-burger .nk-t-1:after,
a.active.hover > .nk-icon-burger .nk-t-1:before,
a.active.hover > .nk-icon-burger .nk-t-2,
a.active.hover > .nk-icon-burger .nk-t-2:after,
a.active.hover > .nk-icon-burger .nk-t-2:before,
a.active.hover > .nk-icon-burger .nk-t-3,
a.active.hover > .nk-icon-burger .nk-t-3:after,
a.active.hover > .nk-icon-burger .nk-t-3:before,
span.active:hover > .nk-icon-burger .nk-t-1,
span.active:hover > .nk-icon-burger .nk-t-1:after,
span.active:hover > .nk-icon-burger .nk-t-1:before,
span.active:hover > .nk-icon-burger .nk-t-2,
span.active:hover > .nk-icon-burger .nk-t-2:after,
span.active:hover > .nk-icon-burger .nk-t-2:before,
span.active:hover > .nk-icon-burger .nk-t-3,
span.active:hover > .nk-icon-burger .nk-t-3:after,
span.active:hover > .nk-icon-burger .nk-t-3:before,
span.active.hover > .nk-icon-burger .nk-t-1,
span.active.hover > .nk-icon-burger .nk-t-1:after,
span.active.hover > .nk-icon-burger .nk-t-1:before,
span.active.hover > .nk-icon-burger .nk-t-2,
span.active.hover > .nk-icon-burger .nk-t-2:after,
span.active.hover > .nk-icon-burger .nk-t-2:before,
span.active.hover > .nk-icon-burger .nk-t-3,
span.active.hover > .nk-icon-burger .nk-t-3:after,
span.active.hover > .nk-icon-burger .nk-t-3:before,
a:hover > .nk-icon-burger.active .nk-t-1,
a:hover > .nk-icon-burger.active .nk-t-1:after,
a:hover > .nk-icon-burger.active .nk-t-1:before,
a:hover > .nk-icon-burger.active .nk-t-2,
a:hover > .nk-icon-burger.active .nk-t-2:after,
a:hover > .nk-icon-burger.active .nk-t-2:before,
a:hover > .nk-icon-burger.active .nk-t-3,
a:hover > .nk-icon-burger.active .nk-t-3:after,
a:hover > .nk-icon-burger.active .nk-t-3:before,
a.hover > .nk-icon-burger.active .nk-t-1,
a.hover > .nk-icon-burger.active .nk-t-1:after,
a.hover > .nk-icon-burger.active .nk-t-1:before,
a.hover > .nk-icon-burger.active .nk-t-2,
a.hover > .nk-icon-burger.active .nk-t-2:after,
a.hover > .nk-icon-burger.active .nk-t-2:before,
a.hover > .nk-icon-burger.active .nk-t-3,
a.hover > .nk-icon-burger.active .nk-t-3:after,
a.hover > .nk-icon-burger.active .nk-t-3:before,
span:hover > .nk-icon-burger.active .nk-t-1,
span:hover > .nk-icon-burger.active .nk-t-1:after,
span:hover > .nk-icon-burger.active .nk-t-1:before,
span:hover > .nk-icon-burger.active .nk-t-2,
span:hover > .nk-icon-burger.active .nk-t-2:after,
span:hover > .nk-icon-burger.active .nk-t-2:before,
span:hover > .nk-icon-burger.active .nk-t-3,
span:hover > .nk-icon-burger.active .nk-t-3:after,
span:hover > .nk-icon-burger.active .nk-t-3:before,
span.hover > .nk-icon-burger.active .nk-t-1,
span.hover > .nk-icon-burger.active .nk-t-1:after,
span.hover > .nk-icon-burger.active .nk-t-1:before,
span.hover > .nk-icon-burger.active .nk-t-2,
span.hover > .nk-icon-burger.active .nk-t-2:after,
span.hover > .nk-icon-burger.active .nk-t-2:before,
span.hover > .nk-icon-burger.active .nk-t-3,
span.hover > .nk-icon-burger.active .nk-t-3:after,
span.hover > .nk-icon-burger.active .nk-t-3:before {
    animation: none;
    border-radius: 0;
}

.nk-icon-burger.active .nk-t-1,
.active .nk-icon-burger .nk-t-1,
a.active:hover > .nk-icon-burger .nk-t-1,
a.active.hover > .nk-icon-burger .nk-t-1,
span.active:hover > .nk-icon-burger .nk-t-1,
span.active.hover > .nk-icon-burger .nk-t-1,
a:hover > .nk-icon-burger.active .nk-t-1,
a.hover > .nk-icon-burger.active .nk-t-1,
span:hover > .nk-icon-burger.active .nk-t-1,
span.hover > .nk-icon-burger.active .nk-t-1 {
    height: 2px;
    -ms-transform: translateX(3px) translateY(6px);
        transform: translateX(3px) translateY(6px);
}

.nk-icon-burger.active .nk-t-1:before,
.active .nk-icon-burger .nk-t-1:before,
a.active:hover > .nk-icon-burger .nk-t-1:before,
a.active.hover > .nk-icon-burger .nk-t-1:before,
span.active:hover > .nk-icon-burger .nk-t-1:before,
span.active.hover > .nk-icon-burger .nk-t-1:before,
a:hover > .nk-icon-burger.active .nk-t-1:before,
a.hover > .nk-icon-burger.active .nk-t-1:before,
span:hover > .nk-icon-burger.active .nk-t-1:before,
span.hover > .nk-icon-burger.active .nk-t-1:before {
    width: 2px;
    height: 4px;
    -ms-transform: translateX(-3px) translateY(-7px);
        transform: translateX(-3px) translateY(-7px);
}

.nk-icon-burger.active .nk-t-1:after,
.active .nk-icon-burger .nk-t-1:after,
a.active:hover > .nk-icon-burger .nk-t-1:after,
a.active.hover > .nk-icon-burger .nk-t-1:after,
span.active:hover > .nk-icon-burger .nk-t-1:after,
span.active.hover > .nk-icon-burger .nk-t-1:after,
a:hover > .nk-icon-burger.active .nk-t-1:after,
a.hover > .nk-icon-burger.active .nk-t-1:after,
span:hover > .nk-icon-burger.active .nk-t-1:after,
span.hover > .nk-icon-burger.active .nk-t-1:after {
    width: 2px;
    -ms-transform: translateX(-9px) translateY(-3px);
        transform: translateX(-9px) translateY(-3px);
}

.nk-icon-burger.active .nk-t-2,
.active .nk-icon-burger .nk-t-2,
a.active:hover > .nk-icon-burger .nk-t-2,
a.active.hover > .nk-icon-burger .nk-t-2,
span.active:hover > .nk-icon-burger .nk-t-2,
span.active.hover > .nk-icon-burger .nk-t-2,
a:hover > .nk-icon-burger.active .nk-t-2,
a.hover > .nk-icon-burger.active .nk-t-2,
span:hover > .nk-icon-burger.active .nk-t-2,
span.hover > .nk-icon-burger.active .nk-t-2 {
    height: 2px;
    width: 4px;
    -ms-transform: translateX(-1px);
        transform: translateX(-1px);
}

.nk-icon-burger.active .nk-t-2:before,
.active .nk-icon-burger .nk-t-2:before,
a.active:hover > .nk-icon-burger .nk-t-2:before,
a.active.hover > .nk-icon-burger .nk-t-2:before,
span.active:hover > .nk-icon-burger .nk-t-2:before,
span.active.hover > .nk-icon-burger .nk-t-2:before,
a:hover > .nk-icon-burger.active .nk-t-2:before,
a.hover > .nk-icon-burger.active .nk-t-2:before,
span:hover > .nk-icon-burger.active .nk-t-2:before,
span.hover > .nk-icon-burger.active .nk-t-2:before {
    height: 2px;
    width: 2px;
    -ms-transform: translateX(1px);
        transform: translateX(1px);
}

.nk-icon-burger.active .nk-t-2:after,
.active .nk-icon-burger .nk-t-2:after,
a.active:hover > .nk-icon-burger .nk-t-2:after,
a.active.hover > .nk-icon-burger .nk-t-2:after,
span.active:hover > .nk-icon-burger .nk-t-2:after,
span.active.hover > .nk-icon-burger .nk-t-2:after,
a:hover > .nk-icon-burger.active .nk-t-2:after,
a.hover > .nk-icon-burger.active .nk-t-2:after,
span:hover > .nk-icon-burger.active .nk-t-2:after,
span.hover > .nk-icon-burger.active .nk-t-2:after {
    height: 2px;
    width: 4px;
    -ms-transform: translateX(-4px);
        transform: translateX(-4px);
}

.nk-icon-burger.active .nk-t-3,
.active .nk-icon-burger .nk-t-3,
a.active:hover > .nk-icon-burger .nk-t-3,
a.active.hover > .nk-icon-burger .nk-t-3,
span.active:hover > .nk-icon-burger .nk-t-3,
span.active.hover > .nk-icon-burger .nk-t-3,
a:hover > .nk-icon-burger.active .nk-t-3,
a.hover > .nk-icon-burger.active .nk-t-3,
span:hover > .nk-icon-burger.active .nk-t-3,
span.hover > .nk-icon-burger.active .nk-t-3 {
    width: 2px;
    -ms-transform: translateX(6px) translateY(-4px);
        transform: translateX(6px) translateY(-4px);
}

.nk-icon-burger.active .nk-t-3:before,
.active .nk-icon-burger .nk-t-3:before,
a.active:hover > .nk-icon-burger .nk-t-3:before,
a.active.hover > .nk-icon-burger .nk-t-3:before,
span.active:hover > .nk-icon-burger .nk-t-3:before,
span.active.hover > .nk-icon-burger .nk-t-3:before,
a:hover > .nk-icon-burger.active .nk-t-3:before,
a.hover > .nk-icon-burger.active .nk-t-3:before,
span:hover > .nk-icon-burger.active .nk-t-3:before,
span.hover > .nk-icon-burger.active .nk-t-3:before {
    width: 2px;
    height: 4px;
    -ms-transform: translateX(-6px) translateY(3px);
        transform: translateX(-6px) translateY(3px);
}

.nk-icon-burger.active .nk-t-3:after,
.active .nk-icon-burger .nk-t-3:after,
a.active:hover > .nk-icon-burger .nk-t-3:after,
a.active.hover > .nk-icon-burger .nk-t-3:after,
span.active:hover > .nk-icon-burger .nk-t-3:after,
span.active.hover > .nk-icon-burger .nk-t-3:after,
a:hover > .nk-icon-burger.active .nk-t-3:after,
a.hover > .nk-icon-burger.active .nk-t-3:after,
span:hover > .nk-icon-burger.active .nk-t-3:after,
span.hover > .nk-icon-burger.active .nk-t-3:after {
    height: 2px;
    -ms-transform: translateX(-6px) translateY(-2px);
        transform: translateX(-6px) translateY(-2px);
}

@keyframes nk-icon-burger-hover-1 {
    50% {
        transform: translateX(-1.5px) translateY(-1.5px);
    }
}

@keyframes nk-icon-burger-hover-2 {
    50% {
        transform: translateX(1.5px);
    }
}

@keyframes nk-icon-burger-hover-3 {
    50% {
        transform: translateX(3px);
    }
}

@keyframes nk-icon-burger-hover-4 {
    50% {
        transform: translateX(-1.5px);
    }
}

@keyframes nk-icon-burger-hover-5 {
    50% {
        transform: translateX(1.5px);
    }
}

@keyframes nk-icon-burger-hover-6 {
    50% {
        transform: translateX(3px);
    }
}

@keyframes nk-icon-burger-hover-7 {
    50% {
        transform: translateX(-1.5px) translateY(1.5px);
    }
}

@keyframes nk-icon-burger-hover-8 {
    50% {
        transform: translateX(1.5px);
    }
}

@keyframes nk-icon-burger-hover-9 {
    50% {
        transform: translateX(3px);
    }
}

.nk-icon-close {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 32px;
    line-height: 32px;
}

.nk-icon-close:before, .nk-icon-close:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 0;
    border-bottom: 2px solid;
    top: 50%;
    left: 2px;
    margin-top: -1px;
    transition: .3s width, .3s opacity, .3s transform;
    will-change: width, opacity, transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
}

.nk-icon-close:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.nk-icon-close:after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

.nk-icon-search {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 24px;
}

.nk-icon-search:before, .nk-icon-search:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    transition: .3s;
    transform-style: preserve-3d;
}

.nk-icon-search:before {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    margin-top: -7px;
    border-radius: 6px;
    border: 1px solid;
}

.nk-icon-search:after {
    width: 0;
    height: 6px;
    margin-left: 12px;
    margin-top: 3px;
    border-right: 2px solid;
    -ms-transform-origin: 1px 0;
        transform-origin: 1px 0;
}

.nk-icon-search:hover:before,
a:hover > .nk-icon-search:before {
    -ms-transform: rotate(-45deg) scale(1.2);
        transform: rotate(-45deg) scale(1.2);
}

.nk-icon-search:hover:after,
a:hover > .nk-icon-search:after {
    -ms-transform: rotate(-40deg) translateX(-1px) translateY(1px);
        transform: rotate(-40deg) translateX(-1px) translateY(1px);
}

.nk-icon-search.active:before, .nk-icon-search.active:after,
.active .nk-icon-search:before,
.active .nk-icon-search:after,
a.active:hover > .nk-icon-search:before,
a.active:hover > .nk-icon-search:after {
    width: 1px;
    height: 16px;
}

.nk-icon-search.active:before,
.active .nk-icon-search:before,
a.active:hover > .nk-icon-search:before {
    width: 2px;
    height: 17px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    margin-left: 9px;
    margin-top: -8px;
}

.nk-icon-search.active:after,
.active .nk-icon-search:after,
a.active:hover > .nk-icon-search:after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    margin-top: -5px;
    margin-left: 3px;
    width: 0;
}

.nk-icon-arrow-right, .nk-icon-arrow-left {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-bottom: 12px;
}

.nk-icon-arrow-right:after, .nk-icon-arrow-right:before, .nk-icon-arrow-left:after, .nk-icon-arrow-left:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50%;
    border-bottom: 2px solid;
    -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
    transition: .2s transform;
    will-change: transform;
}

.nk-icon-arrow-right:after, .nk-icon-arrow-left:after {
    -ms-transform: rotate(40deg);
        transform: rotate(40deg);
}

.nk-icon-arrow-right:before, .nk-icon-arrow-left:before {
    -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
}

.nk-icon-arrow-right:hover:after, .nk-icon-arrow-right.hover:after,
:hover > .nk-icon-arrow-right:after,
.hover > .nk-icon-arrow-right:after, .nk-icon-arrow-left:hover:after, .nk-icon-arrow-left.hover:after,
:hover > .nk-icon-arrow-left:after,
.hover > .nk-icon-arrow-left:after {
    -ms-transform: rotate(48deg);
        transform: rotate(48deg);
}

.nk-icon-arrow-right:hover:before, .nk-icon-arrow-right.hover:before,
:hover > .nk-icon-arrow-right:before,
.hover > .nk-icon-arrow-right:before, .nk-icon-arrow-left:hover:before, .nk-icon-arrow-left.hover:before,
:hover > .nk-icon-arrow-left:before,
.hover > .nk-icon-arrow-left:before {
    -ms-transform: rotate(-48deg);
        transform: rotate(-48deg);
}

.nk-icon-arrow-right:after, .nk-icon-arrow-right:before {
    left: auto;
    right: 0;
    -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
}

.nk-video-icon,
.nk-video-icon-light,
.nk-gif-icon,
.nk-gif-icon-light {
    position: relative;
    width: 70px;
    height: 70px;
    display: inline-block;
    color: #fff;
    z-index: 0;
}

.nk-video-icon > *,
.nk-video-icon-light > *,
.nk-gif-icon > *,
.nk-gif-icon-light > * {
    display: block;
    position: absolute;
    color: inherit;
    text-align: center;
    font-size: 1.3rem;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 51px;
    margin-top: -25px;
    margin-left: -25px;
}

.nk-video-icon:after, .nk-video-icon:before,
.nk-video-icon-light:after,
.nk-video-icon-light:before,
.nk-gif-icon:after,
.nk-gif-icon:before,
.nk-gif-icon-light:after,
.nk-gif-icon-light:before {
    content: '';
    position: absolute;
    display: block;
    transform-style: preserve-3d;
}

.nk-video-icon:after,
.nk-video-icon-light:after,
.nk-gif-icon:after,
.nk-gif-icon-light:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    transition: .3s transform .1s;
}

.nk-video-icon:hover:after, .nk-video-icon.hover:after,
.nk-video-icon-light:hover:after,
.nk-video-icon-light.hover:after,
.nk-gif-icon:hover:after,
.nk-gif-icon.hover:after,
.nk-gif-icon-light:hover:after,
.nk-gif-icon-light.hover:after {
    -ms-transform: rotate(45deg) scale(0.9);
        transform: rotate(45deg) scale(0.9);
    transition: .3s transform;
}

.nk-loading-spinner,
.nk-loading-spinner-light {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #0e0e0e;
}

.nk-loading-spinner i,
.nk-loading-spinner-light i {
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    overflow: hidden;
    -ms-transform-origin: 40px 40px;
        transform-origin: 40px 40px;
    animation: nk-loading-spinner 0.7s infinite linear;
}

.nk-loading-spinner i:after,
.nk-loading-spinner-light i:after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}

.nk-loading-spinner-light {
    box-shadow: inset 0 0 0 2px #fff;
}

.nk-loading-spinner-light i:after {
    box-shadow: inset 0 0 0 2px rgba(14, 14, 14, 0.8);
}

@keyframes nk-loading-spinner {
    100% {
        transform: rotate(360deg);
    }
}

.nk-icon-toggle {
    display: inline-block;
    transform-style: preserve-3d;
    transition: .3s transform;
    width: 20px;
    text-align: center;
}

.nk-icon-toggle .nk-icon-toggle-front {
    display: inline-block;
    width: 100%;
    backface-visibility: hidden;
    transform: rotateY(0deg);
}

.nk-icon-toggle .nk-icon-toggle-back {
    position: absolute;
    left: 0;
    width: 100%;
    transform: rotateY(-180deg);
    backface-visibility: hidden;
}

a.active > .nk-icon-toggle,
span.active > .nk-icon-toggle, .nk-icon-toggle.active {
    transform: rotateY(180deg);
}

/*---------------------------
  Element Isotope
 ----------------------------*/
.nk-isotope:after {
    content: '';
    display: table;
    clear: both;
}

.nk-isotope.nk-isotope-gap .nk-isotope-item {
    padding: 15px;
}

.nk-isotope.nk-isotope-gap-small .nk-isotope-item {
    padding: 10px;
}

.nk-isotope .nk-isotope-item {
    display: block;
    width: 25%;
    float: left;
}

.nk-isotope .nk-isotope-item.nk-isotope-item-x2 {
    width: 50%;
}

.nk-isotope .nk-isotope-item.nk-isotope-item-x3 {
    width: 75%;
}

.nk-isotope .nk-isotope-item.nk-isotope-item-x4 {
    width: 100%;
}

.nk-isotope.nk-isotope-3-cols .nk-isotope-item {
    width: 33.332%;
}

.nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x2 {
    width: 66.665%;
}

.nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x3 {
    width: 100%;
}

.nk-isotope.nk-isotope-2-cols .nk-isotope-item {
    width: 50%;
}

.nk-isotope.nk-isotope-2-cols .nk-isotope-item.nk-isotope-item-x2, .nk-isotope.nk-isotope-2-cols .nk-isotope-item.nk-isotope-item-x3 {
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nk-isotope .nk-isotope-item,
    .nk-isotope.nk-isotope-3-cols .nk-isotope-item {
        width: 33.3334%;
    }
    .nk-isotope .nk-isotope-item.nk-isotope-item-x2, .nk-isotope .nk-isotope-item.nk-isotope-item-x3,
    .nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x2,
    .nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x3 {
        width: 100%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .nk-isotope .nk-isotope-item,
    .nk-isotope.nk-isotope-3-cols .nk-isotope-item,
    .nk-isotope.nk-isotope-2-cols .nk-isotope-item {
        width: 50%;
    }
    .nk-isotope .nk-isotope-item.nk-isotope-item-x2, .nk-isotope .nk-isotope-item.nk-isotope-item-x3,
    .nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x2,
    .nk-isotope.nk-isotope-3-cols .nk-isotope-item.nk-isotope-item-x3,
    .nk-isotope.nk-isotope-2-cols .nk-isotope-item.nk-isotope-item-x2,
    .nk-isotope.nk-isotope-2-cols .nk-isotope-item.nk-isotope-item-x3 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .nk-isotope .nk-isotope-item,
    .nk-isotope .nk-isotope-item.nk-isotope-item-x2,
    .nk-isotope .nk-isotope-item.nk-isotope-item-x3,
    .nk-isotope.nk-isotope-3-cols .nk-isotope-item,
    .nk-isotope.nk-isotope-2-cols .nk-isotope-item {
        width: 100%;
    }
}

.nk-isotope-filter {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.nk-isotope-filter > li {
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    transition: .3s color;
}

.nk-isotope-filter > li:after {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    bottom: 5px;
    right: 10px;
    border-bottom: 1px solid;
    opacity: 0;
    transition: .3s opacity;
}

.nk-isotope-filter > li.active {
    position: relative;
    color: #e08821;
}

.nk-isotope-filter > li.active:after {
    opacity: 0.5;
}

.nk-isotope-filter > li:hover {
    color: #e08821;
}

/*---------------------------
  Element Action Like
 ----------------------------*/
/* Like / Dislike Animation */
.nk-like-animation,
.nk-dislike-animation {
    position: fixed;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: default;
    white-space: nowrap;
    top: 50%;
    left: 0;
    right: 0;
    height: 300px;
    margin-top: -150px;
    line-height: 300px;
    font-size: 7rem;
    color: #fff;
    background-color: #5CB85C;
    z-index: 2000;
}

@media (max-width: 767px) {
    .nk-like-animation,
    .nk-dislike-animation {
        font-size: 5rem;
    }
}

@media (max-width: 543px) {
    .nk-like-animation,
    .nk-dislike-animation {
        font-size: 3rem;
    }
}

@media (max-height: 500px) {
    .nk-like-animation,
    .nk-dislike-animation {
        height: 200px;
        margin-top: -100px;
        line-height: 200px;
    }
}

.nk-dislike-animation {
    background-color: #D9534F;
}

/* Heart */
.nk-action-heart {
    cursor: pointer;
    transition: .3s opacity;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.nk-action-heart, .nk-action-heart:focus, .nk-action-heart:hover, .nk-action-heart:active {
    text-decoration: none;
    color: inherit;
}

.nk-action-heart > span {
    display: inline-block;
    font-size: 1.2em;
    vertical-align: middle;
    margin-right: 5px;
}

.nk-action-heart > .num {
    font-size: 1em;
}

.nk-action-heart .liked-icon {
    display: none;
}

.nk-action-heart.liked .liked-icon {
    display: inline-block;
}

.nk-action-heart.liked .like-icon {
    display: none;
}

/* Like / Dislike */
.nk-action-like {
    float: right;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-left: 13px;
}

.nk-action-like, .nk-action-like:focus, .nk-action-like:hover, .nk-action-like:active {
    text-decoration: none;
    color: inherit;
}

.nk-action-like > span {
    display: inline-block;
    font-size: 1em;
    vertical-align: middle;
    margin-top: -3px;
}

.nk-action-like > .num {
    font-size: 0.9em;
    margin-right: 3px;
}

.nk-action-like > .like-icon,
.nk-action-like > .dislike-icon {
    cursor: pointer;
    opacity: 0.8;
    transition: .3s opacity;
    padding: 5px;
}

.nk-action-like > .like-icon:hover, .nk-action-like > .like-icon.hover,
.nk-action-like > .dislike-icon:hover,
.nk-action-like > .dislike-icon.hover {
    opacity: 1;
}

.nk-action-like.disliked > .like-icon,
.nk-action-like.liked > .dislike-icon {
    opacity: 0.4;
}

.nk-action-like.disliked > .dislike-icon,
.nk-action-like.liked > .like-icon {
    opacity: 1;
}

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

  Blog

 -------------------------------------------------------------------*/
.nk-blog-post {
    margin-bottom: 65px;
}

.nk-blog-isotope .nk-blog-post {
    margin-bottom: 40px;
}

.nk-blog-post-single {
    margin-bottom: 0;
}

.nk-post-title {
    margin-bottom: 20px;
}

.nk-post-title > a {
    text-decoration: none;
    color: inherit;
    transition: .3s opacity;
}

.nk-post-title > a:hover, .nk-post-title > a.hover {
    opacity: 0.8;
}

.nk-post-thumb {
    position: relative;
}

.nk-post-thumb > a:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0px 0px 150px 30px rgba(0, 0, 0, 0.6);
}

.nk-post-content {
    position: relative;
}

.nk-post-category {
    position: absolute;
    top: 0;
    left: 0;
    margin: 50px;
    z-index: 1;
}

.nk-post-category > span,
.nk-post-category > a {
    position: relative;
    display: inline-block;
    font-size: 0.9rem;
    padding: 3px 20px;
    margin-bottom: 9px;
    margin-right: 3px;
    margin-left: 3px;
    text-decoration: none;
    color: inherit;
}

.nk-post-category > span:after,
.nk-post-category > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid;
    opacity: 0.5;
}

.nk-post-type {
    position: absolute;
    font-size: 1.2rem;
    padding: 0;
    top: 48px;
    left: 50px;
    z-index: 1;
}

.nk-post-type + .nk-post-category {
    left: 35px;
}

.nk-post-text {
    background-color: #0e0e0e;
    padding: 70px;
}

@media (max-width: 767px) {
    .nk-post-text {
        padding: 30px;
    }
}

.nk-post-text:after, .nk-post-text:before {
    content: '';
    display: table;
    clear: both;
}

.nk-post-text .pull-right,
.nk-post-text .pull-left {
    margin: 15px;
}

.nk-post-text .pull-right {
    margin-right: 0;
}

.nk-post-text .pull-left {
    margin-left: 0;
}

.nk-post-text > p:last-child {
    margin-bottom: 0;
}

.nk-post-text .nk-post-tags {
    margin-top: 1.7rem;
}

.nk-post-author {
    width: 100%;
    padding: 70px;
}

.nk-post-author:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

@media (max-width: 767px) {
    .nk-post-author {
        padding: 30px;
    }
}

.nk-post-author .nk-post-author-photo {
    float: left;
}

.nk-post-author .nk-post-author-photo img {
    width: 100px;
    border-radius: 50px;
}

.nk-post-author .nk-post-author-photo ~ * {
    margin-left: 125px;
}

.nk-post-author .nk-post-author-name {
    text-decoration: none;
}

.nk-post-author .nk-post-author-name > a {
    color: inherit;
    transition: .3s opacity;
    text-decoration: none;
}

.nk-post-author .nk-post-author-name > a:hover, .nk-post-author .nk-post-author-name > a.hover {
    opacity: 0.8;
}

.nk-post-author .nk-widget-social {
    text-align: left;
    margin-top: 20px;
}

.nk-blog-list .nk-blog-post:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.nk-blog-list .nk-post-thumb {
    display: block;
    float: left;
    width: 65%;
    margin-right: -11%;
    transition: .5s transform ease;
}

.nk-blog-list .nk-blog-post.hover .nk-post-thumb {
    -ms-transform: scale(0.95);
        transform: scale(0.95);
}

.nk-blog-list .nk-post-content {
    display: block;
    float: left;
    width: 45%;
    transition: .7s transform ease;
    margin-top: 50px;
    margin-bottom: 50px;
}

.nk-blog-list .nk-blog-post.hover .nk-post-content {
    -ms-transform: translateY(7%) scale(1.05);
        transform: translateY(7%) scale(1.05);
}

.nk-blog-list .nk-blog-post:nth-child(2n) .nk-post-category {
    left: auto;
    right: 0;
}

.nk-blog-list .nk-blog-post:nth-child(2n) .nk-post-type {
    left: auto;
    right: 50px;
}

.nk-blog-list .nk-blog-post:nth-child(2n) .nk-post-type + .nk-post-category {
    right: 35px;
}

.nk-blog-list .nk-blog-post:nth-child(2n) .nk-post-thumb {
    margin-right: 0;
    margin-left: 35%;
    margin-right: -100%;
}

.nk-blog-list .nk-blog-post:nth-child(2n) .nk-post-content {
    text-align: right;
}

@media (max-width: 543px) {
    .nk-blog-list .nk-blog-post .nk-post-thumb,
    .nk-blog-list .nk-blog-post .nk-post-content,
    .nk-blog-list .nk-blog-post:nth-child(2n) .nk-post-thumb,
    .nk-blog-list .nk-blog-post:nth-child(2n) .nk-post-content {
        float: none;
        width: 100%;
        margin: 0;
    }
    .nk-blog-list .nk-blog-post .nk-post-thumb,
    .nk-blog-list .nk-blog-post:nth-child(2n) .nk-post-thumb {
        margin-bottom: 20px;
    }
    .nk-blog-list .nk-blog-post .nk-post-content,
    .nk-blog-list .nk-blog-post:nth-child(2n) .nk-post-content {
        margin: 0;
        text-align: center;
    }
    .nk-blog-list .nk-blog-post .nk-post-type,
    .nk-blog-list .nk-blog-post:nth-child(2n) .nk-post-type {
        left: 30px;
        right: auto;
    }
    .nk-blog-list .nk-blog-post .nk-post-category,
    .nk-blog-list .nk-blog-post:nth-child(2n) .nk-post-category {
        left: 15px;
        right: auto;
    }
}

.nk-blog-container {
    height: 100%;
}

.nk-blog-container-offset {
    margin-top: -180px;
}

@media (max-width: 991px) {
    .nk-blog-container-offset {
        margin-top: -110px;
    }
}

.nk-comments {
    background-color: #0e0e0e;
    padding: 70px;
}

.nk-comments .nk-comment {
    padding-top: 1px;
}

.nk-comments .nk-comment:after {
    content: '';
    display: table;
    clear: both;
}

.nk-comments .nk-comment > p:last-of-type {
    margin-bottom: 12px;
}

.nk-comments .nk-comment h4 {
    margin-top: 25px;
}

.nk-comments .nk-comment .nk-comment,
.nk-comments .nk-comment + .nk-comment {
    padding-top: 40px;
    clear: both;
}

.nk-comments .nk-comment .nk-comment-avatar {
    position: relative;
    float: left;
    margin-right: 25px;
    margin-top: 10px;
    z-index: 1;
}

.nk-comments .nk-comment .nk-comment-avatar img {
    width: 60px;
    border-radius: 30px;
}

.nk-comments .nk-comment .nk-comment-avatar ~ * {
    margin-left: 85px;
}

.nk-comments .nk-comment .nk-comment {
    margin-left: 55px;
}

@media (max-width: 991px) {
    .nk-comments .nk-comment .nk-comment {
        margin-left: 30px;
    }
}

.nk-comments .nk-comment .nk-comment-name {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.nk-comments .nk-comment .nk-comment-name a,
.nk-comments .nk-comment .nk-comment-name a:hover,
.nk-comments .nk-comment .nk-comment-name a:focus,
.nk-comments .nk-comment .nk-comment-name a:active {
    color: inherit;
    text-decoration: none;
}

.nk-comments .nk-comment .nk-comment-meta {
    position: relative;
    margin-bottom: 10px;
}

.nk-comments .nk-comment .nk-comment-meta:after {
    content: '';
    display: table;
    clear: right;
}

.nk-comments .nk-comment .nk-comment-meta .nk-comment-date {
    display: inline-block;
    font-size: 0.9rem;
    opacity: 0.6;
}

.nk-comments .nk-comment .nk-comment-meta .nk-comment-date:before {
    content: '•';
    margin-left: 4px;
    margin-right: 6px;
}

.nk-comments .nk-comment .nk-comment-reply {
    display: inline-block;
    margin-left: 12px;
    font-size: 0.9rem;
}

.nk-comments .nk-comment .nk-comment-reply a,
.nk-comments .nk-comment .nk-comment-reply a:hover,
.nk-comments .nk-comment .nk-comment-reply a:focus,
.nk-comments .nk-comment .nk-comment-reply a:active {
    color: inherit;
    text-decoration: none;
}

.nk-comments .nk-comment .nk-action-heart {
    display: inline-block;
}

.nk-comments .nk-comment .nk-action-heart > span {
    font-size: 0.9rem;
    margin-right: 2px;
}

@media (max-width: 767px) {
    .nk-comments {
        padding: 30px;
    }
    .nk-comments .nk-comment .nk-comment-avatar {
        margin-top: 25px;
    }
    .nk-comments .nk-comment .nk-comment-avatar img {
        width: 40px;
        border-radius: 20px;
    }
    .nk-comments .nk-comment .nk-comment-avatar ~ * {
        margin-left: 45px;
    }
    .nk-comments .nk-comment .nk-comment-avatar ~ .nk-comment {
        margin-left: 15px;
    }
    .nk-comments .nk-comment .nk-comment-meta {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .nk-comments .nk-comment .nk-comment-meta .nk-comment-date {
        display: block;
    }
    .nk-comments .nk-comment .nk-comment-meta .nk-comment-date:before {
        content: none;
    }
    .nk-comments .nk-comment .nk-comment-meta ~ * {
        margin-left: 0;
    }
    .nk-comments .nk-comment .nk-comment-meta + * {
        clear: left;
    }
}

.nk-reply {
    margin-top: 80px;
}

/* Audio post */
.nk-post-audio {
    position: relative;
}

.nk-post-audio > div {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: auto;
}

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

  Media Gallery

 -------------------------------------------------------------------*/
.nk-popup-gallery .nk-gallery-item,
.nk-video-gallery .nk-gallery-item {
    cursor: url("../images/cursor-gallery-item.png") 24 24, pointer;
}

.nk-popup-gallery .nk-gallery-item-box,
.nk-video-gallery .nk-gallery-item-box {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 65px;
}

.nk-popup-gallery .nk-gallery-item-box > a,
.nk-video-gallery .nk-gallery-item-box > a {
    display: block;
    position: relative;
    transition: .5s transform ease;
}

.nk-popup-gallery .nk-gallery-item-box > a > img,
.nk-video-gallery .nk-gallery-item-box > a > img {
    width: 100%;
}

.nk-popup-gallery .nk-gallery-item-box > a:hover, .nk-popup-gallery .nk-gallery-item-box > a.hover,
.nk-video-gallery .nk-gallery-item-box > a:hover,
.nk-video-gallery .nk-gallery-item-box > a.hover {
    -ms-transform: scale(0.95);
        transform: scale(0.95);
}

.nk-popup-gallery .nk-gallery-item-box > a:after,
.nk-video-gallery .nk-gallery-item-box > a:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0px 0px 150px 30px rgba(0, 0, 0, 0.6);
    transition: .8s box-shadow;
}

.nk-popup-gallery .nk-gallery-item-box > a:hover:after,
.nk-popup-gallery .nk-gallery-item-box > a.hover:after,
.nk-video-gallery .nk-gallery-item-box > a:hover:after,
.nk-video-gallery .nk-gallery-item-box > a.hover:after {
    box-shadow: inset 0px 0px 150px 30px transparent;
}

.nk-popup-gallery-2-col,
.nk-video-gallery-2-col,
.nk-popup-gallery-3-col,
.nk-video-gallery-3-col {
    margin-left: -32.5px;
    margin-right: -32.5px;
}

.nk-popup-gallery-2-col:after,
.nk-video-gallery-2-col:after,
.nk-popup-gallery-3-col:after,
.nk-video-gallery-3-col:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.nk-popup-gallery-2-col .nk-gallery-item-box,
.nk-video-gallery-2-col .nk-gallery-item-box,
.nk-popup-gallery-3-col .nk-gallery-item-box,
.nk-video-gallery-3-col .nk-gallery-item-box {
    width: 50%;
    padding-left: 32.5px;
    padding-right: 32.5px;
    float: left;
}

@media (max-width: 1199px) {
    .nk-popup-gallery-2-col,
    .nk-video-gallery-2-col,
    .nk-popup-gallery-3-col,
    .nk-video-gallery-3-col {
        margin-left: -15px;
        margin-right: -15px;
    }
    .nk-popup-gallery-2-col .nk-gallery-item-box,
    .nk-video-gallery-2-col .nk-gallery-item-box,
    .nk-popup-gallery-3-col .nk-gallery-item-box,
    .nk-video-gallery-3-col .nk-gallery-item-box {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .nk-popup-gallery-2-col .nk-gallery-item-box,
    .nk-video-gallery-2-col .nk-gallery-item-box,
    .nk-popup-gallery-3-col .nk-gallery-item-box,
    .nk-video-gallery-3-col .nk-gallery-item-box {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .nk-popup-gallery-3-col .nk-gallery-item-box,
    .nk-video-gallery-3-col .nk-gallery-item-box {
        width: 33.333%;
    }
}

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

  Store

 -------------------------------------------------------------------*/
.nk-store .nk-product {
    position: relative;
    transition: 0s .3s z-index;
    z-index: 1;
}

.nk-store .nk-product:hover, .nk-store .nk-product.hover {
    transition: 0s z-index;
    z-index: 2;
}

.nk-store .nk-product > div {
    position: relative;
    padding: 40px;
    padding-bottom: 75px;
    padding-top: 65px;
    min-height: 100%;
    transition: .3s background-color, .6s transform, 0s .3s z-index;
    text-align: center;
    z-index: 1;
}

.nk-store .nk-product > div:hover, .nk-store .nk-product > div.hover {
    transition: .3s background-color, .6s transform;
    background-color: #0e0e0e;
    -ms-transform: scale(1.05);
        transform: scale(1.05);
}

.nk-store-order {
    float: right;
    margin-top: -9px;
}

.nk-store-count {
    padding-bottom: 9px;
}

.nk-product-title {
    margin-top: 60px;
    margin-bottom: 0;
}

.nk-product-title > a {
    text-decoration: none;
    color: inherit;
    transition: .3s opacity;
}

.nk-product-title > a:hover, .nk-product-title > a.hover {
    opacity: 0.8;
}

.nk-product-image {
    position: relative;
    display: block;
}

.nk-product-category {
    display: block;
    font-size: 0.9rem;
    font-style: italic;
    opacity: 0.8;
    margin-bottom: 5px;
    margin-top: 20px;
}

.nk-product-category > a {
    text-decoration: none;
}

.nk-product-price {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
}

.nk-product-price del {
    opacity: 0.5;
    font-size: 0.7em;
    vertical-align: middle;
    margin-left: 15px;
}

.nk-product-rating {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1;
    vertical-align: text-bottom;
}

.nk-product-rating, .nk-product-rating:hover, .nk-product-rating:active, .nk-product-rating:focus {
    color: inherit;
}

.nk-store .nk-product-rating {
    position: absolute;
    bottom: 30px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    transition: .3s opacity;
}

.nk-store .nk-product > div:hover .nk-product-rating,
.nk-store .nk-product > div.hover .nk-product-rating {
    opacity: 1;
}

.nk-product-rating,
.nk-product-rating:hover,
.nk-product-rating:active,
.nk-product-rating:focus {
    text-decoration: none;
}

.nk-review-rating {
    margin-bottom: 15px;
}

.nk-product-bottom {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: .3s opacity, .3s visibility;
    background-color: #0e0e0e;
}

.nk-product-bottom > div {
    display: table;
    width: 100%;
}

.nk-product-bottom > div > * {
    display: table-cell;
    color: inherit;
    text-decoration: none;
    padding-bottom: 30px;
}

.nk-product:hover .nk-product-bottom,
.nk-product.hover .nk-product-bottom {
    opacity: 1;
    visibility: visible;
}

/* Single product */
.nk-store-product .nk-product-category {
    margin-top: 0;
}

.nk-store-product .nk-product-title {
    margin-top: 0;
    margin-bottom: 60px;
}

.nk-store-product .nk-product-description,
.nk-store-product .nk-product-size,
.nk-store-product .nk-product-color {
    margin-top: 60px;
    margin-bottom: 60px;
}

.nk-store-product .nk-product-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.7rem;
    margin-top: 30px;
}

.nk-store-product .nk-product-addtocart {
    margin-top: -30px;
}

.nk-store-product .nk-product-addtocart:after {
    content: '';
    display: table;
    clear: both;
}

.nk-store-product .nk-product-addtocart .nk-btn {
    margin-right: 40px;
    margin-top: 30px;
}

.nk-store-product .nk-product-rating {
    font-size: 1.2rem;
}

.nk-store-product .nk-product-progress {
    margin-top: 20px;
}

.nk-store-product .nk-product-progress table {
    width: 100%;
}

.nk-store-product .nk-product-progress table td:first-child {
    width: 60px;
}

.nk-store-product .nk-product-progress .nk-progress {
    margin-bottom: 16px;
    margin-top: 16px;
}

/* Store Cart */
.nk-store-cart .table-responsive {
    overflow-y: hidden;
}

.nk-store-cart .table-responsive .nk-store-cart-products {
    min-width: 680px;
}

@media (max-width: 767px) {
    .nk-store-cart .table-responsive .nk-store-cart-products {
        min-width: 550px;
    }
}

.nk-store-cart .nk-store-cart-products {
    margin-bottom: -40px;
}

.nk-store-cart .nk-store-cart-products td {
    vertical-align: middle;
}

.nk-store-cart .nk-store-cart-products thead th {
    padding-top: 0;
}

.nk-store-cart .nk-store-cart-products tbody .nk-product-cart-thumb {
    width: 190px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 40px;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-title > * {
    margin: 0;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-remove a {
    color: inherit;
    text-decoration: none;
    font-size: 1.2rem;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-quantity {
    width: 105px;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-price,
.nk-store-cart .nk-store-cart-products .nk-product-cart-total {
    width: 150px;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-remove {
    width: 40px;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-price,
.nk-store-cart .nk-store-cart-products .nk-product-cart-quantity,
.nk-store-cart .nk-store-cart-products .nk-product-cart-total,
.nk-store-cart .nk-store-cart-products .nk-product-cart-remove {
    text-align: center;
}

@media (max-width: 767px) {
    .nk-store-cart .nk-store-cart-products {
        margin-bottom: 0;
    }
    .nk-store-cart .nk-store-cart-products .nk-product-cart-thumb {
        display: none;
    }
}

.nk-store-cart .nk-store-cart-totals {
    margin-top: 30px;
}

.nk-store-cart .nk-store-cart-totals tr td:first-child {
    padding-left: 0;
}

.nk-store-cart .nk-store-cart-totals tr td:last-child {
    padding-right: 0;
    text-align: right;
}

.nk-store-cart .nk-store-cart-totals .nk-store-cart-totals-total td {
    position: relative;
    padding-top: 60px;
    font-weight: bold;
    font-size: 1.1rem;
}

.nk-store-cart .nk-store-cart-totals .nk-store-cart-totals-total td:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    display: block;
    border-top: 1px solid;
    opacity: 0.2;
}

/* Checkout */
.nk-store-checkout .nk-store-cart-order tr td:first-child,
.nk-store-checkout .nk-store-cart-order tr th:first-child {
    padding-left: 20px;
    border-right: 0;
}

.nk-store-checkout .nk-store-cart-order tr td:last-child,
.nk-store-checkout .nk-store-cart-order tr th:last-child {
    padding-right: 20px;
    text-align: right;
    border-left: 0;
}

.nk-store-checkout .nk-store-cart-order .nk-store-cart-totals-total td {
    font-weight: bold;
    font-size: 1.1rem;
}

.nk-store-checkout .nk-store-cart-order td {
    background-color: #181818;
}

.nk-store-checkout .nk-store-cart-order .nk-store-cart-totals-subtotal td,
.nk-store-checkout .nk-store-cart-order .nk-store-cart-totals-shipping td,
.nk-store-checkout .nk-store-cart-order .nk-store-cart-totals-total td {
    background-color: transparent;
}

/* Account */
.nk-store-account-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nk-store-account-links ul > li > a {
    display: block;
    padding: 6.5px 0;
    margin: 10px 0;
    transition: .2s color;
}

.nk-store-account-links ul > li > a, .nk-store-account-links ul > li > a:hover, .nk-store-account-links ul > li > a:active, .nk-store-account-links ul > li > a:focus {
    text-decoration: none;
    color: inherit;
}

.nk-store-account-links ul > li > a:hover {
    color: #999999;
}

.nk-store-account-links ul > li.active > a {
    color: #e08821;
}

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

  Forum

 -------------------------------------------------------------------*/
/* Threads List */
.nk-forum {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nk-forum > li {
    display: table;
    padding: 60px;
    width: 100%;
    background-color: #0e0e0e;
}

@media (max-width: 991px) {
    .nk-forum > li {
        padding: 40px;
    }
}

.nk-forum > li + li {
    padding-top: 0;
}

.nk-forum > li.nk-forum-locked > * {
    opacity: 0.4;
}

.nk-forum > li > * {
    display: table-cell;
    vertical-align: top;
}

.nk-forum > li .nk-forum-icon,
.nk-forum > li .nk-forum-title {
    padding-right: 25px;
}

.nk-forum > li .nk-forum-count {
    padding-right: 35px;
}

.nk-forum > li .nk-forum-icon {
    min-width: 55px;
}

.nk-forum > li .nk-forum-icon > span {
    line-height: 1;
    display: block;
    font-size: 1.8rem;
}

.nk-forum > li .nk-forum-title {
    width: 100%;
}

.nk-forum > li .nk-forum-title > h2,
.nk-forum > li .nk-forum-title > h3,
.nk-forum > li .nk-forum-title > h4 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.nk-forum > li .nk-forum-title > h2 > a,
.nk-forum > li .nk-forum-title > h3 > a,
.nk-forum > li .nk-forum-title > h4 > a {
    transition: .2s opacity;
}

.nk-forum > li .nk-forum-title > h2 > a,
.nk-forum > li .nk-forum-title > h2 > a:hover,
.nk-forum > li .nk-forum-title > h2 > a:focus,
.nk-forum > li .nk-forum-title > h2 > a:active,
.nk-forum > li .nk-forum-title > h3 > a,
.nk-forum > li .nk-forum-title > h3 > a:hover,
.nk-forum > li .nk-forum-title > h3 > a:focus,
.nk-forum > li .nk-forum-title > h3 > a:active,
.nk-forum > li .nk-forum-title > h4 > a,
.nk-forum > li .nk-forum-title > h4 > a:hover,
.nk-forum > li .nk-forum-title > h4 > a:focus,
.nk-forum > li .nk-forum-title > h4 > a:active {
    color: inherit;
    text-decoration: none;
}

.nk-forum > li .nk-forum-title > h2 > a:hover,
.nk-forum > li .nk-forum-title > h2 > a.hover,
.nk-forum > li .nk-forum-title > h3 > a:hover,
.nk-forum > li .nk-forum-title > h3 > a.hover,
.nk-forum > li .nk-forum-title > h4 > a:hover,
.nk-forum > li .nk-forum-title > h4 > a.hover {
    opacity: 0.8;
}

.nk-forum > li .nk-forum-title .nk-forum-title-sub {
    font-size: 0.9rem;
    margin-top: 10px;
    font-style: italic;
}

.nk-forum > li .nk-forum-title .nk-forum-title-sub a {
    color: inherit;
    font-weight: bold;
}

.nk-forum > li .nk-forum-count {
    font-size: 0.9rem;
    white-space: nowrap;
}

.nk-forum > li .nk-forum-activity-avatar img {
    width: 34px;
    border-radius: 17px;
    margin-right: 15px;
    float: left;
}

.nk-forum > li .nk-forum-activity {
    min-width: 130px;
    max-width: 130px;
}

.nk-forum > li .nk-forum-activity .nk-forum-activity-date {
    font-size: 0.9rem;
    font-style: italic;
}

.nk-forum > li .nk-forum-activity .nk-forum-activity-title {
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a {
    transition: .2s opacity;
    width: 100%;
}

.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a,
.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a:hover,
.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a:focus,
.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a:active {
    color: inherit;
    text-decoration: none;
}

.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a:hover,
.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a.hover {
    opacity: 0.8;
}

@media (max-width: 1199px) {
    .nk-forum > li .nk-forum-activity {
        display: none;
    }
}

@media (max-width: 991px) {
    .nk-forum > li .nk-forum-count,
    .nk-forum > li .nk-forum-activity-avatar {
        display: none;
    }
}

@media (max-width: 543px) {
    .nk-forum > li .nk-forum-icon {
        display: none;
    }
}

/* Single Topic */
.nk-forum-topic > li,
.nk-forum-topic > li + li {
    padding-top: 60px;
}

.nk-forum-topic > li + li {
    margin-top: 50px;
}

.nk-forum-topic > li {
    display: block;
}

.nk-forum-topic > li > * {
    display: block;
}

.nk-forum-topic > li .nk-forum-topic-author {
    width: 120px;
    float: left;
    text-align: center;
}

.nk-forum-topic > li .nk-forum-topic-author img {
    margin: 0 auto;
    width: 70px;
    border-radius: 35px;
}

.nk-forum-topic > li .nk-forum-topic-author-name {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Marcellus SC", serif;
    font-weight: bold;
}

.nk-forum-topic > li .nk-forum-topic-author-name > a {
    transition: .2s opacity;
}

.nk-forum-topic > li .nk-forum-topic-author-name > a,
.nk-forum-topic > li .nk-forum-topic-author-name > a:hover,
.nk-forum-topic > li .nk-forum-topic-author-name > a:focus,
.nk-forum-topic > li .nk-forum-topic-author-name > a:active {
    color: inherit;
    text-decoration: none;
}

.nk-forum-topic > li .nk-forum-topic-author-name > a:hover,
.nk-forum-topic > li .nk-forum-topic-author-name > a.hover {
    opacity: 0.8;
}

.nk-forum-topic > li .nk-forum-topic-author-since {
    font-size: 0.9rem;
    opacity: 0.6;
    margin-top: 10px;
}

.nk-forum-topic > li .nk-forum-topic-content {
    margin-left: 160px;
}

.nk-forum-topic > li .nk-forum-topic-footer {
    position: relative;
    clear: both;
    padding-top: 70px;
}

.nk-forum-topic > li .nk-forum-topic-footer:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 35px;
    right: 0;
    border-top: 1px solid #181818;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-topic-date {
    font-size: 0.9rem;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn {
    font-size: 0.9rem;
    float: right;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a > span {
    vertical-align: middle;
    margin-right: 5px;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > span {
    transition: .2s background-color;
    padding: 7px 14px;
    border-radius: 2px;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a:hover,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a:focus,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a:active {
    color: inherit;
    text-decoration: none;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a:hover,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a.hover,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > span:hover,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > span.hover {
    background-color: #181818;
}

.nk-forum-topic > li .nk-forum-topic-attachments {
    margin-top: 40px;
    padding: 40px;
    background-color: #181818;
}

@media (max-width: 767px) {
    .nk-forum-topic > li {
        padding: 30px;
    }
    .nk-forum-topic > li + li {
        padding-top: 30px;
    }
    .nk-forum-topic > li .nk-forum-topic-author {
        width: 100%;
        float: none;
        text-align: left;
    }
    .nk-forum-topic > li .nk-forum-topic-author:after {
        content: '';
        display: table;
        clear: both;
        margin-bottom: 25px;
    }
    .nk-forum-topic > li .nk-forum-topic-author img {
        width: 50px;
        margin: 0;
        float: left;
    }
    .nk-forum-topic > li .nk-forum-topic-author .nk-forum-topic-author-name {
        margin-left: 70px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.4;
    }
    .nk-forum-topic > li .nk-forum-topic-author .nk-forum-topic-author-role {
        margin-left: 70px;
        font-size: 0.8rem;
    }
    .nk-forum-topic > li .nk-forum-topic-author .nk-forum-topic-author-since {
        display: none;
    }
    .nk-forum-topic > li .nk-forum-topic-content {
        margin-left: 0;
    }
}

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

  Documentation

 -------------------------------------------------------------------*/
.nk-doc-links ul {
    list-style: none;
    padding: 0;
    z-index: 1;
}

.nk-doc-links ul > li > div {
    cursor: pointer;
    padding: 6.5px 0;
    margin: 10px 0;
    border-radius: 5px;
    transition: .2s color;
}

.nk-doc-links ul > li > div:hover {
    color: #999999;
}

.nk-doc-links ul > li > div.active {
    color: #e08821;
}

.nk-doc-links ul > li > ul {
    display: none;
    overflow: hidden;
}

.nk-doc-links ul > li > ul > li div {
    padding: 5px 0;
    margin-left: 20px;
}

.nk-doc-links ul > li > ul > li div:hover {
    color: #999999;
}

.nk-doc-links ul > li > ul > li div.active {
    color: #e08821;
}

.nk-doc-links ul > li > ul > li div:before {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-bottom: 1px solid;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 0;
    margin-top: -1px;
    transition: .2s width, .2s margin-left;
}

.nk-doc-links ul > li > ul > li div.active:before {
    width: 10px;
    margin-left: 5px;
}

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

  Plugins

 -------------------------------------------------------------------*/
/*---------------------------
  Plugin NanoScroller
 ----------------------------*/
.nano {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.nano .nano-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
    outline: none;
}

.nano .nano-content::-webkit-scrollbar {
    display: none;
}

.nano > .nano-pane {
    width: 6px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .2s opacity;
    will-change: opacity;
    visibility: hidden\9;
    opacity: .01;
}

.nano > .nano-pane > .nano-slider {
    background: #fff;
    position: relative;
    margin: 0 1px;
    opacity: 0.5;
}

.nano > .nano-pane:hover > .nano-slider {
    opacity: 0.6;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible\9;
    opacity: 0.99;
}

/*---------------------------
  Plugin PhotoSwipe
 ----------------------------*/
.pswp__button--arrow--left {
    left: 65px;
}

.pswp__button--arrow--right {
    right: 65px;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background-color: #0e0e0e;
    height: 55px;
    width: 55px;
    top: 24px;
}

.pswp__button--arrow--left:before {
    left: 8px;
    background-position: -126px -32px;
}

.pswp__button--arrow--right:before {
    right: 8px;
    background-position: -83px -32px;
}

.pswp__top-bar {
    left: 65px;
    top: 25px;
    right: 65px;
    width: auto;
}

@media (max-width: 543px) {
    .pswp__button--arrow--left {
        left: 25px;
    }
    .pswp__button--arrow--right {
        right: 25px;
    }
    .pswp__top-bar {
        left: 25px;
        top: 15px;
        right: 25px;
    }
}

.photoswipe-description {
    position: absolute;
    visibility: hidden;
    opacity: 0.01;
    left: -100000px;
}

.pswp__caption__center {
    max-width: 520px;
    padding: 40px;
    font-size: inherit;
    line-height: inherit;
}

/*---------------------------
  Plugin Summernote
 ----------------------------*/
.note-editor.note-frame {
    border: none;
}

.panel-heading.note-toolbar {
    padding: 10px 26px;
    background-color: #181818;
}

.note-editor.note-frame .note-editing-area .note-editable {
    padding: 25px;
    color: inherit;
    background-color: #0e0e0e;
}

.note-editor.note-frame .note-statusbar {
    background-color: black;
}

.note-toolbar .note-btn {
    background-color: #0e0e0e;
    color: inherit;
    padding: 6px 15px;
}

.note-toolbar .dropdown-menu {
    color: inherit;
    background-color: #181818;
    box-shadow: 0 4px 20px 0 black;
}

.note-toolbar .dropdown-menu a {
    display: block;
    padding: 4px 10px;
    color: inherit;
}

.note-toolbar .dropdown-menu a:hover,
.note-toolbar .dropdown-menu a:focus,
.note-toolbar .dropdown-menu a:active {
    text-decoration: none;
}

.note-toolbar .dropdown-menu a:hover {
    background-color: #0e0e0e;
}

.note-toolbar .note-current-color-button > i {
    background-color: transparent !important;
}

.note-toolbar .dropdown-toggle:after {
    display: none;
}

.note-popover .popover-content .note-color-palette div .note-color-btn,
.note-toolbar.panel-heading .note-color-palette div .note-color-btn {
    border-color: #0e0e0e;
}

.note-popover .popover-content > .btn-group,
.panel-heading.note-toolbar > .btn-group {
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
}

#google_translate_element {
    display: none;
}

@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
a {
    text-decoration: none;
    color: #fff;
}
p > a:hover{
    color: #d9d9d9;
    text-decoration:  underline;
}

._12 {
    font-size: 1.2em;
}
._14 {
    font-size: 1.4em;
}

.footer-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-rss:hover {
    background-color: #eb8231;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-github {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-github:hover {
    background-color: #5a32a3;
}
.vocationsDiv {
		width: 540px;
		margin: 0 auto;
		overflow: auto;
		position: relative;
	}

	.vocation_tooltip {
		float: left;
		padding: 9px;
		width: 85px;
		height: 90px;
	}

	.vocationdesc {
		position: absolute;
		bottom: 5px;
		right: 0;
		width: 100%;
		text-align: center;
		font-size: 11.5px;
		color: gold;
		cursor: pointer;
	}

	.vocationdesc.disabled {
		cursor: default;
	}

	.selectvocation {
		border: 2px #000000 solid;
		border-radius: 25px;
		background-image: linear-gradient(to bottom, #252525 0%, #1c1a1a 51%, #252525 100%);
		width: 100%;
		height: 100%;
		position: relative;
		float: left;
		padding: 5px;
		text-align: center;
		transition: background 0.4s;
		cursor: pointer;
	}
	
	.selectvocation.selected {
		background-image: linear-gradient(to bottom, #4a4646 0%, #2e2a2a 51%, #4a4646 100%);
		filter: drop-shadow(1px 1px 3px #FFFF00);
		border: 1px solid #FFFF00;
	}
	
	.selectvocation:hover {
		background-image: linear-gradient(to bottom, #4a4646 0%, #2e2a2a 51%, #4a4646 100%);
	}
	
	.selectvocation.zoomed:hover .vocationdesc
	{
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	.selectvocation img
	{
		max-width: 64px;
		max-height: 64px;
		transition: transform .2s;
	}
	
	.selectvocation.zoomed:hover img
	{
		transform: scale(2.5);
	}

	.selectvocation img.disabled {
		opacity: 0.5;
	}

	.selectvocation.disabled
	{
		cursor: default;
	}

	.selectvocation:not(.disabled):hover {
		background-color: #303030;
	}

	.vocation_tooltip .selected {
		background-color: #404040;
		text-shadow: -1px 1px 0 #000000, 1px 1px 0 #000000, 1px -1px 0 #000000, -1px -1px 0 #000000;
	}

	.vocation_tooltip .disabled {
		opacity: 0.7;
		color: rgb(151, 129, 0);
		text-shadow: -1px 1px 0 #000000, 1px 1px 0 #000000, 1px -1px 0 #000000, -1px -1px 0 #000000;
	}

	.vocation_tooltip input[type='radio'] {
		overflow: hidden;
		visibility: hidden;
		position: absolute;
	}

	.characterList .character {
		width: 240px;
		height: 32px;
		padding: 15px;
		background-color: #252525;
		border: 1px #000000 solid;
		cursor: pointer;
		position: relative;
	}

	.characterList .character:hover {
		background-color: #303030;
	}

	.characterList .character .characterOutfit {
		width: 25%;
		height: 32px;
		text-align: center;
		float: left;
	}

	.characterList .character .characterInfo {
		float: left;
		text-align: center;
		width: 70%;
		height: 100%;
	}

	.characterList .character .newCharacter {
		text-align: center;
	}

	.characterList .character .characterActions {
		top: 0;
		right: 0px;
		position: absolute;
		visibility: hidden;
	}

	.characterList .character:hover .characterActions {
		visibility: visible;
	}

	.characterTooltip {
		position: relative;
		display: inline-block;
		border-bottom: 1px dotted black;
		float: left;
		background-color: #252525;
		border: 1px #000000 solid;
		max-width: 200px;	
	}

	.characterTooltip .characterTooltiptext {
		visibility:hidden;
		background-color: black;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 5px;
		position: absolute;
		z-index: 1;
		right: 38px;
		bottom: -4px;
	}

	.characterTooltip:hover .characterTooltiptext {
		visibility: visible;
	}

