/* CSS Document */

html, body {
    font-family: 'Source Sans Pro', sans-serif;
    height: 100%;
}

.absolute-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

body.no-scroll {
    overflow: hidden;
}

.container-fluid {
    max-width: 1160px;
    width: 100%;
    /*height: 100%;*/
    margin: 0 auto;
}

.wrapper-main {
    width: 1160px;
    max-width: 1160px;
    margin: 0 auto;
}

.cd-main-content {
    min-height: 100%;
    position: relative;
    z-index: 2;
    /*padding-top: 50px;*/

    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#product-content {
    background: url('../img/pattern.jpg') center top repeat;
}

.cd-main-content.lateral-menu-is-open {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

.empty {
    visibility: none;
    z-index: 0;
    pointer-events: none;
}

ul.mobile-navigation-menu {
    display: none;
}

ul.primary-navigation-menu {
    display: block;
}

/* /////////////////////////////////////// */
/* FOOTER                                  */
/* /////////////////////////////////////// */

.footer {
    height: 135px;
    background-color: #ffffff;
    text-align: center;
    display: table;
    width: 100%;
}

.footer-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 135px;
    width: 100%;
    font-size: 14px;
    color: #515151;
}

.footer a {
    color: #515151;
}

/* /////////////////////////////////////// */
/* NAV                                     */
/* /////////////////////////////////////// */

.nav-phone {
    font-size: 21px;
    font-weight: 300;
    color: #25aae1;
    line-height: 30px;
}

header {
    position: absolute;
    top: 0px;
    right: 0;
    height: 50px;
    background: #none;
    z-index: 15;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /*pointer-events: none;*/
    display: none;
}

header.lateral-menu-is-open {
    /* translate to show the lateral menu */
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

header.is-fixed {
    position: fixed;
}

@media only screen and (min-width: 768px) {
    header {
        height: 70px;
        width: 85px;
    }
}

.menu-text {
    position: absolute;
    color: #515151;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    top: 45px;
    left: 23px;
}

@media only screen and (max-width: 767px) {

    .menu-text {
        display: none;
    }

}

@media only screen and (max-width: 375px) {
    .menu-text {
        font-size: 10px;
        top: 35px;
        left: 8px;
    }
}

#cd-top-nav {
    position: absolute;
    top: 0;
    right: 120px;
    height: 100%;
    display: none;
}

#cd-top-nav ul {
    height: 100%;
    padding-top: 18px;
}

#cd-top-nav li {
    display: inline-block;
    margin-right: 1em;
}

#cd-top-nav a {
    display: inline-block;
    padding: .5em;
    color: #515151;
    text-transform: uppercase;
    font-weight: 600;
}

#cd-top-nav a.current {
    background-color: #242e30;
}

.no-touch #cd-top-nav a:hover {
    color: rgba(255, 255, 255, 0.7);
}

#cd-menu-trigger {
    top: 15px;
}

@media screen and (max-width: 767px) {

    #cd-menu-trigger {
        top: 36px;
    }

}

@media only screen and (min-width: 768px) {
    #cd-top-nav {
        display: block;
    }
}
@media screen and (max-width: 1600px) {


    header {
        display: block;
    }
}

#cd-menu-trigger {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50px;
    background-color: #d9d9d9;
}

#cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    display: none;
}

#cd-menu-trigger .cd-menu-icon {
    /* this span is the central line in the menu menu */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: #373737;
    /*background-image: url(/images/display/hamburger.png);*/

    color: #e75204;
    /* these are the upper and lower lines in the menu menu */
}

#cd-menu-trigger.is-clicked {
    background-color: #ffffff;
}

#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
}

#cd-menu-trigger .cd-menu-icon::before {
    bottom: 5px;
}

#cd-menu-trigger .cd-menu-icon::after {
    top: 5px;
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background-color: #000000;
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
    #cd-menu-trigger {
        width: 84px;
    }

    #cd-menu-trigger .cd-menu-text {
        display: inline-block;
        line-height: 70px;
    }

    .menu-text {
        display: block;
    }

    #cd-menu-trigger .cd-menu-icon {
        width: 40px;
    }

}

#cd-lateral-nav {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    visibility: hidden;
    /* the secondary navigation is covered by the main element */
    z-index: 2;
    width: 260px;
    background-color: #ffffff;
    overflow-y: auto;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
    transition: transform .4s 0s, visibility 0s .4s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
    font-family: 'Raleway', sans-serif;
}

