/* Theme Name:Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License:Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description:Main CSS file of the template */

/* Typography
----------------------------------------------------------------------------- */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.50;
    color: #333333;
    background-color: #ffffff;
    position: relative;
}

.site-name {
    font-family: 'Open Sans Condensed', sans-serif;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
}

h1, .h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

h6 {
    font-weight: 700;
}

h1 span {
    color: #339BEB;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 72px;
    font-weight: 300;
}

h2 span,
h3 span,
h4 span,
h5 span {
    color: #339BEB;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 68px;
    font-weight: 300;
}

.text-colored {
    color: #55acee;
}

.pz {
    color: #339BEB !important;
}

a {
    color: #55acee;
}

    a:hover {
        color: #339BEB;
    }

    a:focus,
    a:active {
        outline: none;
    }

.similar-item a {
    color: white;
}

.similar-item p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.large {
    font-size: 18px;
}

.hero {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 30px;
}

.centered {
    text-align: center;
}

.font-italic {
    font-style: italic;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-centered {
    margin: auto;
}

.list-unstyled li {
    padding: 5px 0;
}

.list-horizontal {
    padding: 15px 0;
}

.list-horizontal-item img {
    display: block;
    margin: 0 auto;
}

.list-icons {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    font-size: 18px;
}

    .list-icons li {
        padding: 0 0 15px 0;
    }

blockquote {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
}

.title {
    margin-top: 0;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 1);
    padding: 10px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.banner {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    color: #fff;
}

.banner-image {
    vertical-align: middle;
    min-height: 100%;
    width: 100%;
}

.banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
    content: "";
}

.banner-caption {
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 2;
}

.subfooter {
    background-color: #454545;
    border-top: 1px solid #339BEB;
    /*border-bottom: 1px solid #f3f3f3;*/
    padding: 20px 0;
}

.section {
    background-color: #ffffff;
    padding: 80px 0;
}

/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
    background-color: #222222;
    color: #ffffff;
}

    .default-bg.blue {
        background-color: #55acee;
    }

.translucent-bg {
    color: #ffffff;
}

    .default-bg h1,
    .default-bg h2,
    .default-bg h3,
    .default-bg h4,
    .default-bg h5,
    .default-bg h6,
    .translucent-bg h1,
    .translucent-bg h2,
    .translucent-bg h3,
    .translucent-bg h4,
    .translucent-bg h5,
    .translucent-bg h6 {
        color: #ffffff;
    }

    .default-bg blockquote footer,
    .translucent-bg blockquote footer {
        color: #cccccc;
    }

    .default-bg a,
    .translucent-bg a {
        /*color: #ffffff;
        text-decoration: underline;*/
    }

        .default-bg a:hover,
        .translucent-bg a:hover {
            text-decoration: none;
        }

.translucent-bg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}

    .translucent-bg .translucent-bg {
        margin-top: 80px;
        z-index: 3;
    }

    .translucent-bg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .translucent-bg.blue:after {
        background-color: rgba(85, 172, 238, 0.7);
    }

    .translucent-bg .container {
        z-index: 3;
        position: relative;
    }

.gray-bg {
    background-color: #e5e5e5;
}

.pz-bg {
    background-color: #222222;
}

    .pz-bg a {
        color: #339BEB;
        text-decoration: none;
    }

        .pz-bg a:hover {
            color: #ffffff;
            text-decoration: none;
        }

.bg-image-1 {
    background: url("../img/imts-hdr.jpg") 50% 0px no-repeat;
    background-size: cover;
}

.bg-image-2 {
    background: url("../img/banner.jpg") 50% 0px no-repeat;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
    opacity: 0;
    filter: alpha(opacity=0);
}

    .object-visible,
    .touch .object-non-visible {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-moz-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}

.space {
    padding: 20px 0;
}

.pr-10 {
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pb-clear {
    padding-bottom: 0;
}

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
    color: #ffffff;
}

.banner-caption h1 {
    font-size: 60px;
}

