/*
Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, i, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/*
Grid
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{
    font-family: roboto, sans-serif;
    font-weight: 300;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover,
a:visited,
a:focus {
  outline: none;
}
b {
    font-weight: 700;
}
small {
  font-size: 80%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
    .container{
        max-width: 1010px;        
        margin: 0 auto;
    }
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-3, .col-md-3, .col-md-4, .col-lg-3, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-9, .col-lg-9, .col-xs-12, .col-sm-12  {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-2, .col-xs-3, .col-xs-9, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-6 {
    float:left;
    width: 50%;
}
.col-xs-3 {
    width: 25%;
}
@media (min-width: 544px) {
  .col-sm-6, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 768px){
    .col-md-2 {
        float: left;
        width: 16.66666667%;
    }
    .col-md-3 {
        float: left;
        width: 25%;
    }
    .col-md-4 {
        float: left;
        width: 33.3333%;
    }
    .col-md-6 {
        float: left;
        width: 50%;
    }
    .col-md-9 {
        width: 75%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-lg-3{
        float: left;
        width: 25%;
    }
   .col-lg-6 {
    float: left;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-9{
      float: left;
      width: 75%;
  }
}
/*
Floats & Clearfix
*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/*
Body
*/
.background-container {
    background: #151D2F;
}
.lead-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}
/*
Header
*/
.hamburger,
.lightbox,
.lightboxOverlay,
.logo1,
.logo2 {
    position: absolute;
}
.logo {
    margin-bottom: 30px;
}
.logo1 {
    max-width: 60px;
    left: -10px;
}
.logo2 {
    max-width: 180px;
    left: 53px;
    top: 5px;

}
@media screen and (min-width: 768px) {
    .logo {
        display: block;
        max-width: 270px;
        margin: 0 auto;
    }
    .logo1 {
        position: relative;
        display: inline-block;
        left: 0;
        -webkit-animation: spin 20s linear infinite;
        -moz-animation: spin 20s linear infinite;
        animation: spin 20s linear infinite
    }
    @-moz-keyframes spin {
        100% {
            -moz-transform: rotate(360deg)
        }
    }
    @-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(360deg)
        }
    }
    @keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }
    .logo2 {
        position: relative;
        left: 0;
        top: -5px;
    }
}
.header {
    width: 100%;
    top: 0;
    height: 80px;
    max-width: 999px;
    position: relative;
    display: block;
    margin: 0 auto;
}
.social-media {
    display: none
}
@media screen and (min-width: 992px) {
    .social-media {
        display: block
    }
    .background-container {
        padding-bottom: 20px;
    }
}
/*Navigation*/
.myMenu {
    width: 100%;
    max-width: 767px;
    top: 0;
    border-radius: 0;
    padding-right: 0;
    height: 0;
    margin: 0 auto
}
.myMenu li {
    width: 100%;
    height: 40px;
    border-radius: 0;
}
.myMenu li a {
    display: block;
    padding-top: 12px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #bbb;
}
.hamburger {
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 10px 15px
}
.line {
    border-bottom: 4px solid #fff;
    width: 35px;
    margin-bottom: 6px
}
.line:last-child {
    margin-bottom: 0
}
.myMenu li a:hover {
    background: #636771;
    border-radius: 0;
    color: #fff;
    width: 100%;
    height: 100%;
}
.borders {
    position: relative;
    z-index: 1;
    background: #151d2f;
    height: 0;
    overflow: hidden;
    transition: height .3s linear;
    margin-left: -15px;
    margin-right: -15px
}
.active-selection {
    background: #636771;
    text-shadow: 0 0 10px #fff
}
.open {
    height: 240px
}
@media screen and (min-width: 992px) {
    .hamburger {
        display: none;
    }
    .myMenu {
        height: 45px;
        max-width: 949px;
    }
    .borders {        
        position: relative;
        background: #101625;
        box-shadow: 0px 2px 5px #1e2842;
        box-shadow: 0px 0px 10px 4px #293044;
        height: 48px;
    }
    .myMenu li {
        display: inline-block;
        list-style: none;
        width: 161px;
        height: 43px;
        text-align: center;
        margin-bottom: 2px;
        margin-left: 10px;
        margin-top: 2px
    }
    .myMenu li:hover {
        background: 0 0
    }
    .myMenu li a {     
        border-bottom: none;
        font-weight: 300;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
    }
    .border-left {
        position: relative;
        left: -10px;
        top: 0;
        margin-right: -12px;
        padding-left: 2px;
        border-left: 1px solid #636771;
    }
    .border-left:first-of-type  {
        border-left: none;
    }
    .myMenu li a:hover {
        text-shadow: 0 0 10px #fff;
        position: relative;
    }
}
/* Mid Section */
.btn{
    display:block;
    width: 130px;
    height: 50px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    border: 1px solid #063d00;    
    border-radius: 3px;
    padding-top: 20px;
    margin: 20px auto;
    width: 250px;
    height: 60px;
    font-size: 20px;
    background-color: #EF870C;
    background-image: -moz-linear-gradient(top,#EF870C,#D4790E);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#EF870C),to(#D4790E));
    background-image: -webkit-linear-gradient(top, #EF870C, #D4790E);
    background-image: -o-linear-gradient(top,#EF870C,#D4790E);
    background-image: linear-gradient(to bottom,#EF870C,#D4790E);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12aa00',endColorstr='#ff0f8e00',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color: #D97B0E #EB850D #96560B;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-color: #714006;
    -webkit-box-shadow: inset 0 1px 0 #ffc824,inset -1px 0 0 #ef870c,inset 0 -1px 0 #ef870c,inset 1px 0 0 #ef870c,0 1px 2px -1px rgba(0,0,0,.85);
    -moz-box-shadow: inset 0 1px 0 #ffc824,inset -1px 0 0 #ef870c,inset 0 -1px 0 #ef870c,inset 1px 0 0 #ef870c,0 1px 2px -1px rgba(0,0,0,.85);
    box-shadow: inset 0 1px 0 #ffc824,inset -1px 0 0 #ef870c,inset 0 -1px 0 #ef870c,inset 1px 0 0 #ef870c,0 1px 2px -1px rgba(0,0,0,.85);
}
.btn:hover{
    background-color: #ef9020;
    background-image: -moz-linear-gradient(top,#FD9923, #E28210);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#FD9923),to(#E28210));
    background-image: -webkit-linear-gradient(top, #FD9923, #E28210);
    background-image: -o-linear-gradient(top,#FD9923, #E28210);
    background-image: linear-gradient(to bottom, #FD9923, #E28210);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12aa00',endColorstr='#ff0f8e00',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        border-color: #D97B0E #EB850D #96560B;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-color: #714006;
    -webkit-box-shadow: inset 0 1px 0 #ffc824,inset -1px 0 0 #ef870c,inset 0 -1px 0 #ef870c,inset 1px 0 0 #ef870c,0 1px 2px -1px rgba(0,0,0,.85);
    -moz-box-shadow: inset 0 1px 0 #ffc824,inset -1px 0 0 #ef870c,inset 0 -1px 0 #ef870c,inset 1px 0 0 #ef870c,0 1px 2px -1px rgba(0,0,0,.85);
    box-shadow: inset 0 1px 0 #ffc824,inset -1px 0 0 #ef870c,inset 0 -1px 0 #ef870c,inset 1px 0 0 #ef870c,0 1px 2px -1px rgba(0,0,0,.85);
}
.btn2 {
    background-color: #119f00;
    background-image: -moz-linear-gradient(top,#12aa00,#0f8e00);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#12aa00),to(#0f8e00));
    background-image: -webkit-linear-gradient(top,#12aa00,#0f8e00);
    background-image: -o-linear-gradient(top,#12aa00,#0f8e00);
    background-image: linear-gradient(to bottom,#12aa00,#0f8e00);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12aa00',endColorstr='#ff0f8e00',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color: #0f8e00 #0f8e00 #074200;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-color: #063d00;
    -webkit-box-shadow: inset 0 1px 0 rgba(33,221,0,1),inset -1px 0 0 rgba(19,172,0,1),inset 0 -1px 0 rgba(19,172,0,1),inset 1px 0 0 rgba(19,172,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    -moz-box-shadow: inset 0 1px 0 rgba(33,221,0,1),inset -1px 0 0 rgba(19,172,0,1),inset 0 -1px 0 rgba(19,172,0,1),inset 1px 0 0 rgba(19,172,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    box-shadow: inset 0 1px 0 rgba(33,221,0,1),inset -1px 0 0 rgba(19,172,0,1),inset 0 -1px 0 rgba(19,172,0,1),inset 1px 0 0 rgba(19,172,0,1),0 1px 2px -1px rgba(0,0,0,.85);
}
.btn2:hover{
    background-color: #19a808;
    background-image: -moz-linear-gradient(top,#1baf09,#179d07);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#1baf09),to(#179d07));
    background-image: -webkit-linear-gradient(top,#1baf09,#179d07);
    background-image: -o-linear-gradient(top,#1baf09,#179d07);
    background-image: linear-gradient(to bottom,#1baf09,#179d07);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1baf09',endColorstr='#ff179d07',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 rgba(49,222,16,1),inset -1px 0 0 rgba(18,160,0,1),inset 0 -1px 0 rgba(18,160,0,1),inset 1px 0 0 rgba(18,160,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    -moz-box-shadow: inset 0 1px 0 rgba(49,222,16,1),inset -1px 0 0 rgba(18,160,0,1),inset 0 -1px 0 rgba(18,160,0,1),inset 1px 0 0 rgba(18,160,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    box-shadow: inset 0 1px 0 rgba(49,222,16,1),inset -1px 0 0 rgba(18,160,0,1),inset 0 -1px 0 rgba(18,160,0,1),inset 1px 0 0 rgba(18,160,0,1),0 1px 2px -1px rgba(0,0,0,.85);
}
/*Footer*/
footer {     
    background-color: #41424E;
    color: #fff;
    padding-top: 10px;
}
.footer-container {
    max-width: 768px;
    position: relative;
    margin: 0 auto
}
.small-container{
    margin-top: 20px;
    text-align: center;
}
.small-container a{
    color: #fff;
}
.small-container a:focus,
.small-container a:hover,
.small-container a:visited,
footer li a:hover {
    text-decoration: underline
}
.footer-list img {
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-top: -0.30em;
    margin-right: 10px;
    float: left;
}
.list-title {
    font-size: 19px;
    font-weight: 700;
}
.footer-list a img {
    border: none;
}
.footer-list {
    display: block;
    position: relative;
    margin: 0 auto;
}
.ul-wrapper {
    max-width: 250px;
    position: relative;
}
.ul-wrapper ul {
    text-align: left;
}
.ul2 {
    margin-bottom: 50px;
}
footer li {
    margin-top: 20px;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}
footer li a {
    color:#fff;
    font-size: 14px;
    font-weight: 300;
    height: 14px;
    width: 100%;
    display: block;
}
.small-container {
    margin-top: 30px;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .footer-container {
        max-width: 992px;
    }
}
/*
Sticky footer
*/
* {
margin: 0;
}
html, body {
height: 100%;
}
.container-big {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -395px;
}
.footer, .push {
    height: 395px;
}
@media screen and (min-width: 768px) {
    .container-big {
        margin: 0 auto -235px;
    }
    .footer, .push {
        height: 235px
    }
}
/*Cookies*/
#impliedsubmit{
    color: #fff;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 16px;
    width: 80px;
    height: 40px;
    border: none;
    border-radius: 3px;
    background: #87b52b;
    background-image: -webkit-linear-gradient(to top,#87b52b,#96c930);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #96c930);
    background-image: linear-gradient(to top,#87b52b,#96c930);
}
#impliedsubmit:hover{
    background: #a2d934;
    background-image: -webkit-linear-gradient(to top,#87b52b,#a2d934);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #a2d934);
    background-image: linear-gradient(to top,#87b52b,#a2d934)
}
#cookiesdirective { 
    min-height: 81px !important;
}
#cookiesdirective div {
    display: inline-block;
}
.button, .button2 {  
    display:inline-block;
    width: 130px;
    height: 50px;
    font-size: 17px;
    text-align: center;
    padding-top: 17px;
    color: #fff;  
    border-radius: 3px;
    background: #87b52b;
    background-image: -webkit-linear-gradient(to top,#87b52b,#96c930);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #96c930);
    background-image: linear-gradient(to top,#87b52b,#96c930);
}
.button:hover, .button2:hover { 
    background: #a2d934;
    background-image: -webkit-linear-gradient(to top,#87b52b,#a2d934);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #a2d934);
    background-image: linear-gradient(to top,#87b52b,#a2d934);
}
.link {
    color: #000;
    text-decoration: underline;
}
.thin-link {
    font-weight: 300;
}
/*ad block enabled*/
.ad-block-enabled img {
    position: absolute;
}
.ad-block-enabled {
    width: 100%;
    min-height: 90px;
    max-height: 100%;
    max-width: 630px;
    display: none;
    background: #f2f2f2;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 auto;
}
.ad-block-enabled p {
    display: block;
    margin-left: 100px;
    margin-top: 9px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
/*Thank you page*/
.thankyou{
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}
.h1, .paragraph{
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}
.h1 {
    font-size: 1.5em;
    margin-top:70px;
    margin-bottom: 50px;
}
.email {
    margin-top: 15px;
    font-weight: 700;
    text-decoration: underline;
}
/*Chestii vechi*/
h2 {
  font-weight: bold;
  font-size:25px;
}
.listno  {
  list-style-type:decimal;
}
.listdisc {
  list-style-type:disc;
  padding-left: 20px;
}
.custom-sb {
    display: block;
    width: 100%;
    height: 100px;
    max-width: 670px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background: #ebebeb;
    box-shadow: 0 2px 6px #ccc;
    padding: 10px;
}
input[type=button], input[type=submit], .search-form .art-button {
    color: #fff;
    border: none;
    margin-top: 10px;
    width: 150px;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    line-height: 0;
    padding: 6px;
    position: relative;
    display: block;
    background: #101625;
    border: 1px solid #151d2f;  
}
input[type=button]:hover, input[type=submit]:hover, .search-form .art-button:hover {
    background: #242b3e;
}
input[type=radio] {
    display: inline;
    height: 13px;
    width:20px;
}
label {
    display: block;
}
.res-search {
    width: 100%;
}
.search, .search-rez {
    width: 100%;
    max-width: 1010px;
    display: block;
    border: 1px solid #ccc;
    background: #ebebeb;
    box-shadow: 0 2px 6px #ccc;
    margin-bottom: 25px;
}
.search li, .search-rez li {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.search-li {
    float: right;
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #333;
}
.search li a, .search-rez li a, .table a {
    display: block;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #ebebeb;
}
.search li a:hover, .search-rez li a:hover, .table a:hover {
    background: #fff;
    color: #242b3e;
    border: 1px solid #ccc;
}
a.updates-link {
    display: inline-block;
}
.search-form input, .search-form select, input{
    display: block;
    width: 100%;
    max-width: 500px;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.search-form select {
    max-width: 155px;
    display: inline-block;
}
.search-form input:focus, .search-form select:focus, input:focus {
    border-color: #101625;
    outline: 0;
}
a {
    font-weight: 500;
    color: #101625;
}
.pagination {
    display: block;
    text-align: center;
}
.pagination a {
    color: #000;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    border: 1px solid #000;
    padding: 3px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}
.pagination a:hover {
    color: #fff;
    background: #242b3e;
    border: 1px solid #151d2f;
}
/*
Modal
*/
.modal-open {
    overflow-y: scroll;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {   
    padding-top: 20px;
    position: relative;
    width: auto;
    margin: 10px;
    margin-top: 50px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border-radius: 6px;
    -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-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.8;
}
.modal-body{
    border-radius: 6px;
}
.modal-header .close {
    margin: 5px;
}
.close {
    float: right;
}
.close:hover,
.close:focus {
    color: #000000;
    cursor: pointer;
    opacity: 0.8;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 544px){
    .modal {
        top: 100px;
    }
}
.modal-body {
    position: relative;
    padding: 15px;
    margin-top: 50px;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 750px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }   
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.block-card{
    background: #fff;  
    text-align: center; 
    padding-bottom: 25px;
}
.block-card > p {
    z-index: 999;
    color: #000;
    font-size: 17px;
}
@media screen and (max-width: 767px){
    .block-card, .block-card:first-child, .block-card:last-child {
        margin-left: 0;
        margin-right: 0;
    }        
}
.promo-band {
    height: 50px;
    background-color: #0450c1;
    padding-top: 16px;
}
.promo-band p {
    color: #fff;
}
.button-big {
    width: 225px;
}
.button2 {
    border: 1px solid #714006; 
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-color: #714006;
    background-color: #EF870C;
    background-image: -moz-linear-gradient(top,#EF870C,#D4790E);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#EF870C),to(#D4790E));
    background-image: -webkit-linear-gradient(top, #EF870C, #D4790E);
    background-image: -o-linear-gradient(top,#EF870C,#D4790E);
    background-image: linear-gradient(to bottom,#EF870C,#D4790E);
    webkit-box-shadow: inset 0 1px 0 #ffc824,inset -1px 0 0 #ef870c,inset 0 -1px 0 #ef870c,inset 1px 0 0 #ef870c,0 1px 2px -1px rgba(0,0,0,.85);
    -moz-box-shadow: inset 0 1px 0 #ffc824,inset -1px 0 0 #ef870c,inset 0 -1px 0 #ef870c,inset 1px 0 0 #ef870c,0 1px 2px -1px rgba(0,0,0,.85);
    box-shadow: inset 0 1px 0 #ffc824,inset -1px 0 0 #ef870c,inset 0 -1px 0 #ef870c,inset 1px 0 0 #ef870c,0 1px 2px -1px rgba(0,0,0,.85);
}
.button2:hover{
    background-color: #EF870C;
    background-image: -moz-linear-gradient(top,#FD9923, #E28210);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#FD9923),to(#E28210));
    background-image: -webkit-linear-gradient(top, #FD9923, #E28210);
    background-image: -o-linear-gradient(top,#FD9923, #E28210);
    background-image: linear-gradient(to bottom, #FD9923, #E28210);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12aa00',endColorstr='#ff0f8e00',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        border-color: #D97B0E #EB850D #96560B;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-color: #714006;
    -webkit-box-shadow: inset 0 1px 0 #ffc824,inset -1px 0 0 #ef870c,inset 0 -1px 0 #ef870c,inset 1px 0 0 #ef870c,0 1px 2px -1px rgba(0,0,0,.85);
    -moz-box-shadow: inset 0 1px 0 #ffc824,inset -1px 0 0 #ef870c,inset 0 -1px 0 #ef870c,inset 1px 0 0 #ef870c,0 1px 2px -1px rgba(0,0,0,.85);
}
/*Search*/
.title, .search-title {
    font-size: 18px;
}
.reclama-verticala {
    margin: 25px auto;
}
.insert {
    color: #038603;
}
/*Table*/
table {
  background-color: transparent;
  padding-bottom: 100px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  background: #ebebeb;
  border: 1px solid #ccc;
}
.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: 10px;
  line-height: 1.42857143;
  border: 1px solid #ccc;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table-responsive {
  margin: 30px auto;  
  overflow-x: auto;
  min-height: 0.01%;  
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
}
.table-title {
    border-right: 1px solid #ccc;
}
a.dl-driver, .dl-driver, .art-button, .bucket-dl {
    display: block;
    margin: 20px auto;
    width: 150px;
    height: 50px;
    padding-top: 15px;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    background: #101625;
    border: 1px solid #151d2f;
    color: #fff;
}
a.dl-driver:hover, .dl-driver:hover, .art-button:hover, .bucket-dl:hover {
    background: #242b3e;
    border: 1px solid #151d2f;
    color: #fff;
}
.art-button  {
    margin: 10px 0;
}
.art-button2 {
    display: inline-block;
    margin-right: 20px;
}
.bucket-dl {
    text-transform: capitalize;
    width: 220px;
    padding-top: 16px;
    font-size: 16px;
}
/*Update*/
.descup, .info-wiki {
    font-size: 18px;
    line-height: 30px;
}
.updates-titles {
    min-width: 200px;
    border-right: 1px solid #ccc;
}
.pb-bar-update, .update-titles-content {
    min-width: 400px;
}
.pb-bar-d {
    background: #151d2f;
    -webkit-animation: pbar 4s;
    -moz-animation: pbar 4s;
    -o-animation: pbar 4s;
    animation: pbar 4s;
    display: inline-block;
}
.desc-wiki {
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 11px #ccc;
    background: #151d2f;
}
/*Driver Download*/
.fb_generat {
    display: block;
    margin: 0 auto;
    max-width: 300px;
}
/*Computer Information*/
.wmi-name, .wmi-content {
    background: #101625;
    color: #fff;
}
.wmi-content img {
    position: relative;
    left: -4px;
    top: 6px;
}
.wmi-titles {
    min-width: 200px;
    width: 250px;
    background: #242b3e;
    color: #fff;
}
.wmi-content, .wmi-titles-content {
    min-width: 200px;
}
.wmi-titles-space, .wmi-titles-content-space {
    height: 41px;
}
h1, .h1-pro {
    font-weight: 500;
    font-size: 30px;
    margin: 20px 0;
}
.also {
    color: #666;
}
h4 span {
    background: #ebebeb;
    padding: 5px;
    margin-left: 5px;
    display: inline-block;
    border: 1px solid #ccc;
    color: #101625;
    margin-top: 5px;
}
/*affiliate*/
.table-content, .table-title, .table-content-right-dl {
    min-width: 300px;
}
.countries {
    text-align: center;
}
.countries tr:first-of-type, .countries td:first-child {
    color: #101625;
}
.radio {
    width: 15px;
    margin-bottom: 10px;
}
.hasDatepicker {
    margin-top: 10px;
}
blockquote {
    text-align: center;
    background: #101625;
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    clear: both;
    box-shadow: 0 1px 5px #666;
    padding: 20px;
    text-decoration: none;
}
/*Bucket*/
.col3 li {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (min-width: 768px){
    .col3 {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}
@media screen and (min-width: 992px) {
    .col3 {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        white-space: nowrap;
        
    }
}
.brk, .description {
    word-wrap: break-word;
}
/*story*/
.story-img {
    width: 100%;
    display: block;
    margin: 20px auto;
    max-width: 500px;
}
.twitter {
    border: 1px solid #ccc;
    padding: 20px;
    display: block;
    margin: 30px auto;
}
.col-md-9 p {
    margin-bottom: 15px;
}
.col-md-9 a:hover {
    text-decoration: underline;
}
.description {
    padding-left: 15px;
    padding-right: 15px;
    font-size:16px;
}
.story-img {
    width: 100%;
    display: block;
    margin: 20px auto;
    max-width: 500px;
}
.f25 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}
ol {
    list-style: decimal;
    padding-left: 15px;
    line-height: 30px;
}
/*other*/
.server-err {
    font-size: 18px;
}
.server-h1 {
    margin-bottom: 25px;
}
/*cp*/
.error-msg, .p-pro {
    color: #C00;
    font-size: 18px;
    line-height: 30px;
}
.p-pro {
    color: #101625;
}
