body{
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
  background: #F9F9F9;
}

article{
 
  margin-bottom: 30px;
  
}

label{
  font-weight: normal;
}

section{
  background: #fff;
}

section.dark{
  background: transparent;
}

section .container{
  padding: 90px 0;
}

section p{
      font-size: 17px;
    color: #525C6D;
    font-weight: 400;
    line-height: 1.7;
}

section h3{
  margin-bottom: 25px;
}


pre{
  background:#F7F7F7;
  padding: 15px;
}

p{
  font-size: 15px;
  font-weight: 400;
  color: #212A34;
  padding: 0px 0px 20px 0px;
}

a{
  color: #26D381;
}

a:hover, a:focus{
  color: #161F32;
}

h3{
  color: #26D381;
  font-size: 30px;
  font-weight: 300;
}

.main{
  margin-top: 40px;
}

.top-bar{
  background: #19212a;
  color: #C7D0D8;
  padding: 10px;
  font-size: 13px;
}

.top-bar p {
  margin:0;
  padding: 0;
  font-size: 12px
}

.nav-top {
  list-style: none;
  margin-bottom: 0;
}

.nav-top li{
  display: inline-block;
  margin-left: 10px;
}

.nav-top li a {
  text-decoration: none;
  color: #A4A4A4;
}

.navbar{
  margin-bottom: 0;
}

.navbar-nav li a{
  border: 0 solid transparent;
 
  border-bottom:2px solid transparent;
   padding: 19px 28px;
    border-left: 1px solid #19212a;
    border-right: 1px solid #19212a;
    border-bottom: 2px solid transparent;
}

.navbar-fixed-top .navbar-nav li a{
  line-height: 28px;
}


.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover{
  background: #fff;
  border-color: #fff;
}

.navbar-nav li a:hover,
.navbar-nav li a.active,
.navbar-nav li a:focus{
  border-bottom: 2px solid #26D381;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #26D381;
  background-color: #212a34;
  border-left: 1px solid #19212a;
  border-right: 1px solid #19212a;
}

.dropdown-menu {
    border-top: 3px solid #26D381;
    font-size: 13px;
    background-color: #212a34;
    border-radius: 0px;
}

.dropdown-menu > li > a {
    padding: 13px 35px;
    color: #A4A4A4;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
  background: transparent;
  color: #26D381;
  border-bottom: 2px solid transparent;
}



.navbar-default {
  background-color: #212a34;
  min-height: 58px;
  border-radius: 0;
  border-width: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #26D381;
    margin-bottom: -3px;
    border-bottom: 3px solid #26D381;
}

.navbar-default .navbar-nav > li > a{
  font-size: 15px;
  color: #a4a4a4;
}

.navbar-toggle{
  margin-top: 30px;
}

.navbar-fixed-top{
  min-height: 60px;
}
.navbar-collapse .navbar-nav{
  position: relative;
  z-index: 100;
}

.navbar-fixed-top ul li{
  margin-top: 0px;
}

.navbar-fixed-top .navbar-toggle{
  margin-top: 8px;
}

.navbar-brand{
  padding: 8px 15px;
}

.navbar-fixed-top .navbar-nav{
  margin-top: 6px;
}

.navbar-fixed-top .navbar-nav > li > a{
  padding: 12px 15px;
}

.nav-top li a.twitter:hover{
  color: #2CA9E1;
}

.nav-top li a.behance:hover{
  color: #5383E9;
}

.nav-top li a.pinterest:hover{
  color: #bd081c;
}

.nav-top li a.rss:hover{
  color: #ff6600;
}

.nav-top li a.dribbble:hover{
  color: #FF7100;
}