.subfooter p {
    margin-bottom: 0;
    color: #ffffff;
}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn-theme {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    min-width: 160px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-default {
    color: #55acee;
    border: 1px solid #cccccc;
}

    .btn-default:hover {
        color: #ffffff;
        background-color: #339BEB;
        border-color: #339BEB;
    }

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }

/* Collapse
---------------------------------- */
.panel-group .panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

.panel-default > .panel-heading {
    padding: 0;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: 1px solid #f0f0f0;
        border-top: none;
        background-color: #fafafa;
    }

.panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #55acee;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}

    .panel-heading a.collapsed {
        color: #ffffff;
        background-color: #333333;
    }

    .panel-heading a:after {
        font-family: "FontAwesome";
        content: "\f147";
        position: absolute;
        right: 15px;
        font-size: 14px;
        font-weight: 300;
        top: 50%;
        line-height: 1;
        margin-top: -7px;
    }

    .panel-heading a.collapsed:after {
        content: "\f196";
    }

    .panel-heading a:hover {
        text-decoration: none;
        background-color: #55acee;
        color: #ffffff;
    }

.panel-title a i {
    padding-right: 10px;
    font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
    background-color: #55acee;
    border-color: #55acee;
    color: #ffffff;
}

.nav-pills > li > a {
    border-radius: 0;
    padding: 8px 20px;
    border: 1px solid #cacaca;
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
    height: 45px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form-control-feedback {
    color: #cccccc;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 15px;
}

textarea {
    resize: vertical;
}

/* Modals
---------------------------------- */
.modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.modal-header {
    background-color: #55acee;
    color: #ffffff;
}

    .modal-header h4 {
        color: #ffffff;
    }

    .modal-header .close {
        font-weight: 300;
        color: #FFFFFF;
        text-shadow: none;
        filter: alpha(opacity=100);
        opacity: 1;
    }

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
    .modal-lg {
        width: 1140px;
    }
}

/* Media
---------------------------------- */
.media .fa {
    font-size: 24px;
    width: 40px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
    margin-bottom: 0;
}

.main-navigation .navbar-default {
    background-color: transparent;
    border: none;
}

    .main-navigation .navbar-default .navbar-nav > li > a {
        color: #fff;
        /*padding: 10px 20px;*/
        font-size: 18px;
        font-weight: 300;
    }

    .main-navigation .navbar-default .navbar-nav > li.active > a {
        background-color: transparent;
        color: #55acee;
    }

        .main-navigation .navbar-default .navbar-nav > li > a:hover,
        .main-navigation .navbar-default .navbar-nav > li.active > a:hover {
            color: #55acee;
        }

