@charset "utf-8";
/* code css */

/*=== basic ===*/
 body {
    font-family:"游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    color: #333;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #2bc4c9;
}

.text-primary {
    color: #2bc4c9;
}

.text-pure {
    color: #fff;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #333;
}

section a {
    text-decoration: underline;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #11abb0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-weight: 400;
}

.fa-1-5x {
  font-size: 1.25em;
}

.txt-small {
    font-size: 15px;    
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

/*=== btn ===*/

.btn-primary {
    border-color: #2bc4c9;
    text-transform: uppercase;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-weight: 700;
    color: #fff;
    background-color: #2bc4c9;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #11abb0;
    color: #fff;
    background-color: #11abb0;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #11abb0;
    background-color: #11abb0;
}

.btn-primary .badge {
    color: #fff;
    background-color: #11abb0;
}

.btn-xl {
    padding: 10px 40px;
    border-color: #2bc4c9;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #2bc4c9;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #11abb0;
    color: #fff;
    background-color: #11abb0;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #11abb0;
    background-color: #11abb0;
}

.btn-xl .badge {
    color: #fff;
    background-color: #11abb0;
}

/*=== navbar ===*/

.navbar-default {
    border-color: transparent;
    background-color: #222;  
}

/*
.navbar-default .navbar-brand {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #2bc4c9;
}
 */
.navbar-default .navbar-brand {
    padding-top: 10px;
}

.navbar-default .navbar-brand img {
    width: 140px;
}

.navbar-default .navbar-collapse {
    border-color: rgba(34,34,34,0);  
}

.navbar-default .navbar-toggle {
    border-color: rgba(34,34,34,0);  
    background-color: rgba(34,34,34,0);  
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(34,34,34,0);
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-weight: 600;
    color: #fff;
}

.navbar-nav .nav-phone {
    padding: 0 15px 0 0;
    line-height: 3;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #2bc4c9;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #2bc4c9;
    background: none;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background: none;
}

.navbar-default .nav li.nav-phone {
    display: none;
}

.navbar-default .nav li.nav-entry a {
    color: #fff;
    text-align: left;
    background: none;
    border-color: none;
    border-radius: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-weight: 600;
    padding: 15px 15px;
    margin-top: 0;
}

.navbar-default.navbar-shrink .nav li.nav-entry a {
    padding-top: 0px;
}

.navbar-default .nav li.nav-entry a:hover,
.navbar-default .nav li.nav-entry a:focus {
    color: #11abb0;
}

.navbar-default.navbar-shrink .nav li.top-menu {
    display: block;
}

.navbar-default .nav li.top-menu {
    display: none;
}

@media(min-width:768px) {
    
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    
    
    .navbar-default .navbar-brand {
        padding-top: 5px;
    }
    
    .navbar-default .navbar-brand img {
        width: 180px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    
    .navbar-default.navbar-shrink .navbar-brand img {
        width: 140px;
    }
    
    .navbar-default.navbar-shrink .navbar-brand {
        padding-top: 8px;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 20px 10px 0;
        background-color: #222;  
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    
    .navbar-default .nav li.nav-phone {
        display: block;
    }
    
    .navbar-default.navbar-shrink .nav li.nav-entry a {
        color: #333;
        text-align: left;
        background: #2bc4c9;
        border-color: #2bc4c9;
        border-radius: 3px;
        font-size: 1em;
        text-transform: uppercase;
        font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
        font-weight: 600;
        padding: 10px 20px;
        margin-top: 5px;
    }
    
    .navbar-default.navbar-shrink .nav li.nav-entry a:hover,
    .navbar-default.navbar-shrink .nav li.nav-entry a:hover,
    .navbar-default .nav li.nav-entry a:focus {
        color: #fff;
        background: #11abb0;
    }
    
}

/*=== header ===*/
header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text, header .intro-next {
    padding-top: 150px;
    padding-bottom: 100px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 20px;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica ;
    font-size: 15px;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 500;
    font-size: 20px;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica ;
}

header .intro-text .intro-entry a {
    color: #333;
}

header .intro-text .intro-entry a:hover,
header .intro-text .intro-entry a:focus {
    color: #fff;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 250px;
        padding-bottom: 150px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 35px;
        font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica ;
        font-size: 25px;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica ;
        font-size: 40px;
        font-weight: 500;
        line-height: 70px;
        letter-spacing: -2px;
    }
}

.intro-btn {
    margin-top: 20px;
    
}

/*=== header ===*/
section {
    padding: 80px 0;
}

section h2.section-heading, section h4.section-heading {
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 25px;
}

section h3.section-subheading {
    margin-bottom: 80px;
    text-transform: none;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

section h2.contents-heading {
    margin: 50px 0 30px;
    font-size: 25px;
    line-height: 1.25;
}

section h4.contents-heading span.small {
    font-size: 20px;
}

section p {
    margin-bottom: 50px;
    text-transform: none;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

section p.bottom, section figure.last {
    margin-bottom: 0;
}

section p.last {
    margin-bottom: 0;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
    
    section#portfolio {
        padding: 150px 0;
    }
    
    section.port {
        padding: 150px 0;
    }
    
    section h2.section-heading{
        font-size: 65px;
    }
    
    section h4.contents-heading span.small {
        font-size: 30px;
    }
    
    section p {
        margin-bottom: 150px;
        font-size: 20px;
    }
    
    section p.bottom {
        margin-bottom: 30px;
    }
    
    section h2.contents-heading, section h4.contents-heading {
        font-size: 50px;
        line-height: 1.25;
    }
    
    section h3.section-subheading {
        font-size: 20px;
    }
}

/*=== about ===*/

section h4.about-heading {
    margin: 30px 0 50px;
    font-size: 25px;
    line-height: 1.25;
}

section h5.about-heading {
    margin: 30px 0 30px;
    font-size: 25px;
    line-height: 1.25;
}

section#about .r-i figure {
    margin-bottom: 30px;    
}

@media(min-width:768px) {
    section h4.about-heading {
        margin: 50px 0 150px;
        font-size: 50px;
    }
    
    section h5.about-heading {
        margin: 0 0 30px;
        font-size: 35px;
    }
    
    #about figure {
        margin-bottom: 150px;    
    }
}

/*=== portfolio ===*/

#innovation figure {
    margin-top: 0px;
    margin-bottom: 50px;
}

