header{
	background:#081a46 url(../../img/top_bkg.png) no-repeat;
	background-position:center;
	height:207px;
	width:100%;
}
header .navbar-brand{
	padding:0;
  height: auto;
}
.navbar{
	background:#01163a;
	width:100%;
	height:32px;
	border:none;
	z-index: 55;
  margin-top: 9px;
  margin-bottom: 8px;
}
body{
	/*min-width:980px;*/
}
h1, .h1{
  margin-top:0;
  font-size: 30px;
}
h2, .h2{
  margin-top:0;
  font-size: 25px;
}
h3, .h3{
  font-size: 20px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ddd;
    opacity: 1;
}
.container{
	max-width:980px;
}

.header-bottom{
    position: relative;
    color: #fff;
}
.footter{
	background:#234377;
	margin-top:20px;
	border-bottom:7px solid #0164c6;
	color:#fff;
  position: relative;
}
.footter .logo-bottom{
	margin-left:-25px;
	margin-top:10px;
}
.footter .donate-btn{
  right: 10px;
  top: 10px;
}
#mainMenu{
	max-width: 980px;
    text-align: center;
    margin: 0 auto;
    background: #01163a;
}
.navbar-nav>li a:hover{
	background:#c11b27;
	color:#fff;
}
.navbar-nav>li.active a{
	background:#c11b27;
	color:#fff;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #c11b27;
    border-color: #6e89b0;
	color:#fff;
}
.dropdown-menu{
	border-radius:0px;
}
.dropdown-menu a{
	color:#fff;
	padding:5px 5px 5px 10px;
	display:block;
}
.dropdown-menu>li>a{
  color: #fff;
}

@media (min-width: 768px){
    .dropdown-item.download-price{
      display:none;
    }
  
  } 

@media (max-width: 640px){
    .dropdown-item.download-price{
      display:none;
    }
    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
        padding: 5px!important;
        line-height: 1;
    }   
  }

.left-col, .center-col{
	padding-top:25px;
}
.left-col{
	padding-left:0;
}
.right-col{
}

.left-menu a{
	color:#000;
	display:block;
	
}
.left-menu a:hover{
	text-decoration:none;
	color:#c11b27;
}
.list-group-item{
	border:none;
	font-size:16px;
	border-bottom:1px solid #bbbbbb;
	margin-bottom:0;
}
.list-group-item:first-child{
	border-bottom:none;
	padding-top:0;
}
   .panel-collapse .list-group .list-group {margin: 0;margin-top: 10px;}
      .panel-collapse .list-group-item li.list-group-item {border-bottom: 0; padding:3px; margin-left:15px; font-size:0.9em;}
      .panel-collapse .list-group-item li.list-group-item:last-child {padding-bottom: 0;}

.left-menu .list-group-item.active, .left-menu .list-group-item.active:hover, .left-menu .list-group-item.active:focus {
    z-index: 2;
    background: none;
	border:none;
}	
.left-menu .list-group-item.active a{
    color: #0395aa;
}

.shoppingcart-block{
	padding:15px;
	background:#eff5fc;
	border-left:#e4f0f8 5px solid;
}
.shoppingcart-block .shoppingcart-title{
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}
.shoppingcart-block .cart-info{
	font-size:90%;
}
.shoppingcart-description ul{
	margin:0;
	padding-left:15px;
}

.shoppingcart-block .glyphicon-shopping-cart{
	font-size: 29px;
    color: #55747a;
    position: absolute;
    right: 20px;
    top: 15px;
}
.title-color-2{
	color:#55747a;
}
.dark-blue{
	color:#0a477f;
}
.popular-block{
	padding:15px;
	background:#eff5fc;
	border-right:#e4f0f8 5px solid;
}

.popular-block h4{
	color:#014384;
}
.popular-block h3{
	color:#24558e;
}
.popular-block .descr{
	color:#5e5e5e;
}

.popular-block .popular-img{
	display:inline-block;
	border:5px solid #fff;
	width:172px;
}

