@font-face{font-family:'DIN';src:url('../fonts/din.eot');src:url('../fonts/din.eot') format('embedded-opentype'),url('../fonts/din.woff') format('woff'),url('../fonts/din.ttf') format('truetype');font-weight:normal;font-style:normal}
@font-face{font-family:'DIN-light';src:url('../fonts/din-light.eot');src:url('../fonts/din-light.eot') format('embedded-opentype'),url('../fonts/din-light.woff') format('woff'),url('../fonts/din-light.ttf') format('truetype');font-weight:normal;font-style:normal}

/* Header Text
-------------------------------------------------- */

h1 {
    margin: 41px 0 0;
}

h2 {
    font-size:1.4em;
}

h3 {
    margin: 1px 0 0;
}
h1, h3, h5, h6 {
    font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3, h6 {
    font-weight: bold;
}
.right-align {text-align:right;}
.left-align {text-align:left;}
.centered {text-align:center;}
.aligncenter {display:block; margin:5px auto 5px auto;}
.hidden { display:none;}
#learn-more-link-title, nomargin {
    margin: 0;
}
.headertri {
    background: url("../images/hrtri.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d5d5d5;
    border-top: medium none;
    height: 23px;
}
#container-content {
    width: 100%;
    background-color: #f0f0f0;
    overflow: hidden;
}

#container-area {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.45);
}

/* Brand Colors
-------------------------------------------------- */

.primary-pink {
    color: #e85685;
}

.secondary-pink {
    color: #913250;
}

/* General Styles
-------------------------------------------------- */

.container {
    background: #ffffff;
}
.row .row, .tab-content .row {
    margin-left: -15px;
    margin-right: -15px;
}
#logo {
    float: left;
    margin: 28px 0px 11px 0px;
}

.navbar-default {
    background-color: #ffffff;
    border: none;
    margin: 0;
}
header .container {
    padding-bottom: 0;
}
.util-nav-r {
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: right;
}
.util-nav-bg {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #ffffff 0%, #f0f0f0 15%, #f0f0f0 85%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(15%,#f0f0f0), color-stop(85%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#f0f0f0 15%,#f0f0f0 85%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ffffff 0%,#f0f0f0 15%,#f0f0f0 85%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ffffff 0%,#f0f0f0 15%,#f0f0f0 85%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right,  #ffffff 0%,#f0f0f0 15%,#f0f0f0 85%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}
#masthead > .util-nav-bg > .container {
    background: transparent;
}
#util-nav {
    float:right;
    margin: 0 10% 0 0;
}
#ubermenu-utility-nav-16-utility_nav, #ubermenu-utility-nav-2-19-utility_nav_2 {
    z-index: 3040 !important;
}
#utility-1 {
    float:left;
}
#utility-navigation {
    float:left;
}
#utility-2 {
    float:left;
}
.vert {
    background-color: #e3e3e3;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 10px 0;
    vertical-align: top;
}
.v-icons {
    padding: 0.9em 0;
}
.v-stack {
    display: inline-block;
    height: 28px;
    line-height: 1em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}
.v-stack2 {
    display: inline-block;
    height: 1em;
    left: 1.1em;
    line-height: 0.8em;
    position: relative;
    vertical-align: middle;
    width: 1em;
}
.navbotborderl {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}
.navbotborderr {
    background-color: #000000;
    float: right;
    height: 27px;
    margin: 0;
    min-width: 162px;
    padding: 0;
    text-align: left;
    width: 14%;
}
.navshadow {
    background: none repeat scroll 0 0 #e65684;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.modal {
    z-index: 3040;
}
.modal-header {
    border-bottom: none;
}

/* HR
-------------------------------------------------- */

.hrtri {
    background: url("../images/hrtri.png") no-repeat scroll 100% 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d5d5d5;
    border-top: medium none;
    height: 21px;
    margin-top: 0;
}


/* BUTTONS
-------------------------------------------------- */

.btn-default {
    background-color: #fff;
    border: medium none;
    box-shadow: 0 0 0 1px #e65785 inset;
    color: #333;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: url("../images/btntri.png") no-repeat scroll right bottom #e65785;
    color: #ffffff;
    box-shadow: none;
}

.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    border: medium none;
}

.btn-primary {
    background-color: #e65684;
    border-color: #e65684;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info, .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning, .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: url("../images/btntri.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #999999;
}