.is-clicked .menu-text {
    display: none;
}

*:focus {
    outline: none;
}

textarea {
    resize: none;
}

#cd-lateral-nav .cd-navigation {
    margin: 10px 0 16px;
    list-style-type: none;
    /* For not allowing the phone number in the top bar to hover over the header menu */
    position: relative;
    z-index: 999;
}

#cd-lateral-nav .sub-menu {
    padding: 0 10px 20px 15px;
    display: none;
}

#cd-lateral-nav a {
    display: block;
    line-height: 2em;
    padding: 0 32px 0 32px;
    color: #515151;
    text-align: right;
    text-decoration: none;
    font-size: 1.2em;
}

#cd-lateral-nav a.current {
    background-color: #499fe9;
    color: #FFF;
}

#cd-lateral-nav a.bold {
    color: #FFF;
    font-weight: 600;
}

.no-touch #cd-lateral-nav a:hover {
    color: #FFF;
    background-color: #499fe9;
}

@media only screen and (min-width: 768px) {
    #cd-lateral-nav .cd-navigation {
        margin: 20px 0;
    }
}

#cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    /* this is the right arrow to show that the item has a submenu  */
}

#cd-lateral-nav .item-has-children > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background: url("../img/cd-arrow.svg") no-repeat center center;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#cd-lateral-nav .item-has-children > a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

#cd-lateral-nav .socials {
    padding: 0 32px;
    margin-top: 20px;
    font-size: 16px;
}

#cd-lateral-nav .socials h3 {
    font-size: 24px;
    text-align: right;
    margin-bottom: 10px;
    color: #515151;
}

#cd-lateral-nav .socials:after {
    content: "";
    display: table;
    clear: both;
}

#cd-lateral-nav .socials a {
    float: right;
    padding: 0 0 !important;
    margin-left: 1em;
    line-height: none;
}

#cd-lateral-nav .socials a:hover {
    color: #499fe9;
    padding: 0 0 !important;
    line-height: none;
    background-color: #ffffff;
}

#cd-lateral-nav .address {
    padding: 0 32px;
    margin: 0px 0;
    text-align: right;
    color: #515151;
    line-height: 28px;
    font-size: 15px;
    font-weight: 300;
}

#cd-lateral-nav .address a {
    margin-top: 20px;
}

.nav-line {
    display: inline-block;
    background-color: #515151;
    height: 1px;
    width: 80%;
    text-align: right;
    margin-bottom: 20px;
    margin-top: 20px;
}

.address-link {
    line-height: 28px !important;
    font-size: 18px !important;
    background-color: none !important;
    width: 100% !important;
    text-align: right !important;
    float: none !important;
    padding: 0 0 0 0 !important;
}

.header-logo img {
    z-index: 5;
    position: absolute;
    max-width: 200px;
    max-height: 64px;
    width: 100%;
    left: 45px;
    top: 35px;
}

.header-logo {
    z-index: 50;
}

.headerbar {
    height: 152px;
    background-color: #555555;
    width: 100%;
}

.headerbar-top {
    z-index: 2;
    position: absolute;
    width: 90%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    top: 67px;
    text-align: right;
}

.headerbar a {
    color: #ffffff;
}

.subpage-content {
    background-color: #ebebeb;
    text-align: center;
}

.content-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
    width: 60%;
    display: inline-block;
}

.uploadfile {
    width: 235px;
    max-width: 235px;
}

.uploadfile img {
    width: 235px;
    max-width: 235px;
}

.uploadfile-text-mobile {
    display: none;
}

.phone-number a {
    color: #000;
    text-decoration: none;
}

/* /////////////////////////////////////// */
/* CONTACT US                              */
/* /////////////////////////////////////// */

.contact-form {
    margin-left: -5px;
}

.contact-wrapper {
    width: 100%;
    padding: 25px;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #515151;
}

.contact-info {
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
}

.contact-info strong {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

.contact-info form p {
    padding: 5px 0 5px 0;
}

.contact-info input, .contact-info textarea, .contact-info select {
    width: 100%;
    height: 40px;
    border-width: 2px;
    border-style: solid;
    border-color: #5a5a5a;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    padding-left: 20px;
    color: #2e2d2c;
    font-weight: 600;
    text-transform: uppercase;
}

#input-normal {

}