.nextprev-nav a{
  overflow: hidden;
  width: 40px;
  height: 120px;
  background-color: #D1D1D1;
  -webkit-transition: width 0.4s, background-color 0.4s;
  transition: width 0.4s, background-color 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  position: fixed;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nextprev-nav a i{
  position: absolute;
  z-index: 100;
  padding: 50px 10px;
  width: 40px;
}

.nextprev-nav div {
  position: absolute;
  top: 0;
  padding: 0 50px;
  width: 450px;
  height: 100%;
}

.nextprev-nav a:hover i{
  color: #fff;
}

.nextprev-nav a.prev div {
  left: 0;
  padding-right: 170px;
  text-align: right;
}

.nextprev-nav a.next div {
  right: 0;
  padding-left: 170px;
}

.nextprev-nav a span{
  display: none;
}

.nextprev-nav a.prev{
  left: 0;
}

.nextprev-nav a.next{
  right: 0;
}

.nextprev-nav a.next i{
  right: 0;
}

.nextprev-nav h3 {
  position: relative;
  margin: 0;
  padding: 20px 0;
  color: #fff;
  font-weight: 300;
  font-size: 1.45em;
  line-height: 1.2;
}

.nextprev-nav img {
  position: absolute;
  top: 10px;
  height: 100px;
}

.nextprev-nav a.prev img {
  right: 10px;
}

.nextprev-nav a.next img {
  left: 10px;
}
.nextprev-nav a:hover{
  width: 450px;
  background-color: #26D381;
}

.title-bar{
  margin-bottom: 20px;
}

.title-bar h1{
  margin-bottom: 0;
}

.title-bar span{
 color: #787878;
}

.product-item {
  margin-bottom: 50px;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  margin-bottom: 30px;
}

.product-item:hover{
  text-decoration: none;
}

.product-item:hover h2{
  color: #26D381;
}

.product-item h2{
  font-size: 17px;
  font-weight: bold;
  color: #333;
  height: 33px;
}

.product-item p{
  height: 50px;
  overflow: hidden;
  color: #787878;
}

.product-item .desc{
  padding: 10px;
}

.product-item .image{
  position: relative;
  overflow: hidden;
}

.product-item .image .mask{
  visibility: hidden;
  overflow: hidden;
  position: absolute;
}

.product-item .image  ul.mask{
  color: #fff;
  list-style: none;
  padding: 5px 20px 5px 0;

}

.product-item .image  ul.mask li{
  float: left;
  margin-left: 10px;
}

.product-item:hover .image .mask{
  visibility: visible;
  display: block;
  bottom: 0;
  left: 10px;
  border-radius: 5px;
  background: rgba(22,31,50, 0.5);;
  transition: all 0.5s;
}

.title{
  margin-bottom: 50px;
}

.title-row{
  margin-bottom: 20px;
}

.images{
  width: 100%;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.images img {
  display: block;
}

.file-info ul{
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.file-info ul li{
  line-height: 1.5em;
  font-weight: bold;
  color: #706868;
}

.file-info ul li span{
 font-weight: normal;
}

.meta,
.share-box{
  margin-bottom: 30px;
}


/*******
Download box
*******/
.download-box{
  background: #fafafa;
  margin-top:40px; 
  padding: 15px;
}

.download-box .info-box h1{
  margin: 0;
  font-size: 27px;
  margin-bottom: 8px;
  font-weight: lighter;
}

.download-box .info-box h3{
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
}

.download-box .info-box .socialbox{
  margin-top:35px;
  margin-bottom:15px;
}
.download-donation{
  border-left: 1px solid #E0E0E0;
  padding-left: 15px;
}

.download-donation table{
  text-align: center;
  width: 100%;
  margin-top: 25px;
}

.download-donation label{
  font-weight: normal;
  display: block;
}

.download-donation select{
  padding: 4px;
  margin-bottom: 20px;
  text-align: right;
}

fieldset.or{
  position: relative;
  border-bottom: 1px solid #fafafa;
  border-top:1px solid #d6d6d6;
  margin: 25px 0;
}

fieldset.or legend{
  position: absolute;
  background: #fff;
  width: 40px;
  text-align: center;
  top: -10px;
  left: 50%;
  margin-left: -20px;
  border:0;
  font-size: 14px;
}

.publication-post{
  padding: 40px 0;
  line-height: 1.6;
  font-size: 16px;
}

.hire-us-baner{
  padding: 20px;
  margin-top:40px;
  margin-bottom: 40px;
  background: #fafafa;
}

.newsletter{
  position: relative;

}
.newsletter:before,
.newsletter:after{
  left: 0;
  right: 0;
}

.newsletter:before,
.newsltr:before{
  top:0;
}

.newsletter:after,
.newsltr:after{
  bottom:0;
}

.donation-title{
  font-weight: bold;
}

.similar{
  padding-bottom: 20px;
  border-bottom: 1px solid #DADADA;
}

.box{
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
}

.box h3{
  color: #212A34;
  font-size: 20px;
  font-weight: 500;
  padding-top: 13px;
  margin: 0px;
  text-transform: uppercase;
}
.box h3:after{
  background-color: #161F32;
  display: block;
  width: 90px;
  height: 1px;
  margin: 15px 0px 30px 0px;
  content: " "
}

.box .content{
  margin: 10px 0;
  color: #787878;
}

.preview-box {
  margin-bottom: 20px;
  padding: 10px;
  background: #FAFAFA;
  border-bottom:3px solid #CDCDCD;
}

.preview-box img{
  float: left;
  width: 90px;
  height: 80px;
  margin-right: 17px;
}

.preview-box span{
  font-weight: bold;

}

.preview-box .actions{
  margin-top:10px;
}

.form-email{
  width: 226px;
}

.form-email input{
  background-color: #fafafa;
  width: 100% !important;
}

.big-social{
  list-style: none;
  text-align: center;
  margin:0;
  padding:0;
}

.big-social > li{
  display: inline-block;

}

.big-social > li > a{
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
}

.big-social > li > a.facebook,
.btn-facebook {
  background: #36609E;
  color: #fff;
}

.big-social > li > a.twitter{
  background: #2CA9E1;
}

.big-social > li > a.dribbble{
  background: #EE558E;
}

.big-social > li > a.behance{
  background: #5383E9;
}

.big-social > li > a.pinterest{
  background: #bd081c;
}

.big-social > li > a.rss{
  background: #FF7100;
}

.big-social > li > a:hover{
  -webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
  transition: all 0.5s;
}

.big-social > li > a.facebook:hover{
  background: #3E73C2;
}

.big-social > li > a.twitter:hover{
  background: #32BCFA;
}

.big-social > li > a.dribbble:hover{
  background: #FF5C99;
}

.big-social > li > a.behance:hover{
  background: #588DFC;
}

.big-social > li > a.pinterest:hover{
  background: #D6091F;
}

.big-social > li > a.rss:hover{
  background: #FF8829;
}

.buttons .btn{
  width: 100%;
}

.shadow{
  -moz-box-shadow:    3px 0px 10px 3px #ccc;
  -webkit-box-shadow: 3px 0px 10px 3px #ccc;
  box-shadow:         3px 0px 10px 3px #ccc;
}

.btn{
  border-radius: 0;
  color:#fff;
  text-transform: uppercase;
  transition: all 0.3s;
}

.btn:hover{
  color:#fff;
}

.btn-primary{
  background-color: #26D381;
  border-color: #26D381;
}

.btn-primary:hover, .btn-primary:focus{
  background: #fff;
  color: #161F32;
  border-color: #26D381;
}

.btn-default{
  background-color: #fff;
  border-color: #26D381;
  border-width: 1px;
  color: #26D381;
}

.btn-default:hover{
  background: #fff;
  color: #161F32; 
}

.btn-facebook {
  background: #2b4170;
}

.btn-facebook:hover, .btn-facebook:focus{
  background: #3b5998;
}

.btn-pinterest{
  background: #a0171c;
}

.btn-pinterest:hover, .btn-pinterest:focus{
  background: #cb2027;
}

.btn-gplus{
  background: #d34836;
}

.btn-gplus:hover{
  background: #e64522;
}

.btn-twitter {
  background: #0081ce;
}

.btn-twitter:hover {
  background: #00aced;
}

.btn-submit{
  color:#26D381;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: none;
}

.btn-cancel, .btn-cancel:hover{
  color:#ccc;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: none;
}

.btn-submit:hover, .btn-submit:focus{
  color:#0da05a;
  text-decoration: none;
}

.buttons{
  padding: 20px;
}

.big-title {
  min-height: 170px;
  background-image: url('../img/about.jpg');
  background-size: cover;
  border-bottom: 3px solid #26D381;
}

.about {
  text-align: center;
}
.about p {
  color:#fff;
  font-weight: 300;
  font-size: 20px;
}
.about h1 {
  padding-top: 50px;
  font-weight: 500;
  color: #26D381;
}

.post img{
  margin-bottom: 20px
}

.post-item-ads{
  text-align: center;
}

.post-item{
  margin-bottom: 20px;
}

.socialbox{
  margin-top: 15px;
  margin-left: 0px;
  padding-left: 0px;
  display: block;
  list-style: none;
}

.socialbox li {
  float: left;
  margin: 0 2px;
}

.socialbox li:first-child{
margin: 0;
}

.socialbox span:first-child{
  margin: 0;
}

.similar-item {
 background-color: #F9F9F9;
}

.similar-item .thumbnail{
  padding:0px;
}

.similar-item a {
  color: #161F32;
}

.similar-item a:hover, .similar-item a:focus{
  color: #26D381;
}

.similar-item h5{
  padding: 20px 10px;
  height: 72px;
    margin: 0px;
    font-size: 15px;
    text-align: center;
}
.form-group{
  margin-bottom: 30px;
}

.donation-modal h2{
color: #212A34;

}

.modal-content{
  border-radius: 0;
  border: 20px solid #212A34;
}

.modal-body{
  text-align: center;
}

.form-control{
  height: 42px;
  color: #212A34;
  background-color: #fff;
  border: 1px solid #212A34;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus{
  border-color: #26D381;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.snd-success{
  text-align: center;
  display: none;
}

.snd-success i{
  font-size: 25px; 
}

.md{
  font-size: 18px;
}

.nav-products{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.nav-products li img{
  width: 90px;
  height: 65px;
  float: left;
  margin-right: 18px;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  opacity: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.nav-products li span{
 padding: 0;
 font-size: 14px;
 margin-top: 1px;
 margin-bottom: 7px;
 font-weight: bold;

}
.nav-products li a{
  font-size: 14px;
  vertical-align: top;
  color: #333;
}

.nav-products li{
  padding: 5px 5px 5px 0;
  float: left;
}

.nav-products li a:hover,
.nav-products li a:focus{
  text-decoration: none;
  color: #26D381;
}

.thumbnail{
  background-color: transparent;
  border: none;
}
.thumbnail img{
  margin-bottom: 5px;
}
.thumbnail strong{
  color:#333;
}

.thumbnail:hover, .thumbnail:focus{
 text-decoration: blink;
 border: none;
}

.thumbnail:hover strong, .thumbnail:focus strong{
  color:#4C8EFB;
}

.thumbnail:hover img{
  opacity: 0.7;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.donation-form{
  margin:0 auto;
  margin-top: 50px;
  text-align: center;
  width: 320px;
  background: #fafafa;
  border-radius: 4px;
  border:1px solid #E8E8E8;
  padding: 40px;

}

.donation-form table{
  margin:0 auto;
}

.donation-form select{
  padding: 10px 20px; 
  border-radius: 3px;
  border: 1px solid #E8E8E8;
  margin-bottom: 20px;
  margin-top: 5px;
}

.main-box,
.side-bar{
  float: right;
}
/*
DOCUMENTATION
*/

.articles-list{
  background: #fff;
}

.articles-list ul{
  list-style: none;
  padding: 0;
}

.articles-list ul li{
  border-bottom: 1px solid #ddd;
}

.articles-list ul li a{
  display: block;
}

.may, .may-not{
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
}
.may{
  background-color: #26D381;
}

.may-not{
  background-color: #FF3822;
}

.list-license {
 list-style: none;
  padding: 0;
}

.list-license li{
  margin-bottom: 20px;
}

.list-license li::before {
  content: "•";
  color: #26D381;
  padding-right: 20px
}

.not-may-list li::before{
  color: #FF3822;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


footer{
  background-color: #212a34;
  min-height: 250px;
}

footer a:hover{
  color: #fff;
}

footer .btn-lg{
  padding: 15px 21px;
}


footer p{
  font-size: 13px;
  color: #999999;
  padding: 18px 25px 18px 25px;
  margin: 0px;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer li {
  display: inline-block;
  height: 55px;
  padding: 0;
  margin: 0;
}

footer li a{
  color: #999999;
  display: block;
  padding: 18px 25px 18px 25px;
 
}

footer li a:hover,
footer li a:focus{
  color: #26D381;
  text-decoration: none;
}

footer .social li a{
  color: #fff;
  
}

footer .social li a:hover {
    background-color: #26D381;
}

footer .footer-row{
  border-bottom: 1px solid #4D555D;
 
}

/*********************
RESPONSIVE
*********************/
.ads-box{
  text-align:center;
  display:block;
  width:100%; 
  height:300px;
  background: #fff;
  margin-bottom: 20px;
  padding-top:10px;
}

.top-product-ad{
  background: #F4F3F4;
  background-image: url('../img/ads-bg.png');
  margin-top:10px;
  margin-top:-5px;
  padding:15px 0 5px 0;
}

.ads-box.darker{
  background: #D1D1D1;
  background-image: url('../img/ads-bg.png');
}

.ads-products{
  height: 400px;
  padding-top:0;
}

.gb-dp-second,
.graphberry-view-content,
.gb-dp-main,
.gb-blog-post-first,
.graphberry-right-first { 
  width: 336px; 
  height: 280px; 
}

.graphberry-right-2,
.gb-download-botton,
.gb-items-bottom,
.graphberry-cat-top { 
  width: 768px; 
  height: 90px; 
}



@media screen and (min-width: 520px) and (max-width: 767px) {
  .navbar-nav{
    margin-top: 0;
  }

  .product-item p{
   height: auto;
 }

 .product-item .desc{
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-height: none;
  display: block;
}

.product-item:hover .desc{
  opacity: 1;
  background: #fff;
}

.product-item:hover .image .mask{
  display: none;
}
}

@media screen and (min-width: 768px) and (max-width: 1199px){

  .graphberry-right-first { 
    width: 250px; 
    height: 250px;
  }

  .newsltr .text-center{
    margin-top: 0;
  }

  .graphberry-view-content{
    width: 300px;
    height: 250px;
  }

  .form-email{
    width:100%;
    margin-bottom: 10px;
  }

  .box .form-group{
    text-align: center;
  }
}

@media screen (min-width: 500px) and (max-width: 750px){
  .graphberry-right-2,
  .gb-items-bottom{
    width: 468px;
    height: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width:991px){
  .graphberry-view-content{
    width: 720px;
    height: 90px;
  }
  
  .ads{
    text-align: center;
  }
}

@media screen and (min-width: 600px) and (max-width:991px){
  .btn-download{
    display: inline-block;
    width: 49%;
    margin-top: 0 !important;
  }

  .btn-download:last-child{
    float: right;
  }

  .btn-download:first-child{
    float: left;
  }
}

@media screen and (min-width: 513px) and (max-width:767px){
  .graphberry-view-content{
    width: 468px;
    height: 60px;
  }

  .ads{
    text-align: center;
  }
}

@media screen and (max-width: 768px){
  .newsltr{
    height: auto;
    margin-top:20px;
  }
  .graphberry-right-2{
    width: 468px;
    height: 60px;
  }

  .ads-products{
    height: auto;
  }
}

@media screen and (max-width: 790px){
  .gb-dp-second,
  .gb-download-botton,
  .gb-dp-main,
  .gb-items-bottom{
    width: 336px;
    height: 300px;
  }

  .navbar-nav li a{
    line-height: 28px;
  }

  .graphberry-cat-top {
    width: 468px;
    height: 60px;
  }

  .nextprev-nav{
    display: none;
  }
}

@media screen and (max-width: 500px){
 .graphberry-cat-top,
 .graphberry-right-2 {
  width: 320px;
  height: 100px;
}
}

@media screen and (max-width: 380px){
  .gb-dp-second,
  .gb-download-botton,
  .gb-dp-main,
  .gb-items-bottom{
    width: 300px;
    height: 250px;
  }

  .navbar-brand img {
    width: 150px;
    margin-top: 11px;
  }

  .navbar-fixed-top .navbar-brand img {
    margin-top: 2px;
  }

}

@media screen and (max-width: 519px){
  .col-xs-6{
    width: 100%;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 358px;
  }
}