.btn-group-vertical > a.btn {
    display: inline-block;
    font-family: "DIN","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.5em;


    line-height: 1.5em;
    margin-bottom: 0.65em;
    padding-top: 0.5em;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.btn-group-vertical > a.btn i {
    font-size: 1.5em;
    margin: 0 0.5em 0 0;
}

.btn-group, .btn-group-vertical {
    width: 100%;
}

.btn-group-justified a {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 2em;
    margin: 0.5em 0;
    text-transform: uppercase;
    min-width:100%;
}

.btn-sublinks-over, .btn-sublinks-over a:hover {
    background-image:none !important;
    background-color:#999999 !important;
}

.sublink, .sublink a, .sublink a:hover {
    color:#fff !important;
    background-color:#999999 !important;
    padding:1px 0 0 5px;
    margin-top:-15px;
    margin-bottom:20px;
    
}

ul.list-prod {
        padding: 0 0 5px 4.5em !important;
        background-image: url("../images/btntri.png");
        background-position: right bottom;
        background-repeat: no-repeat;
} 

/* TABS
-------------------------------------------------- */

.tab-pane.active {
    outline-width: 0; /** eliminates blue border that browsers like to throw onto selected tabs' content divs **/
}

.tab-content {
    padding: 2em 0;
}

.nav-pills .fa-sort-desc, .nav-tabs .fa-sort-desc {
    display: none;
}

.nav-tabs {
    background: url("../images/hrtri.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-pills > li > a {
    color: #ffffff;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: #BA4669;
    color: #ffffff;
    outline-color: #BA4669;
    position: inherit;
    z-index:2;
}

.nav-tabs > li > a {
    background: none repeat scroll 0 0 #e55785;
    border: 1px solid #e55785;
    color: #ffffff;
    font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-right: 0;
    padding: 8px 20px 5px 25px;
}

.nav-pills > li > a {
    font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 9px 20px;
}

.nav-tabs > li.active:after {
    color: #ffffff;
    content:"\f0d7";
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    font-size: 18px;
    height: 0;
    left: 10px;
    position: relative;
    top: -29px;
    z-index:2;
}

.nav-pills > li.active:after {
    color: #913250;
    content:"\f0d7";
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    font-size: 32px;
    height: 0;
    left: 40%;
    position: relative;
    top: -16px;
}

.nav-tabs > li > a:hover {
    border-color: #ba4669;
}

.nav-pills > li:hover:after {
    color: #913250;
    content:"\f0d7";
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    font-size: 32px;
    height: 0;
    left: 40%;
    position: relative;
    top: -16px;
    z-index: 2;
}

/* LISTS
-------------------------------------------------- */

ul {
    list-style-image: url("../images/bullet-prod.gif");
    margin: 1em 0 0 0;
    padding: 0px 0px 0px 50px;
}
ul li {
    margin: 0px 0px 15px 0px;
}
ol {
    margin: 1em 0 0 0;
    padding: 0px 0px 0px 0px;
    list-style: none;
}
ol li {
    counter-increment: item;
    line-height: 1.3em;
    vertical-align: text-top;
    padding: 0px 0px 0px 60px;
    margin: 0px 0px 33px 0px;
    position: relative;
    display: block;
}
ol li:before {
    margin-right: 10px;
    content: counter(item);
    color: #e85685;
    width: 60px;
    font-size: 2em;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
}

body.home #future ul.fa-ul {
    list-style-image: none;
}


/* TABLES 
-------------------------------------------------- */

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .tablepress > thead > tr > th, .tablepress > thead > tr > td {
    border-bottom-width: 1px;
    color: #ffffff;
    font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #e65785;
}

.container .tablepress, .container .tablepress td {
    border: 1px solid #dddddd;
}

.table-noborder, .table-noborder tr, .table-noborder td, .table-noborder th, .table-noborder > thead > tr > td, .table-noborder > thead > tr > th, .table-noborder > tbody > tr > th, .table-noborder > tbody > tr > td{
    border: medium none; 
}

/* FORMS 
-------------------------------------------------- */

.form-control {
    color: #333333;
    padding: 3px 12px;
}

/* BREADCRUMB
-------------------------------------------------- */

.breadcrumb, .breadcrumbs {
    background-color: #ffffff;
    border-radius: 0;
    color: #aaaaaa;
    font-size: 0.84em;
    list-style: outside none none;
    margin-bottom: -15px;
    padding: 15px 0px 0px 0px;
    z-index: 5;
    position: relative;
}

.breadcrumb a {
    color: #aaaaaa;
}

.breadcrumb > span , .breadcrumbs > span {
  color: #333333;
}

.breadcrumb > span > a, .breadcrumbs > span > a{
  color: #aaaaaa;
}

/* FILTRATION
-------------------------------------------------- */

.filtration {
    background: url("../images/hrtri.png") no-repeat scroll 100% 100% rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d5d5d5;
    font-size: 14px;
 /*   height: 100%; */
    margin-top: 1.15em;
}

.filtration .sortby1{
    margin: 0 1em 0 0;
}

.filtration .selectdiv {
    display: inline;
}

.filtration select {
    -webkit-appearance: none;
    border: medium none;
    color: #666;
    cursor: pointer;
    width: 140px;
}

/* IE ONLY */

.filtration select::-ms-expand {
    display: none;
}

/* Firefox ONLY */

@-moz-document url-prefix() {
        
    .filtration .selectdiv {
        border: 1px solid #ffffff;
        display: inline-block;
        height: 25px;
        overflow: hidden;
        vertical-align: middle;
    }
        
    .filtration select {
        margin-right:-1.25em;
        margin-left:-1px;
        border:none;
    } 
}   


/* PAGINATION
-------------------------------------------------- */

.pagination > li > a, .pagination > li > span {
    font-size: 0.9em;
    padding: 6px 3px;
}


/* FOOTER
-------------------------------------------------- */

footer {
    font-family: "DIN","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.72em;
    line-height: 1.75em;
    padding: 2em 0 0;
}

footer a, footer a:hover {
    color: #333333;
}

footer strong {
    font-size: 1.18em;
}

footer .copyright {
    font-size: 1.2em;
}

footer .social-icon { 
    color: #e85685
}

footer .social-icon a{
    color: #e85685;
    font-size: 1.8em;
}

footer .social-icon a:hover{
    color: #cc3366;
    text-decoration: none;
}

footer hr.pinkfooter { 
    height: 20px;
    border: 0;
    background-color:#e85685;/*box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);*/
}
.fa-left {float:left;}
.fa-right {float:left;margin-left:3px;margin-top:1px;}
.fa-blog-square {background-image: url("//sc1.checkpoint.com/sc1/images/icon-home_blog.png"); width:22px; height:22px;}
.fa-blog-square:hover {background-image: url("//sc1.checkpoint.com/sc1/images/icon-home_blog_rollover.png");} 


/* CUSTOMIZE SPECIFIC TEMPLATE
-------------------------------------------------- */

.garnish {
    background: url("../images/parsley.png") repeat scroll center top #F6F6F6;
    padding: 0 0 2em 0;
}
.mint {
    background-image: url("../images/mint.gif");
}
.garnish .container, .mint .container {
    padding-left: 30px;
    padding-right: 30px;
}
.presslocation {
    text-transform: uppercase;
}

/* SITEMAP
-------------------------------------------------- */

#sitemap > .row > .col-md-4 > ul  {
    list-style-image: url("../images/bullet-prod.gif");
    margin: 0.5em 0 1.5em;
    padding: 0 0 0 1.3em;
}