@media (min-width:768px) {
    .main-navigation .navbar-default .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .main-navigation .navbar-default .navbar-nav > li > div {
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main-navigation .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav {
        float: left !important;
    }
}

@media (max-width:767px) {
    .header.navbar-fixed-top {
        position: absolute;
    }
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
    background-color: rgba(0, 0, 0, 0.95);
    padding: 5px 0;
}
.fixed-header-on .site-name {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.fixed-header-on .logo {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 0;
    margin-bottom: 0;
}
@media (min-width:768px) {
    .fixed-header-on .navbar-default .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .fixed-header-on .navbar-default .navbar-nav > li > div {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/*@media (max-width:991px) {
    .fixed-header-on .logo,
    .fixed-header-on .site-name,
    .fixed-header-on .site-slogan {
        display: none;
    }
}*/


/*@media (max-width:700px) {
    .fixed-header-on .logo {
        display: none;
    }
}*/

/* Fixed Header (pages)
----------------------------------------------------------------------------- */
.fixed-header-on-page {
    background-color: #000;
    padding: 0;
}
.fixed-header-on-page .site-name {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.fixed-header-on-page .logo {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 0;
    margin-bottom: 0;
}
@media (min-width:768px) {
    .fixed-header-on-page .navbar-default .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width:991px) {
    .fixed-header-on-page .logo,
    .fixed-header-on-page .site-name,
    .fixed-header-on-page .site-slogan {
        display: none;
    }
}
/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
    margin: 10px 10px 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.logo,
.site-name-and-slogan {
    float: left;
}
.site-name {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-name a {
    color: #ffffff;
}
.site-name a:hover {
    text-decoration: none;
}
.site-slogan {
    font-size: 12px;
}

/* Testimonials
---------------------------------- */
.testimonial .media-left {
    width: 60px;
}

/* Social Links
---------------------------------- */
.social-links {
    padding: 0;
    list-style: none;
    margin: 15px 0;
}

    .social-links li {
        margin: 10px 25px 10px 0;
        display: inline-block;
        font-size: 36px;
    }

        .social-links li a {
            color: #333333;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .social-links li.twitter a:hover {
            color: #55acee;
        }

        .social-links li.skype a:hover {
            color: #00aff0;
        }

        .social-links li.linkedin a:hover {
            color: #0976b4;
        }

        .social-links li.googleplus a:hover {
            color: #dd4b39;
        }

        .social-links li.youtube a:hover {
            color: #b31217;
        }

        .social-links li.flickr a:hover {
            color: #ff0084;
        }

        .social-links li.facebook a:hover {
            color: #3b5998;
        }

        .social-links li.pinterest a:hover {
            color: #cb2027;
        }

/* Isotope Items
---------------------------------- */
.filters {
    margin: 0 0 30px 0;
}

    .filters .nav-pills > li {
        margin-right: 2px;
        margin-bottom: 2px;
    }

        .filters .nav-pills > li + li {
            margin-left: 0px;
        }

.text-center.filters .nav-pills > li {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    display: inline-block;
    float: none;
}

.isotope-container {
    overflow: hidden;
}

.isotope-item {
    margin-bottom: 20px;
    text-align: center;
}

    .isotope-item .btn-default {
        color: #999999;
    }

        .isotope-item .btn-default:hover {
            color: #ffffff;
        }

@media (max-width:480px) {
    .filters .nav-pills > li {
        width: 100%;
        display: block;
    }
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: white;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(85, 172, 238, 0.9);
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

    .overlay:hover {
        text-decoration: none;
    }

    .overlay span {
        position: absolute;
        display: block;
        bottom: 10px;
        text-align: center;
        width: 100%;
        color: #ffffff;
        font-size: 13px;
        font-weight: 300;
    }

    .overlay i {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 18px;
        line-height: 1;
        color: #ffffff;
        margin-top: -8px;
        margin-left: -8px;
        text-align: center;
    }

.overlay-container:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 15px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-xxl {
    margin-top: 70px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-t-n-xxl {
    margin-top: -80px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

#accordion.collapse.in, #navbar-collapse-1.collapse.in {
    background-color: black;
}
/* Footer Menu */
#footermenu ul {
    margin: 0;
}

    #footermenu ul li {
        border-right: 1px solid #DBDBDB;
        padding-left: 10px;
        padding-right: 10px;
    }

        #footermenu ul li:last-child {
            border: none;
        }

        #footermenu ul li a {
            color: #339BEB;
            font-size: 12px;
        }

            #footermenu ul li a:hover {
                color: #999;
            }
/* Copyright */
#copyright p {
    font-size: 12px;
    padding: 0;
    margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/* Blockquotes */
/*-----------------------------------------------------------------------------------*/
blockquote {
    border: 1px solid #d1d1d1;
    border-left: 10px solid #d1d1d1;
    border-radius: 0px;
    background: #fafafa;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 10px 20px;
}

    blockquote.right {
        text-align: right;
        border-width: 1px 10px 1px 1px !important;
    }

        blockquote.right.primary {
            border-color: #817f88;
            border-left: 1px solid;
            border-right: 10px solid #817f88;
        }

    blockquote p {
        margin: 0;
    }

    blockquote.bg-gray {
        background: #555555;
        border: 1px solid #b3b3b3;
        border-left: 10px solid #b3b3b3;
        color: #ffffff;
    }

    blockquote.primary {
        border: 1px solid #817f88;
        border-left: 10px solid #817f88;
    }

    blockquote.bg-primary {
        background: #4f4e53;
        border: 1px solid #817f88;
        border-left: 10px solid #817f88;
        color: #ffffff;
    }

.huge {
    font-size: 24px;
}
/*-----------------------------------------------------------------------------------*/
/* PZ Panel */
/*-----------------------------------------------------------------------------------*/
.panel-pz {
    border-color: #339BEB;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .panel-pz > .panel-heading {
        background-color: #339BEB;
        border-color: #339BEB;
        color: #ffffff;
    }

.label-info {
    background-color: #339BEB;
}
/*-----------------------------------------------------------------------------------*/
/* PZ - Tags */
/*-----------------------------------------------------------------------------------*/
.pz-tags {
    list-style: none;
    margin: 10px 0 20px;
    overflow: hidden;
    padding: 0;
}

    .pz-tags li {
        float: left;
    }
.pz-tag {
    background: #fff;
    border-radius: 3px 0 0 3px;
    /* color: #333333; */
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 35px 0 20px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    box-shadow: 1px -1px 0px rgba(0, 0, 0, 0.15) inset;
}

    .pz-tag::before {
        background: #50aff9;
        border-radius: 6px;
        box-shadow: inset 0 2px rgba(0, 0, 0, 0.25);
        content: '';
        height: 12px;
        right: 8px;
        position: absolute;
        width: 12px;
        top: 8px;
    }

    .pz-tag::after {
        background: #e5e5e5;
        border-bottom: 16px solid transparent;
        border-left: 6px solid #fff;
        border-top: 12px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }

    .pz-tag:hover {
        background-color: #339BEB;
        color: white;
    }

        .pz-tag:hover::after {
            border-left-color: #339BEB;
        }

/*-----------------------------------------------------------------------------------*/
/* Search */
/*-----------------------------------------------------------------------------------*/
#searchForm {
    position: relative;
}

.searchpopup {
    box-shadow: none !important;
    border: none;
    padding: 0;
    position: absolute;
    z-index: 3;
    background-color: white;
    text-align: center;
}

    .searchpopup .list-group {
        margin-bottom: 0;
    }

#searchpopup a.list-group-item.active {
    color: #eee;
}

.isotope-item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.product-img {
    padding: 10px;
}

@media (max-width: 767px) {
    .isotope-item img {
        position: relative;
    }
}

@media (min-width: 768px) {
    #searchresultstable img {
        max-height: 230px;
    }
    .overlay-container {
        min-height: 230px;
    }
}

