/*

Blaster Template

http://www.templatemo.com/tm-472-blaster

*/

:root {
  /******** ORANGES ********/
  --ed-darkOrange: #b23c17;
  --ed-orange: #ff5722;
  --ed-lightOrange: #ff784e;
  /********* GRAYS *********/
  --ed-white: #eceff1;
  --ed-gray200: #90a4ae;
  --ed-gray300: #607d8b;
  --ed-gray400: #455a64;
  --ed-black: #263238;
}

body
{
	background: var(--ed-white);
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	position: relative;
}

html,body {
	width: 100%;
	overflow-x: hidden;
}

h1,h2,h3,h4 {
	font-weight: bold;
}

.heading {
	font-size: 60px;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
  color:#263238 !important;
}

p {
	letter-spacing: 0px;
	line-height: 28px;
}

a {
  color: var(--ed-gray500) !important;
  text-decoration:none !important;
}

a:hover {
  color: var(--ed-gray400) !important;
  text-decoration:none !important;
}

#eitanTitle {
  color:var(--ed-white);
  font-weight:600;
}

#titleCard {
  background:#eceff1;
  padding:5px;
  padding-bottom:10px;
}

.fa .fa-arrow-down {
  stroke:1px solid;
}

#about,
#team, #contact {
	padding-top: 100px;
	padding-bottom: 100px;
}

#about .fa {
	font-size: 28px;
	min-width: 34px;
}

/* start navigation */
.nav {
  background:var(--ed-white);
}

.custom-navbar {
    background: var(--ed-white);
    margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
	color: var(--ed-gray300);
	font-size: 40px;
}
.custom-navbar .navbar-brand .navbar-toggle {
    background: #55acee;
    padding: 4px 6px;
    font-size: 16px;
    color: var(--ed-white);
}
.custom-navbar .nav li a {
    color: var(--ed-gray400);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4px;
    padding-right: 20px;
    padding-left: 20px;
	transition: all 0.3s ease-in-out;
}
.custom-navbar .nav li a:hover {
  	background: var(--ed-lightOrange);
  	transition: all 0.3s ease-in-out;
}
.custom-navbar .nav > li > a:focus {
  	background-color: transparent;
  	outline: none;
}
.custom-navbar .nav li.active > a {
    background-color: var(--ed-lightOrange);
}
.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: var(--ed-lightOrange);
    border-color: transparent;
}
@media(min-width:768px){
    .custom-navbar {
            background: var(--ed-white);
            padding: 14px;
            border-bottom: 0;
            background: 0 0;
         }
    .custom-navbar.top-nav-collapse {
            padding: 14px;
            background: var(--ed-white);
            border-bottom: 1px solid #eeeeee;
            transition:0.5s;
            box-shadow:0px 1px; var(--ed-gray200);
        }

}

.top-nav-collapse #eitanTitle {
      color:var(--ed-gray200);
      transition:1s;
    }

#topButton {display:none;}
.top-nav-collapse #topButton {display:block;}

/* home section */
#home {
  background: url('../images/home-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  text-align: center;
}
#home hr {
  border: 2px solid var(--ed-black);
  width: 100px;
}
#home h3 {
  letter-spacing: 2px;
}
#home .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid var(--ed-black);
  color: var(--ed-black);
  font-weight: bold;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: var(--ed-black);
  color: var(--ed-white);
}

/* about section */

#about .col-md-4 .fa {
  background: var(--ed-lightOrange);
  border-radius: 50%;
  color: var(--ed-white);
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}
#about .col-md-6 {
  padding-top: 5px;
  text-align:left;
}
#about .col-md-6 h3 {
  padding-top: 0px;
  margin-top:0px;
  padding-bottom: 10px;
}
#about .col-md-6 p {
  padding-bottom: 30px;
}
#about span {
  display: block;
  padding-bottom: 6px;
}
#about .progress {
  border-radius: 0;
  box-shadow: none;
  height: 6px;
}
#about .progress .progress-bar-primary {
  background: var(--ed-lightOrange);
}
/******** PROBLEM ********/
#problem {
  padding:30px;
  padding-bottom:60px;
}

#problem .col-md-4 .fa {
  background: var(--ed-lightOrange);
  border-radius: 50%;
  color: var(--ed-white);
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}
#problem .col-md-6 {
  padding-top: 5px;
  text-align:left;
}
#problem .col-md-6 h3 {
  padding-top: 0px;
  margin-top:0px;
  padding-bottom: 10px;
}
#problem .col-md-6 p {
  padding-bottom: 30px;
}
#problem span {
  display: block;
  padding-bottom: 6px;
}
#problem .progress {
  border-radius: 0;
  box-shadow: none;
  height: 6px;
}
#problem .progress .progress-bar-primary {
  background: var(--ed-lightOrange);
}

