@import url(http://fonts.googleapis.com/css?family=Arimo:400,700&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);

body {
    padding-top: 30px;
    
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    -ms-font-smoothing: subpixel-antialiased;
    -o-font-smoothing: subpixel-antialiased;
    -webkit-perspective-origin: top left;
}
     
     
.macronewsitem-page article p, #item_desc_block{
    font-size:17px;
}

.prototype_param .label{
    color: #424242;
    font-size: 13px;
    font-weight:bold;
    text-align:left;
    white-space: normal!important;
}
#countdown:after{
    display:block;
    content:"";
    clear:both;
}
.countdown-cont .h{
   margin-top: 5px; 
   color: #939393;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    margin-bottom:10px;
}
#progress{
    margin-top:10px;
}
.loading-process{
    text-align: center;
    margin:30px 0 10px 0;
    font-size:32px;
    display: none;
    clear:both;
}
.fileinput-button #fileupload{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}
.old-price{
    opacity:0.4;
    font-size:14px; 
}
.old-price span{
   text-decoration: line-through;
   font-size:14px;     
}

.usr_adm_data .ad-product-page-testimonials{
    margin:0 0 10px 20px;
}

.opacity50{
    opacity:0.5;
}
.sort-cont{
    margin-top:10px;
}
.sort-cont span{
    font-size:10px;
    margin-bottom:5px;
    display: block;
}
.sort-cont .sort-field{
    width:30px;
    text-align: center;
}


#countdown{
    border: 1px solid red!important;
    margin-top:10px;
    border-radius:4px;
    color:red;
    background-color: white;
}
#countdown .countdown-period{
    font-size:12px;
}
#countdown span{
    color:red !important;
}
.sb{
    margin-top:20px;
}
.sb a:hover{
    color: #88CE42;
}
footer a{
    font-size:15px!important;
}
.new-styles a{
    text-decoration: none;
    color:white;
}
.new-styles{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
}

.carousel-control span{
    font-size:29px;
}

.new-styles h6 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
    font-family: 'Arimo', sans-serif;
}
.new-styles h3 a, .new-styles h6 a{
    font-family: 'Arimo', sans-serif;
}
.new-styles h3 {
    font-family: 'Arimo', sans-serif;
    font-size: 28px;
}


.sep {
    border-bottom: 1px solid #FF5868;
    width: 15%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mar {
    margin: 45px 0 5px;
}


.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

.btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group .form-control:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wrap1 {
    background: #F9F9F9;
    padding-bottom: 65px;
    border-top: 0px solid #ddd;
}

.wrap {
    background: #F9F9F9;
    padding: 65px 0 125px;
    border-top: 1px solid #ddd;
}

.main-navbar a {
    font-size: 12px;
}

.main-navbar .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #7BC92D !important;
}

.wrap-white {
    padding: 65px 0 125px;
}

