body,
.main-container a.blog-post-title,
#blog-container .blog-post-title a,
#navigation.navigation-fixed ul li a,
.main-container .welcome-message span,
.main-container h4.faq-link a,
.main-container ul.social-list li:hover a,
.nav-tabs>li>a:hover,
.skill:hover p,
#partners-slider a {
    /*color: #fff;
    background: #000;*/
}

.as-blog-content h2 {
    display: block;
    color: #00cc00;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 20px;
    margin: 40px 0 20px;
    text-transform: none;
    text-decoration: underline;
}

.as-blog-content h3 {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 17px;
    text-transform: none;
}

.container-page iframe,
.as-blog-content iframe {
    max-width: 100%;
}


/* @media all and (min-width: 768px) {
} */

.link-txt {
    color: #000 !important;
    font-size: inherit !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.link-txt:hover {
    color: rgba(145, 239, 24, 1) !important;
    opacity: 1 !important;
}

#footer .link-txt {
    color: #fff !important;
}

#header h1 {
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 22vh 0 20px 41px;
    z-index: 1;
}

#header h1:before {
    content: '\f02e';
    font-weight: normal;
    font-style: normal;
    font-family: 'FontAwesome';
    display: block;
    margin-top: 15px;
    font-size: 0.6em;
    background: rgba(145, 239, 24, 1);
    color: rgba(145, 239, 24, 1);
    opacity: 1 !important;
}

.container-page {
    margin-top: 40px;
}

.skill:hover h4,
.skill p {
    color: #000;
}

.skill {
    border: 1px solid #212121;
}

.skills {
    margin: 40px auto 90px auto;
    width: 100%;
}

.with-separation-bottom:after {
    background-image: url(images/breaker-white.svg);
}

.with-separation-top:before {
    background-image: url(images/breaker-bottom-white.svg);
}

.with-separation-top:before {
    top: 0;
}

.with-separation-bottom.with-separation-no-border:after {
    background-image: url(images/breaker-white-bottom-no-border.svg) !important;
}

.with-separation-top.with-separation-no-border:before {
    background-image: url(images/breaker-bottom-white-no-border.svg) !important;
}

.with-breaker:before {
    background: #91ef19;
}

.with-breaker:after {
    color: #91ef19;
}

.h2 {
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 40px 0 20px 0;
}

.contact-boxes .h2 {
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 20px 0;
    font-size: 30px;
    color: #fff;
}

.h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-size: 18px;
}

.skill .h4 i {
    margin-right: 18px;
    font-size: 1.6em;
    position: relative;
    bottom: -2px;
}

.skill:hover .h4 i {
    position: relative;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.skill:hover .h4 {
    color: #000;
}

footer .h4 {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.4em;
    padding-bottom: 15px;
    color: #fff;
}

.main-container .dropcap {
    margin: 8px 10px 10px 0;
}


/*
    navigation
*/

#navigation-mobile {
    /*overflow: auto;*/
    position: fixed;
}

#navigation-mobile li {
    line-height: 25px;
}

#navigation-mobile ul.sub-menu {
    -webkit-padding-start: 25px;
}

#header #navigation-mobile li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    margin-bottom: 5px;
}

#navigation {
    z-index: 100;
    top: 30px;
    background: -moz-linear-gradient( top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}

.as-scrolled #navigation {
    top: 0;
}

#left-navigation {
    width: 44%;
}

#navigation ul li a:after {
    display: none;
}

#navigation ul li {
    padding: 10px 0 5px 0;
    margin: 45px 20px 0;
}

#top-navigation ul {
    z-index: 110;
    background: rgba(145, 239, 24, 0.8);
    border: 0 !important;
}

#top-navigation ul li.menu-item,
#top-navigation ul li.menu-item a {
    opacity: 1;
    font-weight: bold;
}

#top-navigation ul li:hover {
    opacity: 0.6;
}

#top-navigation ul li {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

a#logo-navigation {
    background-image: url(images/logo-header2.png);
    min-height: 150px;
    /*min-width: 200px;*/
    /*background-size: contain;*/
    max-width: 180px;
}

#navigation.navigation-fixed {
    display: none !important;
}

#navigation.navigation-fixed a#logo-navigation {
    background-image: url(images/logo-header2.png);
    min-height: 60px;
    min-width: 90px;
    top: 10px;
    background-size: contain;
}

#navigation.navigation-fixed ul li {
    padding: 10px 0 5px 0;
    margin: 20px 20px 0;
    line-height: 15px;
}