section h2.innovation-heading {
    margin: 0 0 50px 0;
    font-size: 30px;
}

section h4.portfolio-heading, section h4.innovation-heading, section h4.quality-heading {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
}

section h4.innovation-heading {
    margin: 50px 0 30px;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
}

#portfolio figure, #quality figure {
    margin-bottom: 50px;    
}

#portfolio p, #quality p {
    text-align: center;  
}

#innovation p {
    text-align: center;
}

#innovation .col-md-12 .r-i figure {
    margin-bottom: 50px;
}

@media(min-width:768px) {
    section h2.innovation-heading {
        margin: 0 0 50px 0;
        font-size: 70px;
    }
    
    section h4.portfolio-heading, section h4.innovation-heading, section h4.quality-heading {
        font-size: 35px;
        text-align: left;
    }
    
    #portfolio figure, #quality figure {
        margin-bottom: 150px;    
    }
    
    #innovation figure {
        margin-top 50px;
        margin-bottom: 0px;
    }
    
    section h4.innovation-heading {
        margin: 0 0 30px;
        font-size: 35px;
        text-align: left;
    }
    
     #portfolio p, #quality p {
        text-align: left;    
    }
    
    #innovation p {
        text-align: left;
    }
    
    #innovation .col-md-12 .r-i figure {
        margin-bottom: 150px;
    }
    
}

/*=== data ===*/

section .col-md-8 figure img {
    margin-bottom: 30px;
}

section h4.data-heading {
    margin: 30px 0 30px;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
}

section#data .r-i figure img {
    margin-bottom: 30px;
}

section#data p {
    text-align: center;
}

@media(min-width:768px) {
    
    section .col-md-8 figure img {
        margin-bottom: 50px;
    }
    
    section h4.data-heading {
        margin: 0 0 50px;
        font-size: 35px;
        text-align: left;
    }
    
    section#data .r-i figure img {
        margin-bottom: 0;
    }
    
    section#data p {
        text-align: left;
    }
    
}

/*=== schedule ===*/

#schedule .schedule-list ul {
    -webkit-padding-start: 0;
}

#schedule .schedule-list li {
    background: #d6f0f1;
    padding: 10px 0;
    border-radius: 5px;
    list-style-type: none;
    text-align: center;
    color: #000; 
    font-size: 20px;
    border: 1px solid #c7edee;
}

#schedule .schedule-list li.arrow {
    background: none;
    color: #2bc4c9;
    border: none;
}

#schedule .schedule-list li.arrow span {
    position: absolute;
    left: 60%;
    font-size: 15px;
    color: #000;
    margin-top: 5px;
    text-align: left;
}

