a {
    transition: all 0.2s ease-in;
}

a:hover {
    text-decoration: none;
}

.padding-0 {
    padding: 0;
}

@font-face {
    font-family: "AvenirBlack";
    src: url('../fonts/Avenir_Black.otf') format('opentype');
}

@font-face {
    font-family: "AvenirBlackOblique";
    src: url('../fonts/Avenir_Black_Oblique.otf') format('opentype');
}

@font-face {
    font-family: "AvenirBook";
    src: url('../fonts/Avenir_Book.otf') format('opentype');
}

@font-face {
    font-family: "AvenirBookOblique";
    src: url('../fonts/Avenir_Book_Oblique.otf') format('opentype');
}

@font-face {
    font-family: "AvenirHeavy";
    src: url('../fonts/Avenir_Heavy.otf') format('opentype');
}

@font-face {
    font-family: "AvenirHeavyOblique";
    src: url('../fonts/Avenir_Heavy_Oblique.otf') format('opentype');
}

@font-face {
    font-family: "AvenirLight";
    src: url('../fonts/Avenir_Light.otf') format('opentype');
}

@font-face {
    font-family: "AvenirLightOblique";
    src: url('../fonts/Avenir_Light_Oblique.otf') format('opentype');
}

@font-face {
    font-family: "AvenirMedium";
    src: url('../fonts/Avenir_Medium.otf') format('opentype');
}

@font-face {
    font-family: "AvenirMediumOblique";
    src: url('../fonts/Avenir_Medium_Oblique.otf') format('opentype');
}

.font_family_avenir_black {
    font-family: "AvenirBlack" !important;
}

.font_family_avenir_black_oblique {
    font-family: "AvenirBlackOblique" !important;
}

.font_family_avenir_book {
    font-family: "AvenirBook" !important;
}

.font_family_avenir_book_oblique {
    font-family: "AvenirBookOblique" !important;
}

.font_family_avenir_heavy {
    font-family: "AvenirHeavy" !important;
}

.font_family_avenir_heavy_oblique {
    font-family: "AvenirHeavyOblique" !important;
}

.font_family_avenir_light {
    font-family: "AvenirLight" !important;
}

.font_family_avenir_light_oblique {
    font-family: "AvenirLightOblique" !important;
}

.font_family_avenir_medium {
    font-family: "AvenirMedium" !important;
}

.font_family_avenir_medium_oblique {
    font-family: "AvenirMediumOblique" !important;
}

.navbar {
    min-height: 110px;
    background: #000000;
    border: none;
    margin-bottom: 0;
    opacity: 0.8;
    border-radius: unset;
}

.navbar-nav>li>a {
    font-size: 14px;
    border-bottom: 2px solid #fff;
    color: rgb(255, 255, 255) !important;
    font-family: "AvenirBook";
    text-transform: uppercase;
}

.navbar-nav>li a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover {
    border-bottom: 2px solid #1d79ed;
    background-color: transparent;
}

.navbar-nav>li:last-child a:hover {
    border-bottom: transparent;
}

.navbar-brand {
    height: 110px;
}

.social_icons {
    float: right;
}

.social_icons ul {
    padding-left: 15px;
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
}

.social_icons i {
    background: #1d79ed;
    color: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
}

.social_icons i:hover {
    background: #0060da;
}

.social_icons ul li {
    display: inline-block;
    margin: -2px 2px 0;
}

.social_icons ul li:last-child {
    margin-right: 10px;
}

.social_icons li a {
    display: inline-block;
}

.nav-padding {
    padding-top: 20px;
}

.navbar-brand img {
    height: 70px;
}

.video_section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 700px;
    overflow: hidden;
}