#navigation.navigation-fixed {
    background: #000;
}

#navigation.navigation-fixed:before {
    background-image: url(images/breaker-bottom-black.svg);
    height: 50px;
}

#navigation ul.sub-menu {
    top: 34px;
    width: 220px;
    padding-left: 0;
}


/*
    loader
*/

.pace .pace-activity {
    background: #333333;
}

.pace .pace-activity::before,
.pace .pace-activity::after {
    border: 5px solid #91ee17;
}

.pace .pace-activity::before {
    border-right-color: rgba(0, 0, 0, 0.2);
    border-left-color: rgba(0, 0, 0, 0.2);
    -webkit-animation: pace-rotation 3s linear infinite;
    animation: pace-rotation 3s linear infinite;
}

.pace .pace-activity::after {
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
}


/*
    loader
*/

#loader #loading-logo {
    background-image: url(images/logo-header2.png);
    width: 270px;
    height: 150px;
    background-size: contain;
}

#loader {
    background-color: #000;
}


/*
    form
*/

#form-contact {
    margin: 35px 0;
}

#form-contact .control-group {
    margin: 25px 0;
}

#form-contact input.form-control,
#form-contact textarea.form-control,
#form-contact select.form-control {
    width: 100%;
    display: block;
    box-shadow: none;
}

.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    padding: 0 25px 0 0;
    float: left;
}

.check:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34, 50, 84, 0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}


/*
    ticker
*/

#ticker {
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
    top: 55%;
}

#ticker-text ul li {
    font-size: 3em;
}

#footer-logo {
    width: 100%;
}


/*
    Bouton
*/

.btn {
    color: #fff !important;
    background: #1d1d1d !important;
    border: 1px solid #91ee17 !important;
}


/*
    Footer
*/

#footer {
    background: transparent url(bg.jpg) top center no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
}

#copyright {
    border-top: 1px solid #91ee17 !important;
}


/*
    Divers
*/

#GoogleMap {
    height: 490px;
}

.custom-section-container .custom-section-text,
.custom-section-container .custom-section-buttons {
    padding-top: 35px;
}

.custom-section-container .container {
    min-height: 280px;
}

.custom-section-container .container:before {
    right: -30px;
    top: 20px;
    left: auto;
    width: 488px;
    height: 300px;
    content: '';
    background-image: url(images/MultiDevices.png);
}

.custom-section-container .custom-section-buttons {
    text-align: center;
}

.custom-section-container .custom-section-buttons p {
    font-size: 18px;
    padding-left: 50px;
}

.custom-section-container {
    background: transparent url(bg.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.custom-section-container.blanc {
    background: #fff;
}

#skills-container-as {
    position: relative;
    /*background: url(bg2.jpg) top center no-repeat;*/
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
}

#skills-container-as:before {
    display: none;
    content: '';
    background-image: url(images/breaker-bottom-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 90px;
}

#skills-container-as:after {
    content: '';
    background-image: url(images/breaker-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -40px;
    position: absolute;
    bottom: -44px;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 110px;
}

.contact-box p {
    font-family: 'Raleway', helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.contact-box.contact-box-audit {
    background: #74bf13;
}

.contact-box.contact-box-audit:before {
    content: '\f201';
    opacity: 0.2;
    z-index: -1;
}

.contact-box-site {
    background: #a3ed43;
}

.contact-box-site:before {
    content: '\f108';
    opacity: 0.2;
    z-index: -1;
}

.contact-box-ecommerce {
    background: #74bf13;
}

.contact-box-ecommerce:before {
    content: '\f09d';
    opacity: 0.2;
    z-index: -1;
}

.contact-box-referencement {
    background: #a3ed43;
}

.contact-box-referencement:before {
    content: '\f1a0';
    opacity: 0.2;
    z-index: -1;
}

.contact-box a.btn.btn-default {
    background: rgba(0, 0, 0, 0.2) !important;
}

#scroll-top {
    color: rgba(0, 0, 0, 0.6);
    background: rgba(145, 238, 23, 1);
}


/*
    responsive
*/


/*
@media only screen and (min-height: 700px) {
    #header.big {
        min-height: 100vh;
    }
    #header.small {
        min-height: 30vh;
    }
}*/

#header.big {
    min-height: 100vh !important;
}

#header.small {
    min-height: 35vh;
}

#portfolio-container .btn {
    display: block;
    width: 100px;
    margin: 20px auto 0;
    color: #91ee17 !important;
    background: transparent !important;
    border: 1px solid #91ee17 !important;
}