/******** problemSolving ********/
#problemSolving {
  background:var(--ed-darkOrange);
  color:var(--ed-white);
  padding:30px;
  padding-bottom:60px;
}

#problemSolving .heading {
  color:var(--ed-white);
}

#problemSolving .col-md-4 .fa {
  background: var(--ed-lightOrange);
  border-radius: 50%;
  color: var(--ed-white);
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}
#problemSolving .col-md-6 {
  padding-top: 5px;
  text-align:left;
}
#problemSolving .col-md-6 h3 {
  padding-top: 0px;
  margin-top:0px;
  padding-bottom: 10px;
}
#problemSolving .col-md-6 p {
  padding-bottom: 30px;
}
#problemSolving span {
  display: block;
  padding-bottom: 6px;
}
#problemSolving .progress {
  border-radius: 0;
  box-shadow: none;
  height: 6px;
}
#problemSolving .progress .progress-bar-primary {
  background: var(--ed-lightOrange);
}

/******** interact ********/
.figure {
  width:100%;
}

.cartogram {
  display:inline-block;
}

#interact {
  padding:30px;
  padding-bottom:60px;
}

#interact .col-md-4 .fa {
  background: var(--ed-lightOrange);
  border-radius: 50%;
  color: var(--ed-white);
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}
#interact .col-md-6 {
  padding-top: 5px;
  text-align:left;
}
#interact .col-md-6 h3 {
  padding-top: 0px;
  margin-top:0px;
  padding-bottom: 10px;
}
#interact .col-md-6 p {
  padding-bottom: 30px;
}
#interact span {
  display: block;
  padding-bottom: 6px;
}
#interact .progress {
  border-radius: 0;
  box-shadow: none;
  height: 6px;
}
#interact .progress .progress-bar-primary {
  background: var(--ed-lightOrange);
}


/* portfolio section */
#portfolio {
  padding-top: 100px;
  background: #f9f9f9;
  text-align: center;
  }
#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
#portfolio .col-md-4 {
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
  opacity: 0.6;
}
/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    background: var(--ed-lightOrange);
    color: var(--ed-white);
    outline: none;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

/* team section */
#team {
  text-align: left;
}
#team h3 {
  color: #202020;
  line-height: 4px;
}
#team .team-des {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* contact section */
#contact {
  background: #f9f9f9;
  text-align: center;
}
#contact .fa {
  font-size: 40px;
}
#contact form {
  padding-top: 80px;
}
#contact .form-control {
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact .form-control:focus {
  border: 2px solid #808080;
}
#contact input {
  height: 50px;
}
#contact input[type="submit"] {
  border: 2px solid #808080;
  margin-top: 18px;
  height: 54px;
}
#contact input[type="submit"]:hover {
  background: #808080;
  color: var(--ed-white);
}
#contact textarea {
  height: 170px;
}
.contact-info-box h3 { font-size: 16px; }

/* footer section */
footer {
  background: url('../images/footer-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.social-icon {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.social-icon li a {
  border-radius: 50%;
  color: #var(--ed-gray300);
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  margin-right: 10px;
}
.social-icon li a:hover {
  background: var(--ed-lightOrange);
}

/* copyright section */
#copyright {
  background: var(--ed-black);
  color: var(--ed-white);
  padding-top: 20px;
  padding-bottom: 20px;
}
#copyright p {
  padding-top: 20px;
}
#copyright a {
	color: var(--ed-white);
}
#copyright a:hover {
	color: var(--ed-lightOrange);
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
#copyright .fa {
  background: #383838;
  color: var(--ed-white);
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease-in-out;
}
#copyright .fa:hover {
  background: var(--ed-lightOrange);
  color: var(--ed-black);
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    
}

@media ( max-width: 980px ) {
  .custom-navbar .navbar-brand {
    font-size: 24px;
  }
  #about img {
    padding-top: 40px;
  }
  #contact form {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-info-box { margin-bottom: 20px; }
  .contact-info-box:last-child { margin-bottom: 0; }
}

@media (max-width: 450px) {
  .heading {
    font-size: 40px;
  }
  #about .col-md-4 .fa {
    margin-top: 32px;
  }
  #contact h3 {
    font-size: 16px;
    padding-bottom: 40px;
  }
}