.video_section iframe {
    border: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about_section {
    width: 100%;
    background: #1d79ed;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
    display: inline-block;
    vertical-align: top;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.about_section h2 {
    font-size: 28px;
    font-family: "AvenirMedium";
}

.variations_class {
    font-family: "AvenirBook";
    font-weight: normal;
}

.about_section p {
    font-size: 18px;
    font-family: "AvenirLight";
}

.about_text_section {
    margin-top: 50px;
}

.about_text_section a {
    color: #06182F;
}

.about_text_section a:hover {
    text-decoration: underline;
}

.about_text_section h2 {
    font-size: 23px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    font-family: "AvenirBook";
    margin-bottom: 25px;
}

.about_text_section p {
    font-size: 18px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    font-family: "AvenirBook";
    margin-bottom: 20px;
}

.category_section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.category-blocks {
    position: relative;
    /*  padding: 130px;*/
    min-height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.info-block {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: table;
    background: #1d79ed;
    color: #ffff;
    width: 230px;
    padding: 5px;
    height: auto;
}

.info-block h3 {
    font-size: 22px;
    line-height: 25px;
    color: rgb(255, 255, 255);
    font-family: "AvenirBook";
    text-transform: uppercase;
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.upcoming_event_section {
    background-color: #EBEBEB;
    padding-bottom: 70px;
    padding-top: 40px;
}

.upcoming_event_title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.upcoming_event_title h2 {
    font-size: 23px;
    line-height: 27px;
    color: rgb(51, 51, 51);
    font-family: "AvenirMedium";
    text-align: center;
}

.upcoming_upper {
    background: #000000;
    padding: 10px;
    text-align: center;
    font-family: "AvenirBook";
    text-align: center;
    box-shadow: 1px 1.732px 1px rgba(0, 0, 0, 0.25);
    font-size: 22px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    min-height: 114px;
}

.upcoming_upper h3 {
    margin: 20px;
    font-size: 18px;
    line-height: 27px;
    color: rgb(255, 255, 255);
    font-family: "AvenirBook";
    text-align: center;
}

.upcoming_lower {
    background: #FFFFFF;
    padding: 15px;
    text-align: center;
    font-family: "AvenirBook";
    color: rgb(0, 0, 0);
    line-height: 26px;
}

.upcoming_lower h3 {
    font-size: 17px;
    line-height: 22px;
    color: rgb(0, 0, 0);
    font-family: "AvenirBook";
    text-align: center;
}

.upcoming_lower span {
    font-size: 18px;
    font-family: "AvenirBook";
}

.footer_section {
    background-color: #000000;
    padding: 20px 0;
}

.contact_header h3 {
    font-size: 14px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-family: "AvenirBook";
}

.insta_header h3 {
    font-size: 14px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-family: "AvenirBook";
}

.twitter_header h3 {
    font-size: 14px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-family: "AvenirBook";
}

.contact_body {
    width: 100%;
    display: inline-block;
}

.contact_body span {
    width: 100%;
    font-size: 16px;
    display: inline-block;
    line-height: 32px;
    color: rgb(153, 153, 153);
    font-family: "AvenirBook";
}

.insta_body {
    width: 100%;
    display: inline-block;
}

.insta_body div {
    padding-left: 0;
    padding-bottom: 15px;
}

.contact_body a {
    margin: 0 10px;
    font-size: 16px;
    line-height: 32px;
    color: rgb(153, 153, 153);
    font-family: "AvenirBook";
}

.footer_contact_section,
.footer_insta_section,
.footer_twitter_section {
    padding-bottom: 20px;
}

.footer_text_section {
    background-color: #000000;
    padding: 20px;
    border-top: 1px solid rgb(153, 153, 153);
}

.footer_text_section .text_body {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.footer_text_section .text_body span {
    font-size: 14px;
    line-height: 26px;
    color: rgb(153, 153, 153);
    font-family: "AvenirBook";
    text-align: center;
}

.twitter_body {
    display: block;
    width: 100%;
}

.upcoming_block {
    padding-bottom: 20px;
}

.header_body_section {
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 250px);
    background-position: center center;
    position: relative;
}

.header_info_text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.header_info_text h3 {
    font-size: 38px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    font-family: "AvenirHeavy";
}

.buy_tabs_section {
    background: #FFFFFF;
    padding: 30px 0;
}


/* Buy me Portfolio Section start */

.buy_tabs_section a:focus {
    outline: none;
}

.portfolioFilter {
    padding: 15px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.portfolioFilter ul li {
    padding: 0;
}

.portfolioFilter a {
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    /* border: 1px solid #ccc;*/
    padding: 4px 15px;
    /* border-radius: 50px;*/
    display: inline-block;
    font-size: 20px;
    line-height: 50px;
    color: rgb(29, 29, 27);
    font-family: "AvenirBook";
    text-align: right;
    margin-right: -5px;
}

.portfolioFilter li a.current {
    /* background: #1e1e1e;
     border: 1px solid #1e1e1e;
     color: #f9f9f9;*/
    color: #1D7AEA;
    border-bottom: 2px solid #1D7AEA;
}

.portfolioContainer {
    border: 1px solid #eee;
    border-radius: 3px;
}

.buy_tabs_section img {
    margin: 5px;
    max-width: 100%;
}

.isotope-item {
    z-index: 2;
}

.amg_legends {
    padding: 20px;
    display: inline-block;
}

.nav>li>a {
    padding: 10px 5px;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolioText {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.border-bottom-none {
    border-bottom: none !important;
}

.portfolioText span {
    font-size: 14px;
    line-height: 26px;
    color: rgb(102, 102, 102);
    font-family: "AvenirBook";
    margin: 5px;
}

.portfolioText h3 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgb(51, 51, 51);
    font-family: "AvenirBook";
    /* box-shadow: 1px 1.732px 1px rgba(0, 0, 0, 0.25);
    */
    margin: 5px;
    min-height: 45px;
}

.portfolioText {
    margin: 20px 0;
}


/* Buy me Portfolio Section stop */

.contact_section {
    padding: 30px 0;
}

.contact_section_header h2 {
    font-size: 20px;
    line-height: 37px;
    color: rgb(29, 29, 27);
    font-family: "AvenirHeavy";
}

.contact_section_main {
    margin-top: 25px;
}

.contact_section_main span {
    width: 420px;
    height: 160px;
    font-size: 18px;
    line-height: 32px;
    color: rgb(29, 29, 27);
    font-family: "AvenirBook";
}

.custom_form_class {
    padding-left: 0;
}

.custom_form_class input,
.custom_form_class textarea {
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgb(102, 102, 102);
    font-family: "AvenirBook";
}

.custom_form_submit_section {
    text-align: right;
    padding-left: 0;
}

.custom_form_submit_section input {
    background-color: #1D79ED;
    border-radius: 0;
    border: none;
    font-size: 16px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    font-family: "AvenirBook";
    padding: 10px;
}

.custom_form_submit_section input:hover {
    background: #C5A02B;
}

.exhibition_section {
    background: #FFFFFF;
    padding: 30px 0;
}

.exhibition_section_header {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.exhibition_section_header h2 {
    font-size: 28px;
    line-height: 32px;
    color: rgb(51, 51, 51);
    font-family: "AvenirBook";
    text-align: center;
}

.header_clear {
    height: 100px;
}

.header_nav_left {
    font-size: 20px;
    line-height: 37px;
    float: left;
    display: inline-block;
    text-transform: uppercase;
}

.header_nav_right {
    font-size: 20px;
    line-height: 37px;
    float: right;
    display: inline-block;
    text-transform: uppercase;
}

.header_nav {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 2px solid #EBEBEB;
}

.header_nav_right a {
    color: rgb(29, 29, 27);
    font-family: "AvenirBook";
}

.padding-right-10 {
    padding-right: 10px;
}

.header_nav_left a {
    color: rgb(29, 29, 27);
    font-family: "AvenirBook";
}

.product_inner_section {
    padding: 30px;
    background: #FFFFFF;
}

.product_inner_detail_section {
    padding: 30px;
    background: #FFFFFF;
}

.product_large_img {
    margin-bottom: 20px;
}

.product_small_img {
    margin-bottom: 20px;
}

.product_small_img img {
    margin: 0 auto;
}

.share_section {
    margin-top: 20px;
}

.share_section h2 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgb(51, 51, 51);
    font-family: "AvenirBook";
}

.share_section span .fb_share_btn {
    background: #33599D;
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    font-family: "AvenirBook";
    text-decoration: none;
}

.share_section span .fb_share_btn:hover {
    background: #33599D;
    opacity: 0.6;
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    font-family: "AvenirBook";
    text-decoration: none;
}

.share_section span .tw_share_btn {
    background: #2FAEF4;
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    font-family: "AvenirBook";
    text-decoration: none;
    margin-left: 15px;
}

.share_section span .tw_share_btn:hover {
    background: #2FAEF4;
    opacity: 0.6;
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    font-family: "AvenirBook";
    text-decoration: none;
}

.share_links {
    padding-top: 15px;
}

.product_details {
    width: 100%;
    display: inline-block;
}

.product_title {
    margin-top: 0;
    font-size: 32px;
    letter-spacing: 0px;
    /*    line-height: 22px;*/
    color: rgb(51, 51, 51);
    font-family: "AvenirBook";
    margin-bottom: 30px;
    line-height: 35px
}

.padding-top-30 {
    padding-top: 30px;
}

.margin-top-30 {
    margin-top: 30px;
}

.product_variation {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-10 {
    margin-top: 10px;
}

.product_variation p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgb(51, 51, 51);
    font-family: "AvenirBook";
    margin: 0;
}

.product-info {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgb(51, 51, 51);
    font-family: "AvenirBook";
    display: inline-block;
    width: 100%;
}

.product_price {
    font-size: 22px;
    line-height: 26px;
    color: rgb(102, 102, 102);
    font-family: "AvenirBook";
}

.addtocart {
    background: #1D79ED;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    font-family: "AvenirBook";
    text-decoration: none;
}

.addtocart:hover {
    background: #1D79ED;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    text-decoration: none;
}

.exhibition_list_section {
    background: #FFFFFF;
}

.item_event {
    width: 100%;
    display: inline-block;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #EBEBEB;
    margin-bottom: 20px;
}


/******* 21-02 Start *******/

.event_logo {
    display: table;
    min-height: 167px;
}

.event_img {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #aaaaaa;
}

.event_detail {
    display: table;
    width: 100%;
    background-color: #000;
    vertical-align: top;
    padding: 30px 15px;
    min-height: 167px;
}

.event_detail .right,
.event_detail .left {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.event_detail .right h4,
.event_detail .right h5 {
    color: #fff;
    margin-top: 0;
    font-family: "AvenirMedium";
}

.event_detail .left {
    background-color: #1D79ED;
    text-align: center;
    padding: 30px;
}

.event_detail .left h3 {
    color: #fff;
    margin: 0;
    font-family: "AvenirMedium";
    font-size: 22px;
}


/******* 21-02 End *******/

.shop_buy_now {
    margin: 10px 0;
}

.shop_buy_now a {
    font-family: "AvenirMedium";
    font-size: 14px;
    line-height: 26px;
    background-color: #1D79ED;
    color: #fff;
    padding: 10px;
}

.custom_iso {
    text-align: center;
}

.custom_iso img {
    height: 300px;
    display: inline-block;
}

.product_imgs {
    text-align: center;
}

.product_img {
    text-align: center;
}

.product_img img {
    width: auto !important;
    height: 450px;
    display: inline-block !important;
}

.product_imgs img {
    width: auto !important;
    height: 100px;
    display: inline-block !important;
}


/* Gallery Page */

.gallery_section {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #ffffff;
}

.gallery_item {
    height: 230px;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gallery_item_details {
    display: block;
    color: transparent;
    width: 100%;
    height: 100%;
    position: relative;
}

#card-errors {
    color: #fa755a;
}

.gallery_item_details h3 {
    padding: 10px 10px;
    width: 100%;
    margin: 0;
    display: inline-lock;
    position: absolute;
    left: 0;
    top: 35%
}

.gallery_item_details span {
    width: 100%;
    padding: 10px;
    display: inline-block;
    position: absolute;
    top: 30%;
    text-align: center;
    left: 0;
}

.gallery_title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    min-height: 45px;
}

.gallery_item:hover .gallery_item_details {
    background: black;
    opacity: 0.7;
    color: #ffffff;
}

.pastEvents {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px;
}

.pastEvents a {
    padding: 15px 25px;
    color: #ffffff;
    background-color: #1D79ED;
    cursor: pointer;
    display: inline-block;
}


/* Gallery Page */

#testimonialSection {
    padding: 20px 0;
    background: #FFD700;
}

.float-inherit {
    float: inherit;
    margin: 0 auto;
}

.item {
    text-align: center;
}

.testimonialinner {
    margin: 0 auto;
    display: block;
    text-align: left;
}

.testimonialinner h3 {
    margin: 5px 0;
    font-size: 18px;
}

.nav>li>a {
    position: relative;
    padding: 10px;
    /*padding: 10px 15px;*/
}

.nav>li>a:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 10px;
    width: 2px;
    right: 0;
    top: 14px;
}

.nav>li:last-child a:after,
.nav>li:nth-child(8) a:after {
    display: none
}

.home_second_img {
    height: 200px;
    width: auto;
    border: 4px solid #ffffff;
    float: left;
    -webkit-box-shadow: 0px 0px 50px 4px black;
    -moz-box-shadow: 0px 0px 50px 4px black;
    box-shadow: 0px 0px 50px 4px black;
}

.about_img_second_block {
    position: relative;
}

.about_sticker {
    position: absolute;
    /* padding: 10px 35px; */
    background: #dbdbd7;
    margin-top: -7px;
    right: 50%;
    height: 15px;
    width: 60px;
    border-radius: 0px 0px 0px 0;
    opacity: 0.9;
    float: right;
}

.navbar-toggle {
    position: relative;
}

.past_event_read_more {
    margin: 0;
    color: #ffffff;
}

.nav_m_text {
    position: absolute;
    /* bottom: 0; */
    margin-top: 10px;
    right: 0;
    left: 0;
    text-align: center;
    color: #ffff;
}

@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
    }
    .apple-pay-button-black {
        -apple-pay-button-style: black;
    }
    .apple-pay-button-white {
        -apple-pay-button-style: white;
    }
    .apple-pay-button-white-with-line {
        -apple-pay-button-style: white-outline;
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
    }
    .apple-pay-button-black {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }
    .apple-pay-button-white {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }
    .apple-pay-button-white-with-line {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
        border: .5px solid black;
    }
}


/* Large desktops and laptops */

@media (min-width: 1200px) {}


/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
    #twitter-widget-0 {
        width: 100% !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        position: relative;
    }
    .nav_m_text {}
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .social_icons {
        float: left;
        width: 100%;
        margin: 10px 0;
    }
    .home_second_img {
        float: none;
        height: 160px;
        width: auto;
    }
    .about_sticker {
        position: absolute;
        /* padding: 10px 35px; */
        background: #dbdbd7;
        margin-top: -10px;
        right: 40%;
        height: 20px;
        width: 60px;
        border-radius: 0px 0px 0px 0;
        opacity: 0.9;
        float: none;
        top: 0;
    }
}