#portfolio-container .figure-25,
#portfolio-container .figure-50 {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

#portfolio-container .figure-25 {
    width: 25%;
    border: 3px solid #fff;
}

#portfolio-container .figure-50 {
    width: 50%;
    border: 3px solid #fff;
}

.rea {
    margin-top: 60px;
}

.rea p {
    margin: 0 0 30px;
}

.main-container .float-left {
    float: left;
    margin: 10px 20px 10px 0;
}

.main-container .float-right {
    float: right;
    margin: 10px 0 10px 20px;
}

header.header-rea {
    min-height: auto !important;
    max-height: none !important;
}

figure.effect-sadie figcaption::before {
    top: 65%;
    /* background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 75%); */
    /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 75%); */
    background: rgba(0, 0, 0, 0.8);
    border-top: 1px solid rgba(145, 239, 24, 0.8);
}

figure.figure-n-1 figcaption::before {
    top: 65% !important;
}

figure.figure-n-2 figcaption::before {
    top: 65% !important;
}

figure.figure-n-3 figcaption::before {
    top: 74% !important;
}

figure.figure-n-4 figcaption::before {
    top: 60% !important;
}

figure.figure-n-5 figcaption::before {
    top: 37% !important;
}

figure.effect-sadie h4 {
    top: 75%;
    font-weight: bold;
}

figure.effect-sadie p {
    font-weight: bold;
}

figure.effect-sadie.last-rea h4 {
    top: 55%;
}

.footer-sticky {
    display: none;
}


/*#ls-global .ls-wrapper .ls-layer.rea-desc-txt > span:first-child {
        font-size: 24px;  
        line-height: 24px;  
    }*/

#blog-container .blog-content {
    /* padding: 20px 40px 20px 40px; */
    padding: 20px;
}

#blog-container a.blog-post-title {
    /* padding: 10px 20px 15px 20px !important; */
    padding: 0 !important;
    display: block;
}

#blog-container .blog-thumbnail {
    height: auto;
}

@media only screen and (max-width: 1250px) {
    #navigation ul li a {
        font-weight: 700;
        font-size: 12px;
    }
    #navigation ul li {
        padding: 10px 0 5px 0;
        margin: 45px 5px 0;
    }
}

@media only screen and (max-width: 1100px) {
    #right-navigation {
        float: none;
        width: auto;
    }
}

@media only screen and (max-width: 992px) {
    #portfolio-container .figure-25,
    #portfolio-container .figure-50 {
        width: 100%;
    }
    #portfolio-container figure>div {
        max-height: 300px;
    }
    #ls-global .ls-wrapper .ls-layer.rea-desc-bg {
        visibility: hidden !important;
    }
    #ls-global .ls-wrapper .ls-layer.rea-desc-txt {
        top: auto !important;
        position: absolute !important;
        z-index: 99999 !important;
        left: -250% !important;
        bottom: -100px !important;
        font-size: 12px !important;
        line-height: 18px !important;
        color: #ffffff !important;
    }
    #ls-global .ls-wrapper .ls-layer.rea-desc-txt>span {
        font-size: 12px !important;
        line-height: 18px !important;
    }
    .ls-wrapper>a.ls-layer-link.rea-desc-btn {
        top: 74% !important;
        position: absolute !important;
        z-index: 99999 !important;
        left: 50% !important;
        font-size: 18px !important;
        line-height: 18px !important;
    }
    #ls-global .ls-wrapper .ls-layer.rea-desc-btn2 {
        font-size: 12px !important;
        line-height: 18px !important;
        background: transparent !important;
        /*padding: 10px 50px 17px 30px !important;*/
        margin-left: -30px !important;
    }
    .ls-v6 .ls-bottom-nav-wrapper {
        top: -40px;
        left: 5px;
    }
    a#logo-navigation {
        min-width: 98px;
        width: 100px !important;
        height: 50px;
        left: 70px;
        top: -35px !important;
        background-size: contain;
    }
    .main-container img {
        width: 100% !important;
    }
    .blog-grid .blog-thumbnail {
        height: auto;
    }
    .blog-grid .blog-thumbnail a img {
        height: auto;
    }
    .main-container img.picto {
        width: auto !important;
    }
    .main-container h1 {
        margin: 30px 0 0;
    }
    #navigation {
        top: 0;
    }
    figure.figure-n-1 figcaption::before,
    figure.figure-n-2 figcaption::before,
    figure.figure-n-3 figcaption::before,
    figure.figure-n-4 figcaption::before,
    figure.figure-n-5 figcaption::before {
        top: 45% !important;
    }
}

