@font-face {
    font-family: 'CalibriRegular';
    src: url('../fonts/CalibriRegular.eot');
    src: url('../fonts/CalibriRegular.eot') format('embedded-opentype'), url('../fonts/CalibriRegular.woff2') format('woff2'), url('../fonts/CalibriRegular.woff') format('woff'), url('../fonts/CalibriRegular.ttf') format('truetype'), url('../fonts/CalibriRegular.svg#CalibriRegular') format('svg');
}

body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'CalibriRegular';
    font-size: 17px;
}

.container {
    max-width: 1000px;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

.pre-load-img {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../images/spinner-orange.gif) center center no-repeat #fff;
    background-size: 20% !important;
}

header {
    background-color: #ffff;
}

.logo {
    width: 200px;
    margin-top: -44px;
}

.logo img {
    width: 100%;
}

.top-head {
    background-color: #61696B;
    padding: 20px 0 1px 0;
    margin: 32px 0 0 0;
}

.btm-head {
    background-color: #C2C2C2;
    padding: 20px 0 20px 0;
    height: 67px;
    position: relative;
}

.btm-head ul {
    text-align: center;
}

.btm-head ul li {
    list-style: none;
    display: inline-block;
    margin: 0 30px 0 0;
}

.btm-head ul li:last-child {
    margin: 0;
}

.btm-head ul li a {
    display: inline-block;
    font-size: 18px;
    color: black;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.btm-head ul li a:hover,
.btm-head ul li a.active {
    color: #D5262D;
}

.banner img {
    width: 100%;
}


/* General styles for all menus */

.cbp-spmenu {
    background: #fff;
    position: fixed;
    -webkit-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.cbp-spmenu a.btn-blue {
    color: #fff;
    margin: 10px;
}

.cbp-spmenu a {
    display: block;
    color: #696969;
    font-size: 16px;
}

.cbp-spmenu ul {
    margin: 0;
    padding: 0;
}

.cbp-spmenu ul li {
    list-style: none;
}

.cbp-spmenu a:hover,
.cbp-spmenu ul li.active a {
    background: #D5262D;
    color: #fff;
}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #696969;
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}


/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}


/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}


/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#showLeftPush {
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0 6px 6px;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -5px);
    transform: rotate(45deg) translate(-6px, -5px);
}

.parallax-window {
    min-height: 460px;
    background: transparent;
    background-position: bottom center;
    position: relative;
}

.parallax-window .container {
    position: relative;
}

.banner-caption {
    position: absolute;
    top: 116px;
    left: 0;
}

.parallax-window.inner-banner {
    min-height: 300px;
    text-align: center;
    position: relative;
}

.parallax-window.inner-banner h1 {
    font-size: 50px;
    font-weight: bold;
    margin: 100px 0 0 0;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-caption h1 {
    background-color: rgba(252, 6, 6, 0.6);
    color: #fff;
    padding: 5px 20px 5px 20px;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
}

.banner-caption span {
    background-color: rgba(41, 41, 41, 0.6);
    color: #fff;
    padding: 5px 20px 5px 20px;
    font-size: 29px;
    font-weight: bold;
    margin: 0 0 20px 0;
    display: inline-block;
}

.send-btn {
    border: 1px solid #D5262D !important;
    display: inline-block;
    background-color: #D5262D;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.send-btn:hover {
    background-color: #fd5a60;
    border-color: #fd5a60 !important;
}

textarea.form-input {
    height: 200px;
    resize: none;
}

.section-01 {
    background-color: #61696B;
    min-height: 400px;
    padding: 35px 0 50px 0;
    position: relative;
}

.section-01::before {
    content: " ";
    background-color: #61696B;
    width: 100%;
    height: 75px;
    position: absolute;
    left: 0;
    top: -35px;
    -webkit-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg);
}

.section-01::after {
    content: " ";
    background-color: #61696B;
    width: 100%;
    height: 75px;
    position: absolute;
    left: 0;
    bottom: -35px;
    -webkit-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg);
}

.main-video-sec h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    position: relative;
    z-index: 1;
    margin: 0 0 30px 0;
    font-weight: bold;
}

.main-video-sec iframe {
    width: 100%;
}

.section-02 {
    padding: 75px 0 50px 0;
}

.section-02 h2 {
    color: #D5262D;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    position: relative;
    z-index: 1;
    margin: 0 0 30px 0;
    font-weight: bold;
}

.humor-section .chaps-news {
    width: 100%;
}

.humor-section .col-md-4 {
    margin-bottom: 30px;
}

