/* Default CSS
 * -------------------------- */
body {
   color: #3b3b3b;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #428bca;
}




a:not(.btn) {
    color: #428bca;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'Open Sans', sans-serif;
}

a:not(.btn):hover, a:not(.btn):focus {
    outline: none;
    text-decoration: none;
    color: #428bca;
}

iframe {
    border: 0;
}

input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
}

::selection {
    background-color: #2c3e50;
    color: #ffffff;
}

::-moz-selection {
    background-color: #2c3e50;
    color: #ffffff;
}


.container {
 /*   padding-left: 0px;
    padding-right: 0px;*/
}

/* Header 1
 * -------------------------- */
#header-1 {

    font-family: 'Open Sans',sans-serif;

padding: 5px 0;
}

#header-1 .header-info-wrapper {
    padding-top: 7px;
    padding-bottom: 7px;
}

#header-1 .list-inline {
    margin-bottom: 0;
}

#header-1 .list-inline > li:first-child {
    padding-left: 0;
}

#header-1 a {
    color: #7f8c8d;
}

#header-1 a:hover {
    color: #428bca;
}



/* Header 2
 * -------------------------- */
.navbar-default {
    border: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-default .navbar-brand {
color: #000000 !important;
font-family: 'Open Sans',sans-serif;
font-size: 24px;
font-weight: normal;
padding-bottom: 0;
padding-top: 20px;
/* text-transform: uppercase;*/
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #2c3e50;
}

.navbar-brand span {
    font-weight: 500;
    color: #428bca;
}

.navbar-toggle {
    border-radius: 0;
    /*margin-top: 33px;*/
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #428bca;
    border-color: #428bca;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

.navbar-nav > li > a {
    font-weight: 700;
}

.navbar-nav > li > .dropdown-menu {
    font-size: 13px;
}

.dropdown-menu > li > a {
    font-weight: 600;
}

.nav-tabs > li {
    float: right;
    margin-bottom: -1px;
}

#homeslide{
    background: url(../../../images/home_grad.png) repeat-x top center;
    min-height:589px;
}



    .navbar-default {
      /*  height: 63px;*/
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .navbar-nav {
       /* float: left;
        margin-left: -15px;
        font-size:18px;*/
        margin-top:0;

    }

@media (min-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        padding: 20px 30px;
        /*text-transform: uppercase;*/
        color: #000;
    }
    #header-1 span{
        line-height:71px;
    }

}
@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px 10px;
        /*text-transform: uppercase;*/
        color: #000;
    }

    .header-info-wrapper img{
        width:100%;
    }
     #header-1 span{
        line-height:71px;
    }
    #lastMenu{float:left;}
    .casetitle{
        width:100%;
    }


}
@media (min-width:767px) and  (max-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        padding: 20px 15px;
        /*text-transform: uppercase;*/
        color: #000;
    }
    .casetitle{
        width:550px;
    }


}
@media (min-width: 992px) {
    #lastMenu{
        position:absolute;
        right:0;
    }

    .navbar-collapse{
        position:relative;
    }

    .casetitle{
        width:320px;
    }

}

@media (min-width: 1200px) {

    .casetitle{
        width:420px;
    }

}

@media (max-width: 1200px) and (min-width:992px) {

    .minipositivewidget{
       display:none !important;
       opacity:0;
    }

}



@media (max-width: 480px) {

    #header-1 span{
        line-height:51px;
    }
    #lastMenu{float:left;}
}



    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #428bca;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
        color: #428bca;
    }

    .navbar-nav > li:last-child > a {
        padding-right: 0;
    }

    .navbar-nav > li.active:last-child > a {
        padding-right: 18px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #428bca;
        background-color: rgba(0, 0, 0, 0.01);
        border-bottom: 3px solid #428bca;
        padding-bottom: 20px;
    }

    .navbar-default .navbar-nav > .active > a:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px;
        border-top-width: 0;
        border-bottom-color: #428bca;
        bottom: 0px;
        left: 50%;
        content: "";
        margin-left: -5px;
    }

    .navbar-nav > li > .dropdown-menu {
        border: 0;
        border-top: 3px solid #428bca;
        margin-top: -3px;
        border-radius: 0;
        background-color: #34495e;
    }

    .dropdown-menu > li > a {
        padding: 10px 20px;
        color: #ecf0f1;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .dropdown-menu > li:last-child > a {
        border-bottom: 0;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #ffffff !important;
        background-color: #428bca;
    }


/* Social Links
 * -------------------------- */
.social-links {
   font-size: 15px;
list-style: none outside none;
margin: 0;
padding-left: 15px;
}

.social-links > li {
    display: inline-block;
}

.social-links > li a {
 display: block;
height: 40px;
text-align: center;
width: 43px;
}

#header-1 .social-links > li a:hover, #footer-2 .social-links > li a:hover {
    color: #ffffff;

}

/* Index Slider
 * -------------------------- */
.section.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 400px !important;
    overflow: hidden !important;
}

.tp-caption.theme_caption1 {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    padding: 3px 4px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #000;
    letter-spacing: 0px;
}

.tp-caption.theme_caption2 {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    padding: 3px 10px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: rgba(44, 62, 80,1.0);
    letter-spacing: 0;
    font-weight: 800;
}

