/* Import Fonts */
@font-face {
  font-family: 'Inter_Thin';
  src: url("../font/Inter/web/InterDisplay-Thin.woff2")
}
@font-face {
  font-family: 'Inter_Light';
  src: url("../font/Inter/web/InterDisplay-Light.woff2")
}
@font-face {
  font-family: 'Inter_Italic';
  src: url("../font/Inter/web/InterDisplay-Italic.woff2")
}
@font-face {
  font-family: 'Inter_Normal';
  src: url("../font/Inter/web/InterDisplay-Regular.woff2")
}
@font-face {
  font-family: 'Inter_SemiBold';
  src: url("../font/Inter/web/InterDisplay-SemiBold.woff2")
}
@font-face {
  font-family: 'Inter_Bold';
  src: url("../font/Inter/web/InterDisplay-ExtraBold.woff2")
}
@font-face {
  font-family: 'Space_Light';
  src: url("../font/SpaceGrotesk/Fonts/WEB/fonts/SpaceGrotesk-Light.ttf")
}
@font-face {
  font-family: 'Space_Normal';
  src: url("../font/SpaceGrotesk/Fonts/WEB/fonts/SpaceGrotesk-Regular.ttf")
}
@font-face {
  font-family: 'Space_Bold';
  src: url("../font/SpaceGrotesk/Fonts/WEB/fonts/SpaceGrotesk-Bold.ttf")
}

/* Toggle Styles */
html,
body {
  height:100% !important;
	font-weight: normal !important;
  position: relative;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Inter_Normal', sans-serif;
  background-repeat:repeat;
  background: rgba(178,178,178,.5);
  background-image: url("../img/noise.png");
  background-size: 150px;
	line-height: auto !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
    --tbw-cell-vertical-padding: 4px;
    --tbw-cell-horizontal-padding: 8px;
    --tbw-cell-line-height: 1.5em;
}
table {
    margin-bottom: var(--tbw-cell-line-height);
}
th,
td {
    height: calc(var(--tbw-cell-vertical-padding) * 2 + var(--tbw-cell-line-height));
    min-width: calc(var(--tbw-cell-horizontal-padding) * 2);
    padding: var(--tbw-cell-vertical-padding) var(--tbw-cell-horizontal-padding);
    border: 1px solid #e7eaec;
}

:focus {outline:0 !important;}

ul {list-style:none; margin:0; padding:0}
ul li { }