/*=== price ===*/

.price-heading {
    margin: 30px 0;
    font-size: 25px;
    line-height: 1.25;
    text-align: center;
    color: #000;
    font-weight: 400;
}

h4.price-heading {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
}

.price-box {
    color: #000;
    background: #2bc4c9;
    padding: 0 20px;
}

.price-contents {
    margin: 30px 0 50px;
    padding: 20px 0;
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
    color: #000;
    background: #2bc4c9;
}

.price-contents span {
    font-size: 80px;
    font-weight: 700;
}

#price .btn-xl,
#clients .btn-xl,
#portfolio .btn-xl,
#data .btn-xl,
#about .btn-xl {
    margin-top: 20px;
    padding: 10px 20px;
    border-color: #2bc4c9;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    background-color: #2bc4c9;
}

#price .btn-xl:hover,
#price .btn-xl:focus,
#price .btn-xl:active,
#price .btn-xl.active,
#price .open .dropdown-toggle.btn-xl,
#clients .btn-xl:hover,
#clients .btn-xl:focus,
#clients .btn-xl:active,
#clients .btn-xl.active,
#clients .open .dropdown-toggle.btn-xl,
#portfolio .btn-xl:hover,
#portfolio .btn-xl:focus,
#portfolio .btn-xl:active,
#portfolio .btn-xl.active,
#portfolio .open .dropdown-toggle.btn-xl,
#data .btn-xl:hover,
#data .btn-xl:focus,
#data .btn-xl:active,
#data .btn-xl.active,
#data .open .dropdown-toggle.btn-xl,
#about .btn-xl:hover,
#about .btn-xl:focus,
#about .btn-xl:active,
#about .btn-xl.active,
#about .open .dropdown-toggle.btn-xl,{
    border-color: #11abb0;
    color: #fff;
    background-color: #11abb0;
}

@media(min-width:768px) {
    .price-heading {
        font-size: 40px;
    }
    
    h4.price-heading {
        font-size: 20px;
    }
    
    .price-contents {
        font-size: 50px;
    }
    
    .price-contents span {
        font-size: 140px;
        font-weight: 700;
    }
    
    #price .btn-xl,
    #clients .btn-xl,
    #portfolio .btn-xl,
    #data .btn-xl,
    #about .btn-xl {
        margin-top: 50px;
        padding: 20px 40px;
        font-size: 30px;
    }

}

/* price table */

#price-table {
    padding-left: 15px;
    padding-right: 15px;
}

#price-table .col-xs-12 {
    margin-bottom: 30px !important;
}

#price-table .package {
    box-sizing: border-box;
    border: 3px solid #e8e8e8;
    border-radius: 7px;
    display: block;
    padding: 24px;
    text-align: center;
    -webkit-transition: margin-top 0.5s linear;
    transition: margin-top 0.5s linear;
    position: relative;
    background: #fcfcfc;
    margin-bottom: 50px;
}

#price-table .name {
    color: #565656;
    font-weight: 400;
    font-size: 15px;
    margin-top: -5px;
    margin-bottom: -20px;
    margin-left: 20px;
    margin-right: 20px;
}

@media(min-width:768px) {
    
    #price-table .name {
        font-size: 30px;
    }
    
}

#price-table .price, #price-table .price01 {
    margin-top: 7px;
    font-weight: normal;
    font-size: 40px;
}

#price-table .brilliant .price, #price-table .brilliant .price01 {
    color: #ff0000;
    font-weight: bold;
}

#price-table hr {
    background-color: #dedede;
    border: none;
    height: 1px;
}

#price-table .trial {
    font-size: 15px;
    padding: 2px 21px 2px 21px;
    color: #000;
    border: 1px solid #e4e4e4;
    display: inline-block;
    border-radius: 15px;
    background-color: white;
    position: relative;
    bottom: -35px;
}

#price-table ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-top: 29px;
}

#price-table li {
    font-size: 20px;
    margin-bottom: 10px;
}

#price-table li::before {
    margin-bottom: 20px;
    font-family: "FontAwesome";
    content: "\f00c";
    color: #2bc4c9;
    margin-right: 3px;
}
#price-table .option li {
    font-size: 15px;
}

@media(min-width:768px) {
    
    #price-table .option li {
        font-size: 20px;
    }
    
}

#price-table .checkIcon {
    font-family: "FontAwesome";
    content: "\f00c";
}

#price-table .brilliant {
    border-color: #2bc4c9;
}

#price-table .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