#sitemap > .row > .col-md-4 > ul > li {
    margin: 0 0 0.35em;
}

#sitemap > .row > .col-md-4 > ul  ul {
    list-style-image: none;
    list-style-type: square;
}

#sitemap > .row > .col-md-4 > ul  ul ul{
    list-style-image: none;
    list-style-type: circle;
} 

.btn-group-vertical {

}

.fixed {
    position:fixed !important;
}

/* Submenu On Promo Buttons
-------------------------------------------------- */

    h3,
    button.btn-large {      
        margin-bottom: 15px;
    }
    h3, h5, 
    .cp-set-secondary b,
    .cp-content-set.cp-download
    .cp-set-secondary p:before {
        color: #e85685;
    }

    td, thead th, .tablepress td, .tablepress thead th  {
        font-size: 16px;
        border: 1px solid #ddd;
        border-collapse: collapse;
    }
    tfoot td, .tablepress tfoot td {
        border-width: 0;
        background: none;
        font-size: 12px;
    }
    thead th, .tablepress thead th{
        background-color: #e65684;
        color: #fff;
        font-weight: 600;
        border-top: 0;
    }

    ul.list-prod ul {
        list-style: none;
    }
    ul.list-prod + p {
        margin-top: 20px;
    }
        ul.list-prod li ul li:before,
        ul.list-prod li ul li ul li:before {
            color: #e85685;
            font: 9px/9px FontAwesome;
            display: block;
            float: left;
            margin: 3px -20px 30px;
        }
        ul.list-prod li ul {
            margin-top: 10px;
        }

            ul.list-prod li ul li:before {
                content: "\f10c";
            }
                ul.list-prod li ul li ul li:before {
                    content: "\f111";
                }
    .cp-content-set {
        margin-bottom: 40px;
    }
    .cp-content-set > div {
        padding-left: 0;
    }
    .cp-content-set p {
        margin-left: 0;
    }
    .cp-content-set.cp-intro {}
            .cp-content-set.cp-intro p,
            .opsec-filter-intro {
                font-size: 1.4em;
                line-height: 1.25em;
            }
            .cp-content-set.cp-intro div {}

        .cp-trim_corner-fff-52px {
            position: relative;
            z-index: 1;
            width: 52px;
            height: 52px;
            background: url(../images/bg-corner-fff-52px.png) bottom right no-repeat;
        }
        .cp-content-set.cp-download .cp-set-main {
            padding-right: 80px;
        }
            .cp-content-set.cp-download .cp-set-secondary p {
                font-size: 14px;
                color: #888;
            }
            .cp-content-set.cp-download .cp-set-secondary p:before {
                font-family: FontAwesome;
                content: '\f016';
                margin-right: 15px;
                font-size: 32px;
                float: left;    
            }
                .cp-content-set.cp-download .cp-set-secondary b {
                    text-transform: uppercase;
                    font-size: 16px;
                }
                .cp-content-set.cp-download li b,
                .cp-content-set.cp-download .cp-set-secondary b:after {
                    content: '\A';
                    white-space: pre;
                }
                .cp-row-emblem_stars-partner {
                    background: url(../images/check-point-stars-partner.jpg) no-repeat 0 0;
                    padding: 0 0 15px 100px;
                    margin-bottom: 15px;
                    border-bottom: 1px solid #D5D5D5;
                    min-height: 75px;
                }
                    .cp-row-emblem_stars-partner:last-child {
                        border: none;
                        padding-bottom: 0;
                        margin-bottom: 0;
                    }
                    .cp-row-emblem_stars-partner p {
                        display: flex;
                        justify-content: center;
                        flex-direction: column;
                        height: 55px;
                        align-content: flex-start;
                    }
            .cp-set-secondary,
            .cp-trim_corner-999 {
                padding-bottom: 40px;
                background: url(../images/hrtri.png) bottom right no-repeat;
                border-bottom: 1px solid #D5D5D5;
            }
            .cp-section-nav-top.cp-trim_corner-999 {
                padding-bottom: 0;
                line-height 22px;
                margin: 40px 0;
                min-height: 22px;
            }

             .cp-section-nav-top {
                display: block;
                width: 100%;
                text-align: left;
             }
             .cp-section-nav-top,
             .cp-section-nav-top a:not(.primary-pink) {
                color: #333;
             }
             .cp-section-nav-top a:hover {
                color: #913250;
             }
             .cp-section-nav-top a.selected,
             .cp-section-nav-top a.selected:hover {
                font-weight: 600;
                text-decoration: none;
             }
        .cp-content-set.cp-img-text {
            width: 100%;
            clear: both;
            font-size: 1em;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }
            .cp-content-set.cp-img-text:last-child {
                border: 0;
            }
            .cp-content-set.cp-img-text,
            .opsec-filter-intro {
                border-bottom: 1px solid #ccc;
            }

        .cp-content-set.cp-img-text .cp-image,
        .cp-content-set.cp-img-text .cp-text {
            float: left;     
        }
        .cp-content-set.cp-img-text .cp-image {
            width: 185px;
            height: 60px;
            margin-right: 20px;
        }
        .cp-content-set.cp-img-text .cp-image img {
            height: auto;
            max-width: 185px;
        }
        .cp-content-set.cp-img-text .cp-text {}
        .cp-content-set.cp-img-text h5 {
            font-size: 1.4em;
        }
        .opsec-filter-intro {
            display: none;
            text-align: center;
            margin-bottom: 30px;
            padding: 0 30px 30px;
            text-align: center;
        }