@media (min-width: 992px) {
    #searchresultstable img {
        max-height: 142px;
    }
    .overlay-container {
        min-height: 142px;
    }
}

@media (min-width: 1200px) {

    #searchresultstable.isotope-item {
        min-height: 307px;
    }
    .overlay-container {
        min-height: 175px;
    }
    #searchresultstable img {
        max-height: 175px;
    }
}

/*-----------------------------------------------------------------------------------*/
/* PageSpeed Insights fix */
/*-----------------------------------------------------------------------------------*/
.product_docs_list > li {
    margin-bottom: 7px;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline,
.radio-inline, .checkbox-inline {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
}



.engBtn{
    display:block;
    position:relative;
    width: 50px;
    height: 20px;
    background-image: url(../img/us.jpg);
    border:0;
    background-size:38px 20px;
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
}

.spnBtn {
    display:block;
    position:relative;
    width: 50px;
    height: 20px;
    background-image: url(../img/mx.jpg);
    border: 0;
    background-size:38px 20px;
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
}

.langContainer{
    position:relative;
    padding:10px;
}



/*-----------------------------------------------------------------------------------*/
/* Blog */
/*-----------------------------------------------------------------------------------*/
.blog-post-date {
  border: 0px solid #d7d4cd;
  border-radius: 0px;
  background-color: #e8e5df;
  color: #fff;
  width: 38px;
  text-align: center;
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Lato';
  margin-top: 2px;
}
.blog-post-date .month {
  background: #d7d4cd;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
}
.blog-post {
  margin-bottom: 30px;
}
.blog-post-details-item {
  float: left;
  padding: 3px 10px;
  font-size: 12px;
  background: #e8e5df;
  margin: 0 5px;
  border-radius: 5px;
}
.blog-post-details-item a {
  color: #b3b3b3;
}
.blog-item-header {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.blog-item-header h2 {
  padding: 20px 0 0;
}
.blog-item-header h2 a {
  color: #555555;
  text-decoration: none;
}
.blog-item-footer .blog-author p {
  padding: 0;
  margin: 0;
}
.blog-item-footer .blog-recent-comments .profile-thumb {
  padding: 10px 20px;
}
.blog-item-footer .blog-recent-comments h4 {
  color: #555555;
}
.blog-item-footer .blog-recent-comments .date {
  color: #b3b3b3;
}
.blog-item-footer .blog-recent-comments img {
  border: 5px solid #d1d1d1;
  border-radius: 5px;
}
.blog-item-footer .blog-recent-comments .list-group-item {
  padding-bottom: 30px;
}
.blog-item-footer hr {
  width: 100%;
}
.blog-item-footer h4 {
  margin: 0;
  padding: 0;
}
/* Blog - Tags */
.blog-tags {
  list-style: none;
  margin: 10px 0 20px;
  overflow: hidden;
  padding: 0;
}
.blog-tags li {
  float: left;
}
.blog-tag {
  background: #fff;
  border-radius: 3px 0 0 3px;
  color: #333333;
  display: inline-block;
  font-size: 10px;
  height: 22px;
  line-height: 22px;
  padding: 0 25px 0 10px;
  position: relative;
  margin: 0 7px 7px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  box-shadow: 1px -1px 0px rgba(0, 0, 0, 0.15) inset;
}
.blog-tag::before {
  background: #b3b3b3;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  right: 10px;
  position: absolute;
  width: 6px;
  top: 8px;
}
.blog-tag::after {
  background: #F0EEF3;
  border-bottom: 11px solid transparent;
  border-left: 10px solid #fff;
  border-top: 11px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.blog-tag:hover {
  background-color: #817f88;
  color: white;
}
.blog-tag:hover::after {
  border-left-color: #817f88;
}
/*social buttons*/
.social-list {
    margin: 10px 0 20px;
}

.social-list::after, .social-homelist::after {
    content: '';
    clear: both;
}

.social-list ul{
    padding: 0;
}

.social-list li {
    padding-right: 10px;
    float: left;
    list-style: none;
}

/*social home page buttons*/
.social-homelist li {
    padding: 0 10px;
    display: inline-block;
    list-style: none;
    vertical-align: top!important;
}

.social-homelist li span {
    /*facebook fix*/
    height: 23px!important;
}

/* Recent Posts */
ul.posts-list {
  margin-left: 0;
  padding-left: 0;
}
ul.posts-list li {
  list-style: none;
}
.recent-post {
  margin-bottom: 20px;
}
.recent-post img {
  padding-right: 10px;
}
.recent-post .recent-post-date {
  font-size: 11px;
}

.itemsPerPage{
    display:inline-block;
    margin-left:1%;
    padding-top:0.5%;   
    padding-right:-1%; 
}

#itemsPerPageDDL{
  background: white;
  width: auto;
  padding: 5px;
  border: 1px solid #ccc;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color:#50aff9;
  text-indent:1px;
}

#itemsPerPageDDL::-ms-expand {
 display:none;
}

  #thumbnail{
        padding-left:0;
        font-size: 11px;       
        font-family: 'Open Sans', sans-serif;

}
@media screen and (max-width: 768px) {
 #thumbnail{
    font-size: 14px;       
}
}

#greyline_mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    #greyline_mobile {
 display: block;
    border-style: solid; 
    border-width: 2px; 
    border-color:#cccccc;   
  }
}
.greyline {
    display: block;
    border: 4px solid #cccccc; 
  }

@media screen and (max-width: 768px) {
    .greyline {
 display: none;
   
  }
}

@media screen and (max-width: 768px) {
    #greyline {
	 display: none;
    }
   }

 #myh3 {
    padding: 5px;
    text-align: center;
    font-size: 28px;       
    color: #339beb;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
   }



@media screen and (min-width: 768px) {
    #myh3 {
    padding: 5px;
    text-align: center;
    font-size: 48px;       
    color: #339beb;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    
    }

   }