.chaps-news {
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.hovermiddle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.chaps-news:hover .image {
    opacity: 0.3;
}

.chaps-news:hover .hovermiddle {
    opacity: 1;
}

.text {
    background-color: #D5262D;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.chaps-news:hover .hovermiddle .text {
    color: #fff;
}

.chaps-news:hover .hovermiddle .text:hover {
    transform: scale(0.9);
}

footer {
    background-color: #C2C2C2;
    padding: 20px 0 20px 0;
    color: #696969;
    text-align: center;
}

.footer-logo img {
    display: inline-block;
}

.footer-logo p {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 2px;
    color: #696969;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.personal-box .box {
    /* border: 2px solid #81ccff; */
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden !important;
    background-color: #fff;
    color: #202020;
    -webkit-transition: .3s;
    transition: .3s;
    min-height: 465px;
}

.personal-box .person_img {
    display: block;
}

.personal-box .person_img img {
    width: 100%;
}

.personal-box .persone-txt-overlay {
    -webkit-transform: skewY(-13deg);
    -ms-transform: skewY(-13deg);
    transform: skewY(-13deg);
    margin-top: -60px;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #FFF;
    -webkit-transition: .3s;
    transition: .3s;
}

.personal-box .persone-txt {
    -webkit-transform: skewY(13deg);
    -ms-transform: skewY(13deg);
    transform: skewY(13deg);
    padding: 0 30px 0 30px;
}

.personal-box .wrap-persone-soc-links {
    text-align: center;
    margin-top: 25px;
    display: block;
}

.personal-box .persone-soc-links {
    text-decoration: none;
    color: #696969;
    font-size: 22px;
    margin: 0 2px;
    border: 1px #dedfdf solid;
    padding: 0 15px;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    display: inline-block;
}

.personal-box .persone-soc-links i {
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    display: inline-block;
}

.box:hover {
    background-color: #FD6A6A;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.box:hover .persone-txt-overlay {
    background-color: #FD6A6A;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.content-area {
    padding: 30px 0 30px 0;
    min-height: 500px;
}

.box:hover .persone-soc-links {
    color: #fff;
    border-color: #fff;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.persone-txt h2 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    color: #696969;
}

.persone-txt h3 {
    font-size: 18px;
    margin: 0;
    color: #696969;
}

.persone-txt p {
    font-size: 14px;
    color: #696969;
}

.box:hover h2,
.box:hover h3,
.box:hover p {
    color: #fff;
}

.service-section .col-md-4 {
    margin-bottom: 30px;
}

.service-section .personal-box .box {
    min-height: 350px;
}

.content-area.speaking-section {
    padding: 75px 0 30px 0;
}

.service-section .personal-box .persone-soc-links {
    font-size: 17px;
}

.speaking-section h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.parryisms-section h2 {
    font-size: 30px;
    font-weight: bold;
}

.speaking-section h3,
.parryisms-section h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.speaking-section ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.speaking-section ul li {
    list-style: none;
}

.speaking-section ul li ul li {
    list-style: circle;
    margin: 0 0 0 20px;
}

.main-content-box {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    min-height: 500px;
}

.form-wrapper {
    padding: 20px 0 0 0;
}

.form-group {
    position: relative;
    margin-bottom: 2rem;
}

.form-label {
    position: absolute;
    left: 2px;
    top: 5px;
    color: #999;
    background: #f7f7f7;
    z-index: 10;
    padding: 2px 15px 2px 15px;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.info {
    font-size: .8em;
    color: #e66262;
    letter-spacing: 2px;
    padding-left: 5px;
    position: absolute;
    right: 0;
    top: -20px;
}

.form-input {
    position: relative;
    padding: 12px 0px 5px 15px;
    width: 100%;
    outline: 0;
    border: 0;
    background: #f7f7f7;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
}

.focused .form-label {
    -webkit-transform: translateY(-125%);
    transform: translateY(-125%);
    font-size: 0.75em;
}

.contact-right h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 0;
}

.contact-right a {
    margin: 0 0 20px 0;
    display: block;
    color: #D5262D;
}

.contact-right a:hover {
    text-decoration: underline;
}

.contact-right h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.cartoon-img img {
    width: 100%;
}

.humor-section h2 {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.successMessage {
    color: #0ce50c;
    font-size: 15px;
}

.errorMessage {
    color: #fa0000;
    font-size: 15px;
}

.owl-carousel .item {
    position: relative;
}

.owl-carousel .item figure.premium-img {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 300px;
    margin: 0;
}

.owl-carousel .item figure.premium-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.owl-carousel .item figure.premium-img figcaption {
    font-weight: bold;
    position: absolute;
    z-index: 3;
    bottom: -7px;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 20px;
    background: url("../images/gradient.png") repeat-x;
}

.owl-carousel .item figure.premium-img figcaption h5 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
}

.owl-carousel .item figure.premium-img figcaption p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.owl-carousel .item:hover a.hover-posts {
    visibility: visible;
    transform: scale(1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.owl-carousel .item:hover figcaption {
    transform: translateY(70px);
}

.hover-posts {
    visibility: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 5;
    top: 0;
    text-align: center;
    transform: scale(0);
}

.hover-posts span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}

.hover-posts span i {
    color: #fff;
    font-size: 36px;
    display: block;
    margin-bottom: 5px;
}

.videoPop .modal-content {
    background-color: transparent;
    border: none;
}

.videoPop button.close {
    position: absolute;
    right: 7px;
    top: 28px;
    z-index: 9;
    color: #fff;
    opacity: 1;
    font-size: 50px;
}

.modal-content .video_sec iframe {
    height: 500px;
    width: 100%;
}

.owl-theme .owl-nav [class*='owl-'] span {
    color: #000;
    font-size: 22px;
    line-height: 16px;
}

.owl-theme .owl-nav [class*='owl-']:hover span {
    color: #fff;
}

button:focus {
    outline: 0 !important;
}

.content-area.watch-section {
    padding: 75px 0 75px 0;
    min-height: auto;
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }
    .cbp-spmenu-top {
        top: -110px;
    }
    .cbp-spmenu-bottom {
        bottom: -110px;
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }
    .cbp-spmenu-right {
        right: -190px;
    }
    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1023px) {
    #showLeftPush {
        display: block;
        position: absolute;
        right: 13px;
        z-index: 1;
        top: 10px;
        cursor: pointer;
        background-color: #D5262D;
        border: 1px solid #D5262D;
        width: 50px;
        text-align: center;
    }
    .main-menu {
        display: none;
    }
    .btm-head {
        height: 54px;
    }
}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:767px) {
    .chaps-news {
        width: 100%;
    }
    .personal-box {
        width: 55%;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width:545px) {
    .personal-box {
        width: 100%;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width:414px) {}