.no-wrap{white-space: nowrap;}

/* ##### NEEDS TO BE LAST ON FILE 
CUSTOMIZE THE MEDIA QUERIES
-------------------------------------------------- */

/* iPads (portrait and landscape) ----------- */
@media only screen and (max-width : 1200px){
    #util-nav {
        margin-right: 0;
    }
}
@media only screen and (max-width : 1170px){
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .rowfix, .row .rowfix {
        margin-left: 0;
        margin-right: 0;
    }
    .breadcrumb, .breadcrumbs {
        padding: 8px 0 0;
    }
    .fa-bars {
        color:#e85685 !important;
    }
}

@media only screen and (max-width : 1024px){
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .rowfix, .row .rowfix {
        margin-left: 0;
        margin-right: 0;
    }
    .navbotborderr {
        width: auto;
    }
    .util-nav-bg {
        display: none !important;
    }
    #logo {
        margin: 15px 0 0px 0px;
    }
}

@media only screen and (max-width : 960px){
    #ubermenu-main-2-mega_menu ul li:last-child {
        padding-bottom: 25px;
    }
    #masthead > .util-nav-bg {
        display: none;
    }
}

@media only screen and (max-width : 665px){
    /** .carousel .item {
        height: 181px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 181px;
        margin-left: -385px;
    } **/
}

@media only screen and (max-width : 500px){
    /** .carousel .item {
      height: 124px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 124px;
        margin-left: -260px;
    }
    **/
}

/** Image Sizes **/
.size-full, .size-large, .size-medium {
    display:block;
    max-width:100%;
    height:auto;
}
/** End Image Sizes **/
