body{
font-family:"Play";
}
.bg-light {
    background-color: rgba(248, 249, 250, .95)!important;
}
.top-25{
	top:25%;
}
.tool-tip + .tooltip > .tooltip-inner {
  	background-color: rgba(40, 167, 69, .8);
  	color: #FFFFFF;
  	border: 1px solid green;
  	padding: 15px;
  	font-size: 20px;
	width:500px;
	max-width:500px;
}

.card-head{
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
	padding-top: 2.25rem!important;
}
.border-bottom{
	border-bottom: 1px solid #000 !important;
}
.border-top{
	border-top: 1px solid #000 !important;
}
.border-left{
	border-left: 1px solid #000 !important;
}
.border-right{
	border-right: 1px solid #000 !important;
}

.cable-crimp{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
	margin-top: 10rem;
	padding-bottom: 15rem;
}
.bg-video-ipx{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 50%;
	background-image: radial-gradient(ellipse farthest-side, rgba(15, 14, 22, 0.3), #fff), url(https://media.giphy.com/media/kHU6VCRIqjDqVNL9gf/giphy.gif);
	background-size: cover;
	background-repeat: no-repeat;
	opacity:.8;
}
.bg-video-about{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 30%;
	background-image: radial-gradient(ellipse closest-side, rgba(15, 14, 22, 0.3), #fff), url(https://media.giphy.com/media/SSKm877Pd0N6nAHTZ5/giphy.gif);
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .7;
}
.bg-video{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 60%;
	background-image: radial-gradient(ellipse closest-side, rgba(15, 14, 22, 0.5), #fff), url(https://media.giphy.com/media/KazFzKfwI3bGmIEgsF/giphy.gif);
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.75;}
}
.form-inline{
	box-shadow: var(--box-shadow-default);
	display: flex;
	width: 100%;
	height: 2.5rem;
	position: relative;
	border-radius: var(--ui-searchbar-radius);
	padding-top: 2rem;
}
.form-inline .form-control{
	-moz-appearance: none;
	color: var(--text);
	font-family: inherit;
	width: 100%;
	background-color: var(--form-control-background);
	display: block;
	float: left;
	padding: .5rem 2.5rem .5rem .75rem;
	padding-right: 2.5rem;
	padding-left: 0.75rem;
	border: 1px solid #28a745;
	box-shadow: none;
	line-height: 1;
	font-size: var(--font-size-default);
	height: 100%;
	margin-right: 2rem;
}

li.active{
	background-color: rgba(40,167,69,.5);
}
/*side bar*/


.left{
	top:11%;
	right:0;
	width: 65px;
	height: 100%;
	/*background: #f1f1f1;*/
	white-space: nowrap;
	position: fixed;
	z-index: 9999;
}
	.left ul{
		padding: 0;
		list-style-type: none;
		text-align: left;
	}
	.left li {
		width: auto;
		height: 60px;
		line-height: 50px;
		padding-left: 15px;
	}
	.left li:hover {
		background-color: rgba(40, 167, 69, .5);
	}

	.left:hover {
		width: 300px;
	}

	.left .item-menu {
		height:50px;
		overflow:hidden;
		color:#000;
	}
	.item-menu:hover {
		width: auto;
		height: 500px;
	}
	.left a{
		text-decoration: none;
		font-weight: bold;
	}
	
	span.menu{
		padding-left: 17px;
	}
.t_search {
	background-color: #C9C9C9
	border-radius: 5px;
	border: 0;
	margin-left: 15px;
	}
.trans{
 	-webkit-transition: width 1s ease-in-out 250ms;
    -moz-transition: width 1s ease-in-out 250ms;
    -o-transition: width 1s ease-in-out 250ms;
    transition: width 1s ease-in-out 250ms;
}
.trans_drop{
	-webkit-transition: height 1s ease-in-out 250ms;
    -moz-transition: height 1s ease-in-out 250ms;
    -o-transition: height 1s ease-in-out 250ms;
    transition: height 1s ease-in-out 250ms;
}
@media(max-width: 799px){
	.sidebar{
		display: none;
	}

}


/*side bar*/




.m{
	padding-left: 12.2%;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}

.btn-icon{
		position: relative;
    line-height: 0;
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
    padding: 0;
		background: rgba(255,255,255,0.5);
}

.btn-icon__inner {
    position: absolute;
    top:80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* video */
	.bottom-bunner {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
	width: 25%;
	height: auto;
	animation: video 1s ease-in-out;
	-webkit-animation: video 1s ease-in-out;
	}
	@keyframes video{
		0%{
			  transform: scale3d(0.5,0.5,0);
	    	transform-origin: bottom right;
				-webkit-transform: scale3d(0.5,0.5,0);
	    	-webkit-transform-origin: bottom right;
		}
		100%{
	    	transform: scale3d(1,1,1);
	    	transform-origin: bottom right;
			  -webkit-transform: scale3d(1,1,1);
	    	-webkit-transform-origin: bottom right;
		}
	}

.small{
	z-index: 1;
	animation: small 1s ease-in-out both;
	-webkit-animation: small 1s ease-in-out both;
}
@keyframes small{
	0%{
		transform: scale3d(1,1,1);
		transform-origin: bottom right;
		-webkit-transform: scale3d(1,1,1);
		-webkit-transform-origin: bottom right;

	}
	100%{
			transform: scale3d(0.5,0.5,0.5);
			transform-origin: bottom right;
			-webkit-transform: scale3d(0.5,0.5,0.5);
			-webkit-transform-origin: bottom right;

	}
}
.bottom-bunner-up{
	z-index: 1;
	animation: bottom-bunner-up 1s ease-in-out both;
	-webkit-animation: bottom-bunner-up 1s ease-in-out both;
}
@keyframes bottom-bunner-up{
	0%{
		transform: scale3d(0.5,0.5,0.5);
		transform-origin: bottom right;
		-webkit-transform: scale3d(0.5,0.5,0.5);
		-webkit-transform-origin: bottom right;

	}
	100%{
			transform: scale3d(1,1,1);
			transform-origin: bottom right;
			-webkit-transform: scale3d(1,1,1);
			-webkit-transform-origin: bottom right;

	}
}
@media (max-width: 799px) {
	.bottom-bunner{
		width:50%;
		z-index:1;
	}
	.small{
		animation: small 1s ease-in-out both;
		-webkit-animation: small 1s ease-in-out both;
	}
	@keyframes small{
		0%{
			transform: scale3d(1,1,1);
			transform-origin: bottom right;
			-webkit-transform: scale3d(1,1,1);
			-webkit-transform-origin: bottom right;

		}
		100%{
				transform: scale3d(0,0,0);
				transform-origin: bottom right;
				-webkit-transform: scale3d(0,0,0);
				-webkit-transform-origin: bottom right;

		}
	}
}
/* video */
/* lazy load */
.lazy{
	opacity: 0;
	transition: opacity 250ms ease-in;
	-webkit-transition: opacity 250ms ease-in;
}
.lazy.fade-In{
	opacity: 1;
}
/* lazy load */

/* text animation */

.ani-1::before{
  content: attr(data-content);
  position: absolute;
  text-align: center;
  top:35%;
  left:0;
  width:100%;
  z-index: 1;
  line-height: 1;
  -webkit-transform: scale3d(1,1,1);
  -webkit-animation: title 1s ease-out 700ms 1 both;
  transform: scale3d(1,1,1);
  animation: title 1s ease-out 700ms 1 both;
}
@keyframes title {
  0%{
   transform: scaleX(0);
   transform-origin: bottom left;
  }
25%{
    opacity: 1;
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
.ani-1::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transform: scale3d(0,1,1);
	-webkit-animation: cube 1s ease-in-out 1;
	transform: scale3d(0,1,1);
	animation: cube 1s ease-in-out 1;
}
@keyframes cube {
 0% {
   -webkit-transform:scale3d(0,1,1);
   transform:scale3d(0,1,1);
   -webkit-transform-origin:center left;
   transform-origin:center left
  }
  50% {
   -webkit-transform:scale3d(1,1,1);
   transform:scale3d(1,1,1);
   -webkit-transform-origin:center left;
   transform-origin:center left
  }
  51% {
   -webkit-transform:scale3d(1,1,1);
   transform:scale3d(1,1,1);
   -webkit-transform-origin:center right;
   transform-origin:center right
  }
  100% {
   -webkit-transform:scale3d(0,1,1);
   transform:scale3d(0,1,1);
   -webkit-transform-origin:center right;
   transform-origin:center right
  }
}
.margin{
	top:10rem;
}
@media (max-width: 799px){
	.margin{
		top:1rem;
		left:1rem;
	}
}
@media (max-width: 576px){
	.display-5{
		font-size: 1.6rem;
		animation: none !important;
    	-webkit-animation: none !important;
	}
	.display-4{
		font-size: 2.5rem;
		animation: none !important;
    	-webkit-animation: none !important;
	}
.background{
	display:none;
}
}
.display-5{
    position: relative;
	text-align: left;
	width:100%;
	padding-bottom:5%;
	animation: text 2s ease-in-out 1;
	-webkit-animation: text 2s ease-in-out 1;
    
}
@keyframes text {
  0%{
    margin-bottom: -90px;
  }
  25%{
    margin-bottom: -90px;
	font-size: 2.5rem;
	line-height: 1.5;
  }
  50%{
    margin-bottom: -90px;
  }

}
@-webkit-keyframes text {
  0%{
    margin-bottom: -90px;
  }
  25%{
    margin-bottom: -90px;
	font-size: 3.8rem;
	line-height: 1.5;
  }
  50%{
    margin-bottom: -90px;
  }

}
.lead{
        text-align: left;
        width:100%;
        animation: p 1s 1800ms 1 both;
      }
      @keyframes p {
        0%{
          opacity: 0;
        }
      100%{
          opacity: 1;
        }
      }

.h1::before{
  content: '';
  position: absolute;
  width: 60%;
  top:0;
  left:0;
  height:2px;
  background-color:#000;
  animation: line 4s 2s 1 both;
  -webkit-animation: line 4s ease-out 2s 1 both;
}
@keyframes line {
  0%{
	color:rgba(0,0,0,1);
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
  }
25%{
    transform: scaleX(1);
    transform-origin: bottom left;
  }

}
@-webkit-keyframes line {
  0%{
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
  }
25%{
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
.h1::after{
  content: '';
  position: absolute;
  width: 60%;
  bottom:0;
  right:0;
  height:2px;
  background-color:#000;
  animation: line 4s 3s 1 both;
  -webkit-animation: line2 4s ease-out 3s 1 both;
}
@keyframes line2 {
  0%{
	color:rgba(0,0,0,1);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
25%{
    transform: scaleX(1);
    transform-origin: bottom right;
  }

}
@-webkit-keyframes line {
  0%{
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
25%{
    transform: scaleX(1);
    transform-origin: bottom right;
  }
}
hr{
	background-color:#000;
  align-items: center;
  width:50%;
  animation: line 4s 1s 1 both;
  -webkit-animation: line3 4s ease-out 1s 1 both;
 
}
@keyframes line3 {
  0%{
	color:rgba(0,0,0,1);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
25%{
    transform: scaleX(1);
    transform-origin: bottom right;
  }
}
@-webkit-keyframes line {
  0%{
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
25%{
    transform: scaleX(1);
    transform-origin: bottom right;
  }

}
/* text animation */

img{
	max-width: 100%;
}
.carousel-custom-indicators {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 15;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}

.blog-post-meta::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1.875rem;
    height: 1px;
    background: currentColor;
}
.blog-post-meta {
    margin-bottom: 1rem;
}
.blog-post-meta {
    position: relative;
    padding-left: 3.125rem;
}
.blog-post-meta {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.form-group label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: .1em;
}
label {
    display: inline-block;
    margin-bottom: 0.25rem;
}
.btn-group-square::after {
    display: block;
    clear: both;
    content: "";
}
.btn-group-square {
    margin: 1px 0 0 1px;
}
.btn-group-square .btn {

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
        transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: relative;
    float: left;
    padding: 0;
    width: calc(1.5em + 1.875rem + 2px);
    height: calc(1.5em + 1.875rem + 2px);
    margin-top: -1px;
    margin-left: -1px;
    font-size: 0.875rem;
    line-height: calc(1.5em + 1.875rem);
    border: 1px solid #dddddd;
    z-index: 5;

}
.btn-group-colors > .btn::after {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background: currentColor;
    border-radius: 50%;
}
.text-red {
    color: #E35D46 !important;
}
.text-blue {
    color: #013A80 !important;
}
.text-yellow {
    color: #F5BE17 !important;
}
.text-green {
    color: #00635C !important;
}

.underline::before, .alert a::before, .breadcrumb-item a::before, .dropdown .dropdown-menu .dropdown-item::before, .nav-actions .nav-link::before, .list-group-columns .list-group-item a::before, .list-group-minimal .list-group-item span a::before, .product-action > ::before {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    border-bottom: 1px solid;
}
.nav-actions .nav-item {
    margin-right: 0.9375rem;
}
.nav-actions .nav-link {
    padding: 0.125rem 0;
    font-size: 0.75rem;
    text-transform: uppercase;
}
.nav .nav-link {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
        transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    font-size: 0.875rem;
    letter-spacing: .05em;
    color: #6c757d;
}
.nav .nav-shop-btn {
	color:#547c90; 
	padding:5px; 
	border: 1px solid #547c90"
}
.nav .nav-shop-btn:hover {
	background:#ffffff;
}

.dropdown {
	position: relative;
    display: inline-block;
}
.order-lg-2 {
	order: 2;
    -webkit-order: 2;
}
.order-lg-1 {
	order: 1;
    -webkit-order: 1;
}
.vl{height: 100px;
margin-right:25%; 
margin-top:3%;
animation: vline 4s;
-webkit-animation: vline 4s;
-moz-animation: vline 4s;}
@keyframes vline {
  0%{
    transform: scaleY(0);
    transform-origin: top bottom;
    transition: transform 0.25s ease-out;
  }
25%{
    transform: scaleY(1);
    transform-origin: top bottom;
  }

}
@-webkit-keyframes vline {
  0%{
    transform: scaleY(0);
    transform-origin: top bottom;
    transition: transform 0.25s ease-out;
  }
25%{
    transform: scaleY(1);
    transform-origin: top bottom;
  }

}

.thumbs .thumb-item {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  display: block;
  border: 1px solid #dddddd;
  cursor: pointer;
  overflow: hidden; }
  .thumbs .thumb-item:not(:last-child) {
    margin-bottom: 0.625rem; }
  .thumbs .thumb-item.active, .thumbs .thumb-item:hover {
    border-color: #000; }

@media (max-width: 1199.98px) {
  .thumbs .thumb-item {
    display: inline-block;
    max-width: 5rem; } }


h1{text-transform: uppercase;}
h2{text-transform: uppercase;}

.card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.card-img{
	transition:all .2s ease-in-out}
.card-img:hover{
	box-shadow:0 18px 32px -18px #000;
	-webkit-transform:translateY(-6px);transform:translateY(-6px)}

.tooltip{
	opacity: 1!important;
}
.product-device {
  position: absolute;
  right: -5%;
  bottom: 0%;
  width: 400px;
  height: 540px;
  background: ;
  background-repeat: no-repeat;
  border-radius: 21px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%; 
  left: 10px; 
  content: "url("/images/header-3.png")"; 
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  position: absolute;
  width: 300px;
  height: 540px;
  background: url("/images/header-2.png");
  background-repeat: no-repeat;
  top: -25%;
  right: auto;
  bottom: 0;
  left: 0;
  border-radius: 21px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.product-device-3{
	position: static;
	background: url("/images/drawings/rf-connector-about-lighthorse-technologies.png");
  	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	width: 80%; 
	height: 300px; 
	border-radius: 21px 21px 0 0;
}
.product-device-4{
	position: static;
	background: url("/images/drawings/rf-connector-about-lighthorse-technologies-2.png");
  	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	width: 80%; 
	height: 300px; 
	border-radius: 21px 21px 0 0;
}
.product-device-5{
	position: static;
	background: url("/images/drawings/rf-connector-about-lighthorse-technologies-3.png");
  	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	width: 80%; 
	height: 300px; 
	border-radius: 21px 21px 0 0;
}
.product-device-6{
	position: static;
	background: url("/images/cables/CBD-FSMNT-SALMGT-12IN-rf-connector.png");
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	width: 100%; 
	height: 400px; 
	border-radius: 21px 21px 0 0;
}
.product-device-7{
	position: static;
	background: url("/images/adapters/AIPXSASMF3ST-X5-rf-connector.png");
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	width: 100%; 
	height: 400px; 
	border-radius: 21px 21px 0 0;
}
a{
	color:#000;
}
a:hover{
color:#28a745;
  /*color:#6c757d;*/
} 
.text-muted:hover{
	color:#28a745!important;
}
.bd-masthead {
    position: relative;
    padding: 8rem 15px;
}
.cover-vh{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media(max-width: 799px){
.cover{
	padding-bottom: 10vh;
}
}
.rem{
	padding-top: 8rem;
	width: 95%;
}
.cover{
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	background-color: var(--background-hero);
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 50vh;
}
.container{
	width: 90%;
	max-width: 1600px;
	margin-top: 5%;
}
i{
    font-size: 16px;
}
i:hover{
    font-size: 20px;
    opacity: 0.7;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}
.background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}






.social{
	padding:2%;
}
.redirect{
	float:right;
}
.parallax{
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	background-color: rgba(255,255,255, 0.7); 
	padding: 2%;
}
/*iframe{
width:100%;
height:400px;
padding: 2%,2%,2%,2%;
}*/
.center{
	text-align:center;
}
.posts{
	width:100%;
}
.about > div div div > img {
    width: 100%;
}
.border-left {
  border-left: 1px solid white;
}
.border-right {
  border-right: 1px solid white;
}
.bottomBorder {
  border-bottom: 1px solid #0071a9;
  padding-bottom: 10px !important;
  margin-bottom: 15px;
}





/* new navigation */
@media (max-width:1182px){.navbar .mega-dropdown .dropdown-menu.mega-menu{max-height:500px;overflow-x:hidden;overflow-y:auto}}
.navbar .mega-dropdown{position:static!important}
.navbar .mega-dropdown .dropdown-menu.mega-menu{width:100%;border:none;-webkit-border-radius:0;border-radius:0}
.navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu .news-title{font-size:1.1rem;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}
.navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu .news-title.smaller{font-weight:400;font-size:1rem;line-height:1.4}
.navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu .sub-title{border-bottom:1px solid #e0e0e0}
.navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu ul li a{width:100%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}
.navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu ul li a:hover{background-color:rgba(40, 167, 69,.2);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-1 .sub-menu .news-single{border-bottom:1px solid #e0e0e0}
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-1 .sub-menu .news-title{color:#4f4f4f!important}
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-1 .sub-menu .news-title:hover{color:rgba(40, 167, 69,.7)!important}
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-1 .sub-menu .m-sm{margin-bottom:-6px;font-size:.9rem;rgba(40, 167, 69,.7)!important}
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-1 .sub-menu .m-sm:hover{color:rgba(40, 167, 69,.7)!important}

.dropdown-menu.animated{-webkit-animation-duration:.55s;animation-duration:.55s;-webkit-animation-timing-function:ease;animation-timing-function:ease}
.dropdown-menu.show{display:block}
.navbar .dropdown-menu a {
    padding: 10px;
    font-weight: 300;
    color: #000;
}
@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}

.overlay .mask{opacity:0;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.overlay .mask:hover{opacity:1}
.view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

/* hover over picture */
.rgba-white-slight,.rgba-white-slight:after{background-color:rgba(255,255,255,.1)}.rgba-white-light,.rgba-white-light:after{background-color:rgba(255,255,255,.3)}.rgba-white-strong,.rgba-white-strong:after{background-color:rgba(255,255,255,.7)}.rgba-stylish-slight{background-color:rgba(62,69,81,.1)}.rgba-stylish-light{background-color:rgba(62,69,81,.3)}.rgba-stylish-strong{background-color:rgba(62,69,81,.7)}
/* hover over picture */

/*white background for pictures*/
.chip:active,.z-depth-1{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important}.z-depth-1-half{-webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)!important;box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)!important}.z-depth-2{-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important}.z-depth-3{-webkit-box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)!important;box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)!important}.z-depth-4{-webkit-box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21)!important;box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21)!important}.z-depth-5{-webkit-box-shadow:0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22)!important;box-shadow:0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22)!important}
/*white bachground for pictures*/

/* Waves effect*/
a.waves-effect, a.waves-light {
    display: inline-block;
}
.waves-effect{position:relative;cursor:pointer;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.waves-effect .waves-ripple{position:absolute;-webkit-border-radius:50%;border-radius:50%;width:100px;height:100px;margin-top:-50px;margin-left:-50px;opacity:0;background:rgba(0,0,0,.2);background:-webkit-radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);background:-o-radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);background:radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);-webkit-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transition-property:-webkit-transform,opacity;-o-transition-property:-o-transform,opacity;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:scale(0) translate(0,0);-ms-transform:scale(0) translate(0,0);transform:scale(0) translate(0,0);pointer-events:none}.waves-effect.waves-light .waves-ripple{background:rgba(255,255,255,.4);background:-webkit-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);background:-o-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);background:radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%)}.waves-effect.waves-classic .waves-ripple{background:rgba(0,0,0,.2)}.waves-effect.waves-classic.waves-light .waves-ripple{background:rgba(255,255,255,.4)}.waves-notransition{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.waves-button,.waves-circle{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle,#fff 100%,#000 100%)}.waves-button,.waves-button-input,.waves-button:hover,.waves-button:visited{white-space:nowrap;vertical-align:middle;cursor:pointer;border:none;outline:0;color:inherit;background-color:rgba(0,0,0,0);font-size:1em;line-height:1em;text-align:center;text-decoration:none;z-index:1}.waves-button{padding:.85em 1.1em;-webkit-border-radius:.2em;border-radius:.2em}.waves-button-input{margin:0;padding:.85em 1.1em}.waves-input-wrapper{display:inline-block;position:relative;vertical-align:middle;-webkit-border-radius:.2em;border-radius:.2em}.waves-input-wrapper.waves-button{padding:0}.waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}.waves-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;-webkit-border-radius:50%;border-radius:50%}.waves-float{-webkit-mask-image:none;-webkit-box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.waves-float:active{-webkit-box-shadow:0 8px 20px 1px rgba(0,0,0,.3);box-shadow:0 8px 20px 1px rgba(0,0,0,.3)}.waves-block{display:block}a.waves-effect,a.waves-light{display:inline-block}  -webkit-tap-highlight-color: transparent;
}
/* Waves effect*/
@media (min-width: 900px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
}
}




/* ----- footer ------ */
.md-foot{
	margin-right:3.5rem!important;
}
@media(max-width: 767px){
	.md-foot{
		margin-right:0!important;
	}
}
.md-foot__upper-wrap {
    background: #212121;
    width: 100%;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

@media (min-width: 1025px) {
    .md-foot__upper-wrap {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
	
}

.md-foot__lower-wrap {
    background: #000;
    padding: 30px 30px 0;
    width: 100%
}

.md-foot__row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding-bottom: 30px
}

@media (min-width: 790px) {
    .md-foot__row {
        -ms-flex-align: stretch;
        align-items: stretch
    }
	
}

@media (min-width: 1025px) {
    .md-foot__row {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.md-foot__lower-wrap .md-foot__col {
    width: 100%;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5)
}

.md-foot__lower-wrap .md-foot__col:last-of-type {
    border-bottom: none;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .md-foot__lower-wrap .md-foot__col {
        width: 35%;
        padding: 25px 0 15px;
        margin: 0 auto
    }
    .md-foot__lower-wrap .md-foot__col:last-of-type {
        padding-bottom: 15px
    }
}

@media (min-width: 1025px) {
    .md-foot__lower-wrap .md-foot__col {
        border-bottom: none;
        padding: 15px 0;
        border-right: 1px solid rgba(151, 151, 151, 0.5);
        width: 33.33% !important;
        margin: 0
    }
    .md-foot__lower-wrap .md-foot__col:last-of-type {
        padding: 15px 0;
        border-right: none
    }
}

.md-foot__lower-wrap .md-foot__lower-nav .md-foot__col {
    width: 100%
}

@media (min-width: 1025px) {
    .md-foot__lower-wrap .md-foot__lower-nav .md-foot__col {
        width: 50% !important
    }
}

.md-foot__lower-wrap .md-section-title {
    color: #c9c9c9 !important;
    font-size: 24px !important;
    letter-spacing: 1.33px !important;
    opacity: 0.5;
    text-align: center !important
}

.md-foot__lower-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    border-top: 1px solid rgba(151, 151, 151, 0.5);
    margin: 0 -30px;
    padding: 0 30px
}

@media (min-width: 768px) {
    .md-foot__lower-nav {
        margin: 0;
        padding: 0
    }
}

@media (min-width: 1025px) {
    .md-foot__lower-nav {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.md-foot__lower-nav .md-foot__col {
    border-right: none;
    border-bottom: none
}

.md-foot__lower-nav .md-foot__col:first-of-type {
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0
}

@media (min-width: 1025px) {
    .md-foot__lower-nav .md-foot__col:first-of-type {
        -ms-flex-order: 1;
        order: 1;
        padding: 25px 0 15px
    }
}

.md-foot__lower-nav .md-foot__col:last-of-type {
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 0
}

@media (min-width: 1025px) {
    .md-foot__lower-nav .md-foot__col:last-of-type {
        -ms-flex-order: 2;
        order: 2;
        padding: 25px 0 15px
    }
}

.md-foot__lower-nav .md-foot__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

@media (min-width: 1025px) {
    .md-foot__lower-nav .md-foot__nav {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.md-foot__lower-nav .md-foot__nav .md-foot__nav-item {
    padding: 12px
}

@media (min-width: 768px) {
    .md-foot__lower-nav .md-foot__nav .md-foot__nav-item {
        padding: 0 12px
    }
}

@media (min-width: 768px) {
    .md-foot__lower-nav .md-foot__nav .md-foot__nav-item:last-of-type {
        padding-right: 0
    }
}

.md-foot__lower-nav .copyright p {
    color: #BDBDBD;
    width: 100%;
    text-align: center;
    opacity: 0.8;
    font-size: 14px;
    line-height: 24px
}

@media (min-width: 1025px) {
    .md-foot__lower-nav .copyright p {
        text-align: left
    }
}

.md-foot__nav {
    padding: 0;
    margin: 10px 0
}

.md-foot__nav-item {
    padding: 12px 0;
    text-align: center;
	list-style-type: none;
}

.md-foot__nav-item a {
    font-size: 16px;
    letter-spacing: 0.89px;
    color: #c9c9c9;
    text-transform: uppercase;
    transition: color 250ms ease
}

.md-foot__nav-item a:hover {
    color: rgba(40, 167, 69,.5);
}

.md-foot__col {
    display: block;
    width: 100%;
    padding: 15px 0
}

@media (min-width: 1025px) {
    .md-foot__col {
        padding: 0;
        width: 55%;
        display: inline-block
    }
    .md-foot__col:last-of-type {
        width: 45%
    }
}

.md-foot .md-section-title {
    color: #fff;
    margin: 0;
    line-height: normal;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.9px
}

@media (min-width: 1025px) {
    .md-foot .md-section-title {
        text-align: left
    }
}

.md-foot .md-section-title--sm {
    letter-spacing: 0.32px;
    color: #909090;
    text-transform: none
}

.md-foot .icon-row {
    margin: 15px 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

@media (min-width: 1025px) {
    .md-foot .icon-row {
        text-align: left;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.md-foot .icon-container {
    display: inline-block;
    background: transparent;
    z-index: 0;
    width: auto;
    padding: 0 5px
}

.md-foot .icon-container #polygon,
.md-foot .icon-container .md-social-icon {
    transition: fill 250ms ease;
    opacity: 1
}

.md-foot .icon-container:hover #polygon {
    fill: rgba(40, 167, 69,.5);
    transition: fill 250ms ease
}

.md-foot .icon-container:hover .md-social-icon {
    fill: #fff;
    transition: fill 250ms ease
}

.md-foot .hide {
    display: none
}

.md-foot .newsletter-border {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .md-foot .newsletter-border {
        width: 75%
    }
}

@media (min-width: 1025px) {
    .md-foot .newsletter-border {
        width: 100%
    }
}

.md-foot fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.md-foot .newsletter-border input {
    border-radius: 5px;
    border: 0;
    font-size: 16px;
    padding: 15px
}

.md-foot .newsletter-border input[type="email"] {
    width: calc(100% - 78px);
    background-color: #4C4C4C;
    color: #C9C9C9;
    padding: 0 10px !important
}

.md-foot .email-group,
.md-foot .md-email-group {
    width: calc(100% - 78px)
}

.md-foot .email-group input[type="email"],
.md-foot .md-email-group input[type="email"] {
    width: 100% !important;
    margin: 0 !important;
    height: 100%
}

.md-foot .newsletter-border input[type="submit"] {
    width: 100%;
    margin: 0 10px;
    background: #C9C9C9;
    color: #222;
    font-size: 12px
}

@media (min-width: 768px) {
    .md-foot .newsletter-border input[type="submit"] {
        font-size: 15px
    }
}

.md-foot .response {
    width: 100%;
    display: block;
    font-size: 13px;
    letter-spacing: 0.33px;
    color: #909090;
}

.md-foot .newsletter-border .input-group-btn {
    width: 78px
}

.md-foot .email-agreement {
    width: 100%;
    color: #c9c9c9;
    text-align: left;
    margin: 0 auto
}

@media (min-width: 768px) {
    .md-foot .email-agreement {
        width: 75%
    }
}

@media (min-width: 1025px) {
    .md-foot .email-agreement {
        width: 100%
    }
}
.lti-sign-up-text{
	text-align: left;
	color:#c9c9c9;;
}