.tp-caption.theme_caption3 {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.theme_caption4 {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    padding: 3px 10px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #428bca;
    letter-spacing: 0;
}

.tp-caption.btn {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.tp-caption.btn a {
    color: inherit;
}

.tp-leftarrow.default, .tp-rightarrow.default {
    background-image: none;
    background-color: rgba(44, 62, 80,0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 3px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.tp-leftarrow.default:before, .tp-rightarrow.default:before {
    font-family: 'FontAwesome';
   /* content: "\f104";*/
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    color: #ffffff;
}

.tp-rightarrow.default:before {
   /* content: "\f105"; */
}

.tp-leftarrow:hover, .tp-rightarrow:hover {
    background-color: #428bca;
}

.fullwidthbanner-container:hover .tp-leftarrow.default, .fullwidthbanner-container:hover .tp-rightarrow.default {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Isotope Animating
 * -------------------------- */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* Page Title
 * -------------------------- */
.section.page-title-wrapper {
    padding: 0;
    background-color: #2c3e50;
    font-family: 'Open Sans', sans-serif;
}

.page-title-wrapper h4 {
    text-transform: uppercase;
    color: #ffffff;
}

.page-title-wrapper .breadcrumb {
    margin-bottom: 0;
    padding: 12px 15px;
    background-color: transparent;
    padding-right: 0;
    font-weight: 600;
}

.page-title-wrapper .breadcrumb a {
    color: #95a5a6;
}

.page-title-wrapper .breadcrumb > .active {
    color: #ffffff;
}

/* Panel
 * -------------------------- */
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    margin-bottom: 0;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top: 0;
}

.panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-title {
    font-size: 14px;
    font-weight: 700;
}

.panel-title > a {
    color: #34495e;
}

/* Collapse
 * -------------------------- */
.panel-group .panel {
    margin-left: 50px;
    overflow: visible;
    position: relative;
    border-radius: 0;
    border: 0;
}

.panel-group .panel .panel-title > a:hover, .panel-group .panel .panel-title > a:focus {
    color: #428bca;
}

.accordion-toggle:before, .accordion-toggle.collapsed:before {
    content: '';
    width: 37px;
    height: 37px;
    background-color: #428bca;
    display: block;
    position: absolute;
    top: -1px;
    left: -50px;
}

.accordion-toggle.collapsed:before {
    background-color: #000;
}

.accordion-toggle:after, .accordion-toggle.collapsed:after {
    font-size: 14px;
    content: "-";
    position: absolute;
    top: 10px;
    left: -34px;
    color: #fff;
}

.accordion-toggle.collapsed:after {
    content: "+";
    left: -36px;
}

/* Progress
 * -------------------------- */
.progress {
    height: 37px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
}

.progress-bar {
    font-weight: 700;
    line-height: 37px;
    text-align: left;
    padding-left: 20px;
}

/* Alert
 * -------------------------- */
.alert {
    border-radius: 0;
}

/* Tabs
 * -------------------------- */
#nav-tabs{
    broder-bottom:1px solid #AEAEAE;
}

.nav-tabs {
  border-bottom: 1px solid #aeaeae;
}

.nav-tabs > li > a {
   border: 1px solid #aeaeae;
border-radius: 0;
font-size: 13px;
font-weight: 700;
margin-left: -1px;
margin-right: 0;
margin-top: 0;
 color: #000;
}

.nav-tabs > li.active > a {
 color:#C62C44 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-color: #aeaeae;
    border-top: 1px solid #428bca;
    border-bottom-color: transparent;
    color: #428bca;
}

.tab-content {
    border: none;
    border-top: 0;
    padding: 15px;
}

.nav-tabs > li > a:hover {
  border-color: #aeaeae;
}

.featured_holder{
float: left;
padding: 30px 20px 0;
text-align: center;
width: 33%;
 font-weight: 600;

}

.featured_holder img{
margin-bottom:10px;
}

#privalumai{
color: #000;
font-size: 28px;
font-weight: bold;
left: 0;
position: absolute;
top: 0;
}

/* Testimonials
 * -------------------------- */
.testimonial {
    overflow: hidden;
    float: left;
}

.testimonial-content {
    background-color: #428bca;
    padding: 20px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
}

.testimonial-content p:last-child {
    margin-bottom: 0;
}

.testimonial-content:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-bottom-width: 0;
    border-top-color: #428bca;
    bottom: -10px;
    left: 45px;
    content: "";
}

.testimonial-author img {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 20px;
}

.testimonial-author .user {
    font-size: 14px;
    font-weight: 700;
    color: #34495e;
}

.testimonial-author .user-info {
    display: block;
    font-weight: 600;
}

/* Well
 * -------------------------- */
.well {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.well.simple {
    background-color: #fff;
}

/* Buttons
 * -------------------------- */
.btn {
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 12px;
}

.btn-lg {
    padding: 14px 16px;
    font-size: 14px;
}

.btn-sm,
.btn-xs {
    padding: 8px 10px;
    font-size: 10px;
}

.btn-xs {
    padding: 5px 8px;
}

/* Flat Buttons
 * -------------------------- */
.flat-default,
.flat-default:hover,
.flat-default:active {
    border: 2px solid #bdc3c7;
}

.flat-default, .flat-default.btn-bordered:hover {
    background-color: #bdc3c7;
    color: #ffffff;
}

.flat-default:hover,  .flat-default.btn-bordered {
    background-color: transparent;
    color: #bdc3c7;
}

.flat-primary,
.flat-primary:hover,
.flat-primary:active {
    border: 2px solid rgb(26, 188, 156);
}

.flat-primary, .flat-primary.btn-bordered:hover {
    background-color: rgb(26, 188, 156);
    color: #ffffff;
}

.flat-primary:hover,  .flat-primary.btn-bordered {
    background-color: transparent;
    color: rgb(26, 188, 156);
}

.flat-success,
.flat-success:hover,
.flat-success:active {
    border: 2px solid rgb(46, 204, 113);
}

.flat-success, .flat-success.btn-bordered:hover {
    background-color: rgb(46, 204, 113);
    color: #ffffff;
}

.flat-success:hover,  .flat-success.btn-bordered {
    background-color: transparent;
    color: rgb(46, 204, 113);
}

.flat-info,
.flat-info:hover,
.flat-info:active {
    border: 2px solid rgb(52, 152, 219);
}

.flat-info, .flat-info.btn-bordered:hover {
    background-color: rgb(52, 152, 219);
    color: #ffffff;
}

.flat-info:hover,  .flat-info.btn-bordered {
    background-color: transparent;
    color: rgb(52, 152, 219);
}

.flat-warning,
.flat-warning:hover,
.flat-warning:active {
    border: 2px solid rgb(241, 196, 15);
}

.flat-warning, .flat-warning.btn-bordered:hover {
    background-color: rgb(241, 196, 15);
    color: #ffffff;
}

.flat-warning:hover,  .flat-warning.btn-bordered {
    background-color: transparent;
    color: rgb(241, 196, 15);
}

.flat-danger,
.flat-danger:hover,
.flat-danger:active {
    border: 2px solid rgb(231, 76, 60);
}

.flat-danger, .flat-danger.btn-bordered:hover {
    background-color: rgb(231, 76, 60);
    color: #ffffff;
}

.flat-danger:hover,  .flat-danger.btn-bordered {
    background-color: transparent;
    color: rgb(231, 76, 60);
}

.flat-inverse,
.flat-inverse:hover,
.flat-inverse:active {
    border: 2px solid rgb(52, 73, 94);
}

.flat-inverse, .flat-inverse.btn-bordered:hover {
    background-color: rgb(52, 73, 94);
    color: #ffffff;
}

.flat-inverse:hover,  .flat-inverse.btn-bordered {
    background-color: transparent;
    color: rgb(52, 73, 94);
}

.flat-color,
.flat-color:hover,
.flat-color:active {
    border: 2px solid #428bca;
}

.flat-color, .flat-color.btn-bordered:hover {
    background-color: #428bca;
    color: #ffffff;
}

.flat-color:hover,  .flat-color.btn-bordered {
    background-color: transparent;
    color: #428bca;
}

.btn-flat:not(.btn-rounded) {
    border-radius: 0;
}

/* Subpage Title
 * -------------------------- */
.subpage-title {
    text-transform: uppercase;
    position: relative;
    margin: 0;
    margin-bottom: 35px;
    line-height: 16px;
    font-weight: 800;
    color: #000;
}

#footer-1 .subpage-title {
    color: #ffffff;
}

.subpage-title:before {
    content: "";
    width: 35px;
    height: 3px;
    background-color: #428bca;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.subpage-title .prev, .subpage-title .next {
    position: absolute;
    top: 0;
    right: 35px;
    width: 30px;
    height: 30px;
    border: 2px solid #ecf0f1;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

.subpage-title .prev.disabled, .subpage-title .next.disabled,
.subpage-title .prev.disabled:hover, .subpage-title .next.disabled:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    border-color: #ecf0f1;
}

.subpage-title .prev:hover, .subpage-title .next:hover {
    border-color: #428bca;
}

.subpage-title .prev.black, .subpage-title .next.black {
    border-color: #bdc3c7;
}

.subpage-title .prev.black:hover, .subpage-title .next.black:hover {
    border-color: #428bca;
}

.subpage-title .prev.black.disabled:hover, .subpage-title .next.black.disabled:hover {
    border-color: #bdc3c7;
}

.subpage-title .next {
    right: 0;
}

/* Portfolio Item
 * -------------------------- */
.portfolio-item-wrapper {
    padding-bottom: 20px;
}

.portfolio-item {
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item:hover {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item:hover .portfolio-thumb img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-thumb .image-overlay {
    background-color: #428bca;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.portfolio-item:hover .portfolio-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.portfolio-item .portfolio-thumb .portfolio-zoom, .portfolio-item .portfolio-thumb .portfolio-link {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: rgba(44, 62, 80,0.9);
    display: none;
    line-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 3px;
}

.portfolio-item .portfolio-thumb .portfolio-zoom:hover, .portfolio-item .portfolio-thumb .portfolio-link:hover {
    background-color: rgba(44, 62, 80,0.7);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.portfolio-item .portfolio-thumb .portfolio-link {
    right: 0;
    margin-right: -45px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.portfolio-item .portfolio-thumb .portfolio-zoom {
    left: 0;
    margin-left: -45px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.portfolio-item:hover .portfolio-thumb .portfolio-zoom {
    display: block;
    left: 50%;
    margin-left: -48px;
}

.portfolio-item:hover .portfolio-thumb .portfolio-link {
    display: block;
    right: 50%;
    margin-right: -48px;
}

.portfolio-item .portfolio-content {
    text-align: center;
    padding: 25px 20px;
    background-color: #fff;
}

.portfolio-item .portfolio-content h5 {
    margin: 0;
}

.portfolio-item .portfolio-content p {
    margin: 0;
    margin-top: 5px;
}

/* Footer 1
 * -------------------------- */
#footer-1 {
    background-color: #36404A;
    padding: 50px 0;
    position: relative;
    /* min-width: 960px;*/
}

/*
#footer-1:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
    top: 0;
    left: 50%;
    content: "";
    margin-left: -5px;
}
*/
#footer-1 a {
    color: #ffffff;
}

#footer-1 a:hover {
    color: #428bca;
    opacity:0.5;
}

/* Footer 2
 * -------------------------- */
#footer-2 {
    background-color: #2D363F;
    padding: 0px 0;
    text-transform: none;
    color: #909497;
    font-size: 11px;
    font-weight: 700;
   /* min-width: 960px;*/
}

#footer-2 .footer-info-wrapper {
    padding-top: 7px;
    padding-bottom: 7px;
}

#footer-2 a {
    color: #7f8c8d;
}