#input-medium {
    height: 100px;
}

.contact-info input.submit-button {
    max-width: 162px;
    width: 100%;
    height: 46px;
    background-color: #000000;
    border: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 3px;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
input.submit-button.upload-center{
    width: 162px;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.contact-info input.submit-button:hover {
    background-color: #25aae1;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.select-menu {
    border-radius: 0;
    background: url("/images/display/dropdown_arrow.jpg") no-repeat right #fff;
    margin-bottom: 10px;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}

.gmap {
    height: 100%;
    width: 100%;
}

#map_canvas {
    height: 100%;
    width: 100%;
    padding: none;
    margin-bottom: -10px;
    border: 0;
}

.addy1 {
    display: inline-block;
    margin-right: 35px;
}

.addy2 {
    display: inline-block;
}

.addy3 {
    margin-top: 25px;
}

/* /////////////////////////////////////// */
/* BOTTOM BAR                              */
/* /////////////////////////////////////// */

.bottombar {
    min-height: 452px;
    width: 100%;
    background-image: url("../img/home_rainbow.jpg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
    position: relative;
    padding: 20px;
}

.bottombar-logo img {
    max-width: 226px;
    max-height: 130px;
    width: 100%;
    width: 100%;
}

.bottombar-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #515151;
    letter-spacing: 2px;
}

.bottombar-contactus-content {
    font-size: 36px;
    color: #515151;
    font-weight: 700;
}

.bottombar-contactus-content a {
    color: #515151;
}

.bottombar-icon {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #515151;
    font-size: 40px;
    letter-spacing: 30px;
}

.bottombar-letsgettalking-content {
    color: #515151;
    font-size: 18px;
}

.bottombar-wrapper {
    margin-top: 50px;
}

/* /////////////////////////////////////// */
/* NEWS BLOG                               */
/* /////////////////////////////////////// */

.blog-entry {
    border-bottom: 1px solid #454545;
    padding: 20px 20px 20px 0;
}

.blog-entry:hover {
    background-color: #f7f7f7;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.blog-entry a {
    text-decoration: none;
}

.blog-title {
    text-align: left;
}

.blog-title h3 {
    color: #25aae1;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.blog-desc {
    color: #454545;
    font-size: 14px;
    font-style: italic;
}

.paragraph-norm {
    margin-top: 10px !important;
}

@media only screen and (min-width: 320px) and (max-width: 649px) {

    .bottombar-contactus-content {
        font-size: 24px;
    }

}

/* /////////////////////////////////////// */
/* PRODUCT / SIDE NAV                      */
/* /////////////////////////////////////// */

.topimage {
    height: 185px;
    width: 100%;
    background-image: url("../img/colorful-pinwheel.jpg");
    background-position: center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
    position: relative;
}

.nav-section .nav-title a {
    color: #cdcdcd;
    text-decoration: none;
}

.productNav .nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.productNav .nav-title {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    background-color: #505050;
    height: 56px;
    /*padding-left:15px;*/
    padding: 18px 0 0 25px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    letter-spacing: 1px;
    margin-top: 1px;
}

.productNav .nav-title.hover {
    background-color: #454545;
}

.productNav .nav-title.active {
    background: url(/images/display/sidebar-hover.jpg) no-repeat transparent;
    /*width:185px;*/
    background-color: #499fe9;
}

.product-link.active:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-left-color: #499fe9;
    border-width: 28px;
    margin-top: -29px;
}

.productNav li {
    line-height: 28px;
    font-weight: 400;
    background-color: #ffffff;
    padding: 1px 0 1px 0;
    height: 56px;
}

.productNav li a {
    font-size: 17px;
    line-height: 36px;
    display: block;
    color: #ffffff;
    background-color: #6d6d6d;
    text-decoration: none;
    height: 56px;
    padding: 8px 0 0 25px;
    font-weight: 300;
    letter-spacing: 1px;
}

.productNav li a:hover {
    background-color: #499fe9;
}

.productNav li a.active {
    background-color: #616161;
}

.productNav {
    width: 235px;
}

.prod-page-title {
    color: #515151;
    font-size: 40px;
    margin: 40px 0 40px 0;
}

.prod-content {
    color: #515151;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
}

.product-content-wrapper {
    width: 90%;
}

.prod-content-text {
    margin: 50px 0 50px 0;
}