@media only screen and (max-width: 670px) {
    body {
        overflow-x: hidden;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .skills .skills-row .skill {
        border: 0 !important;
        border-bottom: 1px solid #212121 !important;
    }
    /*.skills .skills-row:last-child .skill {
        border: 0 !important;
    }*/
    .footer-sticky {
        display: block;
        z-index: 9999;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .footer-sticky .col-half {
        width: 25%;
        float: left;
    }
    .footer-sticky a {
        background: #91ef19;
        color: #fff;
        width: 100%;
        display: block;
        padding: 10px 0;
        text-align: center;
        border: 2px solid #fff;
        text-decoration: none;
        -webkit-transition: all 0.6s cubic-bezier(0.3, 0.1, 0.58, 1);
        -moz-transition: all 0.6s cubic-bezier(0.3, 0.1, 0.58, 1);
        -o-transition: all 0.6s cubic-bezier(0.3, 0.1, 0.58, 1);
        -ms-transition: all 0.6s cubic-bezier(0.3, 0.1, 0.58, 1);
        transition: all 0.6s cubic-bezier(0.3, 0.1, 0.58, 1);
    }
    .footer-sticky a:hover {
        background: #000;
    }
    .tarteaucitronAlertSmallTop,
    .tarteaucitronAlertSmallBottom {
        bottom: 45px !important;
    }
    .main-container h1 {
        margin: 30px 0 0;
        font-size: 20px;
    }
    .rea {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 500px) {
    #header h1 {
        width: 100%;
        padding: 0;
        margin: 0 0 0;
        text-align: center;
        webkit-margin-before: 0;
        -webkit-margin-after: 0;
        font-size: 17px;
        position: absolute;
        top: 18vh;
    }
    #header.small {
        min-height: 25vh;
    }
    .container-page {
        margin-top: 0;
    }
    table,
    table tr,
    table td {
        display: block;
        width: 100%;
    }
    table td {
        margin-top: 25px;
    }
}

#top_carousel_1 {
    height: 600px;
    overflow: hidden;
}

#top_carousel_1 .item {
    width: 980px;
    height: 600px;
    position: relative;
    overflow: hidden;
}

#top_carousel_1 .item img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#top_carousel_1 .item .title {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    background: rgba(200, 200, 200, 0.5);
    font: 700 22px/28px Roboto;
    color: #ddd;
    text-align: center;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
    padding: 40px 15px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

#top_carousel_1 .item.carousel_center .title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#top_carousel_2 {
    height: 600px;
    overflow: hidden;
}

#top_carousel_2 .item {
    width: 980px;
    height: 600px;
    position: relative;
    overflow: hidden;
}

#top_carousel_2 .item img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#top_carousel_2 .item .title {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    background: rgba(200, 200, 200, 0.5);
    font: 700 22px/28px Roboto;
    color: #ddd;
    text-align: center;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
    padding: 40px 15px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

#top_carousel_2 .item.carousel_center .title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#features {}

#features .wrapper {
    padding: 50px 15px;
}

#features .items {
    font-size: 0;
    text-align: left;
    margin: 0 auto -60px;
}

#features .items [class*='item'] {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font: 16px/22px Roboto;
    text-align: left;
    margin: 0 0 60px 50px;
}

@media all and (min-width: 768px) {
    #features .items [class*='item']:nth-child(3n + 1) {
        margin-left: 0;
    }
}

#features .items [class*='item'] strong {
    display: block;
    font-size: 1.1em;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#examples {}

#examples .wrapper {
    padding: 50px 15px;
}

.fcarousel {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out 0s;
    -moz-transition: opacity 0.3s ease-out 0s;
    -ms-transition: opacity 0.3s ease-out 0s;
    -o-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

.fcarousel.inited {
    opacity: 1;
}

@media all and (min-width: 1024px) {
    .fcarousel:focus {
        outline: none;
    }
    .fcarousel:focus .f_arrow:before,
    .fcarousel:focus .f_arrow:after,
    .fcarousel .f_arrow:focus:before,
    .fcarousel .f_arrow:focus:after {
        background: #3086a9 !important;
        box-shadow: 0 0 8px #3086a9;
    }
}


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

header .wrapper {
    padding: 40px 15px;
}

#top_carousel_1 {
    height: 450px;
}

#top_carousel_1 .item {
    width: 800px;
    height: 450px;
}