#footer-2 a:hover {
    color: #428bca;
}

@media (max-width: 767px) {

    #footer-2 .footer-info-wrapper, #footer-2 .social-link-wrapper {
        text-align: center;
    }

    #footer-2 .social-link-wrapper .social-links {
        float: inherit;
    }
}
/* Footer 3
 * -------------------------- */
#footer-3 {
   background-color: #2d363f;
border-bottom: 1px solid grey;
color: #909497;
font-size: 15px;
font-weight: normal;
/*min-width: 960px;*/
padding: 0;
text-transform: none;
}

#footer-3 .footer-info-wrapper {
    padding-top: 7px;
    padding-bottom: 7px;
}

#footer-3 a {
    color: #7f8c8d;
}

#footer-3 a:hover {
    color: #428bca;
}



/* Recent Posts
 * -------------------------- */
.recent-posts {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 0;
}

.recent-posts > li {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.recent-posts > li:last-child {
    margin-bottom: 0;
}

.recent-posts img {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.recent-posts img:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.recent-posts h5 {
    margin: 0;
    font-size: 12px;
}

.recent-posts h5 small {
    display: block;
    margin-top: 7px;
}

/* Categories
 * -------------------------- */
.widget-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    padding: 20px;
    border: 1px solid #ecf0f1;
}

#footer-1 .widget-list {
    padding: 0;
    border: 0;
}

.widget-list > li {
    padding: 5px 0;
    border-bottom: 1px solid #ecf0f1;
}

#footer-1 .widget-list > li:last-child {
    padding-bottom: 0;
}

#footer-1 .widget-list > li:first-child {
    padding-top: 0;
}

.widget-list > li:last-child {
    border-bottom: 0;
}

#footer-1 .widget-list > li {
    border-color: rgba(255, 255, 255, 0.1);
}

.widget-list > li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 15px;
    font-size: 14px;
}

/* Flickr Photos
 * -------------------------- */
.widget.flickr {
    padding-bottom: 15px;
}

.flickr-photos-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
}

.flickr-photos-list > li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.flickr-photos-list > li img {
    width: 64px;
    height: 64px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.flickr-photos-list > li img:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

/* Footer Brand
 * -------------------------- */
.footer-brand {
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
   /* text-transform: uppercase;*/
    display: block;
    line-height: 20px;
    padding-bottom: 20px;
    margin: 0;
}

.footer-brand span {
    font-weight: 500;
    color: #428bca;
}

/* ToTop
 * -------------------------- */
#toTop {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
    bottom: 20px;
    right: 20px;
    border-radius: 3px;
    text-indent: inherit;
    width: 40px;
    height: 40px;
}

#toTopHover {
    background: none;
    background-color: #428bca;
    width: 40px;
    height: 40px;
}

#toTop:before {
    font-family: 'FontAwesome';
    content: "\f106";
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

/* Tag Cloud
 * -------------------------- */
.widget.tagcloud {
    padding-bottom: 15px;
}

.tagcloud-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.tagcloud-list li {
    border: 1px solid #ecf0f1;
    padding: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#footer-1 .tagcloud-list li {
    border-color: rgba(255, 255, 255, 0.1);
}
.relme{
    position:relative;
}
.pricemin{
    position: absolute;
  top: 10px;
  background: #FFF;
  padding: 1px 10px;
  opacity: 80%;
  font-weight: bold;
  font-size: 14px;

}
/* Colored Wrapper
 * -------------------------- */
.colored-wrapper {
    background-color: #fff;
}

.colored-wrapper + #footer-1:before {
    border-top-color: #f6f6f6;
}

/* Section
 * -------------------------- */
.section {
    padding: 40px 0;
   /* min-width: 960px;*/
}

/* Generic info pages (Page layout: #our-story) */
#our-story {
    background: linear-gradient(180deg, #f4f8fb 0%, #e2edf7 100%);
    padding: 40px 0 48px;
}

#our-story .container {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.10);
    padding: 36px 32px 40px;
}

#our-story h1,
#our-story h2,
#our-story h3 {
    color: #0e7490; /* brand aqua */
}

#our-story h2 {
    margin-top: 35px;
}

/* Generic info pages (Page layout: #our-story) */
#our-story {
    background: linear-gradient(180deg, #f4f8fb 0%, #e2edf7 100%);
    padding: 40px 0 48px;
}

#our-story .container {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.10);
    padding: 36px 32px 40px;
}

#our-story h1,
#our-story h2,
#our-story h3 {
    color: #0e7490; /* brand aqua */
}