.prod-details {
    font-size: 17px;
    color: #515151;
}

.prod-details div {
    margin-bottom: 10px;
}

.prod-details-title {
    font-size: 17px;
    color: #515151;
    font-weight: 600;
}

.uploadfile {
    text-align: center;
    width: 235px;
    background-color: #ececec;
    padding: 0;
}

.uploadfile img {
    display: inline-block;
}

.uploadfile-text {
    font-size: 48px;
    font-weight: 200;
    color: #555555;
    text-align: center;
    line-height: 50px;
}

.uploadfile-text a:hover {
    color: #25aae1;
}

.uploadfile a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 320px) and (max-width: 671px) {

    .uploadfile {
        width: 100%;
    }

}

/* /////////////////////////////////////// */
/* SHARED                                  */
/* /////////////////////////////////////// */

.title1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.title-graphicdesign {
    font-size: 36px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.title2 {
    font-size: 16px;
    font-weight: 800;
}

.paragraph-size1 {
    font-size: 30px;
    line-height: 50px;
}

.paragraph-size2 {
    font-size: 16px;
    line-height: 26px;
}

.paragraph-norm {
    font-size: 16px;
    line-height: 26px;
}

.page-content {
    width: 90%;
    margin-bottom: 50px;
}

.page-content img {
    width: 100%;
    height: auto;
}

.page-content-team {
    width: 90%;
    margin-bottom: 0px;
}

.page-padding {
    margin-top: 60px;
}

.phone-number {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.nav-side-button {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    background-color: #505050;
    height: 56px;
    /*padding-left:15px;*/
    padding: 15px 0 0 25px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    letter-spacing: 1px;
    margin-top: 1px;
    width: 235px;
}

.nav-side-button:hover {
    background-color: #25aae1;
}

/*.nav-side-button-background
{
	background:url(/images/display/sidebar-hover.jpg) no-repeat transparent;
	background-color:#616161;
}*/

.nav-side a {
    text-decoration: none;
}

.nav-side-button-active {
    background-color: #25aae1;
}

.nav-side-button-active:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-left-color: #25aae1;
    border-width: 28px;
    margin-top: -29px;
}

/* Accordion Styles */
ul.blog-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.blog-nav > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

ul.blog-nav > li {
    margin: 0;
    padding: 0;
}

ul.blog-nav > li > a {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    background-color: #505050;
    height: 56px;
    /* padding-left: 15px; */
    padding: 18px 0 0 25px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    letter-spacing: 1px;
    margin-top: 1px;
}

ul.blog-nav > li > ul.active-list {
    display: block;
}

ul.blog-nav > li > ul > li > a {
    font-size: 17px;
    line-height: 36px;
    display: block;
    color: #ffffff;
    background-color: #6d6d6d;
    text-decoration: none;
    height: 58px;
    padding: 12px 0 0 25px;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
}

ul.blog-nav > li > ul > li a:hover {
    background-color: #499fe9;
}

ul.blog-nav > li > ul > li a.active:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 235px;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-left: 20px solid #499fe9;
}

ul.blog-nav > li > ul > li a.active {
    background-color: #499fe9;
}

/*.col-lg-3 {*/
/*width: 23%;*/
/*margin-right: 2%;*/
/*}*/

.blog-nav {
    max-width: 235px;
}