/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 5px solid white;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 5px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -8px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:first-child:after, .btn-breadcrumb .btn:first-child:before{
	border:none;
}
/** The Spacing **/
.btn-breadcrumb .btn {
  padding:2px 6px 2px 12px;
}
.btn-breadcrumb .btn:first-child {
  padding:2px 2px 2px 0;
}
.btn-breadcrumb .btn:last-child {
  padding:2px 6px 2px 12px;
}

.content-info h1{
	color:#164d80;
}
.content-info .img{
	width:100%;
}
.price-row code{
	color: #000;
	font-weight:bold;
	font-size:150%;
}
.price-row.price-old{
      text-decoration: line-through;
    color: #e85102;
}
.price-row.price-old code{
  color: #777;
}
.info-description .btn{
	margin:5px 0;
}

.btn-info{
	background: #c8dbea;
	border-color:#c1c1c2;
	color:#666;
}
.btn-info:hover{
	background:#bbd2e5;
	border-color:#c1c1c2;
	color:#666;
}
span.btn{
  white-space: normal;

}
.btn, .nav>li>a.btn{
	padding:3px 8px;
  border-radius: 0;}

.btn-danger{
	background:#e3502f;
	border-color:#d4d4d4;
	color:#fff;
}
.btn-danger:hover{
	background:#c23b1e;
	border-color:#d4d4d4;
	color:#fff;
}

.btn-green{
	background:#3c763d;
	border-color:#3c763d;
	color:#f9c669;
}
.btn-green:hover{
	background:#4bb34d;
	border-color:#3c763d;
	color:#f9c669;
}

.np-paragraph-main{
	overflow:hidden;
	margin-bottom:15px;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: -1px;
    margin-bottom: -2px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    border: 1px solid #6e89b0;
    color: #fff;
}

@media (max-width: 768px){
      #lf-name{
      display:none;
    }
  } 

.list-group-item.price-download{
  background: #033161;
}
.list-group-item.price-download a{
  color:#fff;
}
.social-btn-row{
	margin-top: 15px;
  margin-bottom: 10px;
}
.card{
	margin-top: 9px;
}
.card-body{
	margin-top: 9px;
	margin-bottom: 9px;
}
.card-title {
    font-size: 90%;
}
.split-points {
    text-align: center;
    margin-bottom: 9px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 7px;
}