/* Services
 * -------------------------- */
.service {
    text-align: center;
    padding: 20px;
    background-color: #ecf0f1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.colored-wrapper .service {
    border: 2px solid #fff;
}

.service.service-2 {
    text-align: left;
}

.service.service-3 {
    padding: 0;
    text-align: left;
    border: 0;
    background-color: transparent;
}

.service.service-4 {
    text-align: justify;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.service .service-icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    font-size: 50px;
    background-color: #428bca;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.service.service-2 .service-icon {
    float: left;
    margin-right: 20px;
}
.service.service-3 .service-icon {
   border-radius: 0;
float: left;
font-size: 18px;
height: 50px;
width: 50px;
padding: 1px;
line-height: 56px;
}
.service.service-4 .service-icon {
    float: left;
    margin-right: 20px;
}
.service .service-icon [class^="icon-"],[class*=" icon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -25px;
    width: 100px;
    height: 100px;
}

.service.service-3 .service-icon [class^="icon-"],[class*=" icon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -12.5px;
    width: 50px;
    height: 50px;
}

.service:hover .service-icon {
    /*background-color: #2c3e50 !important;*/
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.service.service-3 h4, .service.service-3 p {
    margin-left: 70px;
}

.service:hover h4 {
    color: #ffffff;
}

.service.service-3:hover h4, .service.service-4:hover h4 {
    color: #428bca;
}

.service:hover {
    background-color: #428bca;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    color: #ecf0f1;
}

.service.service-3:hover, .service.service-4:hover {
    background-color: transparent !important;
    box-shadow: none;
    color: #3b3b3b;
}

.service:hover .service-icon [class^="icon-"],[class*=" icon-"] {
    -webkit-animation: toRightFromLeft 0.2s forwards;
    -moz-animation: toRightFromLeft 0.2s forwards;
    animation: toRightFromLeft 0.2s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }

    50% {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transform: translate(-100%);
    }

    51% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

/* Clients
 * -------------------------- */
.client-wrapper a {
    border: 2px solid #ecf0f1;
    display: block;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.client-wrapper a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Portfolio Filter
 * -------------------------- */
.portfolio-filter {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 20px;
}

.portfolio-filter.nav-pills > li > a {
    border-radius: 0;
    border: 2px solid;
    border-color: #ecf0f1;
}

.portfolio-filter.nav-pills > li.active > a,
.portfolio-filter.nav-pills > li.active > a:hover,
.portfolio-filter.nav-pills > li.active > a:focus {
    border-color: #428bca;
    background-color: #428bca;
}

/* Pricing
 * -------------------------- */
.pricing-tables .row {
    padding-left: 15px;
    padding-right: 15px;
}

.pricing-tables .col-xs-1, .pricing-tables .col-xs-2, .pricing-tables .col-xs-3, .pricing-tables .col-xs-4, .pricing-tables .col-xs-5, .pricing-tables .col-xs-6, .pricing-tables .col-xs-7, .pricing-tables .col-xs-8, .pricing-tables .col-xs-9, .pricing-tables .col-xs-10, .pricing-tables .col-xs-11, .pricing-tables .col-xs-12, .pricing-tables .col-sm-1, .pricing-tables .col-sm-2, .pricing-tables .col-sm-3, .pricing-tables .col-sm-4, .pricing-tables .col-sm-5, .pricing-tables .col-sm-6, .pricing-tables .col-sm-7, .pricing-tables .col-sm-8, .pricing-tables .col-sm-9, .pricing-tables .col-sm-10, .pricing-tables .col-sm-11, .pricing-tables .col-sm-12, .pricing-tables .col-md-1, .pricing-tables .col-md-2, .pricing-tables .col-md-3, .pricing-tables .col-md-4, .pricing-tables .col-md-5, .pricing-tables .col-md-6, .pricing-tables .col-md-7, .pricing-tables .col-md-8, .pricing-tables .col-md-9, .pricing-tables .col-md-10, .pricing-tables .col-md-11, .pricing-tables .col-md-12, .pricing-tables .col-lg-1, .pricing-tables .col-lg-2, .pricing-tables .col-lg-3, .pricing-tables .col-lg-4, .pricing-tables .col-lg-5, .pricing-tables .col-lg-6, .pricing-tables .col-lg-7, .pricing-tables .col-lg-8, .pricing-tables .col-lg-9, .pricing-tables .col-lg-10, .pricing-tables .col-lg-11, .pricing-tables .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.pricing {
    background-color: #ecf0f1;
    text-align: center;
    margin-bottom: 20px;
}

.pricing .title {
    background-color: #4D7CAA;
    text-align: center;
    padding: 5px;
}

.pricing.premium .title {
    background-color: #34495e;
}

.pricing.professional .title {
    background-color: #2c3e50;
}

.pricing.ultimate .title {
    background-color: #000;
}

.pricing .title h4 {
    color: #ffffff;
}

.pricing .price {
    background-color: #428bca;
    color: #ffffff;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
}

.pricing .price h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

.pricing .price .dollar {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.pricing .price h2 {
    font-size: 60px;
    color: #ffffff;
    display: inline-block;
    margin: 0;
}

.pricing .price .per {
    font-size: 14px;
    display: inline-block;
}

.pricing .details {
    padding-left: 0;
    list-style: none;
    margin: 0 20px;
}

.pricing .details li {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing .details li:last-child {
    border-bottom: 0;
}

.pricing .p-footer {
    padding: 20px;
}

/* 404 Not Found
 * -------------------------- */
.error404 {
    background-color: #428bca;
    color: #ffffff;
    text-align: center;
    font-size: 200px;
    font-weight: 700;
    height: 300px;
}

.details404 {
    background-color: #ecf0f1;
    padding: 35px;
    height: 300px;
    position: relative;
}

.details404 h3 {
    margin-top: 0;
}

.details404 .form-control {
    border-color: #ffffff;
}

.details404:before {
    font-family: 'FontAwesome';
    content: "\f002";
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 150px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    opacity: 0.15;
    filter: alpha(opacity=15);
}

.details404 .btn {
    position: absolute;
    left: 35px;
    bottom: 35px;
}

/* Post
 * -------------------------- */
.post {
    padding: 20px 0;
    overflow: hidden;
}

.post .y_w {
	width: auto;
	display: inline-block;
	position: relative;
	font-size: 26px;
}
.post .y_w img {
	position: relative;
	z-index: 2;
}
.post .y_w span {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	margin: -13px 0 0 -13px;
	color: #fff;
}

.post.post-2 {
    padding: 0;
    padding-bottom: 20px;
}

.post-thumb {
    position: relative;
}

.post-thumb img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.post-meta {
  -moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #ecf0f1;
border-image: none;
border-style: solid;
border-width: 1px 0;
font-family: "Open Sans",sans-serif;
margin-top: 15px;
overflow: hidden;
padding: 1px 0;
font-size: 12px;
opacity: 0.75;
}

.colored-wrapper .post-meta {
    border-color: #fff;
}

.meta-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.meta-list li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #ecf0f1;
}

.meta-list li .black {
    color: #2c3e50;
}

.meta-list li:first-child {
    padding-left: 0;
    border-left: 0;
}

.meta-list li:last-child {
    float: right;
    border-left: 0;
    padding-right: 0;
}

.post.post-2 .meta-list li:last-child {
    float: left;
}

.post-title {
    margin: 20px 0;
}

@media (max-width: 767px) {
    .post-meta {
        padding: 0;
    }
.meta-list li {
  border-left: 1px solid #ecf0f1;
  float: left;
  padding: 0 10px 0 0;
}
   /* .meta-list li {
        float: none;
        border-left: 0;
        padding: 10px 0;
        border-bottom: 1px solid #ecf0f1;
    }

    .meta-list li:last-child {
        float: none;
        border-bottom: 0;
    }*/
}

/* Form Control
 * -------------------------- */
.form-control {
    border-width: 2px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ecf0f1;
}

.form-control:focus {
    border-color: #428bca;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-form {
    position: relative;
}

.search-form:before {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    top: 3px;
    right: 12px;
    font-size: 18px;
    color: #ecf0f1;
}

/* Widget
 * -------------------------- */
.widget {
    padding: 20px 0;
    overflow: hidden;
}

.widget p:last-child {
    margin-bottom: 0;
}

/* Portfolio Item
 * -------------------------- */
.project-details-list {
    list-style: none;
    padding: 20px;
    margin: 0;
    border: 1px solid #ecf0f1;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}

.project-details-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ecf0f1;
}

.project-details-list li:first-child {
    padding-top: 0;
}

.project-details-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.project-details-list h6 {
    width: 100px;
    float: left;
    font-weight: normal;
    color: #bdc3c7;
    margin: 0;
    line-height: 1.428571429;
}

.project-details-list .project-terms {
    font-weight: 400;
    color: #2c3e50;
    margin-left: 100px;
    font-size: 14px;
  line-height: 26px;
}

.portfolio-navigation {
    text-align: right;
}

.portfolio-navigation-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    border: 1px solid #ecf0f1;
    border-width: 1px 0;
    padding: 10px 0;
}

.portfolio-navigation-list li {
    display: inline-block;
}

.portfolio-navigation-list li:first-child {
    float: left;
}

/* Carousel
 * -------------------------- */
.carousel-indicators li {
    border-radius: 0;
}

/* Icon Preview
 * -------------------------- */
.the-icons a {
    display: block;
    cursor: pointer;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 6px;
    background-color: #fff0f0;
    margin-bottom: 5px;
}

.the-icons a, .the-icons a:hover {
    color: #222222;
}

.the-icons a [class^="icon-"], .the-icons a [class*=" icon-"] {
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.the-icons a:hover {
    background-color: #428bca;
    text-decoration: none;
    color: #ffffff !important;
}

.the-icons a:hover [class^="icon-"], .the-icons a:hover [class*=" icon-"] {
    *font-size: 28px;
    *vertical-align: middle;
}

.the-icons a:hover [class^="icon-"]:before, .the-icons a:hover [class*=" icon-"]:before {
    font-size: 28px;
    vertical-align: -5px;
}

.pad-bottom-20 {
    padding-bottom: 20px;
}

/* Wrappers
 * -------------------------- */
.wrapper-1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrapper-2 {
    padding-top: 20px;
}

.wrapper-3 {
    padding-bottom: 20px;
}

.wrapper-4 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.wrapper-5 {
    padding-top: 30px;
}

.wrapper-6 {
    padding-bottom: 30px;
}

.wrapper-7 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.wrapper-8 {
    padding-top: 40px;
}

.wrapper-9 {
    padding-bottom: 40px;
}

/* Team
 * -------------------------- */
.team-member-wrapper {
    padding-bottom: 20px;
}

.team-member {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-member:hover {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.team-member-info {
    background-color: #428bca;
    padding: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-member:hover .team-member-info {
    background-color: #5D6773 !important;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.team-member-info {
    background-color: #5D6773 !important;
    padding-bottom: 5px;
}

.team-member-info h5 {
    color: #ffffff;
    margin: 0;
    margin-bottom: 5px;
}

.team-member-thumb {
    position: relative;
}

.member-social {
    height: 45px;
    background-color: rgba(236, 240, 241,0.9);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.team-member:hover .member-social {
    opacity: 1;
    filter: alpha(opacity=100);
}

.member-social > li {
    display: inline-block;
    padding: 0;
    border-right: 1px solid rgba(44, 62, 80,0.1);
}

.member-social > li:first-child {
    border-left: 1px solid rgba(44, 62, 80,0.1);
}

.member-social > li a {
    width: 40px;
    height: 45px;
    display: block;
    font-size: 18px;
    line-height: 45px;
    color: #2c3e50;
}

.member-social > li a:hover {
    color: #428bca;
}

.team-member-thumb .overlay {
    background-color: #428bca;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-member:hover .team-member-thumb .overlay {
   opacity: 0.50;
    filter: alpha(opacity=50);
}

/* Pagination
 * -------------------------- */
.pagination > li > a, .pagination > li > span {
    margin-left: 5px;
    color: #bdc3c7;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #428bca;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #428bca;
    border-color: #428bca;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #ffffff !important;
}

/* Comment Form
 * -------------------------- */
.comment-form {
    padding: 20px 0;
    padding-bottom: 0;
}

.comment-form .form-control {
    margin-bottom: 20px;
}

.post-comments {
    padding: 25px 0;
}

a.comment-reply, .comment-date {
    font-size: 85%;
    color: #bdc3c7;
}

/* Post Author
 * -------------------------- */
.post-author {
    padding: 50px 0 25px 0;
}

.post-author-info {
    background-color: #ecf0f1;
    padding: 20px;
}

/* Media
 * -------------------------- */
.media-list {
  margin-bottom: 0;
}
.media,
.media .media {
    margin-top: 40px;
}

/* Google Map
 * -------------------------- */
.google-map {
    padding: 0;
}
.google-map-2 {
    padding-top: 70px;
    padding-bottom: 0;

}

/* Address
 * -------------------------- */
address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
}

/* Contact Form
 * -------------------------- */
.contact-form .form-control {
    margin-bottom: 20px;
}

/* Products
 * -------------------------- */
.product {
    padding: 20px 0;
}
.product-thumb {
    border: 1px solid #ecf0f1;
}
.product-info {
    padding-bottom: 10px;
}

.product-info h4 {
    font-size: 17px;
}
.product-info h2 {
    margin-top: 0;
}

.product-info .price {
    font-size: 18px;
    color: #428bca;
    font-weight: 700;
}

.product-info .previous-price {
    text-decoration: line-through;
    margin-right: 10px;
}

.product-info.product-info-2 .price {
    font-size: 30px;
    padding-bottom: 20px;
    display: inline-block;
}

.product-info.product-info-2 .previous-price {
    font-size: 20px;
    padding-bottom: 20px;
    display: inline-block;
}

.cart-items, .popular-items {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 0;
}

.cart-items > li, .popular-items > li {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ecf0f1;
    padding-bottom: 10px;
}

.cart-items > li .close {
    line-height: 12px;
}

.cart-items > li:last-child, .popular-items > li:last-child {
    margin-bottom: 0;
}

.cart-items img, .popular-items img {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cart-items img:hover, .popular-items img:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.cart-items h5, .popular-items h5 {
    margin: 0;
    font-size: 12px;
}

.cart-items h5 .price, .popular-items h5 .price {
    display: block;
    margin-top: 7px;
    font-size: 15px;
    color: #428bca;
    font-weight: 700;
}

.cart-action {
    border-top: 2px solid #ecf0f1;
    margin-top: 1px;
}

.cart-action .view-cart, .cart-action .checkout {
    width: 50%;
    float: left;
}

.results {
    position: relative;
    font-weight: 400;
    color: #95a5a6;
    padding-left: 20px;
    display: inline-block;
}

.results:before {
    content: "";
    width: 8px;
    height: 30px;
    background-color: #428bca;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
}
@media (max-width: 767px) {
    .results-and-pagination {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .results-and-pagination .pagination {
        float: right;
    }
}

/* Controls
 * -------------------------- */
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    margin-top: -10px;
}

.carousel-control .glyphicon-chevron-right {
    left: inherit;
    right: 50%;
}

/* Awesome CallOut
 * -------------------------- */
.awesome-callout {
    position: relative;
    padding: 20px 0;
    text-align: center;
}

.awesome-callout h2 {
    margin-top: 0;
}

@media (min-width: 768px) {
    .awesome-callout {
        text-align: left;
        padding-right: 200px;
    }

    .awesome-callout a.btn {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -25px;
    }
}

/* Special Wrapper
 * -------------------------- */
.special-wrapper h3 {
    margin-top: 0;
}

/* Color Skins
 * -------------------------- */
.skin-chooser {
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;;
    display: block;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    position: fixed;
    top: 200px;
    left: 20px;
    z-index: 1000;
    background-color: #ffffff;
}
.skin-chooser:hover {
    background-color: #ebebeb;
  border-color: #adadad;
}
.skins-wrapper .list-inline {
    padding-left: 18px;
}
.skins-wrapper .list-inline > li {
    padding-top: 25px;
}
.skins-wrapper .list-inline > li .color-skin {
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.skins-wrapper .list-inline > li #color-skin-1.color-skin {
    background-color: #1abc9c;
}
.skins-wrapper .list-inline > li #color-skin-2.color-skin {
    background-color: #428bca;
}
.skins-wrapper .list-inline > li #color-skin-3.color-skin {
    background-color: #428bca;
}
.skins-wrapper .list-inline > li #color-skin-4.color-skin {
    background-color: #9b59b6;
}
.skins-wrapper .list-inline > li #color-skin-5.color-skin {
    background-color: #16a085;
}
.skins-wrapper .list-inline > li #color-skin-6.color-skin {
    background-color: #27ae60;
}
.skins-wrapper .list-inline > li #color-skin-7.color-skin {
    background-color: #2980b9;
}
.skins-wrapper .list-inline > li #color-skin-8.color-skin {
    background-color: #8e44ad;
}
.skins-wrapper .list-inline > li #color-skin-9.color-skin {
    background-color: #f1c40f;
}
.skins-wrapper .list-inline > li #color-skin-10.color-skin {
    background-color: #e67e22;
}
.skins-wrapper .list-inline > li #color-skin-11.color-skin {
    background-color: #e74c3c;
}
.skins-wrapper .list-inline > li #color-skin-12.color-skin {
    background-color: #f39c12;
}
.skins-wrapper .list-inline > li #color-skin-13.color-skin {
    background-color: #d35400;
}
.skins-wrapper .list-inline > li #color-skin-14.color-skin {
    background-color: #c0392b;
}
.skins-wrapper .list-inline > li #color-skin-15.color-skin {
    background-color: #95a5a6;
}
.skins-wrapper .list-inline > li #color-skin-16.color-skin {
    background-color: #7f8c8d;
}
.skins-wrapper .list-inline > li .color-skin.active, .skins-wrapper .list-inline > li .color-skin:hover {
    outline: 2px solid #2c3e50;
}

