/*
Theme Name:		Break 4 Sports
Description:	Official Theme for Break 4 Sports
Version:		1.0
Author:			Saad Sarfraz
Author URI:		http://www.9pixel.com/
*/

@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI.woff2') format('woff2'), url('fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    outline: none;
}

img,
img.responsive {
    max-width: 100%;
    height: auto!important
}

body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 0;
    background: #fff;
    font-size: 20px;
    color: #303030;
    line-height: 28px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav_box ul li a {
    margin: 0;
}

body,
ul {
    padding: 0
}

.container,
h1 {
    position: relative
}

img {
    border: 0
}

img.responsive {
    width: 100%;
}

p {
    padding: 5px 0;
    margin: 10px 0
}

a {
    color: #7d7d7d;
    text-decoration: none;
    position: relative;
}

a:hover {
    color: #bf1e2e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 5px 0;
    color: #00498E;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

h2 {
    font-size: 36px;
    line-height: 46px
}

h3 {
    font-size: 32px;
    line-height: 32px;
}

h4 {
    font-size: 28px;
    line-height: 38px;
}

h5 {
    font-size: 24px;
    line-height: 34px;
}

h6 {
    font-size: 20px;
    line-height: 32px
}

h2.sectiontitle {
    font-size: 40px;
    line-height: 40px;
    color: #00498E;
    margin-bottom: 30px;
}

.pagetitle {
    background: #EDF6FF;
    font-size: 40px;
    line-height: 40px;
    color: #00498E;
    padding: 30px 0;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}

h2.producttitle {
    font-size: 40px;
    line-height: 50px;
    color: #00498E;
    margin-bottom: 35px;
    font-weight: 600;
}

.title-top {
    margin: 160px 0 0;
}

.center {
    text-align: center
}

strong {
    font-weight: 700
}

ul {
    margin: 0 0 0 20px
}

ul li {
    list-style: disc;
    text-align: left;
}

.clear {
    clear: both
}

::-webkit-input-placeholder {
    color: #666;
    font-size: 16px
}

::-moz-placeholder {
    color: #666;
    font-size: 16px
}

:-ms-input-placeholder {
    color: #666;
    font-size: 16px
}

:-moz-placeholder {
    color: #666;
    font-size: 16px
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.half {
    width: 49%;
    margin-right: 2%;
    position: relative;
}

.half.last {
    margin-right: 0;
}

.leftfloating {
    float: left;
}

.rightfloating {
    float: right;
}

.nopadd {
    padding: 0!important;
}

.clear {
    clear: both;
}

.button {
    display: block;
    margin: 1em 0;
    padding: 0.35em 1.1em;
    border: none;
    background: none;
    font-size: 24px;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    font-weight: 400;
}


/************************* Quidel**************************************/

.button--quidel {
    color: #0F1942;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--quidel.button--inverted {}

.button--quidel::before,
.button--quidel::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: inherit;
}

.button--quidel::after {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
}

.button--quidel.button--inverted::after {}

.button--quidel::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--quidel.button--inverted::before {
    background: #000;
    /*box-shadow:inset 1px 1px 0px #AD1F23, inset -1px -1px 0px #AD1F23;*/
}

.button--round-s.button--quidel::after {
    border-radius: 3px;
}

.button--round-m.button--quidel::after {
    border-radius: 13px;
}

.button--round-l.button--quidel::after {
    border-radius: 40px;
}

.button--quidel>span {
    /*padding-left: 0.35em;*/
}

.button--quidel:hover {
    color: #37474f;
}

.button--quidel.button--inverted:hover {
    color: #fff;
}

.button--quidel:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/**********************************************************End button*****************************************/

.container {
    max-width: 1200px;
    margin: 0 auto
}


/**************************************************TOP BAR***************************************************/

.top-top-bar {
    display: flex;
    justify-content: flex-end;
}

.top-bar {
    background: #D31820;
    border-radius: 0 0 0 50px;
    padding: 5px 20px 5px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/**********************************************HEADER*******************************************************/

.header {
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    width: 100%;
    z-index: 1;
}

.header.no-fixed {
    position: relative;
}

header {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
}

header.sticky {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}

header.sticky ul.nav {
    padding-top: 0;
}

header.sticky .headerbox img {
    max-height: 50px;
}

header.sticky .header {
    padding: 0;
}

header.sticky .rightheaderbox {
    padding-top: 0;
}

header.sticky .top-bar,
header.sticky .cta-btns {
    display: none;
}

header.sticky .headerbox {
    margin-top: 0;
}

header.sticky .navigation {
    margin-top: 30px;
}

.headerbox {
    float: left;
    padding: 20px 20px;
    position: relative;
    margin-top: -38px;
}

.rightheaderbox {
    float: right;
    padding-right: 20px;
}

.social-icons {}

.social-icons a {
    color: #fff;
    margin-left: 10px;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.social-icons a:hover {
    color: #00498E;
}

.phone-wraper {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    clear: both;
}

.phone-wraper span {
    display: inline-block;
}

.phone-wraper span.label {
    margin-right: 8px;
    font-weight: 400;
}

.phone-wraper span.seprator {
    color: #fff;
    margin: 0 8px;
}

.nav-small ul {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0 60px;
}

.nav-small ul li {
    list-style: none;
    font-size: 1rem;
    line-height: 1;
    padding: 0 5px;
    border-right: 1px solid #fff;
}

.nav-small ul li:last-child {
    padding-right: 0;
    border: none;
}

.nav-small ul li a {
    color: #fff;
    font-weight: 400;
}

.nav-small ul li a:hover {
    color: #00498E;
}

.cta-btns {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 12px;
}

.cta-btns a {
    border: 1px solid #E1E1E1;
    border-radius: 15px;
    padding: 8px 14px;
    font-size: 14px;
    color: #00498E;
    line-height: 1;
	margin-right: 20px;
}

.cta-btns a:hover {
    color: #D31820;
}

.cta-btns a:last-child {
    margin-right: 0px;
}

.cta-btns a i {
    margin-right: 10px;
    color: #D31820;
    font-size: 15px;
}


/**************************************************************End HEADER**********************************************************************/


/*****************************************************************Banner********************************************************************/

.homebanner {
    background: url(images/home-banner.jpg) no-repeat top;
    background-size: cover;
    padding: 160px 0 0px;
}

.banner-btns {
    float: right;
    margin-right: 30px;
}

.banner-btns a {
    background: #bf1e2e;
    border-radius: 5px;
    font-size: 18px;
    text-transform: uppercase;
    width: 250px;
    height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border: 1px solid #bf1e2e;
    position: relative;
    z-index: 2;
}

.banner-btns a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    z-index: -1;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
}

.banner-btns a:hover,
.banner-btns a:last-child:hover {
    border-color: #000;
}

.banner-btns a:hover:before {
    width: 100%;
}

.banner-btns a:last-child {
    background: transparent;
    border: 1px solid #fff;
}

.banner-content {
    padding-top: 180px;
    text-align: center;
}

h1.bold-text {
    font-family: 'oswaldbold';
    font-weight: normal;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    text-shadow: 2px 5px 5px #000;
}

.subtitle {
    font-family: 'oswald_regularregular';
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    text-shadow: 1px 3px 3px #000;
    margin: 45px;
    line-height: 55px;
    font-size: 40px;
}

a.learnmore {
    display: inline-block;
    padding: 20px 24px;
    background: #bf1e2e;
    border-radius: 8px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

a.learnmore:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    border-radius: 8px;
    height: 100%;
    background: #000;
    z-index: -1;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
}

a.learnmore:hover:before {
    width: 100%;
}


/*****************************************************************End Banner********************************************************************/

.curve {
    margin-top: -350px;
    position: relative;
    z-index: -1;
}


/*****************************************************************Highlights********************************************************************/

.highlighter {
    background: #FFEEEE;
    border-radius: 10px;
    padding: 32px 16px;
    text-align: center;
    font-size: 30px;
    font-family: 'Segoe UI';
    font-style: italic;
    margin: 50px 0;
    line-height: 1.2;
    color: #707070;
}


/*****************************************************************Highlights********************************************************************/


/*****************************************************************product details********************************************************************/

.p_details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: top;
    margin-bottom: 70px;
}

.p_details>div {
    width: calc(50% - 15px);
}

.p_details .detail-img {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 24px 0;
    text-align: center;
}

.pprice {
    margin-bottom: 45px;
    color: #D31820;
    font-size: 32px;
    display: block;
}

.btns-blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0;
}

.btns-blocks a {
    width: calc(50% - 10px);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    line-height: 2.5;
}

.btns-blocks a.blue {
    background: #00498E;
}

.btns-blocks a.red {
    background: #D31820;
}

.btns-blocks a.blue:hover {
    background: #D31820;
}

.btns-blocks a.red:hover {
    background: #00498E;
}


/*****************************************************************End product details********************************************************************/


/*****************************************************************Departments********************************************************************/

.departments {
    padding: 35px 0;
    margin-bottom: 50px;
    background: #EDF6FF;
}

.departments-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.departments-block .blocks {
    width: 200px;
    text-align: center;
}

.departments-block .blocks .circles {
    width: 100%;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 35px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    transition: all ease 0.5s;
}

.departments-block .blocks:hover .circles {
    background: #00498E;
    box-shadow: 0 20px 30px rgba(0, 73, 142, 0.4);
    transform: translateY(-20px);
}
.departments-block .blocks:hover h5 {
font-weight:900;
}

.departments-block .blocks .circles svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.departments-block .blocks:hover .circles svg path {
    fill: #fff;
    color: #fff;
}

.departments-block .blocks h5 {
    color: #00498E;
    font-weight: 600;
    text-transform: uppercase;
}


/*****************************************************************End Departments********************************************************************/


/*****************************************************************Products********************************************************************/

.products-block {
    padding: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.products-block .items {
    width: calc(25% - 20px);
    text-align: center;
}

.products-block .items .img-block {
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 350px;
    position: relative;
}

.products-block .items:hover .img-block {
    border-color: #D31820;
    ;
}

.products-block .items .img-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.products-block .items .ptitle {
    font-size: 20px;
    font-weight: 500;
    color: #303030;
    text-align: center;
    padding: 18px 0;
    display: block;
}

.products-block .items:hover .ptitle {
    color: #D31820;
}

.products-block .items .price {
    color: #D31820;
    font-size: 20px;
    font-weight: 500;
}


/*****************************************************************End Products********************************************************************/


/*****************************************************************Quick Links********************************************************************/

.quicklinks {
    padding: 50px 40px;
}

.quicklinks>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.quicklinks>div a {
    width: calc(50% - 20px);
    position: relative;
}

.quicklinks>div a span {
    background: #00498E;
    border-radius: 10px 10px 0 0;
    border: none;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    max-width: 474px;
    width: 100%;
    height: 82px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    line-height: 2.5;
    transform: translateX(-50%);
}

.quicklinks>div a:hover span {
    background: #D31820;
}


/*****************************************************************END Quick Links********************************************************************/


/*****************************************************************Insta Block********************************************************************/

.insta {
    background: #f6f6f6;
    padding: 50px 0;
}


/*****************************************************************END Insta Block********************************************************************/

.footertop {
    background: #00498E;
    padding: 32px 0;
    position: relative;
}

.footertop:before {
    content: '';
    position: absolute;
    background: #D31820;
    top: 0;
    left: 0;
    height: 100%;
    width: 34%;
}

.footertop-pane {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footertop-pane h3 {
    color: #fff;
}

.get-touch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.get-touch .phone-wraper {
    font-size: 22px;
}

.get-touch .social-icons a {
    font-size: 22px;
    margin: 0 15px;
}

.get-touch .social-icons a:hover {
    color: #D31820;
}

.footersection {
    padding: 30px 0; font-weight:400;
}

.footer {
    font-size: 18px;
    line-height: 28px;
    color: #303030;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.footer-right a {}

.footer a {
    color: #00498E;
}

.footer span a:hover,
.footer a:hover {
    color: #D31820;
}

.fbr {
    display: none;
}


/************************************************************End Footer********************************************************************/


/*********************************************************Navigation*******************************************************************/

.navigation {
    float: left;
}

.menu-trigger .menu-bar {
    position: absolute;
    border-radius: 2px;
    width: 30px;
    transition: .5s;
}

.menu-trigger .menu-bar-top {
    border: 4px solid #fff;
    border-bottom: none;
    top: 0;
    box-sizing: border-box;
}

.menu-trigger .menu-bar-middle {
    height: 4px;
    background-color: #fff;
    margin-top: 7px;
    margin-bottom: 7px;
    top: 4px;
    box-sizing: border-box;
}

.menu-trigger .menu-bar-bottom {
    border: 4px solid #fff;
    border-top: none;
    top: 22px;
    box-sizing: border-box;
}

.button-open .menu-bar-top {
    transform: rotate(45deg) translate(8px, 8px);
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    -moz-transform: rotate(45deg) translate(8px, 8px);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    box-sizing: border-box;
}

.button-open .menu-bar-middle {
    transform: translate(230px);
    transition: .1s ease-in;
    opacity: 0;
}

.button-open .menu-bar-bottom {
    transform: rotate(-45deg) translate(8px, -7px);
    -webkit-transform: rotate(-45deg) translate(8px, -7px);
    -moz-transform: rotate(-45deg) translate(8px, -7px);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    box-sizing: border-box;
}

.show-menu button {
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 28px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.sidebar-menu-arrow {
    position: absolute;
    right: 0;
    top: 16px;
    color: #fff;
}

.sidebar-menu-arrow::after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: relative;
}

.sidebar-menu-arrow.minus::after {
    content: "\f068";
    font-family: 'FontAwesome';
    position: relative;
}

.sidebar-menu-arrow:hover:after {
    cursor: pointer;
    color: #fff;
}

.show-menu,
ul.nav li ul {
    width: 100%;
    display: none
}

ul.nav {
    text-align: center;
    margin: 0;
    display: block;
    clear: both;
}

ul.nav li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0 15px;
}

ul.nav li a {
    display: block;
    color: #D31820;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 13px;
    position: relative;
    padding: 12px 0px 12px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

ul.nav li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

ul.nav li a.selected:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #00498E;
    visibility: visible;
    border-radius: 0;
    z-index: -1;
    transform: scaleX(1);
    transition: .25s linear;
}

ul.nav li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #00498E;
    z-index: -1;
    visibility: hidden;
    border-radius: 0;
    transform: scaleX(0);
    transition: .25s linear;
}

ul.nav li:last-child a,
ul.nav li:last-child {
    margin-right: 0;
}

ul.nav li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 104%;
    left: 0;
    z-index: 99999;
    background-color: #bf1e2e;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 170px;
    width: 100%;
}

.show-menu {
    text-align: center
}

ul.nav li ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px dotted #79D0E7;
}

