/*
Theme Name: BVS Bootstrap
Theme URI: http://best
Author: Majid Mushtaq
Author URI: #
Domain Path: /languages/

 * Created By Majid Mushtaq, Software Eng.
 *
 * @package BVS
 */


/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Footer
13. Mobile Styling
14. Social icons
15. Call For Action
*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 12, 2013 */
@font-face {
    font-family: 'segoeui';
    src: url('inc/fonts/segoui/segoeui.eot');
    src: url('inc/fonts/segoui/segoeui.eot?#iefix') format('embedded-opentype'),
    url('inc/fonts/segoui/segoeui.woff') format('woff'),
    url('inc/fonts/segoui/segoeui.ttf') format('truetype'),
    url('inc/fonts/segoui/segoeui.svg#segoeui') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'segoebold';
    src: url('inc/fonts/segoui/segoebold.eot');
    src: url('inc/fonts/segoui/segoebold.eot?#iefix') format('embedded-opentype'),
    url('inc/fonts/segoui/segoebold.woff') format('woff'),
    url('inc/fonts/segoui/segoebold.ttf') format('truetype'),
    url('inc/fonts/segoui/segoebold.svg#segoebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SegoeUILight';
    src: url('inc/fonts/segoui/segoeui_light.eot');
    src: url('inc/fonts/segoui/segoeui_light.eot?#iefix') format('embedded-opentype'),
    url('inc/fonts/segoui/segoeui_light.woff') format('woff'),
    url('inc/fonts/segoui/segoeui_light.ttf') format('truetype'),
    url('inc/fonts/segoui/segoeui_light.svg#SegoeUILight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* =Global
----------------------------------------------- */
body {
    color: #6B6B6B;
    word-wrap: break-word;
    line-height: 1.7;
    font-size: 14px;
    font-family:'segoeui',Arial;
}

a {
    color: #f10b0b;
    text-decoration: none;
    /* -webkit-transition: all 0.2s; */
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    /* transition: all 0.2s; */
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

}

h1,
.h1 {
    font-size: 32px;
}

h2,
.h2 {
    font-size: 28px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
select {
    width: 250px;
    border: 1px solid #DCE4EC;
    background-color: #FFF;
    height: 30px;
    padding: 5px;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}


/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
    margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
#content {
    margin-top: 40px;
    margin-bottom: 40px;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
    font-size: 13px;
}
#main .page-header {
    margin-top: 0;
}

.entry-meta a {
    color: #6B6B6B;
}
.entry-meta .fa {
    font-size: 14px;
    margin-right: 3px;
    color: #f10b0b;
}
.entry-meta span {
    margin-right: 10px;
}
.entry-title {
    font-size: 32px;
    color: #444;
}
.entry-title a {
    color: #444;
}
.entry-title a:hover {
    color: #666;
}
.btn.btn-default.read-more {
    float: right;
    border: 1px solid #E8E8E8;
    color: #fff;
    background-color: transparent;
    margin-top: 10px;
    background-color: #7cbf2e; border-color: #7cbf2e;
    border-radius: 0;
    padding: 9px 7px;
    width: 181px;
}
.btn.btn-default.read-more:hover {
    color: #FFF;
    background-color: #323136;
    border-color: #323136;
}
.search .btn.btn-default.read-more {
    float: none;
}
hr.section-divider {
    border-color: #E8E8E8;
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px dashed #eee;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
    display: inline-block;
    color: #fff;
    background-color: #f10b0b;
    border-radius: 4px;
    padding: 2px 10px;
    margin-left: 2px;
}
.page-links a span {
    background-color: inherit;
    border: 1px solid #E8E8E8;
    color: #f10b0b;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.page-links a:hover span {
    background-color: #f10b0b;
    border: 1px solid #f10b0b;
    color: #fff;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.site-main .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-main .gallery dd {
    margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}
.widget > ul > li,
li.recentcomments {
    border-bottom: 1px solid #EEE;
    position: relative;
    display: block;
    padding: 10px 0;
}
.widget ul li {
    list-style: none;
}
.widget ul {
    padding: 10px 10px;
}
.widget-title {
    border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
    padding: 0;
    background: url(images/sprite-home.png) no-repeat right -514px #EEEEEF;
    border: 0;
}
.tab-content ul li {
    list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
    font-family: fontawesome;
    margin-right: 10px;
}
#secondary .widget_archive ul li:before {
    content: '\f073';
}
#secondary .widget_categories ul li:before {
    content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
    content: '\f0e5';
}
.tab-content .tab-thumb {
    float: left;
    margin-right: 8px;
    padding-top: 4px;
    float: left;
    line-height: 0px;
    width: 60px;
    height: 60px;
    border-radius: 0;
}
.tab-content li {
    overflow: hidden;
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 8px;
    padding: 0 0 6px;
}
.tab-content .tab-entry {
    display: block;
}
.tab-content > .active {
    border: 1px solid #E8E8E8;
    border-top: none;
}
.tab-content ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tab-content .tab-entry {
    font-size: 14px;
    line-height: 18px;
}
.tab-comment {
    font-size: 18px;
    padding: 0 10px;
}
.nav-tabs > li > a {
    border-bottom-color: transparent;
    text-transform: uppercase;
    border-radius: 0;
}
.tab-content i {
    font-size: 12px;
    font-style: normal;
}
.tab-thumb.thumbnail {
    margin-bottom: 5px;
}
.tab-content #messages li:before {
    content: '\f0e5';
    font-family: fontawesome;
    float: left;
    padding-right: 10px;
    font-size: 20px;
    color: #f10b0b;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default {
    background-color: #f10b0b;
    border-color: #f10b0b;
}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
    background-color: #323136;
    border-color: #323136;
}
.btn.btn-default {
    color: #FFF;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}
#infinite-handle span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 12px;
    background: transparent;
    border: 1px solid #E8E8E8;
    color: #f10b0b;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#infinite-handle span:hover {
    background-color: #f10b0b;
    color: #fff;
}
.woocommerce #infinite-handle {
    display: none;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
    margin-top: 20px;
    margin-bottom: 20px;
}
.site-description {
    color: #777;
    font-weight: 200;
    font-size: 16px;
}
.page-template-page-homepage-php .carousel {
    margin-top: -20px;
    margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
    border: 1px solid #E8E8E8;
    padding: 6px 12px;
    border-radius: 4px;
    display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
    color: #fff;
    background: #f10b0b;
    text-decoration: none;
}
.more-link {
    float: right;
    margin: 10px 0;
}
.site-main [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
}
[class*="navigation"] .nav-previous {
    float: left;
}
[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
}
.navbar.navbar-default {
    background-color: #fff;
    font-weight: 200;
    margin-bottom: 0;
    margin-top: -2px;
    /*border-bottom: 1px solid #eee;*/
}
.navbar-default .navbar-nav > li > a {
    color: #999;
    line-height: 21px;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    transition: 0;;
}
.navbar > .container .navbar-brand {
    color: #f10b0b;
    font-size: 24px;
    margin: 8px 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    border-right: none;
    border-left: none;
}
.navbar {
    border-radius: 0;
}
.navbar-default {
    border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
    padding: 14px 20px;
    color: #999;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    border: none;
}
.dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    background-color: #f10b0b;
    color: #fff;
}