.inlinkas{
	  font-size: 13px;
    text-align: right;
    text-transform: uppercase;
}

#injobtable td{
	border: 1px solid #EEEEEE;
padding: 5px 10px;
}

#injobtable td:first-child{
	font-weight:bold;
}


label{
font-weight: normal;
}

textarea{
	min-height: 50px;
}

input.required, textarea.required{
	border:1px solid red !important;
}

.field{
	position:relative;

}

span.required{
    text-align:right;
    color:red;
    display:none !important;
}

label.required{
color: #FF0000;
float: right;
position: absolute;
right: 23px;
top: 1px;
}


input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
color: #2f2f2f;
font-size: 16px;
margin: 0 0 6px;
padding: 8px 18px;
width:100%;
}

select{
background-color: #ffffff;
border: 1px solid #cccccc;
color: #2f2f2f;
font-size: 16px;
margin: 0 0 6px;
padding: 8px 18px;
width: 100%;
}

fieldset{
	border:none;
}

.Actions{
	float:right;
	 margin-right: 0px;
}

.Actions input, .morebtn{
background-color: #428bca;
border: 2px solid rgba(0, 0, 0, 0);
border-radius: 0px;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-family: 'Open Sans',​sans-serif;
font-size: 16px;
font-weight: normal;
line-height: 1.42857;
margin-bottom: 0;
padding: 5px 29px;
text-align: center;
text-transform: uppercase;
transition: all 0.2s ease 0s;
vertical-align: middle;
white-space: nowrap;
font-weight:700;
}