ul.nav li ul li:after {}

ul.nav li ul li:last-child {
    box-shadow: none;
    border-bottom: none;
}

ul.nav li ul li a {
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    color: #fff;
    margin-right: 0;
    font-size: 14px;
    text-transform: uppercase;
}

ul.nav li ul li a:before {
    content: '';
    background: none;
}

ul.nav li ul li a:hover::after {
    background: none;
    height: 0;
    content: '';
    width: 0;
}

ul.nav li ul li a:hover {
    color: #fff;
    border-bottom: none;
    text-shadow: none;
    background: #000;
}

ul.nav li ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

ul.nav li ul li a:before,
ul.nav li ul li a:after {
    background: none;
    visibility: hidden;
}

ul.nav li ul li:first-child a:after {
    content: "\f0d8";
    position: absolute;
    left: 22px;
    top: -9px;
    width: 0;
    height: 0;
    background: none;
    font: normal normal normal 14px/1 FontAwesome;
    color: #bf1e2e;
    visibility: visible;
    transform: scaleX(1);
}

ul.nav li ul li:first-child a:hover:after {
    border-bottom-color: #bf1e2e;
}

ul.nav li ul li:last-child a {
    border-radius: 0 0 5px 5px;
}


/* Clear floated elements */

ul.nav:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html ul.nav {
    zoom: 1;
}


