/*Import Global Compulsory CSS Files*/
@import url(app_v3.css);
@import url(blocks.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
/*body.header-fixed-space-v2 {
	padding-top: 135px;
}*/

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/

/* Particle JS*/
canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  z-index: 4;
  width: 100%;
  height: 100vh;
  background-color: #191919
}

.intro {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  left: 0;

  margin: 0  auto;
}

.intro_text {
  text-align: center;
}

/* Tips of the month */
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }

    .intro_text span h1 {
      font-size: 2em;
    }

    .intro_text span p {
      font-size: 1.5em;
    }
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.hack-types {
  color: #555 !important;
}

.hack-types-icon {
  color: #C63D0F !important;
}

/*#hack-description {*/
  /*display: none;*/
/*}*/

/*#hack-hover:hover ~ #hack-description {*/
  /*display: block;*/
  /*-webkit-animation: bounceInLeft 0.8s;*/
  /*animation: bounceInLeft 0.8s;*/
/*} */

.blue-icon {
  color: #3498db;
}


/*---
	Features
---*/

.features-item--big {
	overflow: hidden;
	position: relative;
	transition: all .5s;
  height: 430px !important;
  padding-bottom: 50px !important;
}
.features-item--big:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background: rgba(79,210,194,.8);*/
	/*background: rgba(79,210,194,.8);*/
}
.features-item--big:hover {
	background-size: 120% 120%;
}
.features-item--big-info {
	position: absolute;
	bottom: 20px;
	left: 30px;
	right: 30px;
	color: #fff;
	z-index: 2;
}
.features-item--big-info i.icon-lg {
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 35px;
}
.features-item--big-info h4,
.features-item--big-info p {
	color: #fff;
}
.features-item--big-info h4 {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 20px;
}
.features-item {
	padding: 20px;
	height: 205px;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.features-item:hover {
	box-shadow: 0 0 8px #ddd;
}
.features-item__more {
	text-indent: -10000px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
}
@media (max-width: 1200px) {
	.features-item h4 {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.features-item--big-info {
		position: relative;
		padding: 50px 30px 20px;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

/* Other stuff*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}


.portlet-title{
    padding: 0;
    min-height: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
}

.portlet-title > .nav-tabs {
	background: none;
	margin: 0;
	/*float: right;*/
	display: inline-block;
	border: 0;
}


.portlet-title > .nav-tabs > li {
	background: none;
	margin: 0;
	border: 0;
}

.portlet-title > .nav-tabs > li > a {
	background: none;
	border: 0;
	padding: 2px 10px 13px;
	color: #444;
}

.portlet-title > .nav-tabs > li.active,
.portlet-title > .nav-tabs > li.active:hover {
  	border-bottom: 4px solid #18ba9b;
  	position: relative;
  }

  .portlet-title > .nav-tabs > li:hover {
  	border-bottom: 4px solid #18ba9b;
  }

.portlet-title > .nav-tabs > li.active > a,
.portlet-title > .nav-tabs > li:hover > a {
	color: #18ba9b;
	background: #fff;
	border: 0;
}

@media (max-width: 1000px){


.features-item--big-info i.icon-lg {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 15px;
    margin-top: 50px;
}

    .features-item--big-info h4 {
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 20px;
}

.features-item--big-info p {
	font-size: 12px;
	line-height: 1.2;
}

#hackhover i {
	font-size: 20px;
	margin-bottom: 2px;
}

#hackhover h4 {
	font-size: 12px;
	margin-top: 1px;
	line-height: normal;
	margin-bottom: 1px;
}

#hackhover p {
	font-size: 9px;
}

}

.hiddennew{
     opacity:0;
}
.visiblenew{
     opacity:1;
}