.close {
    float: right;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #c11b27;
    text-shadow: 0 1px 0 #fff;
    z-index: 7;
    filter: alpha(opacity=20);
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 0px solid #999;
    border: 0px solid rgba(0,0,0,0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-body {
    position: relative;
    padding: 0;
}
.dropdown-menu{
	min-width: 200px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.note {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
    padding: 10px 16px;
    overflow: hidden;
}
.ebookCart {
    position: fixed;
    bottom: 0px;
    left: 0;

    z-index: 50;
}
.glyphicon-user, span#lf-name{
  color: #f0ad4e;
}
.cart-item-block {
    margin: 10px;
    padding: 15px;
    box-shadow: 0px 0px 3px #525050 inset;
}
.cart-item-btn-row{
      text-align: center;
    margin-top: 10px;
}



.socials{top:220px;position:fixed;font-size:18px;line-height:36px;right:0;z-index:9}
.socials a{color:#24558e;height:35px;width:35px;display:block;position:relative;font-size:20px}
.socials a:hover{color:#fff!important}
.socials a span{left:30%;position:absolute;top:3%}
.socials a.facebook:hover{background-color:#3C579E}
.socials a.twitter:hover{background-color:#01BBF6}
.socials a.youtube:hover{background-color:#D62424}
.socials a.google:hover{background-color:#d64830}

.social-btn-row .btn-social-icon {
    margin: 5px 0;
    border-radius: 40px;
    border-color: #053261;
    color: #053261;
    background: no-repeat;

}

.header-bottom .social-btn-row .btn-social-icon {
    margin: 5px 0;
    border-radius: 40px;
    border-color: #ccf9fc;
    color: #8de3f0;
    border: none;
    width: 24px;
    height: 24px;
    

}
.content-info{
  padding-bottom: 50px;
}
.btn-breadcrumb{
  
   /* border-top: 1px solid;
        width: 100%;*/
    color: #6e89b0;
}
.header-bottom .social-btn-row{
  margin-bottom: 0;
  margin-top: 5px;
}

.header-bottom .btn-social-icon :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 24px;
    font-size: 1.1em;
   
}
.article-row {
    overflow: hidden;
    margin-bottom: 10px;
}
.right_random_images{
  position: relative;
}
.right_random_images .refresh_random_image {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: url(/img/cubex30.gif) no-repeat;
    
}
.article-full-text img {
    width: 100%;
}

.article-full-text img.left {
    width: 200px;
    display: inline;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.comments-block {
    margin-top: 20px;
}
.comments-block-header{
    font-size: 16px;
    border-bottom: 2px solid #e4f0f8;
    color: #ffffff;
    background: #234377;
    padding: 3px 7px;
    margin-bottom: 10px;
}
.comments-text{
    padding: 10px;
    border: 1px solid #6e89b0;
    margin-bottom: 15px;
    background: #cddef7;
    font-size: 0.9em;
    font-style: italic;
}
.comments-text-header{
  text-align: left;
  font-weight: bold;
}
.comments-text-footter{
  text-align: right;
  font-style: italic;
}
.comments-block-header .glyphicon-review {
  background: url(/img/reviewicon.png) no-repeat;
    height: 19px;
    width: 19px;
    float: right;
  }
.article-full-text a{
  text-decoration: underline;
  color: #0a477f;
}
.show-more{
      background-color: #234377;
    border-color: #234377;
    color: #fff;
}
.show-more:focus{
   color: #fff;
}
.show-more i{
  margin-right: 5px;
  transition-duration: 0.8s;
    transition-property: transform;
     animation-iteration-count: infinite;

}
.btn.show-more:hover{
  color: #fff;
}

.btn.show-more:hover i, .show-more.loading i{
     transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
#right-random-articles {
    margin-top: 30px;
}
.randImageTitle {
    background: #eff5fc;
    color: #033161;
    padding: 3px 7px;
    font-style: italic;
    margin-top: 3px;
    border-top: 5px solid #e4f0f8;
}
#randomImage {
    cursor: zoom-in;
}
#randombox{
  cursor: zoom-out;
}
#randombox .imageTitle {
    padding: 5px 7px;
}
#social-links {
    position: absolute;
    top: 40%;
        left: -17px;
}
#social-links ul{
  margin: 0;
  padding: 0;
}
#social-links ul li{
  list-style: none;
  margin: 0 3px;
}
#social-links .social-button {
    margin: 5px 0;
    border-radius: 40px;
    border-color: #013968;
    color: #013260;
    border: none;
    width: 30px;
    height: 30px;
    border: 1px solid;
    line-height: 30px;
    font-size: 1.2em;
    display: inline-block;
    text-align: center;
        background: #d6dadd;
    opacity: 0.6;
}
#social-links .social-button:hover{
  opacity: 1;
}
.random-image-descr {
    padding: 10px;
    background: #091946;
    color: #8ec4e7;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.donate-btn {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50px;
    z-index: 2;
}
.donate-btn img {
    width: 100%;
}
#donate .form-control{
  display: inline-block;
}
.ui-autocomplete {
    list-style: none;
    padding: 0;
    background: #fff;
    z-index: 9999;
    max-width: 50%;
    margin: 0;
    max-height: 300px;
    border: 1px solid #dfe1f0;
    border-top: 0 none;
    overflow-y: auto;
}
.ui-menu-item {
    position: relative;
    padding: 5px 10px;
    line-height: 20px;
    cursor: pointer;
    word-wrap: break-word;
    transition: background-color .3s ease;
}
.ui-menu-item:hover{
  background: #9db9da;
}

.ui-helper-hidden-accessible {
    display: none;
}
.ui-autocomplete-loading {
    background: url(/img/loading.gif) no-repeat right;
    background-size: 3%;
}
.modal-body-content {
    padding: 15px;
}
.modal-header {
    padding: 7px;
    background-color: #0d3d69;
    color: #fff;
}