.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
    padding: 0;
    left: 1px;
}
.navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.nav.navbar-nav {
    float: right;
}
@media (max-width: 767px) {
    .nav.navbar-nav {
        float: none;
        max-height: 300px;
    }
    .bvs-cmp-tbl td > .btn{padding: 6px 3px!important;white-space: normal!important;}
}
/* =Comments
----------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}
#respond {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
    margin-bottom: 10px;
}
p.logged-in-as {
    padding-bottom: 0px;
}
.comment-list {
    margin-bottom: 40px !important;
    margin-left: 0px !important;
    padding-left: 0;
}
.comment .comment-body {
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    padding-left: 116px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0);
    border-color: #E8E8E8;
    border-radius: 4px;
}
.comment-list .children {
    margin-left: 0px!important;
    padding-left: 40px;
    border-left: 1px solid #E8E8E8;
    background-repeat: no-repeat;
    background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
    position: absolute;
    left: 29px;
    top: 29px;
}
#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}
.vcard .avatar {
    position: absolute;
    left: 29px;
    top: 29px;
}
.comment-metadata {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
}
.comment-reply-link {
    float: right;
}
.form-allowed-tags code {
    word-wrap: break-word;
    white-space: inherit;
}
.comment-respond label {
    display: block;
    font-weight: normal;
}
.comment-respond .required {
    color: #C7254E;
}


/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
    padding: 5px 20px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
    background-color: #f10b0b;
    color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
    margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

#footer-area {
    background-color: #313233;
    color: #CCC;
    font-size: 12px;
}
#footer-area a {
    color: #ccc;
}
#footer-area .footer-widget-area {
    padding: 40px 0 20px 0;
    overflow: hidden;
}
#footer-area ul li {
    border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
    border-bottom: none;
}
#footer-area .tab-content > .active {
    border: none;
}
#footer-area .nav-tabs > li.active > a, #footer-area .nav-tabs > li.active > a:hover, #footer-area .nav-tabs > li.active > a:focus {
    background-color: transparent;
}
#footer-area .tab-content .tab-entry {
    font-size: inherit;
}
#footer-area .widgettitle {
    font-size: 18px;
    color: inherit;
    margin-top: 0px;
}
#footer-area #social ul li {
    border-bottom: none;
}
#footer-area .widget ul li {
    padding: 10px 0;
    list-style: none;
}
.footer-nav.nav > li {
    position: relative;
    display: inline-block;
}
.footer-nav.nav {
    float: left;
    margin-bottom: 2px;
}
.copyright {
    margin-top: 10px;
    float: right;
    text-align: right;
}
#colophon {
    background-color: #1F1F1F;
    padding: 10px 0;
    border-top: 1px solid #3A3A3A;
}
.site-info a {
    color: #777;
}
.site-info a:hover {
    color: #999;
}
#footer-area a:hover {
    color: #fff;
}
.site-info {
    color: #999;
    font-size: 12px;
}
.footer-nav.nav > li > a:hover {
    background-color: transparent;
}
.scroll-to-top {
    background: #3B3B3B;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    bottom: 4%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    font-size: 16px;
    padding: 2px 10px;
    border-radius: 4px;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
    background: #f10b0b;
    opacity: .8;
}

/* =Mobile Styling
----------------------------------------------- */