#price-table .col-md-2 .fa-arrow-right {
    margin-top: 250px;
    display: none;
}

#price-table .col-md-2 .fa-arrow-down {
    margin-bottom: 20px;
    display: block;
}

@media(min-width:768px) {
    
    #price-table .col-md-2 .fa-arrow-right {
        margin-top: 250px;      
        display: block;
    }

    #price-table .col-md-2 .fa-arrow-down {
        display: none;
    }
    
}

/* Triangle */
#price-table .brilliant::before {
    border-style: solid;
    border-width: 64px 64px 0 0;
    border-color: #2bc4c9 transparent transparent transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

#price-table .brilliant::after {
  font-family: "FontAwesome";
  content: "\f00c";
  color: white;
  position: absolute;
  left: 9px;
  top: 6px;
  text-shadow: 0 0 2px #2bc4c9;
  font-size: 20px;
}

/*=== clients ===*/

#clients .col-md-12 {
    margin: 0 0 50px;    
}

#clients .col-md-4 {
    margin-bottom: 15px;
}

#clients .col-md-4 span {
    line-height: 2.0;
}

/*=== release ===*/

#release figure {
    margin-top: 80px;
}

/*=== contact ===*/

section#contact {
    background-color: #222;
    background-image: url(../img/img-contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

section#contact .section-heading {
    color: #fff;
    font-size: 20px;
}

section#contact .section-subheading {
    color: #fff;
    font-size: 15px;
}

#contact .btn-xl {
    padding: 20px;
    margin-bottom: 10px;
    border-color: #2bc4c9;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica ;
    font-size:15px;
    font-weight: 400;
    color: #333;
    background-color: #2bc4c9;
}

#contact .btn-xl:hover,
#contact .btn-xl:focus,
#contact .btn-xl:active,
#contact .btn-xl.active,
#contact .open .dropdown-toggle.btn-xl {
    border-color: #11abb0;
    color: #fff;
    background-color: #11abb0;
}

#contact .contact-phone {
    margin-top: 20px;    
}

@media(min-width:768px) {
    section#contact .section-heading {
        font-size: 50px;
    }
    
    section#contact .section-subheading {
        font-size: 20px;
    }
    
    #contact .btn-xl {
        font-size: 30px;
        margin-bottom: 0;
    }

    #contact .btn-xl:hover,
    #contact .btn-xl:focus,
    #contact .btn-xl:active,
    #contact .btn-xl.active,
    #contact .open .dropdown-toggle.btn-xl {
        border-color: #2bc4c9;
        color: #fff;
        background-color: #2bc4c9;
    }
    
    #contact .contact-phone {
        display: none;
    }
}

/*=== mobile phone link ===*/

a[href^="tel:"] { 
    cursor: default;
    text-decoration: none;
    color: #fff;
}

/*=== footer ===*/

footer {
    padding: 50px 0;
    text-align: center;
}

footer img {
    margin-bottom: 10px;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica ;
    line-height: 30px;
    font-weight: 600;
    display: block;
    font-size: 11px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: "游ゴシック" , "Yu Gothic" , sans-serif , Helvetica ;
    line-height: 40px;
}

footer ul.quicklinks a{
    color: #333;
    font-weight: 600;
}

footer ul.quicklinks a:hover,
footer ul.quicklinks a:focus,
footer ul.quicklinks a:active {
    color: #2bc4c9;
    text-decoration: none;
}

footer ul.quicklinks li {
    display: block;
}

ul.social-buttons {
    margin-bottom: 20px;
    margin-top: 20px;
}

@media(min-width:768px) {
    
    footer span.copyright {
        display: inline;
        font-size: 12px;
    }
    
   footer ul.quicklinks li {
       display: inline;
       width: 100%;
   }
    
   ul.social-buttons {
       margin-bottom: 20px;
       margin-top: 20px;
    }
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #2bc4c9;
}

/*=== space ===*/

.col-lg-12 .col-md-8 {
    padding-left: 0;
    padding-right: 0;
}

.col-md-12 .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.blocks .l-i, .blocks .l-c {
    padding-right: 0;
}

.blocks .r-i, .blocks .r-c {
    padding-left: 0;
}

.to-top-box {
    margin-top: 20px;
    display: none;
}

@media(min-width:768px) {
    .blocks .l-i, .blocks .l-c {
        padding-right: 30px;
    }

    .blocks .r-i, .blocks .r-c {
        padding-left: 30px;
    }
    
    .to-top-box {
        display: block;
    }
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}