/* IE6 */

*:first-child+html ul.nav {
    zoom: 1;
}


/* IE7 */

.submenu:hover,
ul.nav li:hover a+.submenu {
    display: block
}

input[type=checkbox] {
    display: none
}

.show-menu {
    background: #bf1e2e;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
}

.show-menu a {
    color: #B21A1F;
}

.rwd-display-options {
    text-align: center;
    font-size: 12px;
    color: #bf1e2e;
    cursor: pointer;
}

#view-full {
    display: none;
}

.storyimgpane img,
.coachimgpane img,
.fieldimgpane img {
    display: none;
}

.imgpanepost {
    position: relative;
    display: inline-block;
}

.smallimg {
    position: absolute;
    top: 10px;
    right: 10px;
}

.video-container {
	max-width: 560px;
	min-height: 315px;
	margin: 10px auto 20px auto;
	position:relative;
	padding-bottom:0;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}





.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


.entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style: disc;
	padding-left: 20px;
	}

.entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul {
	list-style: none;
	margin-bottom: 15px;
	}
	
#sidebar ul ul{
	list-style: disc;
	padding-left: 15px;
	}
	
#sidebar ul li li{
	list-style: disc;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="phone"],
div.gform_wrapper textarea,
div.gform_wrapper select{
	border: none;
	font-size: 14px;
	padding: 5px;
	border-radius: 4px;
	color: #022C68;
	background: #AFB6BC;
}