.wrap-green {
    background: url("/img/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.w-bg {
    background: rgba(0,0,0, 0.55);
    padding: 35px 0;
    color: #fff;
}

.cir {
    background: rgba(136,206,66, 0.25);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding-top: 35px;
    cursor: pointer;
    border: 5px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 25px;
}

.cir:hover {
    border: 5px solid rgba(255,255,255, 0.25);
    background: rgba(136,206,66, 0.25);
}

.cn {
    text-align: center;
}

.icn {
    font-size: 58px;
    color: #88CE42;
}

.h-icon {
    font-size: 15px;
    padding-right: 5px;
}



.book {
    font-size: 18px;
    color: #D43961;
}

.new-styles .header {
    background: url("/img/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.frst {
    padding-left: 0px !important;
}


.thumbnail{
    height: 283px;
}

.main-page .bgg {
    padding: 68px 0;
}

.bgg {
    background: #fff;
    padding: 45px 0 25px 0;
}

.f-text a{
      font-size: 11px!important;
      color: #888;
      text-decoration: underline;
}

.f-text a:hover{
      color: #fff;
      text-decoration: none;
}


.search-box {
    margin-top: 17px;
}

.promo {
    text-align: center;
    padding: 25px 0 0;
    font-family: 'Arimo', sans-serif;
    color: #555;
}

.promo h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.promo p {
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #777;
    font-weight: 600;
    font-size: 17px;
}

.promo span {
    color: #fff;
    font-weight: bold;
    padding: 0 7px;
    background: #88CE42;
}

.b-pad {
    padding-left: 20px;
    padding-right: 20px;
    height: 46px;
}

.b-layer {
    position: relative;
    margin-bottom: 20px;
}

.b-layer > img,
.b-layer > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.banner {
    position: absolute;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
}

.b-content {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.b-content h2 {
    margin-top: 0px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.b-content p {
    color: #fff;
    font-size: 15px;
}

.b-content:hover {
    background: rgba(0, 0, 0, 0.8);
}

.banner:hover {
    cursor: pointer;
}

.tab-pane {
    padding: 25px 0 0;
}

.cat-hov {
    display: block;
    position: relative;
}

.hvr {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    border: 7px double #fff;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding-top: 22%;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
}

.cap {
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.cap  a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
}

.cap  a:hover {
    color: #17A649;
    text-decoration: none;
}

.cap h3 {
    padding-left: 15px;
    margin-top: 15px;
}

.cap span {
    font-size: 12px;
    float: right;
    color: #888;
    padding: 13px 25px 17px 25px;
    border-left: 1px dotted #ddd;
}

.cap1 {
    padding: 7px 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.cap1  a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
}

.cap1  a:hover {
    color: #17A649;
    text-decoration: none;
}

.cap1 h3 {
    padding-left: 15px;
    line-height: 10px;
    margin-top: 0px;
}

.cap1 span {
    font-size: 12px;
    float: right;
    color: #888;
    padding: 13px 25px 17px 25px;
    border-left: 1px dotted #ddd;
}

.new-users .mag {
    height: 198px;
}

.mag {
    height: 228px;
    display:block;
    border: 2px solid #eee;
    padding: 15px;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 20px;
}

.mag:hover {
    border-color: #88CE42;
    cursor: pointer;
}

.mag h3 {
    font-size: 16px;
    font-weight: 600;
    color:black;
    max-height:38px;
    line-height: 18px;
    overflow-y: hidden;
}

.mag img {
    height: 75px;
    background: #f9f9f9;
    margin: 0 auto;
}

.news-tabs .news{
    position:relative;
}

.news-tabs .news:after{
    content:"";
    display:block;
    position:absolute;
    height:40px;
    width:100%;
    bottom:0;
    left:0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(64%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.news-tabs .col-xs-6 .news{
   overflow: hidden;
   height: 430px;
}

.news-tabs .col-xs-4 .news{
   height: 383px; 
   overflow: hidden;
}
.news-tabs .col-xs-3 .news{
    height: 308px;
    overflow: hidden;
}


.sub {
    margin: 0 auto;
    font-size: 14px;
    color: #777;
    margin-bottom: 45px;
}

.sub-wrp {
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
}

.new-styles .line {
    border-bottom: 3px double #eee;
    margin: 25px 0 55px;
}

.new-styles .news {
    background: #fff;
    padding: 10px;
     border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    
}

.new-styles .news img {
    margin-bottom: 10px;
}

.new-styles .news a {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Pt sans', sans-serif;
}

.new-styles .news p {
    font-size: 14px;
    color: #777;
    font-family: 'Pt sans', sans-serif;
}

.new-styles .news a:hover {
    text-decoration: underline;
}

.thumbnail {
    text-align: center;
    border-radius: 3px;
}

.thumbnail img {
    max-height: 120px;
}

.thumbnail h3 {
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    line-height: 20px;
}

.thumbnail h4 {
    font-size: 15px;
    text-align: left;
    font-weight: normal;
}

.metas {
    font-size: 11px;
    color: #999;
    padding-bottom: 5px;
}

.metas a {
    color: #ccc;
}

.new-styles .price {
    font-size: 18px;
    color: #333;
}

.btn-buy {
    color: #fff;
    background-color: #88CE42;
    border: 2px solid #88CE42;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 2px;
}

.btn-buy:hover,
.btn-buy:focus,
.btn-buy.focus,
.btn-buy:active,
.btn-buy.active,
.open > .dropdown-toggle.btn-buy {
    color: #333;
    background-color: #ddd;
    border-color: #ddd;
}

.btn-buy:active,
.btn-buy.active,
.open > .dropdown-toggle.btn-buy {
    background-image: none;
}

.btn-ban {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 2px;
}

.btn-ban:hover,
.btn-ban:focus,
.btn-ban.focus,
.btn-ban:active,
.btn-ban.active,
.open > .dropdown-toggle.btn-ban {
    color: #fff;
    background-color: #88CE42;
    border-color: #88CE42;
}

.btn-ban:active,
.btn-ban.active,
.open > .dropdown-toggle.btn-ban {
    background-image: none;
}

.all-news {
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    color: #555;
}

.all-news:hover {
    text-decoration: none;
}

footer {
    background: #202020;
    padding: 65px 0;
    color: #888;
}

footer a {
    color: #888;
    text-decoration: underline;
    line-height: 22px;
    padding: 4px;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.w-bg h1{
    color:white;
    text-transform: uppercase;
}

.top-user-name{
    display:inline-block;
    max-width:170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}
.top-icon-big{
    font-size:18px!important;
}

.f-link a:hover {
    color: #fff;
    text-decoration: none;
    background: #5CB85C;
    padding: 4px;
}

.f-logo {
    width: 300px;
    margin-bottom: 25px;
}

.f-text {
    font-size: 11px;
}

.copy {
    margin-top: 24px;
    font-size: 12px;
}

.f-link h3 {
    color: #5CB85C;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.mb10 {
    margin-top: 5px;
    font-size: 14px;
}

.pricing-table {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
}

.bol-3:hover {
    box-shadow: 0px 1px 15px #ddd;
    cursor: pointer;
}

[class *="bol-"] {
    position: relative;
    margin-right: 11px;
    margin-bottom: 20px;
    float: left;
}

.bol-3 {
    width: 230px;
}

.pricing-table h4 {
    margin-top: 0px;
    font-size: 15px;
    font-family: 'Arimo', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.plan-item {
    position: relative;
    border: 1px solid #eee;
    text-align: center;
    background-color: #F7F7F7;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    background-repeat: repeat-x;
    background-position: center bottom;
}

.plan-item-header {
    padding: 15px 15px 15px;
    text-decoration: none;
    color: #fff;
    background-color: #88CE42;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.plan-item ul {
    margin: 20px 0 0;
}

.plan-item li, .plan-item ul {
    margin: 0;
    padding: 0;
}

.plan-item li, .plan-item ul {
    margin: 0;
    padding: 0;
}

.plan-item li:nth-child(even) {
    background-color: #FcFcFc;
}

.plan-item li {
    padding: 10px 10px;
    font-size: 13px;
    color: #545454;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.plan-item-button {
    padding: 30px 0;
}

.plan-item-button a {
    padding: 10px 20px;
    background-color: #88CE42;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-decoration: none;
}

.plan-item ul {
    margin: 20px 0 0;
}

.new-styles ol, .new-styles ul {
    list-style: none;
}

.plan-item-button a:hover, .page-pagination a.current {
    background-color: #5CB85C;
}

.plan-item:hover {
    border-top-color: #88CE42;
}

li.plan-item-price {
    margin-top: -19px;
    font-size: 16px;
    padding: 20px;
    line-height: 1!important;
    color: #656565;
    font-weight: 700;
}

.new-styles .star {
    color: #EFC62C;
}

.carousel .carousel-indicators {
    right: 50%;
    bottom: -80px;
    margin-right: -19px;
}

.carousel .carousel-indicators li {
    background: #ddd;
    margin-bottom: 7px;
}

.carousel .carousel-indicators .active {
    background: #88CE42;
}

.new-styles .star {
    color: #F58023;
    font-size: 13px;
}

.new-styles .star i {
    padding-right: 3px;
}

.chose {
    background: #17A649;
    height: 80px;
}
.label-success {
    margin-top: 10px;
    margin-left: 5px;
    font-size: 12px;
    float: right;
    background: #FF8812;
}
.breadcrumb {
  padding: 3px 15px 0 0;
  margin-bottom: 30px;
  list-style: none;
  border-radius: 4px;
  background: #fff;
}
.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li  a{
  color: #333;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}

.p-icon {
    background: #67C467;
    font-size:14px;
    margin-left: 10px;
    color: #fff;
    padding: 5px;
    border: 3px solid #f2f2f2;
    
}




  