.topimage-news {
    height: 185px;
    width: 100%;
    background-image: url("../img/top_image_news.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
    position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 671px) {

    .nav-side-button {
        width: 100%;
    }

    .nav-side-button-active:after {
        border: none;
    }

    .header-logo img {
        width: 23%;
        left: 15px;
        top: 10px;
    }

    .headerbar-top {
        width: 84%;
        font-size: 18px;
        top: 28px;
    }

    .headerbar {
        height: 65px;
    }

    .topimage, .topimage-news {
        height: 200px;
    }

}

/* /////////////////////////////////////// */
/* MEET THE TEAM                           */
/* /////////////////////////////////////// */

.teamcontent strong {
    text-transform: uppercase;
    font-size: 22px;
    color: #cccccc;
    margin-bottom: 25px;
    font-weight: 600;
}

.teamcontent span {
    text-decoration: none !important;
    font-size: 28px;
}

.teamcontent em {
    font-style: normal !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #808080;
}

.teamcontent {
    line-height: 28px;
}

.topimage-graphicdesign {
    height: 185px;
    width: 100%;
    background-image: url("../img/graphicdesign_header.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
    position: relative;
}

.m_t {
    height: 25px;
}

.cart-subtotal span, .cart-shipping span, .cart-total span {
    display: inline-block;
    min-width: 135px;
    font-style: normal;
}

@media screen and (max-width: 1199px) {

    .page-content,
    .page-content-team {
        width: 85%;
        margin-bottom: 30px;
    }

    .paragraph-size1 {
        font-size: 22px;
        line-height: 30px;
        text-align: justify;
        text-align-last: left;
        -o-text-align-last: left;
        -moz-text-align-last: left;
        -webkit-text-align-last: left;
    }

    .title1 {
        margin-bottom: 5px;
    }

    p {
        margin: 0 0 30px;
    }

    .page-content-team {
        margin-bottom: 0px;
    }

    .teamcontent {
        margin-top: 30px;
    }

    .contact-info {
        width: 90%;
    }

    #map_canvas {
        max-height: 400px;
    }
}

@media screen and (max-width: 1000px) {

    .headerbar-top {
        width: 85%;
    }

}

@media screen and (max-width: 880px) {

    .page-content,
    .page-content-team {
        width: 80%;
    }

}

@media screen and (max-width: 825px) {

    .page-content,
    .page-content-team {
        width: 75%;
    }

    .title1 {
        font-size: 34px;
    }

    .contact-info input.submit-button {
        max-width: 100%;
    }

}

@media screen and (max-width: 767px) {

    .uploadfile img {
        display: none;
    }

    .uploadfile {
        width: 100%;
        max-width: 100%;
        padding: 10px 0 10px 0;
    }

    header {
        width: 50px;
    }

    .nav-side-button {
        width: 100%;
    }

    .headerbar-top {
        top: 57px;
    }

    .uploadfile-text {
        display: none;
    }

    .uploadfile-text-mobile {
        display: block;
        font-size: 40px;
        font-weight: 100;
    }

    .phone-number {
        margin-top: 0px;
        font-size: 40px;
        font-weight: 400;
    }

    .page-content {
        width: 85%;
        margin-bottom: 10px;
    }

    .page-padding {
        margin-top: 35px;
    }

    .page-content-team {
        width: 85%;
    }

}

@media screen and (max-width: 700px) {

    .headerbar-top a:last-child {
        display: none;
    }

    .title-graphicdesign {
        text-align: center;
    }

    .regtext1,
    .regtext {
        padding: 0 30px;
    }

    .regtext1 p:first-child,
    .regtext1 p:last-child,
    .regtext p:first-child {
        text-align: center;
    }

    .regtext1 p:nth-child(2),
    .regtext p:last-child {
        text-align: justify;
        text-align-last: left;
        -o-text-align-last: left;
        -moz-text-align-last: left;
        -webkit-text-align-last: left;
    }

}

@media screen and (max-width: 671px) {

    .headerbar-top {
        top: 20px;
    }

    .header-logo img {
        min-width: 154px;
        min-height: 49px;
    }

    .contact-wrapper {
        padding: 30px 25px 30px 25px;
    }

    .topimage-graphicdesign {
        height: 305px;
    }
}

@media screen and (max-width: 575px) {

    .title-graphicdesign {
        font-size: 28px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .regtext1 p:first-child {
        color: #25aae1;
    }

    #map_canvas {
        height: 300px;
        max-height: 300px;
    }
}

@media screen and (max-width: 500px) {

    .uploadfile-text-mobile,
    .phone-number {
        font-size: 32px;
    }

    .title1 {
        font-size: 30px;
        text-align: center;
    }

    .paragraph-size1 {
        font-size: 18px;
        line-height: 22px;
    }

}

@media screen and (max-width: 470px) {

    .topimage-graphicdesign {
        height: 205px;
    }

}

@media screen and (max-width: 430px) {

    .uploadfile-text-mobile,
    .phone-number {
        font-size: 28px;
    }

    .title1 {
        font-size: 26px;
    }

    .paragraph-size1 {
        font-size: 16px;
        line-height: 20px;
    }

}

@media screen and (max-width: 470px) {

    .headerbar-top {
        font-size: 14px;
        width: 88%;
        top: 24px;
    }

}

@media screen and (max-width: 395px) {

    .headerbar-top {
        font-size: 12px;
        width: 88%;
        top: 25px;
    }

}

@media screen and (max-width: 390px) {

    .headerbar-top {
        display: none;
    }

    .contact-info {
        width: 95%;
    }

    .contact-info p:first-child {
        text-align: center;
    }

    .contact-info p:nth-child(2) {
        text-align: justify;
        text-align-last: left;
        -o-text-align-last: left;
        -moz-text-align-last: left;
        -webkit-text-align-last: left;
    }

    .contact-info .addy1,
    .contact-info .addy2 {
        display: block;
        width: 100%;
        text-align: center;
    }

    .contact-info .addy1 {
        margin-bottom: 25px;
    }

    .contact-info .addy3 {
        text-align: center;
        margin-top: 0;
    }

}

@media screen and (max-width: 370px) {

    .uploadfile-text-mobile,
    .phone-number {
        font-size: 24px;
    }

    .title1 {
        font-size: 22px;
    }

    .paragraph-size2 {
        line-height: 20px;
        font-weight: 400;
    }

}

@media only screen and (min-width: 320px) and (max-width: 671px) {

    #cd-menu-trigger {
        top: 7px;
    }

}