.Actions input:disabled{
  opacity:0.2
}

.Actions input:hover, .morebtn:hover{
	 color: #428bca;
	 background:#FFF;
	 border: 2px solid #428bca;
}

.Actions input:disabled:hover{
   color: #FFFFFF;
	 background:#428bca;
	border: 2px solid rgba(0, 0, 0, 0);
}



@media (max-width: 768px) {
#Form_Form{
	width:100%;
	margin-bottom:25px;

}

}
@media (min-width: 768px) {
#Form_Form{
	width:615px;
	margin-bottom:25px;

}

.leftone{
	float: left;
margin-right: 15px;
width: 300px;
}

.rightone{
float:right;
width: 300px;
}

.thirdone{
float: left;
width: 100%;
}

.fourthone{
float: left;
width: 100%;
}

}





table td{
	vertical-align:top;

}




input.error, textarea.error
{
   background: #F9FAFB;
   border:1px solid #E2341D;
   margin:0 auto;
}

input.error, textarea.error {
   color: #513F29 !important;
   font-size: 13px;
   font-family: Georgia, 'Times New Roman', Times, Serif;
   font-weight: normal;
   font-style: normal;
}

.requiredField label:after{
	content:"*";

}


/* Login top */

.top_login_line_inner #ForgotPassword, .top_login_line_inner #Remember {
display:none;
}


 .top_login_line_inner label {

}




.top_login_line_inner form input {
background-color: #F5F5F5;
border: 1px solid #222222;
border-radius: 3px;
color: #4D4D4D;
float: left;
font-size: 12px;
margin-bottom: 0;
margin-right: 5px;
outline: medium none;
width: 210px;
}