a { color:#eaeaea; text-decoration:none}
a:HOVER  { color:#ffffff; text-decoration:none}

.dropdown-toggle:focus {outline: none !important;}

/* ELEMENTS */
.goto {
  display:inline-block;
  border: .5px solid #1D2C36;
  border-radius: 2px;
  padding: 5px 60px 4px 16px;
  text-transform: uppercase;
  font-family: 'Inter_Normal', Calibri, Arial, sans-serif;
  margin:35px 0 0 0;
  color:#1D2C36;
  font-size:12px;
  line-height:14px;
  background-image:url("../img/arrow_right_w.svg");
  background-position:right 20px center;
  background-size:20px;
  background-repeat:no-repeat;
  transition: all .5s;
}
.goto:HOVER {
  background-position:right 10px center;
  background-color:#1D2C36
}

.gotoInv {
  display:inline-block;
  border: .5px solid #1D2C36;
  border-radius: 2px;
  padding: 5px 60px 4px 16px;
  text-transform: uppercase;
  font-family: 'Inter_Normal', Calibri, Arial, sans-serif;
  margin:35px 0 0 0;
  color:#ffffff;
  font-size:12px;
  line-height:14px;
  background-image:url("../img/arrow_right_w.svg");
  background-position:right 20px center;
  background-size:20px;
  background-repeat:no-repeat;
  transition: all .5s;
  background-color:#1D2C36
}
.gotoInv:HOVER {
  background-position:right 10px center;
}

.gotoInvBig {
  display:inline-block;
  border: .5px solid #1D2C36;
  border-radius: 3px;
  padding: 10px 100px 8px 20px;
  text-transform: uppercase;
  font-family: 'Inter_Light', Calibri, Arial, sans-serif;
  margin:35px 0 0 0;
  color:#ffffff;
  font-size:18px;
  line-height:22px;
  background-image:url("../img/arrow_right_w.svg");
  background-position:right 30px center;
  background-size:25px;
  background-repeat:no-repeat;
  transition: all .5s;
  background-color:#1D2C36
}
.gotoInvBig:HOVER {
  background-position:right 20px center;}


.gotoHighBig {
  display:inline-block;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(135deg,rgba(0, 159, 227, 1) 0%, rgba(58, 242, 174, 1) 100%) 1;
  border-radius: 5px;
  padding: 13px 110px 13px 20px;
  text-transform: uppercase;
  font-family: 'Space_Light', Calibri, Arial, sans-serif;
  margin:35px 0 0 0;
  color:#ffffff;
  font-size:15px;
  line-height:18px;
  background-image:url("../img/arrow_right_w.svg");
  background-position:right 30px center;
  background-size:25px;
  background-repeat:no-repeat;
  transition: all .5s;
  background-color: rgba(29,44,54,.5) !important;
  backdrop-filter: blur(5px) !important;
}
.gotoHighBig:HOVER {
  background-position:right 15px center;
}

.gotoBig {
  display:inline-block;
  border: .5px solid #1D2C36;
  border-radius: 5px;
  padding: 5px 60px 4px 16px;
  text-transform: uppercase;
  font-family: 'Inter_Normal', Calibri, Arial, sans-serif;
  margin:35px 0;
  color:#1D2C36;
  font-size:12px;
  line-height:14px;
  background-image:url("../img/arrow_right_w.svg");
  background-position:right 20px center;
  background-size:20px;
  background-repeat:no-repeat;
  transition: all .5s;
}
.gotoBig:HOVER {
  background-position:right 10px center;
  background-color:#1D2C36
}


.filtersBtn {
  display:inline-block;
  border: .5px solid #1D2C36;
  padding: 5px 16px 4px 16px;
  text-transform: uppercase;
  font-family: 'Inter_Normal', Calibri, Arial, sans-serif;
  margin:0 20px 0 0;
  color:#1D2C36;
  font-size:12px;
  line-height:14px;
  transition: all .5s;
}
.filtersBtn.float-end {
  margin:0 0 0 20px;
}
.filtersBtn:HOVER {
  background-position:right 10px center;
  background-color:#1D2C36
}

.bgBlu { background: rgba(29,44,54,1);}
.bgBlu-75 { background: rgba(29,44,54,.75);}
.bgBlu-50 { background: rgba(29,44,54,.5);}
.bgBlu-25 { background: rgba(29,44,54,.25);}
.bgGreen { background: rgba(58,242,174,1);}

.bluHover {
  background: rgba(29,44,54,.5);
  background-blend-mode: overlay;
}

.bgClean { background: rgba(234,234,234,.8); background-image: none !important;}

.borderTop { border-top:.5px solid rgba(29,44,54,.5);}


.topBlock { margin-top:140px; }
.marginBlock {
  margin-top: 140px;
  margin-bottom: 140px;
}
.paddingBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
.imageBlock {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.imageFixed {
  background-attachment: fixed; !important;
}

.eventsBg { background-image:url("../images/mec-events.jpg"); background-position:top; }
@media only screen and (max-width: 992px) {
.eventsBg { background-image:url("../images/mec-events-resp.jpg"); background-position:top; }
}

.imageBlock.h300 { height:300px}
.imageBlock.h30 { height:30vh}
.imageBlock.h50 { height:50vh}
.imageBlock.h75 { height:75vh}
.imageBlock.h100 { height:100vh}

.imageBlock.bw { filter: grayscale(70%);}
.imageBlock .cover_shadow { z-index: -10;}

@media only screen and (max-width: 992px) {

  .imageBlock.h50 { height:30vh !important;}
  .imageBlock.h75 { height:45vh !important;}
  .imageBlock.h100 { height:60vh !important;}

  .topBlock { margin-top:130px !important; }
  .marginBlock {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .paddingBlock {
    padding-top: 35px;
    padding-bottom: 35px;
  }

}


/* Typography Styles */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-weight: 100;}

h1, .h1{
  font-family: 'Space_Bold', Calibri, Arial, sans-serif;
  color:#1D2C36;
  font-size:40px;
  line-height:40px;
  margin-bottom: 70px;
}


h2, .h2{
	font-family: 'Inter_Light', Calibri, Arial, sans-serif;
	margin: 0 auto;
  color:#1D2C36;
  font-size:30px;
  line-height:36px;
}

h3, .h3 {
  font-family: 'Inter_Bold', Calibri, Arial, sans-serif;
  color:#1D2C36;
  font-size:30px;
  line-height:35px;
}

h4, .h4{
	font-family: 'Inter_Bold', Calibri, Arial, sans-serif;
  color:#1D2C36;
  font-size:25px;
  line-height:30px;
}

h5, .h5{
  font-family: 'Inter_Normal', Calibri, Arial, sans-serif;
  color:#1D2C36;
  font-size:18px;
  line-height:22px;
}

h6, .h6 {
  font-family: 'Inter_Light', Calibri, Arial, sans-serif;
	margin:0;
  color:#1D2C36;
  font-size:12px;
  line-height:16px;
	padding:0;
}

.p, p {
	font-family: 'Inter_Light', Calibri, Arial, sans-serif;
  color:#1D2C36;
  font-size:15px;
  line-height:20px;
}



.introcaption {
  font-family: 'Space_Normal', Calibri, Arial, sans-serif;
	margin:0;
  margin-bottom:35px;
  color:#1D2C36;
  font-size:18px;
  line-height:20px;
  padding:0 0 0 22px;
  text-transform:uppercase;
  background-image:url("../img/intro_square_c2.svg");
  background-position:left 0px center;
  background-size:15px;
  background-repeat:no-repeat;
  transition: all 0.35s ease !important;
}
.introcaption.cat {
  padding:0 0 0 18px;
  background-image:url("../img/intro_square_c1.svg");
  background-position:left 0px center;
  background-size:10px;
  background-repeat:no-repeat;
}

.heroText0{
  font-size:120px;
  line-height:125px;
  margin-bottom: 0px;
}
.heroText1{
  font-size:80px;
  line-height:70px;
  margin-bottom: 0px;
}
.heroText2{
  font-size:60px;
  line-height:60px;
  margin-top:20px;
  margin-bottom: 0px;
}
.heroText3{
  font-size:40px;
  line-height:45px;
  margin-top:20px;
  margin-bottom: 0px;
}

.txt-inter-thin   {font-family: 'Inter_Thin', sans-serif !important; }
.txt-inter-light  {font-family: 'Inter_Light', sans-serif !important; }
.txt-inter-italic {font-family: 'Inter_Italic', sans-serif !important; }
.txt-inter-normal {font-family: 'Inter_Normal', sans-serif !important; }
.txt-inter-bold   {font-family: 'Inter_Bold', sans-serif !important; }
.txt-inter-sbold  {font-family: 'Inter_SemiBold', sans-serif !important; }
.txt-space-light  {font-family: 'Space_Light', sans-serif !important; }
.txt-space-normal {font-family: 'Space_Normal', sans-serif !important; }
.txt-space-bold   {font-family: 'Space_Bold', sans-serif !important; }

.txtColor1 {color: #1D2C36 !important}
.txtColor2 {color: #009FE3 !important}
.txtColor3 {color: #B2B2B2 !important}
.txtColor4 {color: #6842E1 !important}
.txtColor5 {color: #3AF2AE !important}


@media only screen and (max-width: 1200px) {
	h1, .h1{
    font-size:35px !important;
    line-height:38px !important;
		margin-top:10px;
		margin-bottom:10px;
  }
  h2, .h2{
    font-size:25px !important;
    line-height:30px !important;
  }
  h3, .h3 {
    font-size:20px !important;
    line-height:25px !important;
  }
  h4, .h4{
    font-size:18px !important;
    line-height:22px !important;
  }
  h5, .h5{
    font-size:16px !important;
    line-height:20px !important;
  }
  h6, .h6 {
    font-size:12px !important;
    line-height:16px !important;
  }
  .p, p {
    font-size:14px !important;
    line-height:18px !important;
  }

  .heroText0{ font-size:90px !important; line-height:95px !important;}
  .heroText1{ font-size:60px !important; line-height:60px !important;}
  .heroText2{ font-size:50px !important; line-height:50px !important;}
  .heroText3{ font-size:35px !important; line-height:40px !important;}
}

@media only screen and (max-width: 992px) {

  h1, .h1{
    font-size:28px !important;
    line-height:32px !important;
    margin-top:10px;
    margin-bottom:10px;
  }
  h2, .h2{
    font-size:22px !important;
    line-height:28px !important;
  }
  h3, .h3 {
    font-size:20px !important;
    line-height:25px !important;
  }
  h4, .h4{
    font-size:18px !important;
    line-height:22px !important;
  }
  h5, .h5{
    font-size:15px !important;
    line-height:18px !important;
  }
  h6, .h6 {
    font-size:12px !important;
    line-height:16px !important;
  }
  .p, p {
    font-size:13px !important;
    line-height:18px !important;
  }

  .heroText0{ font-size:80px !important; line-height:85px !important;}
  .heroText1{ font-size:50px !important; line-height:50px !important;}
  .heroText2{ font-size:40px !important; line-height:40px !important;}
  .heroText3{ font-size:30px !important; line-height:35px !important;}


}



/** NEW NEW HEADER  **/
.container-fluid.header {
  width: calc(100%) !important
}

.header {
  height: 80px !important;
  padding-top: 20px;
	z-index: 9000;
  /*background-color: #1b1b1b;*/
  border-bottom: 1px solid #ffffff;
  backdrop-filter: blur(3px);
  background: rgba(29,44,54,.95);
}
.header.bgunder {
  background: rgba(29,44,54,.5);
}

.header.activeWhite {
  border-bottom: 1px solid #ffffff;
  backdrop-filter: blur(3px) !important;
  background: rgba(29,44,54,.95) !important;
}

/*
.header > .row {
  margin-left:27px;
  margin-right:27px;
}
*/

.hide-header {
    opacity: 0;
    transition: all 0.25s ease !important;
  }

.show-header {
    opacity: 1;
    transition: all 0.35s ease !important;
  }

.header .logo img { height: 40px;}
.header .logo a {color: #ffffff}

@media only screen and (max-width: 991px) {
	.header {height: 80px !important;}
	.logoMenu {height: 60px;}
}

@media only screen and (max-width: 576px) {
  .header {height: 70px !important; padding-top: 15px;}
	.logoMenu {height: 50px; margin-top: 0px; margin-right: 5px;}
}

.main {
	margin: 0 auto;
	display: block;
	height: 100%;
	margin-top: 60px;
}
.mainInner{
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
.mainInner div{
	display:table-cell;
	vertical-align: middle;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 1.25px;
}

#sidebarMenu {
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 9000;
	right: 0;
	width: 400px;
	margin-top:0px;
	padding-top: 45px;
	border-left: 1px solid #eaeaea;
	transform: translateX(400px);
	transition: transform 250ms ease-in-out;
  background: linear-gradient(180deg, #dddddd 0%, #aaaaaa 100%);
  font-family: 'Inter_Normal', Calibri, Arial, sans-serif;
	font-size: 14px!important;
	overflow-y: scroll;
	-webkit-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.1);
		 -moz-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.1);
					box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.1);
}

.headerNav {
	text-align: right;
  line-height: 18px;
  margin-top: 0px;
  font-size: 16px;
  font-family: 'Inter_Normal', Calibri, Arial, sans-serif;
}
.headerNav a {
  margin-left: 22px;
	transition: .25s ease-in-out;
  color: #ffffff;
}
.headerNav a:HOVER, .headerNav a.active {	color: #009FE3 }
.activeWhite .headerNav a:HOVER, .activeWhite .headerNav a.active {	color: #009FE3 }

.headerNav li {display:inline-block;}

.btnLang button {
	background-color: transparent;
	border: 0;
	text-align: right;
	line-height: 16px;
	margin-top: 0px;
  margin-left: 18px;
  font-size: 22px;
  color: #aaaaaa;
}

.btnLang .dropdown-menu {
	left: -30px  !important;
	min-width: 80px !important;
	padding: 0px !important;
	margin: 0;
  font-size: 22px;
  color: #aaaaaa;
	text-align: left;
	list-style: none;
  background-color: #333333;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}

.btnLang .dropdown-item {
	display: block;
	width: 100%;
  padding: 5px 10px 0px;
	clear: both;
	color: #aaaaaa;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

@media only screen and (max-width: 1200px) {
	.headerNav a { margin-left: 15px;}
}
@media only screen and (max-width: 1200px) {
  .headerNav {line-height: 14px; font-size: 13px;}
  .headerNav a { margin-left: 15px;}
  .header .logo {	}
  .btnLang button { line-height: 16px; font-size: 18px; }

}
@media only screen and (max-width: 500px) {
	.header .logo {	font-size: 70% !important; padding-right: 40px}

}


@media only screen and (max-width: 570px) {
	.headerNav {display: none}
	#sidebarMenu {
		width: 95%;
		transform: translateX(100%);
	}
}

#overlayMenu {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
	z-index: 8000;
	background-color: rgba(0,0,0,.5);
	transition: all 0.2s ease-in-out;}

.nav-link {
	display: block;
	padding: .2rem 1rem;
}


@media only screen and (min-width: 992px) {
	.deviceV {display: none}
}
@media only screen and (max-width: 991px) {
	.monitorV {display: none}
}


.sidebarMenuInner{
	margin:0;
	padding:0;
}
.sidebarMenuInner .logoHome{
	width: 30px;
	margin:0;
	padding:0;
}
.sidebarMenuInner li{
	text-transform: uppercase;
	padding: 6px 10px 0 10px;
	font-family: 'Bold', Calibri, Arial, sans-serif;
}
.sidebarLink li a{ cursor: pointer; text-decoration: none;}
.sidebarLink li a { color: #000000}
.sidebarLink li a:HOVER { color: #666666}
.sidebarLink li.active a {color: #666666;}


.sidebarMenuLang {
	margin:20px 20px 0 20px;
	padding:20px 10px 0px 10px;
	border-top: 1px solid #eaeaea;
	font-family: 'Semibold', Calibri, Arial, sans-serif;
}

.sidebarMenuSocial{
	margin:20px;
	padding:20px 10px 0px 10px;
	border-top: 1px solid #eaeaea;
}
.sidebarMenuSocial img {width: 30px}


.sidebarMenuVideo{
	margin:20px;
	padding:20px 10px 0px 10px;
	border-top: 1px solid #eaeaea;
	text-transform: uppercase;
}
.sidebarMenuVideo img {height: 50px; margin-right: 20px; margin-top: 0px}
.sidebarMenuVideo .btn {
	border: 1px solid #d6b794;
	padding: 10px 20px;
	width: 100%;
	text-align: center;
	font-family: 'Bold', Calibri, Arial, sans-serif;
	font-size: 15px !important;
}

.sidebarMenuNewsl {
	margin:0px 20px 20px 20px;
	padding:0px 10px 20px 10px;
}


input[type="checkbox"]:checked ~ #sidebarMenu {
	transform: translateX(0);
}

input[type="checkbox"]:checked ~ #overlayMenu {
	display: inline;
	opacity: 1;
}

input.openSidebarMenu {
	transition: all 0.3s;
	box-sizing: border-box;
	display: none;
}
.sidebarIconToggle {
	transition: all 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	z-index: 9200;
	height: 100%;
	width: 100%;
  top: 34px;
  right: 36px;
	height: 22px;
	width: 22px;
	position: fixed;
  /*display: none;*/
}

.sidebarIconToggle.hide-header {
    opacity: 0;
    transition: all 0.25s ease !important;
  }

.sidebarIconToggle.show-header {
    opacity: 1;
    transition: all 0.35s ease !important;
  }

@media only screen and (min-width: 992px) {
  .sidebarIconToggle {display:none;}
}
@media only screen and (max-width: 991px) {
  .sidebarIconToggle {top: 34px; display:block;}

	.sidebarIconToggle {
		height: 20px;
		width: 20px;
	}

}

@media only screen and (max-width: 576px) {
	.sidebarIconToggle {top: 28px;}
}

/*.activeWhite ~ .sidebarIconToggle {top: 28px;}*/

.spinner {
	transition: all 0.3s;
	box-sizing: border-box;
	position: absolute;
	height: 3px;
	width: 100%;
  background-color: #1D2C36;
}

.activeWhite ~ .sidebarIconToggle .spinner { background-color: #009FE3; }

.horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
}
.diagonal.part-1 {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
}
.diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	opacity: 0;
	background-color: #000;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(135deg);
	margin-top: 8px;
	background-color: #000;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(-135deg);
	margin-top: -9px;
	background-color: #000;
}
/* END NEW HEADER STYLE */


/* FOOTER Styles */
#footer {
  background: url("../img/bg_circuits2.svg"), linear-gradient(180deg, rgba(29, 44, 54, 0.85) 0%, rgba(29, 44, 54, 1) 100%);
  background-blend-mode:multiply;
  /*background: linear-gradient(180deg, rgba(213, 214, 214, 1) 0%, rgba(141, 142, 142, 1) 100%);*/
}
#footer .bgs {
  /*background: linear-gradient(180deg, rgba(213, 214, 214, 1) 0%, rgba(141, 142, 142, 1) 100%);*/
  background-image:url("../img/bg_circuits.svg");

}

.footer { padding-top:20px; padding-bottom:20px;}
.footerTop {border-bottom:.5px solid #b2b2b2; padding-top:50px; padding-bottom:50px;}
.footerCont.container-fluid {width: 100% !important}
.logoFooter { width: 250px;}
.footerContact {
  border-radius: 5px;
  background: rgba(234,234,234,.15);
  padding:40px;
  background-image: url("../img/chat.svg");
  background-position: center right;
  background-size: 16vh;
  background-repeat:no-repeat;
  transition: all 0.35s ease !important;
}

.footerContact p { color:#f4f4f4;transition: all 0.35s ease !important; text-align:start;}

.footerContact:HOVER {
  margin-top:-5px;
  margin-bottom:5px;
  background: rgba(234,234,234,.95);
  background-image: url("../img/chat.svg");
  background-position: center right;
  background-size: 16vh;
  background-repeat:no-repeat;
}
.footerContact:HOVER p { color:#1D2C36}


.footer-privacy {text-align: end;}

@media only screen and (max-width: 767px) {
  .footerTop {text-align: center;}
  .footer-copy {text-align: center;}
  .footer-privacy {text-align: center;}
}


/* ToTop Plugin */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(200, 200, 200, 0.6) url(../img/cd-top-arrow.svg) no-repeat center 50%;
	background-size:50% 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #333333;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}
/* END ToTop Plugin */







/*  */