#top_carousel_1 .item .title {
    font: 700 20px/26px Roboto;
    padding: 30px 15px;
}

#top_carousel_2 {
    height: 450px;
}

#top_carousel_2 .item {
    width: 800px;
    height: 450px;
}

#top_carousel_2 .item .title {
    font: 700 20px/26px Roboto;
    padding: 30px 15px;
}


/*------ Features ------*/

#features .wrapper {
    padding: 40px 15px;
}

#features .items {}

#features .items [class*='item'] {
    margin-left: 40px;
}


/*------ Examples ------*/

#examples .wrapper {
    padding: 40px 15px;
}


/*------ Options ------*/

#options .wrapper {
    padding: 40px 15px;
}


/**************** 768 *****************/

@media all and (max-width: 1023px) {
    /*------ Global ------*/
    h1 {
        font: 700 italic 44px/48px Roboto;
        margin-bottom: 30px;
    }
    h2 {
        font: 700 italic 30px/34px Roboto;
        margin-bottom: 30px;
    }
    h3 {
        font: 700 20px/24px Roboto;
        margin-bottom: 15px;
    }
    /*------ Header ------*/
    header .wrapper {
        padding: 30px 15px;
    }
    #top_carousel_1 {
        height: 340px;
    }
    #top_carousel_1 .item {
        width: 600px;
        height: 340px;
    }
    #top_carousel_1 .item .title {
        font: 700 18px/24px Roboto;
        padding: 20px 10px;
    }
    #top_carousel_2 {
        height: 340px;
    }
    #top_carousel_2 .item {
        width: 600px;
        height: 340px;
    }
    #top_carousel_2 .item .title {
        font: 700 18px/24px Roboto;
        padding: 20px 10px;
    }
    /*------ Features ------*/
    #features .wrapper {
        padding: 30px 15px;
    }
    #features .items {
        margin-bottom: -40px;
    }
    #features .items [class*='item'] {
        font: 14px/18px Roboto;
        margin: 0 0 40px 20px;
    }
    #features .items [class*='item'] strong {
        margin-bottom: 5px;
    }
    /*------ Examples ------*/
    #examples .wrapper {
        padding: 30px 15px;
    }
    #example-3 {
        width: 300px;
        height: 500px;
    }
    #example-3 [class*='item'] {
        width: 280px;
        height: 200px;
        font: 700 80px/200px Roboto;
    }
    /*------ Options ------*/
    #options .wrapper {
        padding: 30px 15px;
    }
    #options h3 {
        margin-top: 30px;
    }
    .options_table {}
    .options_table .th,
    .options_table .td {
        font: 14px/18px Roboto;
        padding: 8px;
    }
    /*------ Footer ------*/
    footer .wrapper {
        padding: 15px;
    }
}


/**************** 480 *****************/