.footer-links {
    text-align: center;
    margin-bottom: 20px;
}


/***************************************************************End Navigation******************************************************/


/*************************************MEDIA QURIES*****************************************************/

@media (max-width:1600px) {
    .footertop:before {
        width: 30%;
    }
}

@media (max-width:1366px) {
    .curve {
        margin-top: -265px;
    }
    .footertop:before {
        width: 23%;
    }
}

@media (max-width:1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-small ul {
        margin: 0 30px;
    }
    ul.nav {
        margin-top: 0;
    }
    ul.nav li {
        margin: 0 12px;
    }
    ul.nav li a {
        font-size: 16px;
    }
    .social-icons a {
        margin-left: 10px;
    }
    .subtitle {
        font-size: 34px;
    }
    .homebanner {
        padding: 175px 0 0;
    }
    .footertop:before {
        width: 280px;
    }
    .footertop-pane h3 {
        width: 255px;
    }
    .get-touch {
        flex-wrap: wrap;
        justify-content: center;
    }
    .get-touch .social-icons {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width:1100px) {
    h2.producttitle {
        font-size: 36px;
        line-height: 46px;
    }
    .nav-small ul {
        margin: 0 10px;
    }
    .top-bar {
        padding: 5px 20px;
    }
    ul.nav li {
        margin: 0 12px;
    }
    .departments-block .blocks {
        width: 180px;
    }
    .departments-block .blocks .circles {
        height: 180px;
    }
    .footer {
        font-size: 16px;
        line-height: 26px;
        color: #b0afaf;
    }
}

@media (max-width:1024px) {
    header {
        position: relative;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    h1 {
        font-size: 38px;
        line-height: 48px;
    }
    h2 {
        font-size: 34px;
        line-height: 44px;
    }
    h3 {
        font-size: 29px;
        line-height: 39px;
    }
    h4 {
        font-size: 26px;
        line-height: 36px;
    }
    h5 {
        font-size: 22px;
        line-height: 32px;
    }
    h6 {
        font-size: 19px;
        line-height: 29px;
    }
    header.sticky {
        position: relative;
    }
    .header {
        position: relative;
        background: #EDF6FF;
    }
    .headerbox,
    .rightheaderbox {
        float: none;
        text-align: center;
        padding-right: 0;
        margin: 0;
    }
    .social-icons {
        float: none;
        margin: 0;
    }
    .phone-wraper {
        text-align: center;
    }
    .homebanner {
        padding: 20px 0;
    }
    #formob,
    .nav-small,
    #social {
        display: none;
    }
    .cta-btns {
        position: absolute;
        right: 10px;
        top: 50%;
        margin: 0;
    }
    .show-menu/*, ul.nav li, ul.nav li a*/
    {
        display: block;
        position: absolute;
        cursor: pointer;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        margin: 0;
    }
    .show-menu a:hover {
        color: #fff;
    }
    .sidr-inner i {
        color: #fff;
        margin: 0 10px;
    }
    a.menu-trigger {
        color: #fff;
        background: transparent;
        border: none;
        cursor: pointer;
        position: absolute;
        width: 30px;
        height: 28px;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    .sidr ul li a,
    .sidr ul li span {
        text-transform: uppercase;
    }
    .sidr .sidr-inner {
        text-align: center;
    }
    ul.nav {
        margin-left: 0;
    }
    ul.nav li {
        padding: 0;
        margin: 0;
        border: none;
        border-bottom: 1px solid #801d27;
        float: none;
        display: block;
    }
    ul.nav li a {
        line-height: 18px!important;
        padding: 12px 8px;
        border: none;
        color: #fff;
        margin: 0;
        font-size: 16px
    }
    .sidr ul {
        border-top: 0;
        border-bottom: 0;
    }
    ul.nav li a:hover,
    ul.nav li a.selected {
        color: #fff;
        border-radius: 0;
        background: #000;
        margin: 0;
        border: none;
    }
    ul.nav li a.selected:before,
    ul.nav li a.selected:after,
    ul.nav li a:before,
    ul.nav li a:after {
        background: transparent;
    }
    .sidr {
        background: #bf1e2e;
        box-shadow: none;
    }
    .sidr-class-fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .sidr-class-fa-instagram:before {
        content: "\f16d";
    }
    .sidr-class-fa-facebook-f:before,
    .sidr-class-fa-facebook:before {
        content: "\f09a";
    }
    .sidr-class-fa-twitter:before {
        content: "\f099";
    }
    .sidr-class-fa-youtube-play:before {
        content: "\f16a";
    }
    ul.nav li ul {
        position: relative;
        text-align: left;
        font-size: 14px;
        width: 100%;
        background: #d63343;
        margin-top: 0;
        border-left: 0;
        border-right: 0;
        display: block;
        top: 0;
        border-radius: 0;
    }
    ul.nav li ul li:first-child a:after {
        content: '';
    }
    .departments-block .blocks {
        width: 150px;
    }
    .departments-block .blocks .circles {
        height: 150px;
    }
    .departments-block .blocks h5 {
        font-size: 18px;
    }
    .pagetitle {
        margin-top: 20px;
    }
}

@media (max-width:992px) {
    .departments-block .blocks {
        width: 135px;
    }
    .departments-block .blocks .circles {
        height: 135px;
    }
    h2.producttitle {
        font-size: 32px;
        line-height: 38px;
    }
    .footertop {
        padding-top: 0;
    }
    .footertop .container {
        padding-left: 0;
        padding-right: 0;
    }
    .footertop-pane {
        flex-wrap: wrap;
    }
    .footertop-pane h3 {
        width: 100%;
        text-align: center;
        background: #D31820;
        padding: 20px 0;
        margin-bottom: 30px;
    }
    .get-touch .phone-wraper span.seprator:nth-child(4) {
        display: none;
    }
    .quicklinks>div a span {
        font-size: 26px;
        line-height: 3.2;
    }
    .cta-btns {
        flex-direction: column;
        top: 40%;
    }
    .cta-btns a {
        margin: 0 0 10px;
    }
    .cta-btns a {
        margin-right: 0;
    }
    .curve {
        margin-top: -175px;
    }
    .footertop:before {
        display: none;
    }
    .footer-left,
    .footer-right {
        float: none;
        margin: 0 auto 10px;
        text-align: center;
    }
    .footer-left {
        margin-bottom: 30px;
    }
    .footer {
        font-size: 16px;
        line-height: 26px;
    }
    .departments-block .blocks {
        width: calc(150px - 20px);
    }
    .departments-block .blocks .circles {
        height: 130px;
    }
    .products-block .items {
        width: calc(50% - 20px);
        text-align: center;
        margin-bottom: 30px;
    }
    .quicklinks>div a button {
        font-size: 26px;
        height: 60px;
    }
    .get-touch {
        width: 100%;
    }
}

@media (max-width:900px) {}

@media (max-width:768px) {
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 27px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 22px;
    }
    h6 {
        font-size: 19px;
    }
    h2.sectiontitle {
        font-size: 32px;
    }
    body {
        line-height: 35px;
    }
    .half {
        width: 100%;
        float: none;
        margin: 0;
    }
    .headerbox {
        text-align: center;
    }
	.footersection{padding:30px 0 0 0;}
    .departments-block {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .departments-block .blocks {
        width: 30%;
        margin-bottom: 30px;
    }
    .departments-block .blocks .circles {
        height: 150px;
        width: 150px;
        margin: 0 auto 30px;
    }
    .quicklinks>div a button {
        font-size: 20px;
        height: 60px;
    }
    .quicklinks>div a span {
        font-size: 24px;
        line-height: 1.2;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px);
    }
    .highlighter {
        font-size: 28px;
    }
    .p_details {
        flex-direction: column;
    }
    .p_details>div {
        width: calc(100% - 15px);
    }
    h2.producttitle {
        font-size: 26px;
        line-height: 36px;
    }
    .footer-left,
    .footer-right {
        float: none;
        margin: 0 auto 10px;
        text-align: center;
    }
    #view-full {
        display: block;
    }
}