@media screen and (max-width: 1280px) {
    .hero-top, .hero-graphic-box-col-title, #cd-lateral-nav .address a, .info-column-title, .bottombar-title, .columnsubtitle {
        font-size: 18px;
    }

    .hero-graphic-1 img, .hero-graphic-1 {
        max-width: 500px;
    }

    .ecommerce-main-link input {
        max-width: 370px;
        margin: 0 auto;
        display: block;
    }

    .bottombar-icon {
        font-size: 33px;
    }

    .bottombar-logo img {
        max-width: 190px;
    }

    .bottombar-letsgettalking-content, .login-popup-form-text {
        font-size: 16px;
    }

    .nav-phone {
        font-size: 19px;
    }

    .columntitle, .bottombar-contactus-content {
        font-size: 32px;
    }

    .info-column-image img {
        max-width: 90%;
        width: auto;
    }

    .login-popup-form-title {
        font-size: 28px;
    }

    .login-popup-close img {
        width: 40px;
    }

    .home-logo img {
        max-width: 180px;
    }

    .title-graphicdesign {
        font-size: 33px;
    }

    .contact-info form p {
        margin-bottom: 10px;
    }

    .gmap {
        height: auto;
        max-height: 100%;
    }

}

@media screen and (max-width: 1023px) {
    .hero-top, .hero-graphic-box-col-title, #cd-lateral-nav .address a, .info-column-title, .bottombar-title, .columnsubtitle {
        font-size: 16px;
    }

    .hero-graphic-1 img, .hero-graphic-1 {
        max-width: 400px;
    }

    .ecommerce-main-link input {
        max-width: 325px;
    }

    .columntitle, .bottombar-contactus-content {
        font-size: 28px;
    }

    .hero-top, .hero-graphic-box-col-title, #cd-lateral-nav .address a, .info-column-title, .bottombar-title, .columnsubtitle {
        font-size: 15px;
    }

    .bottombar-logo img {
        max-width: 160px;
    }

    .bottombar {
        min-height: 0;
        padding-bottom: 50px;
    }

    .bottombar-icon {
        font-size: 25px;
    }

    .title-graphicdesign {
        font-size: 30px;
    }
}

img {
    max-width: 100%;
}

@media screen and (max-width: 767px) {

    .blog-nav {
        max-width: 100%;
    }
    ul.primary-navigation-menu {
        display: none;
    }

    ul.mobile-navigation-menu {
        display: block;
    }

    .mobile-phone, a.tel-link {
        font-size: 40px;
    }

    .columntitle, .bottombar-contactus-content {
        font-size: 24px;
    }

    .hero-top, .hero-graphic-box-col-title, #cd-lateral-nav .address a, .info-column-title, .bottombar-title, .columnsubtitle {
        font-size: 14px;
    }

    .bottombar-wrapper {
        margin-top: 30px;
    }

    .bottombar {
        padding-bottom: 40px;
    }

    .bottombar-contactus-content, .bottombar-logo {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 640px) {

    .footer-wrapper {
        padding: 0px 20px;
    }

    .mobile-phone, a.tel-link {
        font-size: 35px;
    }

    .columntitle, .bottombar-contactus-content {
        font-size: 22px;
    }
}