@media all and (max-width: 767px) {
    /*------ Global ------*/
    html {
        font: 14px/18px Roboto;
    }
    h1 {
        font: 700 italic 40px/44px Roboto;
    }
    h2 {
        font: 700 italic 26px/30px Roboto;
        letter-spacing: 0;
        margin-bottom: 25px;
    }
    .f_arrow {
        width: 25px;
        height: 30px;
    }
    .f_arrow[class*='prev'] {
        left: 3px;
    }
    .f_arrow[class*='next'] {
        right: 3px;
    }
    .f_arrow:before,
    .f_arrow:after {
        width: 25px;
        height: 4px;
    }
    .f_arrow:before {
        top: 3px;
    }
    .f_arrow:after {
        bottom: 3px;
    }
    /*------ Navigation ------*/
    #navigation {
        background: none;
        box-shadow: none;
    }
    #navigation .wrapper {
        padding: 15px 10px;
    }
    #navigation .menu_item {
        margin: 0 5px;
    }
    #navigation .menu_item>a {
        padding: 0 15px;
    }
    /*------ Header ------*/
    header .wrapper {
        padding: 30px 10px;
    }
    #top_carousel_1 {
        height: 220px;
    }
    #top_carousel_1 .item {
        width: 360px;
        height: 220px;
    }
    #top_carousel_1 .item .title {
        font: 700 16px/22px Roboto;
        padding: 15px 10px;
    }
    #top_carousel_2 {
        height: 220px;
    }
    #top_carousel_2 .item {
        width: 360px;
        height: 220px;
    }
    #top_carousel_2 .item .title {
        font: 700 16px/22px Roboto;
        padding: 15px 10px;
    }
    /*------ Features ------*/
    #features .wrapper {
        padding: 30px 10px;
    }
    #features .items {
        max-width: 600px;
        text-align: center;
        margin-bottom: -25px;
    }
    #features .items [class*='item'] {
        width: 45%;
        margin: 0 10px 25px;
    }
    /*------ Examples ------*/
    #examples .wrapper {
        padding: 30px 10px;
    }
    #example-1 {
        height: 240px;
        margin-bottom: 60px;
    }
    #example-1 .item {
        height: 220px;
    }
    #example-1 .item .photo {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    #example-1 .item strong {
        margin-bottom: 5px;
    }
    #example-1 .dots {
        height: 16px;
        bottom: -20px;
    }
    #example-1 .dot {
        width: 16px;
        height: 16px;
    }
    #example-2 {
        height: 350px;
    }
    #example-2 .item {
        width: 150px;
        height: 300px;
    }
    #examples .callbacks_info {
        height: auto;
        font: 14px/20px Roboto;
        padding: 15px 20px;
    }
    #examples .callbacks_info .triggers {
        width: auto;
        max-width: 270px;
        font-size: 0;
        text-align: center;
        margin: 0 auto 15px;
        position: static;
    }
    #examples .callbacks_info .trigger {
        display: inline-block;
        vertical-align: top;
        width: 120px;
        height: 40px;
        font: 14px/36px Roboto;
    }
    /*------ Options ------*/
    #options .wrapper {
        padding: 30px 10px;
    }
    .options_table {
        display: block;
    }
    .options_table .tr {
        display: block;
        margin: 0 auto 15px;
    }
    .options_table .th {
        display: none;
    }
    .options_table .td {
        display: block;
        background: none !important;
        border: none;
        font: 14px/20px Roboto;
        padding: 0;
    }
    .options_table .td:first-child {
        font-size: 1.05em;
        font-weight: 700;
        padding-left: 14px;
        margin-bottom: 5px;
        position: relative;
    }
    .options_table .td:first-child:before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        background: #3086a9;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 8px;
    }
    .plugin_options {}
    .plugin_options .td:nth-child(2):before {
        content: 'Type: ';
        font-weight: 700;
        font-style: italic;
    }
    .plugin_options .td:nth-child(3):before {
        content: 'Default value: ';
        font-weight: 700;
        font-style: italic;
    }
    .plugin_options .td:last-child {
        font-style: italic;
        padding-top: 10px;
    }
    .plugin_api {}
    .plugin_api .td:nth-child(2):before {
        content: 'Description: ';
        font-weight: 700;
        font-style: italic;
    }
    .plugin_api .td:nth-child(3):before {
        content: 'Example: ';
        font-weight: 700;
        font-style: italic;
    }
    .note {
        font: 14px/18px Roboto;
        padding: 10px;
    }
    /*------ Footer ------*/
    footer {
        font: 14px/18px Roboto;
    }
    footer .wrapper {
        padding: 15px 10px;
    }
}


/**************** 320 *****************/

@media all and (max-width: 479px) {
    /*------ Global ------*/
    h1 {
        font: 700 italic 36px/40px Roboto;
    }
    h1 span {
        margin-top: 5px;
    }
    /*------ Navigation ------*/
    #navigation {}
    #navigation .menu {
        max-width: 300px;
    }
    #navigation .menu_item {
        width: 35%;
        margin: 5px 10px;
    }
    #navigation .menu_item>a {
        width: 100%;
    }
    /*------ Header ------*/
    header .wrapper {
        padding: 25px 10px;
    }
    #top_carousel_1 {
        height: 160px;
    }
    #top_carousel_1 .item {
        width: 240px;
        height: 160px;
    }
    #top_carousel_1 .item .title {
        font: 700 14px/16px Roboto;
        padding: 10px 5px;
    }
    #top_carousel_2 {
        height: 160px;
    }
    #top_carousel_2 .item {
        width: 240px;
        height: 160px;
    }
    #top_carousel_2 .item .title {
        font: 700 14px/16px Roboto;
        padding: 10px 5px;
    }
    /*------ Features ------*/
    #features .wrapper {
        padding: 25px 10px;
    }
    #features .items {
        max-width: 320px;
    }
    #features .items [class*='item'] {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto 25px;
    }
    /*------ Examples ------*/
    #examples .wrapper {
        padding: 25px 10px;
    }
    #example-1 {
        height: 240px;
    }
    #example-1 .item {
        width: 280px;
        height: 240px;
    }
    #example-1 .dots {}
    #example-1 .dot:after {
        left: 0;
    }
}