.top_login_line_inner form .submit-button {
background: none repeat scroll 0 0 #F5F5F5;
border: 1px solid #222222;
border-radius: 3px;
color: #4D4D4D;
float: left;
font-size: 12px;
font-weight: bold;
margin-right: 4px;
outline: medium none;
padding: 5px;
text-transform: uppercase;
width: 85px;
}

.top_login_line_inner form .action{
	background: none repeat scroll 0 0 #F5F5F5;
border: 1px solid #222222;
border-radius: 3px;
color: #4D4D4D;
float: left;
font-size: 12px;
font-weight: bold;
margin-right: 4px;
outline: medium none;
padding: 5px;
text-transform: uppercase;
width: 85px;
  margin-top: 22px;
}

.top_login_line_inner fieldset{
	float:left;
}

.top_login_line_inner .field{
	float:left;
}

.site-login-form{
    float: right;
    max-width: 100%;
}

.top_login_line_inner .Actions {
  float: left;
  margin-right: 24px;
}

.top_login_line_inner form {
  float: right;

}

#header-password{
	width:150px;
}

.logged_in{
	float:right;
	 margin-top: 5px;
}

.my-icon-twitter{
    background: url(../../../images/twitter.png) no-repeat;
}

.my-icon-facebook{
    background: url(../../../images/facebook.png) no-repeat;
}

.my-icon-youtube{
    background: url(../../../images/you-tube.png) no-repeat;
}
.my-icon-linkedin{
    background: url(../../../images/linkedin.png) no-repeat;
}


.spaced{
    background: url("../../../images/liner.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
height: 40px;
margin: 0 14px 0 12px;
width: 70px;
}

.morestyle1{
background: none repeat scroll 0 0 #d21531;
bottom: 80px;
color: #fff !important;
font-weight: bold;
left: 60px;
padding: 5px 29px;
position: absolute;

}

.morestyle2{
   background: none repeat scroll 0 0 #d21531;
bottom: 62px;
color: #fff !important;
font-weight: bold;
padding: 5px 29px;
position: absolute;
right: 0;
min-width:150px;
}

.morestyle3{
   background: none repeat scroll 0 0 #d21531;
bottom: 20px;
color: #fff !important;
font-weight: bold;
padding: 5px 29px;
position: absolute;
right: 0;
min-width:150px;
}

.gplay2{
background: url("../../../images/GPlaysm.png") no-repeat scroll left top rgba(0, 0, 0, 0);
bottom: 250px;
color: #fff !important;
font-weight: bold;
height: 33px;
padding: 0;
position: absolute;
right: 70px;
width: 112px;
}

.gplay3{
background: url("../../../images/google_play.png") no-repeat scroll left top rgba(0, 0, 0, 0);
color: #fff !important;
font-weight: bold;
height: 55px;
padding: 0;
position: absolute;
right: 20px;
top: -9px;
width: 180px;
}

.gplay2:hover{

}

.morestyle1:hover, .morestyle2:hover, .morestyle3:hover{
    text-decoration:underline !important;
}

.minisec{
background: url("../../../images/Blue-Line.png") no-repeat scroll center top rgba(0, 0, 0, 0);
background-size:100% 100%;
color: #fff;
height: 77px;
line-height: 77px;
text-align: center;
font-size: 24px;
}

.bluearr{
  background: url("../../../images/Blue-arrow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
display: block;
height: 11px;
left: 50%;
margin-left: -15px;
position: absolute;
width: 30px;
z-index: 99999;
}

.produktas h2{
    color:#000;
    font-size:20px;
    padding-left: 15px;
}

.produktas li{
    list-style-image: url("../../../images/pointas.png")
}

#product-story h1{
    font-size:30px;
}

.container-non-responsive {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  width: 960px;
}

.container-non-responsive:after {
    clear: both;
}

#contact-us{
	padding: 20px 0 40px;
}

.extratext h2{
	margin-top:0;
}

.extratext a{
	text-decoration:underline;
}


@media (max-width: 768px) {

#poper { display:none;}

#poper_off:hover{
	display:none;
}

}
@media (min-width: 768px) {
    #poper{
	background:url('/themes/puse/images/demo_popup_clean.png') top left;
	position: fixed;
	width: 317px;
	height: 36px;
	bottom: 0;
	right: 6%;
	opacity:0;
	box-shadow: 0px 0px 9px -5px #333;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	z-index: 1000;

}
.poperholder { display:none;}
#poper_off:hover{
	opacity:0.3;
}
}

img {
    max-width: 100%;
}


.pricing .p-footer a{
    width:200px;
}

.service-4 a.btn{
    width:250px;
}

.awesome-callout h2{
    color:#3b3b3b;
}

/* Login */
.loginform{

}

.loginform h1,.profileform .Actions,.loginform .Actions{
    text-align:center;
}

.loginform fieldset{
    border: none;
}

.loginform form {
  margin: 0 auto;
  max-width: 450px;
}

.loginform .error label, .loginform label.error {
  color: #c60f13;
  margin-top: -5px;
  text-align: right;
}

.loginform #Form_RegisterForm_error, #changeProfileForm_ProfileForm_error{
    display:block;
    text-align: center;
    margin-bottom:5px;
}

.loginform .required, .loginform .validation {
  color: red;
  display: block;
  margin-bottom: 5px;
  text-align: right;
}

.loginform #Remember label{
    display:inline;
    float:none;
    text-align: left;
}



/* LOST PASSWORD */
.remeberform #Email label{
 float:none;
}

#ChangePasswordForm_ChangePasswordForm label{
    float:none;
}

#ChangePasswordForm_ChangePasswordForm {
    width:450px;
}

/* Registration */
.registerform{

}

.registerform h1,.registerform .Actions{
    text-align:center;
}

.registerform fieldset{
    border: none;
}

.registerform form {
  margin: 60px auto;
  width: 300px;
}

.registerform .error label, .registerform label.error {
  color: #c60f13;
  margin-top: -5px;
  text-align: right;
}

.registerform #Form_RegisterForm_error{
    display:block;
    text-align: center;
    margin-bottom:5px;
}

.registerform .required, .registerform .validation {
  color: inherit;
  display: block;
  margin-bottom: 70px;
  text-align: left;
}

.registerform #Agree{
   position:relative;
}
.registerform #Agree label{
float: left;
line-height: 18px;
margin-bottom: 10px;
margin-top: 10px;
padding-left: 10px;
}

.registerform #Agree label.error{
position: absolute;
right: 0;
top: 20px;
}

.registerform #Agree input{
 float: left;
margin-top: 12px;
}

/* Login popup */

.main{
	padding: 38px 38px 0px 38px;
}
.social-box{
  margin: 0 auto;
  padding: 0px 38px 15px;
  border-bottom:1px #ccc solid;
}
.social-box a{
  font-weight:bold;
  font-size:18px;
  padding:8px;
}

.heading-desc{
	font-size:20px;
	font-weight:bold;
	padding:38px 38px 0px 38px;

}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 10px;
  border-radius: 5px;

}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-radius: 5px;
}
.login-footer{
	background:#f0f0f0;
	margin: 0 auto;
	border-top: 1px solid #dadada;
	padding:20px;
}
.login-footer .left-section a{
	font-weight:bold;
	color:#8a8a8a;
	line-height:19px;
}