@media (max-width:650px) {
    .get-touch {
        width: 100%;
    }
    .get-touch .phone-wraper span.seprator {
        display: block;
        visibility: hidden;
        height: 10px;
    }
}

@media (max-width:600px) {
    .phone-wraper span.seprator {
        line-height: 0px;
    }
    .subtitle {
        font-size: 18px;
        margin: 20px 15px;
        line-height: 36px;
    }
    .navigation {
        float: none;
    }
    .cta-btns {
        position: relative;
        flex-direction: row;
        justify-content: center;
        right: auto;
    }
    .cta-btns a {
        margin-right: 10px;
    }
}

@media (max-width:550px) {
    .header .phone-wraper {
        font-size: 14px;
    }
    h2.sectiontitle {
        font-size: 28px;
        line-height: 28px;
    }
    .departments-block .blocks {
        width: 45%;
        margin-bottom: 30px;
    }
    .quicklinks>div a {
        width: calc(100% - 20px);
        position: relative;
        margin-bottom: 30px;
    }
    .curve {
        display: none;
    }
    .quicklinks>div a span {}
    .fbr {
        display: block;
    }
    .footer-right a {
        margin-bottom: 20px;
    }
}

@media (max-width:480px) {
    .phone-wraper span.seprator {
        display: block;
        text-indent: -5000px;
        line-height: 0px;
    }
    .show-menu {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        transform: translateY(-30%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(-30%);
        border-radius: 0 0 10px 0;
    }
    .show-menu button {
        height: 22px;
        width: 24px;
    }
    .menu-trigger .menu-bar {
        width: 24px;
    }
    .menu-trigger .menu-bar-middle {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .menu-trigger .menu-bar-bottom {
        top: 16px;
    }
    .button-open .menu-bar-top {
        transform: rotate(45deg) translate(6px, 6px);
        -webkit-transform: rotate(45deg) translate(6px, 6px);
        -moz-transform: rotate(45deg) translate(6px, 6px);
    }
    .button-open .menu-bar-bottom {
        transform: rotate(-45deg) translate(5px, -6px);
        -webkit-transform: rotate(-45deg) translate(5px, -6px);
        -moz-transform: rotate(-45deg) translate(5px, -6px);
    }
    .header {
        padding: 0px 0px 20px;
    }
    .social-icons {
        float: none;
        display: block;
    }
    .social-icons {
        padding-top: 10px;
    }
    .homebanner h1 {
        font-size: 24px;
        line-height: 45px;
    }
    .products-block .items {
        width: calc(100% - 20px);
        text-align: center;
        margin-bottom: 30px;
    }
    .quicklinks>div {
        margin-bottom: 0;
    }
    .quicklinks>div a {
        width: calc(100% - 20px);
        position: relative;
        margin-bottom: 30px;
    }
    .departments-block .blocks {
        margin-bottom: 30px;
    }
	.departments-block .blocks .circles{width:110px; height:110px;}
	.headerbox{padding:20px 0;}
    .get-touch .phone-wraper {
        font-size: 20px;
    }
    h2.sectiontitle {
        font-size: 24px;
        line-height: 28px;
    }
    .highlighter {
        font-size: 24px;
    }
    .quicklinks>div a span {
        font-size: 16px;
    }
    .btns-blocks {
        flex-direction: column;
    }
    .btns-blocks a {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width:420px) {}

@media (max-width:400px) {
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .button {
        padding: 5px 1.1em;
        font-size: 18px;
    }
    h3 {
        font-size: 24px;
    }
    .header {
        padding: 0px 0px 20px;
    }
    .homebanner h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .footer {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (min-width:1024px) {
    #sidr-main {
        display: none;
    }
}