@media (max-width: 768px) {
    .pull-right {
        float: none !important;
    }
    .pull-left {
        float: none !important;
    }
    .site-info, .copyright {
        text-align: center;
    }
    .footer-nav.nav, .copyright {
        float: none;
    }
    .flex-caption {
        display: none;
    }
    .navbar > .container .navbar-brand {
        margin: 0;
    }
    .navbar-default .navbar-nav > li > a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* =Social icons
----------------------------------------------- */

.top-bar {
    border-bottom-color: #E8E8E8;
}
.social-icon {
    font-size: 32px;
    margin: 6px;
    color: #E8E8E8;
}
#social {
    top: 0;
    position: relative;
    text-align: center;
}
#social ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}
#social ul {
    margin-bottom: 0;
    padding: 0;
}
.fa-googleplus:before {
    content: "\f0d5";
}
@media (max-width: 992px) {
    .site-branding {
        text-align: center;
    }
    #social {
        top: 0;
        float: none;
        text-align: center;
    }
}

/* =Call For Action
----------------------------------------------- */

.cfa{
    padding: 30px 0px;
    background: #f10b0b;
    text-align: center;
}
.cfa-text{
    font-size: 22px;
    color: #fff;
    display: block;
    padding-top: 10px;
}
.cfa-button {
    background-color: transparent;
    color: #fff;
    padding: 15px 30px;
    border-color: #fff;
}
.cfa-button a,
.cfa-button a {
    color: #fff;
}
.cfa-button:hover {
    background-color: #fff;
    color: #f10b0b;
}
.cfa-button:hover a {
    color: #f10b0b;
}

.navbar-brand {
    width: 246px;
    height: 52px;
    background: url(images/sprite-logos.png) no-repeat left top;
    /* background-size: 50px; */
}



header.top{
    background-color: #323136;
    position: fixed;
    width: 100%;
    top: 0;
    opacity: 0.97;
    z-index: 99999;
}

#page {
    padding-top: 84px;
}

.navbar-header{padding-top:15px;}