/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
    .about_section {
        padding-top: 0;
    }
    .info-block {
        position: absolute;
        left: 37%;
    }
    #twitter-widget-0 {
        width: 100% !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .social_icons {
        float: left;
        width: 100%;
        margin: 10px 0;
    }
    .home_second_img {
        float: none;
        height: auto;
        width: auto;
    }
    .about_sticker {
        position: absolute;
        /* padding: 10px 35px; */
        background: #dbdbd7;
        margin-top: -10px;
        right: 40%;
        height: 25px;
        width: 110px;
        border-radius: 0px 0px 0px 0;
        opacity: 0.9;
        float: none;
        top: 0;
    }
}


/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    body {
        padding-top: 80px;
    }
    .navbar-toggle {
        margin-top: 30px;
    }
    #bs-example-navbar-collapse-1>ul {
        border: none;
    }
    .nav-padding {
        padding-top: 0;
    }
    .navbar {
        min-height: 80px;
    }
    .navbar-brand {
        height: 80px;
    }
    .navbar-brand img {
        height: 50px;
    }
    .about_section {
        padding-top: 0;
    }
    .social_icons {
        float: left;
    }
    .social_icons ul {
        padding-left: 15px;
        border-bottom: 0;
        margin-top: 10px;
    }
    .footer_contact_section,
    .footer_insta_section,
    .footer_twitter_section {
        padding-bottom: 0;
    }
    .header_body_section {
        height: 350px;
    }
    .custom_form_submit_section {
        text-align: left;
    }
    .video_section {
        height: 400px;
        overflow: hidden;
    }
    #twitter-widget-0 {
        width: 100% !important;
    }
    .home_second_img {
        width: auto;
        height: auto;
        float: none;
    }
    .about_sticker {
        position: absolute;
        /* padding: 10px 35px; */
        background: #dbdbd7;
        margin-top: -10px;
        right: 40%;
        height: 25px;
        width: 110px;
        border-radius: 0px 0px 0px 0;
        opacity: 0.9;
        float: none;
        top: 0;
    }
    #product_details_page .product_img img {
        width: 100% !important;
        height: auto !important;
    }
}


/* Portrait phones and smaller */

@media (max-width: 480px) {
    #bs-example-navbar-collapse-1>ul {
        border: none;
    }
    .header_nav_right {
        float: left;
    }
    #twitter-widget-0 {
        width: 100% !important;
        display: inline-block;
    }
    .home_second_img {
        float: none;
        height: 200px;
        width: auto;
    }
    .about_sticker {
        top: 0;
        height: 20px;
        width: 70px;
        right: 40%;
    }
    /* .header_info_text {
         left: 30%;
     }*/
}