/* end login popup */

.content-wrapper{
    padding:0;
}

.numberplate{

font-size: 30px;
font-weight: normal;
height: 40px;
line-height: 35px;
overflow: hidden;
padding-left: 40px;
text-align: center;
width: 177px;
margin-top:10px;
float:left;
}

.numberplate.wigetas{
    width: 177px;
     float: left;
}

.numbertextas{
    font-family: 'IBM Plex Mono', monospace;
}

.numberplate a{
    text-align: center;
    font-family: 'IBM Plex Mono', monospace;
    width: 125px;
    display: block;
    font-size:33px;
    font-weight:500;
    line-height:37px;
    color:#444 !important;


}
.at4-share-title{
    font-size:10px;
}

.numberplate a:hover{

text-decoration: underline;
}

.numberspace{

    margin-bottom: 5px;
}



.Neutralus{
     background: rgba(0, 0, 0, 0) url("/themes/puse/images/assets/neutral.png") no-repeat scroll 0 0;
}

.Padekoti{
    background: rgba(0, 0, 0, 0) url("/themes/puse/images/assets/positive.png") no-repeat scroll 0 0;
}
.Pasiskusti{
    background: rgba(0, 0, 0, 0) url("/themes/puse/images/assets/negative.png") no-repeat scroll 0 0;
}

.post.even{
   background: #fff none repeat scroll 0 0;
}
.post.odd{
  background: #fafafa none repeat scroll 0 0;
}

.minipositive{
  background: rgba(0, 0, 0, 0) url("/themes/puse/images/assets/mini_positive_cloud.png") no-repeat scroll -1px 4px;
padding: 0px 10px 0px 35px;
font-size: 13px;
font-weight: bold;
display: inline-block;
height: 28px;
}

.minipositivewidget{
background: rgba(0, 0, 0, 0) url("/themes/puse/images/assets/mini_positive_cloud.png") no-repeat scroll -22px 17px;
display: inline-block;
font-size: 13px;
font-weight: bold;
height: 48px;
padding: 13px 10px 0 11px;
}

.mininegative{
   background: rgba(0, 0, 0, 0) url("/themes/puse/images/assets/mini_negative_cloud.png") no-repeat scroll -1px 4px;
padding: 0px 10px 0px 35px;
font-size: 13px;
font-weight: bold;
display: inline-block;
height: 28px;
}


.mininegativewidget{
background: rgba(0, 0, 0, 0) url("/themes/puse/images/assets/mini_negative_cloud.png") no-repeat scroll -22px 17px;
display: inline-block;
font-size: 13px;
font-weight: bold;
height: 48px;
padding: 13px 10px 0 11px;
}
.miniinlineheader{
font-size: 13px;
font-weight: bold;
display: inline-block;
height: 28px;
}

.mininumberstats{
    margin-top:5px;
    opacity: 0.7;
}
.minihistory{
  font-size: 13px;
display: inline-block;
}

.minisavininkas{
   text-align: left;
font-size: 13px;
display: inline-block;
}

.readmore{
    text-align:right;
}

.widget-list-numbers{
    border: 1px solid #ecf0f1;
    margin-bottom: 0;
    padding: 15px;
     list-style: none;
}
.widget-list-numbers li{
   float: none;
clear: both;
overflow: hidden;

}

.required{
    color:red;
    text-align: right;
}

#padekoti ul{
    list-style: none;
    padding:0;

}

#padekoti{
    clear:both;
    overflow: hidden;
}


#padekoti li input{
   float: left;
margin-right: 10px;
}

#padekoti li {
   float: left;
    margin-right: 10px;
}


.funkyradio div {
   /* clear: both;*/
    /*margin: 0 50px;*/
    overflow: hidden;
}


.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}
.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 0em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:'';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}


.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}
.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}
.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}
.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}
.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}
.funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}
.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.pranestiforma{
    padding:0px 15px;
}

#Form_PranestiForm .field{
    margin-top:15px;
}

.dropzone-intext{
    text-align: center;
}
.dropzone-addfiles{
    font-size: 200%;
line-height: 160%;
text-align: center;
}

#Form_PranestiForm_error.message.bad{
    background: #d9534f none repeat scroll 0 0;
color: #fff;
padding: 15px;
}

.message.bad{
    color:red;
}
.dropdown.dateselectorfield {
    width: 25%;
}
.after_login_link {
    margin: 0 auto;
    width: 450px;
}
.after_login_link a {
    margin-top: 20px;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}

.header{
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
        border-bottom: 1px solid #ddd;
}

.descin{
    font-size:14px;
}

.morein{
    text-align:right;
}

h2{
    font-size: 18px;
  font-weight: normal;
  margin-top:0px;

}

h1{
  font-size: 26px;
  font-weight: normal;
  margin-top:0px;

}

.black{
    font-weight:bold;
}

.preview-image{
    max-width:250px;
    width:100%
}

.header-info-wrapper a{
    font-size:16px;
}

.pagination {
	display: flex;
	justify-content: center;

}

h1.toph1{
    display: inherit;
    line-height: 22px;
    position: absolute;
    top: 12px;
    font-size: 17px;
    padding-left: 11px;
}

@media (max-width: 992px) {
    .header-info-wrapper a{
    font-size:12px;
}

    h1{
        font-size:22px;
        margin:0;
    }

    h1.toph1 {
        display: inherit;
        line-height: 22px;
        position: absolute;
        top: 12px;
        font-size: 12px;
        padding-left: 11px;
        line-height: 13px;
        max-width:160px;
    }

    select{
        font-size:13px;
    }
    .filtriukas{
        text-align:center;
    }

    #item-content-wrapper{
        padding-top:10px;
        padding-bottom:0px;

    }
      #item-content-wrapper h1{
        margin-bottom:10px;
        font-size:14px;

    }
}

@media (max-width: 390px) {

    .header-info-wrapper a{
        font-size:9px;
    }
}

.nariozemelapis .header{
    border-bottom:0px;
}

.nariozemelapis .col-md-2.custom-padding {
    padding-left: 1px;
    padding-right: 1px;
}

.nariozemelapis .btn {
    padding: 6px;
}

.prisijungti {
    padding: 40px;
}

.header-a-wrapper{
    padding-top: 15px;
    padding-right: 0;
}

.rek_Top{
   float:right;

}

.rek_UnderImageLeft{
    float:left;
}

.rek_UnderImageRight{
    float:right;
}

.rek_ContentBottom{
    margin:0 auto;
}



@media (max-width: 1200px) and (min-width: 561px)  {

    .header-a-wrapper{
        padding:0;
    }

    .rek_ContentBottom{
        margin:0 auto;
        max-width:100%;
    }



}

@media (max-width: 560px)  {

    .header-a-wrapper{
     padding:0;
    }

    .rek_Top{
        max-width:100%;
        height:auto !important;
    }

    .rek_UnderImageLeft{
        float:none;
        margin:0 auto;
    }

    .rek_UnderImageRight{
        float:none;
        margin:10px auto;
    }

    .rek_ContentBottom{
        margin:0 auto;
        max-width:100%;
    }



}