.navbar-default {background-color: #323136; border-color: #323136; margin-bottom:0px;}

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

.navbar-nav>li>.hm-drop-menu li{padding:24px 0px; margin:0 10px; border-bottom:1px dashed #f3a5a5;}

.navbar-nav>li>.hm-drop-menu li:last-child{border-bottom:0px; padding:0px; margin:0px; text-align:center; background:#eeeeee;}

.navbar-nav>li>.hm-drop-menu li:last-child a, .navbar-nav>li>.hm-drop-menu li:last-child a:hover{padding:8px 10px; color:#565656; text-shadow:1px 1px 1px #fff; border-top:1px solid #e1e1e1; margin-top:-1px; background:#eeeeee;}

.nav-list-txt{margin-left:100px; font-size:13px; color:#7d7d7d;}

.nav-list-txt p{margin-top:5px;}

.nav-list-txt span{float:right;}

.nav-list-txt span i{color:#ff8e3b; font-style:normal;}

.nav-list-txt a{color:#e66368; font-size:12px;}

a.nav-list-txt-hd, a.nav-list-txt-hd:hover{color:#000; font-size:17px; text-decoration:none;}

.hdr-form button{color:#cab9b9; font-size:12px;}

.navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret {border-top-color: #777;	border-bottom-color: #777;	}

.hdr-form{font-size:0px; margin-top:27px; float:right !important; padding-right:0px; margin-right:-15px;}
.hdr-form input{width:130px;}
.hdr-form input, .hdr-form button{border-radius:0px; height:24px; border:1px solid #ffffff !important; background:#fff;
    -webkit-box-shadow: 0 0 0 ; -moz-box-shadow: 0 0 0 ; box-shadow: 0 0 0;}
.hdr-form button{line-height: 0.428571;}

header.top .navbar-default {
    background: none;

}

.navigation_thumb {
    float: left;
    margin-right: 12px;
    width: 84px;
    height: 84px;
    background: #000;
    border: 3px solid #ebebeb;
    box-sizing: content-box;
    overflow: hidden;
}


@media screen and (max-width: 768px) {
    .nav-list-txt{color:#fff;}
    .navbar-nav>li>.hm-drop-menu li{border-bottom:1px dashed #CCC;}
    .navbar-brand{width:220px; background-position:left -190px;}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{border:0px; }
    .navbar-header{padding:15px 0;}
    .navbar-default .navbar-toggle{border:0px; /*float:left;*/}
    .navbar-default .navbar-toggle .icon-bar{background-color:#fff;}
    .navbar-toggle .icon-bar{width:30px; height:4px;}
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background-color:transparent;}
    .navbar-form .form-group {display: inline-block;margin:0px;}
    .hdr-form button {margin-top: -10px;}
    /*.navbar-default .navbar-form {margin-top: -1px;}*/
    a.nav-list-txt-hd, a.nav-list-txt-hd:hover{color:#e66368;}
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus{background:#262529; color:#fff;}
    .footer-nav:first-child{border-left:0px;}
    .footer-nav {padding: 0px 2% 0px 3%;}
    .footr_rt_in{float:left;}
    .dmca{float:right;}
    .footer-subscribe button, .foooter-email-submt{margin-top:-22px\9\0;/*Only works in IE9*/}

}

@media screen and (min-width: 768px) {
    .navbar-default .navbar-nav>li{margin-top:30px;}
    .navbar-default .navbar-nav>li>a{padding:0px 15px; border-right:1px solid #43424a; margin-bottom:30px;font-size: 13px;}

    .navbar-default .navbar-nav>.open>a.hm-drop-togle{background-color: #fff !important; color:#000 !important; /* border-color:#fff; */ padding: 8px 15px 0px 15px; margin-top: -8px;}
    .navbar-default .navbar-nav>.open, .navbar-default .navbar-nav>.open:hover{background-color: #fff !important; color:#fff !important;}

    .navbar-nav>li>.hm-drop-menu{margin: -20px 0 0 -1px; border-top:0px; border-radius:0px ; padding:0px 0px; width:420px;
        -moz-box-shadow: 3px 3px 0 3px rgba(0,0,0,.02); -webkit-box-shadow: 3px 3px 0 3px rgba(0,0,0,.02); box-shadow: 3px 3px 0 3px rgba(0,0,0,.02);}

    .navbar-default .navbar-nav>li:last-child>a{border-right:0px;}
    .navbar-nav{float:right}
    /*.hdr-form{font-size:0px; margin-top:27px; float:right !important; padding-right:0px; margin-right:-15px;}*/
    /*.hdr-form input{width:130px;}*/
    /*.hdr-form input, .hdr-form button{border-radius:0px; height:24px; border:1px solid #ffffff !important; background:#fff;*/
        /*-webkit-box-shadow: 0 0 0 ; -moz-box-shadow: 0 0 0 ; box-shadow: 0 0 0;}*/
    /*.hdr-form button{line-height: 0.428571;}*/
    .hm-drop-togle .caret{border-width:6px; border-bottom:0px;}
    .bvs-cmp-tbl {width: 100%; margin: 0 px;}

}

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

    .navbar-default .navbar-nav>li>a{padding:0px 8px; font-size:13px;}
    .navbar-brand{width:220px; background-position:left -190px;}

    .navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#000;}

    .nav-list > li, .nav-list > li:last-child{border:0px;}

    .rsc-rev{border-right:0px;}
    .footer-nav:first-child{border-left:0px;}
    .footer-nav {padding: 0px 2% 0px 3%;}
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .hdr-form {
        width: 100%;
        float: left !important;
        margin-bottom: 20px;
        padding: 0px;
        margin-right: 0px;
    }
    .navbar-form .form-control {
        width: 100%;
    }


    .navbar-header {
      float: none;
        padding: 15px 0;
    }
    .navbar-toggle {
        display: block;
        margin: 8px 0px 8px 0;
        position: relative;
        float: right;
        padding: 9px 10px;
        background-color: transparent;
        border: 0;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        outline: none;
    }
    .navbar-toggle .icon-bar {
        width: 30px;
        height: 4px;
        background-color: #fff !important;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
      display: none!important;
    }
    .navbar-nav {
      float: none!important;
      margin: 7.5px -15px;
    }
    .navbar-nav>li {
      float: none;
    }
    .navbar-nav>li>a {border-right: 0px !important;}

    .navbar-form .form-group {display: inline-block;}

    .navbar-default .navbar-nav>.open, .navbar-default .navbar-nav>.open:hover{background-color: #fff !important; color:#fff !important;}

    .navbar-nav>li>.hm-drop-menu {width: 100%;left: 0px !important;}

}

#blog-popup-wrapper {float:left; width: 100%; height: 100%; position:fixed; top:0px; bottom:0px; left:0px; right:0px;background:#343434;}

#blog-popup-container {float:left; width: 500px; position:relative; /* top:40px; */ /* left:32%; */ background:#e2e1dc;padding-bottom: 12px;}

.popup-hdr {width:520px; position:relative;margin:20px 0px 0px -10px;z-index:999;}

.popup-hdr h1 {float:left;width:360px;padding: 10px 25px;color:#fff; font-size:32px; font-style:italic; line-height:34px;}

.popup-hdr-cornr {position:absolute;top: 108px;left: -10px; width:10px; height:10px; background:url(images/sprite-bg-corner.png) no-repeat;}
.popup-hdr-bg-cnr1 {background-position:0px -60px}
.popup-hdr-bg-cnr2 {background-position:0px -120px}

.popup-hdr-bg1{background:#04ac57;float: left;}
.popup-hdr-bg2{background:#f31510;}
.popup-hdr-bg3{background:#de2810;}
.popup-hdr-bg4{background:#313131;}

.popup-hdr span {float:left; width:100px; height:90px; background:url(images/sprite-popup-icons.png) no-repeat;}

.hdr-icon1 {background-position:left 12px !important;}
.hdr-icon2 {background-position:left -95px !important;}
.hdr-icon3 {background-position:left -200px !important;}
.hdr-icon4 {background-position:left -310px !important;}
.hdr-icon5 {background-position:left -418px !important;}
.hdr-icon6 {background-position:left -512px !important;}
.hdr-icon7 {background-position:left -612px !important;}
.hdr-icon8 {background-position:left -722px !important;}
.hdr-icon9 {background-position:left -826px !important;}
.hdr-icon10 {background-position:left -924px !important;}
.hdr-icon11 {background-position:left -1016px !important;}
.hdr-icon12 {background-position:left -1105px !important;}

.popup-hdr-back-bg {float:left; width:500px; height:80px; background:#c9daca;margin: -73px 0px 8px 0px;}

.popup-txt-box {float:left; width:456px; color:#0d0d0b;padding:18px 22px 18px 22px;font-size: 20px;line-height:28px;font-style: italic; text-shadow:-1px 1px 0px #fff;}

.popup-sbscrb-box {float:left; width: 498px;padding: 0px 22px; }

.popup-sbscrb-form-box {margin:0px 0px 25px 0px;}
.popup-sbscrb-form-box input.email-sbscrptn {float: left;width: 333px;padding: 11px 4px;border: 1px solid #ddded8;-webkit-box-shadow:  0px 2px 5px 0px #b4b4b4;-moz-box-shadow: 0px 2px 5px 0px #b4b4b4;box-shadow: 0px 2px 5px 0px #b4b4b4;border-radius: 0;}
.plc-hldr {color: #676161;}
.popup-sbscrb-form-box .mail-sbcrb-btn {float: left;width: 110px;padding: 12px 0px; background:#ff5d1d;border:1px solid #fa4729; text-align:center; color:#fbf5ff;font-size:16px;font-weight:bold; text-shadow: 1px 1px #e0856a;text-decoration:none;-webkit-box-shadow:  0px 1px 2px 0px #aeafaa;-moz-box-shadow:  0px 1px 2px 0px #aeafaa;box-shadow: 0px 1px 2px 0px #aeafaa;cursor: pointer;border-radius: 0;}

.popup-close {position: absolute;bottom: 0;left:0;  width: 500px;background: url(images/close-popup.png) no-repeat; color:#efefe7; font-size: 14px;line-height: 22px;padding: 0px 0px 0px 30px;margin: 10px 5px;}

#blog-popup-wrapper .btn {
    background: #428bca;
    border: #357ebd solid 1px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    transition: color .1s ease;
    /* top: 40em;*/
}
#blog-popup-wrapper .btn:hover {
    background: #357ebd;
}
#blog-popup-wrapper .btn.btn-big {
    font-size: 18px;
    padding: 15px 20px;
    min-width: 100px;
}
.btn-close {

}
.btn-close:hover {

}
.modal1:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
.modal1:target:before {
    display: block;
}
.modal1:target .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 20%;
}
.modal-dialog {
    /* background: #fefefe; */
    /* border: #333333 solid 1px; */
    /* border-radius: 5px; */
    position: fixed;
    left: 32%;
    top: -100%;
    z-index: 9999999;
    width: 500px;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    padding-bottom: 40px;
}
.modal-body {
    padding: 20px;
}
.modal-header,
.modal-footer {
    padding: 10px 20px;
}
.modal-header {
    border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
    font-size: 20px;
}
.modal-footer {
    border-top: #eeeeee solid 1px;
    text-align: right;
}
/*ADDED TO STOP SCROLLING TO TOP*/
#close {
    display: none;
}

/*.rnkng-tble{float:left; width:100%; margin-bottom:30px;}*/

/*.rnkng-tble th{ text-align:center;background:#9d9d9d; padding: 4px 0;; font-weight:bold; text-align:center; color:#fff; font-size:14px; text-transform:uppercase; border-right:1px solid #fff}*/

/*.rnkng-tble td{border-bottom:1px solid #c7c7c7; text-align:center; padding: 9px 0; color:#333333;*//* width: 83px; *//*}*/

/*.col1{width:11%;}*/

/*.col2{width:15%;}*/

/*.col3{width:15%;}*/

/*.col4{width:22%;}*/

/*.col5{width:18%;}*/

/*.rnkng-tble tr:hover td{background-color:#f5f5f4;}*/

/*.col1-1{font-size:30px; color:#333333; font-weight:bold;  line-height:38px; padding-bottom:25px;}*/

/*.col1-1 .rank_1 {background-image:url(images/rank-top.png); background-repeat:no-repeat; background-position:center -2px; line-height:38px; width:100%; float:left; padding-bottom:28px;}*/

/*.col1-2{font-size:30px; color:#333333; font-weight:bold; }*/

/*.col2-2 img{width:100%}*/

/*.col3-3{font-size:23px; font-weight:bold;}*/

/*.col4-4{text-align: center !important;*/
/*font-size: 20px;*/
/*font-weight: bold;}*/

/*.col4-4 ul{margin-left:17px}*/

/*.col4-4 ul li{list-style-type: square; font-size: 12px;line-height: 20px;}*/
/*a.col-orng-btn {display:block; width: 67%; padding: 7px 0 4px 0; margin:0px auto;  line-height:28px; border-bottom: 3px solid #792B2B; background: #ff3028; font-size:16px;text-decoration:none; font-weight:bold; color:#fff; margin-bottom:4px;}*/
/*a.col-rw-btn{border-bottom: none;color: #babab9;background: none;text-decoration: none; display:inline; border-bottom:1px dashed #babab9; font-size:13px;}*/


.provd-box-table {margin-bottom: 20px;float: left;width: 100%;}

.provd-box-table th {background: #d9e2cc;text-align: center;font-size: 13px;color: #32342e;font-weight: bold;border-color: #bada88 !important;border-bottom: 0px !important;padding-top:16px !important;padding-bottom:16px !important;}

.provd-box-table td {vertical-align:middle !important;background: #f9f9f9;text-align: center;padding-top:16px !important ;padding-bottom:16px !important ;font-size: 14px;color: #32342e;border-color: #e5e4c0 !important;}

.provider-box-rate {font-size: 24px;color: #acacac;font-weight:normal;text-align: center;}

.provider-box-rate span {color: #fe8d3a;}

a.orange-small, a.orange-small:hover, a.orange-small:visited, a.orange-small:active {color: #f3512b;font-size: 14px;text-decoration: underline;font-weight:normal;}

a.orange-small:hover{text-decoration:none;}
.provider-img-box {margin-left:auto;margin-right:auto;width: 84px;height: 84px;background: #fff;border: 1px solid #d8d6d6;box-sizing: content-box;overflow: hidden;}

.provider-img-box img {
    width:100%;
}

.provd-box-inr-rt a { border-radius:0px;font-size: 12px;padding: 7px 23px;}
.btn-visit-prov {color: #fff !important;border-radius: 0px;background-color: #7cbf2e;border-color: #7cbf2e;text-decoration: none;margin-bottom: 6px;}

.provd-box-inr-rt span {font-size: 10px;text-transform: uppercase;line-height: 20px;display: block;}

.provd-box-inr-rt b {font-size: 26px;font-weight: normal;display: block;color: #1b1a1a;line-height: 26px;margin-top: 8px;}

.provd-box-pric {font-size: 16px;color: #7b7b7b;position: relative;}

.provd-box-pric i {display: block;margin: -12px auto 0 auto;width: 58px;height: 2px;background: #ee430f;-ms-transform: rotate(-4deg);-webkit-transform: rotate(-4deg);transform: rotate(-4deg);}

td.rank-dis{font-size:18px; color:#32342e; line-height:22px;}

td.rank-dis span{font-size:24px; line-height:22px; }

.rank-first td{background:#fefdce;}

.provider-box-cup {width: 40px;margin: 0 auto 5px auto;background: url(images/crown.jpg) no-repeat center top;text-align: center;color: #fff;padding-top:4px;font-size: 12px;font-weight: bold;}


.top-provid-new-prc-tag {font-size:18px; line-height:15px}
.top-provid-new-prc-tag span {display:block; font-size:12px;}
/*.top-provid-new-img img {height:55px; width:55px;}*/
.top-provid-new-img span {display:block; font-size:22px; line-height:32px;}
.top-provid-new tr:last-child td {border-bottom:1px solid #c7c7c7 !important;}

h3.widget-title {
    width: 97%;
    line-height: 49px;
    font-size: 20px;
    color: #524e4e;
    background: url(images/sprite-home.png) no-repeat right -511px #eeeeee;
    padding-left: 10px;
    margin: 10px 0px 15px -1px;
    box-sizing: content-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#foot-strip{width:100%; background:#151515; color:#fff; font-size:13px; padding:10px 0;}

.footer-logo a{width:290px; height:55px; background:url(images/sprite-logos.png) no-repeat left -96px; display:inline-block; margin-bottom:26px; }

.footer-subscribe {padding-bottom:40px;}

.footer-subscribe-grp{width:68%; display:inline-block;}

.footer-subscribe-btn{width:30%;}

.footer-subscribe input{padding:24px 12px; border-radius:0px;width: 248px !important;}

.footer-subscribe button, .foooter-email-submt{padding:14px 0px; border-radius:0px; background:#f10b0b; color:#fff;}

.footer-subscribe button:hover, .footer-email-submt:hover{color:#fff;}

.footr-section{background-color:#1b1b1b; padding:48px 0 18px 0;}

.footer-nav{width: 48%; padding: 0px 8% 0px 9%; display:inline-block; margin-bottom:42px; border-left:1px solid #252525;}

.footer-nav h3, .fotr-rt-sec h3{padding-bottom: 10px; font-size: 20px; line-height: 22px; color: #fff; margin-top:0px; white-space:nowrap;}

.footer-nav ul{list-style:none; padding:0px;}

.footer-nav ul li {padding-bottom: 12px;}

.footer-nav ul li a{color:#898989;}

.footer-nav ul li a:hover{color:#FFF; text-decoration:none;}

.fotr-rt-sec{margin-bottom:42px;}

.footr_rt_in{padding-bottom:30px;}

.footr_rt_in a{font-size:40px; margin-right:15px; color:#4a4a4a;text-decoration: none;}

.footr_rt_in a span{overflow:hidden;}

.footr_rt_in a:hover{color:#fff;}

/*Footer Resource*/
.rsource-main{border-top:3px solid #d3d3d3; padding-top:33px; font-size:13px; color:#565656; text-align:center;}

.rsource-main b{color:#1b1a1a; font-size:15px; display:block}

.rsource-part{margin-bottom:32px;}

.rsource-btm {width:100%; height:72px; border-right:1px solid #dfdfdf; background:url(images/sprite-home.png) no-repeat center -95px;}

.rsc-rev{background-position:center -199px;}

.rsc-prov{background-position:center -305px;}

.rsc-offr{background-position:center -409px; border-right:0px;}

.divider-1{border-bottom:1px dashed #cccccc; margin-bottom:30px;}


.related_post_title {
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 19px;
}
ul.related_post {
    overflow: hidden;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #884B4B;
    cursor: default;
    background: none !important;
    border: 0 !important;
    font-size: 20px;
    color: #524e4e;
}

.tab-content {
    margin-right: 5px;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 0;
    margin-right: 12px;
}

.navbar-nav li:nth-last-child(3) ul {

    right: 0 !important;
    left: -305px;
    /* top: 57px; */
}

.provider-box-cup {
    width: 40px;
    height: 48px;
    margin: 0 auto;
    background: url(images/sprite-home.png) no-repeat center top;
    text-align: center;
    color: #fff;
    line-height: 33px;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    td.rank-dis span{font-size:14px;}
    td.rank-dis a{font-size:11px !important;}
    .provd-box-inr-rt a{font-size:10px; padding:7px 8px;}
    .provd-box-table td,  .provd-box-table th{padding:3px !important;}
    .provider-img-box{width:60px; height:60px;}
}



.top_5_widget {

}
.top_5_widget li  {
    float: left;
    width: 100%;
    margin-top: 5px;
    padding: 16px 0px;
    background: #EDE9E9;
    position: relative;
    height: 66px;
    list-style: none !important;
}
.top_5_widget li img  {
    /* float: left; */
    margin-right: 21px;
    margin-left: 9px;
    max-width: 97px;
}
.top_5_widget li .img_link {
    float: left;
    /* top: 1px; */
    /* left: 0; */
    /* padding-right: 4px; */
    /* font-size: 19px; */
    text-decoration: none;
}
.top_5_widget li a.blue {
    color: #fff;
    padding: 0px 8px;
    background: #cd2122;
    text-decoration: none;
    padding-bottom: 3px;
    margin-right: 8px;
    margin-top: 8px;
}

.top_5_widget li .img_link span {
    position: relative;
    top: 2px;
    border: 1px solid;
    text-decoration: none;
    font-size: 13px;
    padding: 0 5px;
    border-radius: 100%;
    left: 4px;
    background: #000;
    color: #fff;
    border: 0;
}
.top_5_widget li .details {
    margin: 0;

    position: absolute;
    right: 7px;
    top: 7px;
}

.top_5_widget li .details span {
    padding-bottom: 6px;

    float: left;
    float: l;
}

#top_five {
    width: 360px;
    float: left;
    padding-top: 0;
    padding-left: 0;
    margin-top: -14px;
}
.left_menu_fixed {
    position: fixed;
    top: 99px;
    z-index: 9;

}


/* =================================================================== */
/* samtech
====================================================================== */

/* Browser Resets
====================================*/
.sam-container a:active,
.samtech a:active,
.sam-container a:focus,
.samtech a:focus  {outline: none;}
.slides,
.sam-control-nav,
.sam-direction-nav {margin: 0; padding: 0; list-style: none;}



/* Hide the slides before the JS is loaded. Avoids image jumping */
.samtech .slides > li {position: relative;  zoom: 1; display: none; -webkit-backface-visibility: hidden;}
.samtech .slides img {width: 100%; display: block;}
.sam-pauseplay span {text-transform: capitalize;}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.samtech {position: relative;  zoom: 1; z-index: 50;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* Default Styles
====================================*/
.samtech {
    background: #fff;
    zoom: 1;
    width: 80%;
    margin: 20px auto;
    clear: both;
    display: block;
    margin-bottom: 31px;
}

.ie7 .samtech {margin-bottom: -30px;}

.sam-viewport {max-height: 2000px;}
.loading .sam-viewport {max-height: 300px;}
.samtech .slides {zoom: 1;}


/* Direction Nav
====================================*/

.sam-direction-nav a {
    width: 35px;
    height: 35px;
    display: block;
    background-color: #000;
    bottom: 104px;
    right: 0px;
    float: none;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    background-color: #222;
    background: rgba(0, 0, 0, 0.65);
    *bottom: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.sam-direction-nav .sam-next {
    background-image: url(images/slider-control-right.png);
    background-repeat: no-repeat;
    background-position: 52% 50%;
}

.sam-direction-nav .sam-prev {
    margin-right: 36px;
    background-image: url(images/slider-control-left.png);
    background-repeat: no-repeat;
    background-position: 48% 50%;
}

.sam-direction-nav .sam-prev:hover,
.sam-direction-nav .sam-next:hover {
    background-color:#72b626;
    opacity: 1;
}

.subpage .sam-direction-nav a {bottom: 0px; right: 0px; *bottom: 30px;}


/* Control Nav
====================================*/
.sam-control-nav {
    width: 100%;
    position: absolute;
    bottom: -26px;
    text-align: center;
    z-index: 1;
}

.sam-control-nav li {
    margin: 0 3px 0 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.sam-control-paging li a {
    width: 14px;
    height: 14px;
    display: block;
    background: #c8c8c8;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.sam-control-paging li a:hover,
.sam-control-paging li a.sam-active {
    background: #505050;
}

.sam-control-paging li a.sam-active {
    cursor: default;
}


/* Caption
====================================*/
.slide-caption {
    width: 30%;
    padding: 22px;
    margin: 0 0 20px 20px;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background-color: #222;
    background: rgba(0, 0, 0, 0.7);
}

/* Do usuniecia */
.slide-caption.n {background-color: #222; background: rgba(0, 0, 0, 0.6);}

.slide-caption h3 {
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
    margin:0;
    line-height: 22px;
    font-family:arial;
}

.slide-caption p {
    margin:0;
    line-height: 19px;
    color: #bbb;
    font-family:arial;
}

.slides_text {
    border: 1px solid #d3d3d3;
    padding: 5px;
    border-radius: 0 0 7px 7px;
}


.rank_table th{background:#f1efaf !important; color:#32342e !important; border-color:#e5e4c0 !important}

.rank_table td{border-color:#e5e4c0 !important}

.rank-table1-prc b{font-size:26px; font-weight:normal; display:block; line-height:20px;}

.rank-table1-prc span{font-size:10px;}

.rank_table tr th:first-child, .rank_table tr td:first-child{text-align:left !important; white-space:nowrap; overflow: hidden;
    text-overflow: ellipsis; }

.rank_table tr td:first-child span{background:url(images/rank-img.png) no-repeat; float:left; margin-top:2px; width:20px; height:15px; }

.rank_table tr td:first-child span{text-align: center}
.rnk-tbl-prov{background-position:left 3px;}

.rnk-tbl-srvr{background-position:left -72px !important;}

.rnk-tbl-prot{background-position:left -126px !important;}

.rnk-tbl-ios{background-position:left -179px !important;}

.rnk-tbl-lim{background-position:left -234px !important;}

.rnk-tbl-mon{background-position:left -289px !important;}

.rnk-tbl-trial{background-position:left -344px !important;}

.rnk-tbl-prc{background-position:left -389px !important;}

.rnk-tbl-web{background-position:left -443px !important;}

.rank-table1-prc div{font-size:13; color:#fe683a; line-height:16px;}


.rnk-tbl-btn { font-size:12px;
    color: #fff !important;
    border-radius: 0px;
    background-color: #7cbf2e;
    border-color: #7cbf2e;
    text-decoration: none;
}


.rank_table2 .rnk-tbl-btn{width:100%;}

.pagination {}
.pagination ul {
    padding: 0;
}

.pagination li {
    display: inline;
}

.pagination li a, .pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination li a, .pagination li span {
    color:#7cbf2e;
}


.pagination li .current {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #7cbf2e;
    border-color: #337ab7;
}
.pagination li:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #7cbf2e;
    border-color: #337ab7;
}

.wpemfb-mesure {
    border: 0 !important;
}

.ts-fab-social-links a {margin-right: 20px;}
.ts-fab-social-links a:last-child {margin-right: 0px}

.bvs-cmp-main {float: none;width: 80%;margin: 0 auto;}
.bvs-cmp-tbl tr th:first-child, .bvs-cmp-tbl tr td:first-child{text-align: center!important;white-space:normal!important;width: 33%;}
.bvs-cmp-tbl td, .bvs-cmp-tbl td{text-align: center!important;white-space:normal!important;width: 33%;}
.bvs-cmp-tbl th, .bvs-cmp-tbl th{white-space:normal!important;width: 33%;background: #f0efaf}
.bvs-cmp-tbl tr td {color: #6C6C6E;}
.bvs-cmp-tbl .rank-table1-prc span , .bvs-cmp-tbl  .rank-table1-prc b {color: #32342e;}
.bvs-cmp-tbl .rank-table1-prc div {color: #fe683a;}
.bvs-cmp-tbl tr:nth-child(even) td{background: #fcfcfc}
.bvs-cmp-tbl tr:nth-child(odd) td{background: #fff}
.bvs-cmp-tbl tr:nth-child(3) td{background: #faf8d2}
.bvs-cmp-tbl tr:nth-child(3) td p{color: #fa6934}
.bvs-cmp-tbl tr:nth-child(2) td, .bvs-cmp-tbl tr:nth-child(4) td{background: #fefbd2}
.bvs-cmp-tbl tr:nth-child(1) td, .bvs-cmp-tbl tr:nth-child(2) td, .bvs-cmp-tbl tr:nth-child(3) td, .bvs-cmp-tbl tr:nth-child(4) td{border-top: 0;border-bottom: 0}

@media screen and (max-width: 767px) {
    .bvs-cmp-main {width: 100%; margin: 0px;}
    .bvs-cmp-tbl tr th {border-top: 0px !important;}
}



/*--deal of month sidebar---*/
.deal-month-wrap, .deal-month-main {float: left;width: 100%;border-bottom: 1px solid #eee}
.deal-month-wrap {margin-bottom: 15px;}
.deal-month-wrap h2 {width: 100%;line-height: 49px;font-size: 20px;color: #524e4e;background: url(/template/bvs_new/img/sprite-home.png) no-repeat right -511px #eee;padding-left: 13px; margin: 0; box-sizing: content-box; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.deal-month-col, .deal-month-col2 {float: left;width: 70%;margin: 15px 0;}
.deal-month-col h4 {font-size: 18px; color: #1b1a1a;padding-left: 15px;font-weight: 700;}
.deal-month-col ul {padding-left: 30px;}
.deal-month-col2 {width: 30%;text-align: center;}
.deal-month-col2  .btn-simple {color: #fff;background-color: #7cbf2e; border-color: #7cbf2e;margin-top: 10px;}
.deal-month-col2  .btn-simple i {padding-left: 6px;}
.deal-month-col2 .provd-box-pric {font-size: 16px;color: #7b7b7b;position: relative;}
.deal-month-col2 .provd-box-pric i {display: block;margin: -12px auto 0 auto;width: 58px;height: 2px;background: #ee430f;-ms-transform: rotate(-4deg); -webkit-transform: rotate(-4deg);transform: rotate(-4deg);}
.deal-month-col2 span {font-size: 11px;text-transform: uppercase;line-height: 20px;display: block;}
.deal-month-col2 b {font-size: 36px;font-weight: normal;display: block;color: #1b1a1a;line-height: 34px;margin-top: 8px;}