@import url("./base.css");

/*import base stylesheet */

@import url("./skeleton.css");

/* Import skeleton Stylesheet */

@import url("./nivo-slider.css");

/* Import nivo-slider Stylesheet */

@font-face {
    font-family: myFirstFont;
    src: url("../css/font/copperplate-gothic-bold.ttf"),
    url("../css/font/copperplate-gothic-bold-webfont.eot"); /* IE9 */
}

@font-face {
    font-family: Gothic;
    src: url("../css/font/Gothic.ttc");
}

.tip_itemTitle_spanspan {
    font-weight: 900;
    margin-left: -0.1em;
    font-family: meiryo;
    letter-spacing: -5px;
}

/*-----------------------------------------------------------------------------------*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries


/* #Site Styles
================================================== */

/* WRAPPER */

.paypal_left {
    width: 50%;
    height: 100%;
}

.wrap_three {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3%;
    margin-top: 3%;
}

.paypal_left_two {
    width: 45%;
    height: 100%;
    margin-left: 5%;
}

.paypal_leftthree_two {
    font-size: 1em;
    margin-top: 3%;
    color: black;
    font-weight: 900;
    width: 91%;
    height: 24px;
    line-height: 27px;
}

.paypal_leftfour_two {
    font-size: 1em;
    margin-top: 7%;
    color: black;
    font-weight: 900;
    width: 91%;
}

.paypal_leftfive_two {
    font-size: 1em;
    color: #c2262f;
    font-weight: 900;
    margin-top: 2%;
    width: 91%;
}

.paypal_right {
    width: 50%;
    display: flex;
    justify-content: center;
    height: 260px;
}

.paypal_three {
    margin-top: -7%;
    width: 92%;
    height: 100%;
}

.paypal_right {
    width: 50%;
    display: flex;
    justify-content: center;
    height: 260px;
}

/*1*/

.paypal_leftone {
    color: white;
    text-align: center;
    font-size: 21pt;
}

.paypal_lefttwo {
    color: white;
    text-align: center;
    font-size: 21pt;
    margin: 10px auto;
}

.paypal_leftthree {
    font-size: 1em;
    margin-top: 3%;
    color: black;
    font-weight: 900;
    width: 82%;
    height: 24px;
    line-height: 27px;
}

.paypal_leftfour {
    font-size: 1em;
    margin-top: 7%;
    color: black;
    font-weight: 900;
    width: 82%;
}

.paypal_leftfive {
    font-size: 1em;
    color: #c2262f;
    font-weight: 900;
    margin-top: 2%;
    width: 82%;
}

.paypal_leftone1 {
    font-size: 1em;
    margin-top: 3%;
    color: black;
    font-weight: 900;
    width: 82%;
    height: 24px;
    line-height: 27px;
}

.paypal_lefttwo1 {
    font-size: 1em;
    margin-top: 1%;
    color: black;
    font-weight: 900;
}

.paypal_leftthree1 {
    font-size: 1em;
    color: #c2262f;
    font-weight: 900;
    margin-top: 1%;
    height: 24px;
    line-height: 27px;
    width: 108%;
}

.paypal_leftp {
    color: white;
    text-align: center;
    font-size: 21pt;
    margin: 15px auto;
}

.wrap_two {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3%;
    margin-top: 3%;
}

/*footer*/

.paypal_footer {
    height: 324px;
    background-color: #16a4ba;
    width: 100%;
}

.footdiv {
    width: 92%;
    margin-left: 4%;
    padding-top: 4%;
}

.footh {
    color: #fcea22;
    font-size: 29pt;
}

.footp {
    font-size: 1em;
    margin-top: 3%;
    color: #ffffff;
    width: 82%;
    height: 24px;
    line-height: 27px;
}

.footpp {
    font-size: 1em;
    margin-top: 6%;
    color: #ffffff;
    height: 24px;
    line-height: 27px;
}

.paypal_title {
    color: #16a4ba;
    font-size: 2em;
}

#wrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    background: #fff;
    border: 1px solid #d6dbdc;
    border-bottom: none;
    border-top: none;
}

#full-width {
    width: 100%;
    padding: 0;
    clear: both;
}

#full-width img {
    margin: 0;
}

/* HEADER  */

#header {
    padding-bottom: 2px;
    padding-top: 32px;
}

.top-link {
    width: 127px;
    height: 27px;
    position: absolute;
    top: 0;
    text-align: center;
    right: 2px;
    background: #16a4b8;
    border-radius: 0 0 5px 5px;
    -webkit-transition: background 0.33s ease;
    -moz-transition: background 0.33s ease;
    -ms-transition: background 0.33s ease;
    -o-transition: background 0.33s ease;
    transition: background 0.33s ease;
}

.top-link img {
    float: right;
    margin: 5px 9px;
}

.top-link:hover {
    background: #24bcf0;
}

.top-link a {
    color: #fcfcfc;
    font-size: 13px;
    display: block;
    width: 112px;
    line-height: 25px;
    background: url(../images/rowp3.png) no-repeat right;
}

.top-link:hover a {
    width: 116px;
    -webkit-transition: width 0.14s ease;
    -moz-transition: width 0.14s ease;
    -ms-transition: width 0.14s ease;
    -o-transition: width 0.14s ease;
    transition: width 0.14s ease;
}

#navbar {
    height: 30px;
    padding-top: 18px;
    text-align: right;
}

#navbar a {
    padding: 3px 12px;
    background: none;
    margin: 2px 7px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 12px;
    font-family: "Puritan";
    font-weight: 600;
    float: right;
    color: #95a0a9;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

#navbar a:hover {
    color: #55606a;
    background: #f4f7f7;
}

#navbar a.buy {
    background: none;
    padding-right: 0;
    margin-right: 0;
    color: #ff9900;
}

.mov-top {
    display: none;
    color: black;
    font-size: 1em;
}

/* NAVIGATION BAR  */

/* menu icon */

#menu-icon {
    display: none;
    /* hide menu icon initially */
}

#nav {
    /*float: right;*/
    position: relative;
}

@media screen and (max-width: 1560px) {
    #nav {
        float: none;
    }
}

#nav,
#nav li {
    padding: 0 10px;
    margin-bottom: 4px;
}

#nav li {
    list-style: none;
    float: left;
    margin: 2px 8px;
}

/* nav link */

#nav a {
    padding: 3px 7px;
    background: none;
    font-family: Gothic;
    /*text-transform:uppercase;*/
    text-decoration: none;
    border-radius: 12px;
    line-height: 1;
    color: #3c3d3f;
    font-size: 15pt;
    text-align: center;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

#nav a:hover {
    color: #55606a;
    background: #f4f7f7;
}

#nav a.buy {
    background: none;
    padding-right: 0;
    margin-right: 0;
    color: #ff9900;
    float: right;
}

/* nav dropdown */
.nav_a {
    font-size: 0.92355em !important;
    color: #51a2b6 !important;
    padding: 3px 0px !important;
    margin: 2px 0px !important;
}

.nav_li {
    padding: 0px !important;
    margin: 2px 0px !important;
    position: relative;
    color: #999999;
}

.nav_li:hover > ul {
    position: absolute;
    bottom: 100%;
}

.nav_a:hover {
    color: #f4f7f7 !important;
    background: none !important;
}

#nav ul {
    background: #fff url(../images/ul-top1.png) no-repeat;
    padding: 8px 7px 18px;
    margin: -1px 0 0 -5px;
    position: absolute;
    border: solid 1px #d2d2d2;
    display: none;
    /* hide dropdown */
    width: 200px;
    z-index: 999999999;
}

#nav ul li {
    float: none;
    border-bottom: 1px dotted #efefef;
    display: block;
    margin: 0;
}

#nav ul li a {
    display: block;
    text-align: left;
    height: 100%;
    padding: 9px 3px;
    border-radius: 0;
    font-size: 12px;
}

#nav li:hover > ul {
    display: block;
    visibility: visible;
    /* show dropdown on hover */
}

#nav li ul li ul {
    left: 187px;
    top: 100px;
}

/* .dropdown-content {
  background: #fff url(../images/ul-top1.png) no-repeat;
  padding: 8px 7px 18px;
  margin: -1px 0 0 -5px;
  position: absolute;
  border: solid 1px #d2d2d2;
  display: none;
  width: 190px;
  z-index: 999999999;
}
.dropdown_menu:hover > .dropdown-content {
  display: block;
  visibility: visible;
}
.dropdown_menu ul li {
  float: none;
  border-bottom: 1px dotted #efefef;
  display: block;
  margin: 0;
} */
#bottom_nav {
    float: right;
    position: relative;
}

#bottom_nav,
#bottom_nav li {
    padding: 0 10px;
    margin-bottom: 4px;
}

#bottom_nav li {
    list-style: none;
    float: left;
    margin: 2px 8px;
}

/* nav link */

#bottom_nav a {
    padding: 3px 7px;
    background: none;
    font-family: Gothic;
    /*text-transform:uppercase;*/
    text-decoration: none;
    border-radius: 12px;
    line-height: 1;
    color: #3c3d3f;
    font-size: 15pt;
    text-align: center;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

#bottom_nav a:hover {
    color: #55606a;
    background: #f4f7f7;
}

#bottom_nav a.buy {
    background: none;
    padding-right: 0;
    margin-right: 0;
    color: #ff9900;
    float: right;
}

/* nav dropdown */
.nav_a {
    font-size: 0.92355em !important;
    color: #51a2b6 !important;
    padding: 3px 0px !important;
    margin: 2px 0px !important;
}

.nav_li {
    padding: 0px !important;
    margin: 2px 0px !important;
    position: relative;
}

.nav_li:hover > ul {
    position: absolute;
    bottom: 100%;
}

.nav_a:hover {
    color: #f4f7f7 !important;
    background: none !important;
}

#bottom_nav ul {
    background: #fff url(../images/ul-top1.png) no-repeat;
    padding: 8px 7px 18px;
    margin: -1px 0 0 0;
    position: absolute;
    border: solid 1px #d2d2d2;
    display: none;
    /* hide dropdown */
    width: 200px;
    z-index: 999999999;
}

#bottom_nav ul li {
    float: none;
    border-bottom: 1px dotted #efefef;
    display: block;
    margin: 0;
}

#bottom_nav ul li a {
    display: block;
    text-align: left;
    height: 100%;
    padding: 9px 3px;
    border-radius: 0;
    font-size: 12px;
}

#bottom_nav li:hover > ul {
    display: block;
    visibility: visible;
    /* show dropdown on hover */
}

#bottom_nav li ul li ul {
    left: 187px;
    top: 100px;
}

/* --------------------- */

/* TAKE A TOUR */

.take-tour {
    float: left;
    height: 0;
    margin: 0;
    padding: 0;
}

.take-tour a {
    width: 276px;
    height: 66px;
    float: left;
    display: block;
    position: relative;
    bottom: 198px;
    left: 90px;
    z-index: 9999;
}

.take-tour a img {
    padding: 15px 0 0 5px;
    float: left;
}

.play-tour {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 26px;
    background: #24bcf0 url(../images/play-ico1.png) no-repeat center center;
    display: block;
    margin-right: 5px;
    float: left;
    -webkit-transition: background 0.4s ease, border 0.4s ease;
    -moz-transition: background 0.4s ease, border 0.4s ease;
    -ms-transition: background 0.4s ease, border 0.4s ease;
    -o-transition: background 0.4s ease, border 0.4s ease;
    transition: background 0.4s ease, border 0.4s ease;
}

.take-tour a:hover .play-tour {
    background-color: #e53f51;
    border: 5px solid #e6808b;
    border-radius: 31px;
    cursor: pointer;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/* HOME-CONTENT */

.home-content {
    clear: both;
}

.home-content .two-thirds h1,
.home-content .two-thirds h4,
.home-content .two-thirds p {
    padding-left: 30px;
}

.home-content img,
.page-content img {
    height: auto;
    max-width: 100%;
}

.page-content table {
    height: auto;
    max-width: 100%;
}

.column.with-bg {
    background: #f3f9f2;
    margin-bottom: 10px;
    border-top-right-radius: 19px;
    padding-top: 21px;
}

.with-bg p,
.with-bg h3,
.with-bg h2,
.with-bg h4 {
    padding: 0 10px;
}

.with-bg p img {
    float: right;
    margin: 1px 8px;
}

.highlight1 {
    padding: 2px 5px;
    background: #85bc36;
    color: #fff;
    vertical-align: baseline;
}

.highlight2 {
    padding: 2px 5px;
    background: #f4f4f4;
    color: #666;
    vertical-align: baseline;
}

.highlight3 {
    padding: 14px 7px;
    background: #fff;
    vertical-align: baseline;
    display: block;
    border-radius: 3px;
    margin: 7px 3px;
}

h4.subtitle {
    border-bottom: 1px solid #e8edee;
    padding-left: 1px;
    margin: 35px 0 21px 0;
    line-height: 2;
    text-transform: capitalize;
    color: #8c98a2;
    clear: both;
}

h4.subtitle.r1dd {
    margin-top: 20px;
}

.our-clients {
    display: block;
    margin-bottom: 20px;
    clear: both;
}

.our-clients img {
    float: left;
    margin: 1px;
}

.white-space {
    clear: both;
    width: 100%;
    height: 40px;
}

/* BLOCKQUOTES */

.block-q1,
.block-q2 {
    padding: 20px 30px 70px 28px;
    background: #f4f6da url(../images/q-bot-pic1.png) no-repeat bottom right;
    width: 162px;
    float: left;
    margin-right: 20px;
    border-top-left-radius: 19px;
}

.block-q1 p,
.block-q2 p {
    color: #939ca4;
}

.block-q1 em,
.block-q2 em {
    font-size: 12px;
}

.block-q1 p img,
.block-q2 p img {
    float: right;
}

.block-q2 {
    border-radius: 0;
    border-top-right-radius: 19px;
    margin: 0;
    background: #e4f4f8 url(../images/q-bot-pic2.png) no-repeat bottom left;
}

/* PORTFOLIO */

a.portfolio-item,
.portfolio-item {
    height: 198px;
    background: #fff;
    text-align: center;
    float: left;
    border-bottom: 1px solid #ecf1f4;
    opacity: 0.8;
    margin-bottom: 10px;
    -webkit-transition: opacity 0.4s ease, border 0.4s ease;
    -moz-transition: opacity 0.4s ease, border 0.4s ease;
    -ms-transition: opacity 0.4s ease, border 0.4s ease;
    -o-transition: opacity 0.4s ease, border 0.4s ease;
    transition: opacity 0.4s ease, border 0.4s ease;
}

.portfolio-item {
    max-width: auto;
    height: auto;
    padding-bottom: 14px;
    opacity: 1;
    margin: 0 10px 21px 10px;
}

a.portfolio-item em,
.portfolio-item em {
    color: #2dadd9;
    font-size: 12px;
}

a.portfolio-item img,
.portfolio-item img {
    margin-bottom: 11px;
    max-width: 100%;
}

a.portfolio-item:hover,
.portfolio-item:hover {
    background: #fafafa url(../images/port-hov-bot-pic1.png) no-repeat center bottom;
    border-bottom-color: #e6808b;
    opacity: 1;
    cursor: pointer;
    box-shadow: 0px 0px 2px #e7e7e7;
    -webkit-box-shadow: 0px 0px 3px #efefef;
}

a.portfolio-item:hover h5,
.portfolio-item:hover h5 {
    color: #dd5362;
}

.portfolio-item a {
    display: block;
}

/* LATEST-BLOCK */

#latest-block {
    width: 100%;
    min-height: 138px;
    padding: 20px 0 10px 0;
    border-top: 1px solid #eaf1f3;
    background: #fafcfd;
}

.latest-block-in {
    margin: 0 auto;
    font-size: 13px;
    color: #999;
}

.latest-blog-box {
    float: left;
    height: 100%;
}

.latest-twitt-box {
    float: left;
    height: 100%;
    padding-top: 10px;
}

.latest-block-in em {
    color: #aaa;
    font-size: 12px;
}

.latest-block-in p.twitt-txt {
    color: #888;
    margin-bottom: 2px;
}

.latest-block-in a {
    color: #00aeef;
    text-decoration: none;
    border-bottom: 1px dotted #7dcff5;
    padding-bottom: 2px;
}

.latest-block-in a:hover {
    color: #f1592a;
}

.latest-block-in h2,
.latest-block-in h2 a {
    color: #666;
    font-size: 28px;
    font-weight: 300;
    border-bottom: 1px solid #e5ecee;
    padding-bottom: 5px;
    text-decoration: none;
}

.latest-block-in h2 {
    margin-bottom: 12px;
    border: none;
}

.latest-block-in h2 a:hover {
    color: #666;
    border-bottom-color: #ccc;
}

.latest-block-in h4 img {
    float: left;
    margin-right: 6px;
}

.latest-blog-hd {
    width: 158px;
    padding: 3px;
    padding-bottom: 2px;
    margin: 7px 0 3px 0;
    border-radius: 3px;
    background: #df3447;
    color: #fff;
    font-size: 12px;
    text-shadow: 0 1px #333;
    font-weight: 500;
    font-family: Gothic;
    text-align: center;
}

/* FOOTER */

#footer {
    width: 100%;
    padding: 10px 0 0 0;
    background: #383a3c;
    border-bottom: 0;
    box-shadow: 0px 2px 2px #333 inset;
}

.footer-in {
    margin: 0 auto;
    padding-bottom: 30px;
    font-size: 13px;
    color: #e8ecef;
}

.footer-in .columns {
    margin-top: 40px;
}

.footer-in .disclaimer {
    margin: 40px 10px 0 0;
}

.footer-in .copyright-txt {
    color: #777;
}

.footer-in .navi2 {
    margin: 40px 20px 0 10px;
}

.footer-in h4 {
    color: cadetblue;
    border-bottom: 1px solid #414548;
    padding-bottom: 6px;
    font-size: 15px;
}

.footer-in h4 img {
    float: right;
}

.footer-in p {
    line-height: 19px;
    color: #ccc;
}

.contact2 div {
    line-height: 21px;
}

.footer-in a {
    text-decoration: none;
}

.bottomimage img {
    max-width: 100%;
    margin-top: 20px;
}

.three.columns.navi3 {
    position: absolute;
    top: 137px;
    left: 1%;
}

.social-icons a {
    border: 0;
    float: left;
    margin: 1px 7px 0 12px;
    opacity: 0.5;
    text-decoration: none;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.social-icons a:hover {
    opacity: 1;
}

.social-icons.members {
    clear: both;
    text-align: center;
    margin-bottom: 10px;
}

.social-icons.members a {
    text-align: center;
    float: none;
}

.footer-in a img {
    float: left;
    margin: 3px 4px 0 1px;
}

.follow2 #social-top {
    width: 220px;
    height: auto;
    padding-top: 10px;
    margin: 0px;
}

.footer-in .textbox1 {
    width: 150px;
    height: 24px;
    float: left;
    color: #ccc;
    border: 1px solid #6d6d6d;
    background: #6d6d6d;
    padding-left: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.footer-in .textbox1:hover,
.footer-in .textbox1:active {
    background: #888;
    box-shadow: 0px 0px 5px #777 inset;
    color: #fff;
}

.footer-in .btn1 {
    border-color: #414447;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 55px;
    height: 38px;
    background: #414447;
    color: #e1e1e1;
    float: left;
    box-shadow: none;
    font-size: 10px;
}

.footer-in .btn1:hover {
    box-shadow: 0px 0px 3px #262626;
    color: #fff;
    background: #474b4f;
}

.footer-in .btn1:active {
    color: #666;
}

.footer-in a:link,
.footer-in a:visited {
    color: #91bad4;
}

.footer-in a:hover {
    color: #ff9900;
}

.footer-in .navi2 a {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    width: 100%;
    border-bottom: 1px dotted #414548;
    height: 100%;
}

.footer-in .navi2 p {
    margin-bottom: 16px;
}

.footer-in a.terms {
    color: #578f1a;
}

.footbot {
    background: #282a2b;
    width: 100%;
    height: 38px;
    border-top: 1px solid #424141;
    padding-top: 12px;
    box-shadow: 0px 2px 2px #222 inset;
    text-align: right;
}

.footbot img {
    position: relative;
    margin: 6px 40px 0 0;
}

/* #Page Styles
================================================== */

.page-subtitle {
    position: relative;
    width: 275px;
    border-top-left-radius: 29px;
    background: #fff;
    margin-bottom: -80px;
    bottom: 104px;
    left: 30px;
    padding: 30px 15px 0 30px;
    z-index: 98;
    display: block;
}

.page-subtitle h3 {
    color: #69bddb;
}

.page-subtitle p {
    color: #b0bbc3;
}

.our-team {
    margin-bottom: 20px;
    text-align: center;
}

.our-team h3 {
    margin-top: 14px;
}

.our-team h5 {
    color: #666;
}

.our-team p {
    color: #aaa;
}

.team-member {
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.contact-form {
    border: double;
    background: #f5fafb;
    text-align: center;
    padding: 20px;
    border-radius: 9px;
}

.contact-form .txbx {
    width: 375px;
    height: 36px;
    float: none;
    margin: 11px;
    padding-left: 14px;
    font-size: 16px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
}

.contact-form .era {
    min-height: 190px;
    max-height: 300px;
    max-width: 375px;
}

.contact-form .sendbtn {
    padding: 10px 18px;
    font-size: 14px;
}

#contact-map {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #d6dbdc;
    border-left: none;
    border-right: none;
    padding: 0;
    margin: 0;
}

#contact-map iframe {
    padding: 0;
    margin: 0;
    margin-bottom: -7px;
}

/* BLOG */

#sidebar {
    width: 260px;
    height: auto;
    min-height: 350px;
    float: right;
    margin: 0 0 21px 30px;
    padding-left: 19px;
    border-left: 1px solid #eaf1f3;
}

#main-content {
    width: 646px;
    float: left;
    margin: 0;
    min-height: 420px;
}

.blog-post {
    text-align: center;
    padding-bottom: 21px;
    border-bottom: 1px dotted #d2d9db;
    margin-bottom: 35px;
}

.blog-post h3 a {
    color: #54606b;
}

.blog-single-post {
    text-align: left;
}

.blog-post p {
    text-align: left;
}

.blog-post img,
.blog-single-post img {
    width: 100%;
}

.blog-q {
    border-left: 1px solid #d8d8d8;
    padding-left: 12px;
}

.blog-q em {
    color: #a5adae;
}

p.blog-inpic {
    margin-top: 21px;
}

p.blog-inpic img {
    float: left;
    border: 1px solid #c9c9c9;
    background: #f9f9f9;
    width: auto;
    max-width: 100%;
    padding: 6px;
    margin: 0 14px 14px 0;
}

h6.blog-date {
    color: #70be4d;
}

h6.blog-author {
    color: #b7bec0;
}

.tag-box a:link,
.tag-box a:visited {
    height: 16px;
    padding: 2px 6px 2px 21px;
    border: 1px dotted #efefef;
    margin: 1px 5px 7px 1px;
    float: left;
    min-width: 18px;
    border-radius: 3px;
    width: auto;
    background: #fafafa url(../images/tag-ico1.png) no-repeat left center;
    color: #666;
    display: block;
    text-decoration: none;
    font: 10px verdana;
}

.tag-box a:hover {
    color: #333;
    background-color: #fff;
}

a.readmore,
.next-page,
.prev-page,
.next-page a,
.prev-page a {
    width: 79px;
    height: 21px;
    text-align: center;
    color: #fff;
    margin: 4px 0 3px 1px;
    float: right;
    text-decoration: none;
    box-shadow: 1px 2px 5px #efefef;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

a.readmore {
    background: url(../images/rowp2.png) no-repeat right center;
    padding: 0 7px 2px 5px;
    color: #70be4d;
    box-shadow: 0 0 0 0;
}

a.readmore:hover,
.next-page a:hover,
.prev-page a:hover {
    text-decoration: none;
    color: #ff9900;
    background-color: #fdfdfd;
    display: inline;
}

a.readmore:active,
.next-page a:active,
.prev-page a:active {
    background-color: #fafafa;
    color: #999;
}

.next-page,
.next-page a,
.prev-page,
.prev-page a {
    background: #ff9900;
    float: right;
    margin: 3px;
}

.next-page a:hover,
.prev-page a:hover {
    background: #fff;
    color: #ff9900;
}

.prev-page {
    float: left;
}

.prev-page a:link,
.prev-page a:visited {
    margin: 3px -3px 3px -3px;
}

/* LIKE  */

.likebox {
    width: 106px;
    height: 20px;
    margin: 0;
    margin-top: 14px 7px;
    float: right;
}

.likepic {
    width: 38px;
    height: 16px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: url(../images/likeboxbg1.png) repeat-x;
    margin: 0;
    margin-right: 1px;
    float: left;
    padding-bottom: 1px;
    padding-top: 1px;
}

.likepic:hover {
    background: url(../images/likeboxbg2.png) repeat-x;
    border: 1px solid #83a73c;
    cursor: pointer;
}

.likepic:active {
    background: #dedede;
    border: 1px solid #ccc;
    cursor: pointer;
}

.likemetric {
    min-width: 26px;
    height: 16px;
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid #d2d3d2;
    border-left: none;
    border-radius: 0px;
    background: #fff;
    color: #333;
    font-family: Tahoma;
    font-size: 10px;
    margin: 0;
    float: left;
    line-height: 16px;
    margin-top: 1px;
    text-align: center;
    box-shadow: 0px 0px 4px #f3f3f3 inset;
}

.likemetlftpic {
    background: url(../images/likeboxleftpic1.png) no-repeat left;
    margin: 0;
    float: left;
    padding: 0;
    width: 4px;
    height: 18px;
    margin-top: 1px;
}

.blog-comments {
    width: 138px;
}

.blog-comments-pic {
    width: 72px;
    background: #f9f9f9;
    font: 10px Arial;
    line-height: 15px;
    color: #666;
}

.blog-comments-pic:hover {
    background: #fdfdfd;
    border-color: #ccc;
    cursor: default;
}

.blog-comments-pic img {
    float: left;
    margin: 0 3px 0 0;
}

/* COMMENT */

.commentbox {
    width: 96%;
    min-height: 156px;
    background: #f5fafb;
    border-radius: 6px;
    float: left;
    border-radius: 2px;
    border: 1px solid #d8dee1;
    float: left;
    margin: 0;
    box-shadow: 0px 0px 4px #fff inset;
    -webkit-box-shadow: 0px 0px 5px #fff inset;
    -moz-box-shadow: 0px 0px 4px #fff inset;
    margin-top: 12px;
    padding: 10px;
    margin-bottom: 11px;
    text-align: left;
}

.commentin {
    width: 95%;
    min-height: 52px;
    background: #fff;
    border-radius: 6px;
    float: left;
    border-radius: 2px;
    border: 1px solid #d8dee1;
    margin: 0;
    box-shadow: 0px 0px 4px #fff inset;
    -webkit-box-shadow: 0px 0px 5px #fff inset;
    -moz-box-shadow: 0px 0px 4px #fff inset;
    margin-top: 12px;
    padding: 10px;
    margin-bottom: 11px;
    font: 12px Arial;
    line-height: 18px;
    color: #666;
}

.commentin p {
    padding-top: 4px;
    margin: 4px 1px;
}

.commentin img {
    width: 48px;
    height: 48px;
    float: left;
    margin: 0 8px 0 0;
}

/* LIST */

.listbox1 {
    height: auto;
    padding: 0px;
    text-align: left;
}

.listbox1 ul,
.listbox1 ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.listbox1 ul {
    margin-bottom: 10px;
}

.listbox1 ul li {
    border-bottom: 1px dotted #e8edee;
}

.listbox1 ul li a {
    text-decoration: none;
    color: #95a3a6;
    background: #fff;
    display: block;
    padding: 7px 0;
}

.listbox1 ul li a:hover {
    background-color: #fdfdfd;
    color: #5d6f74;
}

.listbox1 ul li span {
    float: right;
    font-size: 10px;
}

#sidebar .listbox1 {
    max-width: 260px;
}

#sidebar .listbox1 ul li a {
    background: url(../images/rowp7.png) no-repeat left center;
    padding-left: 12px;
}

#sidebar .listbox1 ul li a:hover {
    background-color: #fdfdfd;
    color: #5d6f74;
}

a.show-all {
    width: 86px;
    height: 20px;
    background: #efefef;
    padding: 0;
    margin: 7px;
    line-height: 19px;
    text-align: center;
    color: #666;
    font-size: 12px;
    float: left;
    border: 1px solid #f0f0f0;
    border-bottom: 2px solid #dddada;
    text-decoration: none;
    border-radius: 2px;
}

a.show-all:hover {
    background: #cde985;
    border-color: #bfdf6c;
    color: #333;
}

a.show-all:active {
    background: #ffe483;
    border-color: #f7d96c;
    color: #b29839;
}

/* PRICING-TABLE */

.pricing-table {
    max-width: 900px;
    height: auto;
}

.pricing-table h4 {
    color: #d3d3d3;
    font-size: 13px;
}

.pricing-table ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 28px;
    width: 174px;
    height: auto;
    float: left;
}

.pricing-table ul li {
    width: 173px;
    height: 65px;
    background: #f9f9f9;

    
    text-align: center;
    font-family: Arial, Tahoma;
    font-size: 12px;
    padding: 5px;
    border-bottom: 1px solid #fff;
    float: left;
    color: #777;
}

/*.pricing-table ul li:nth-child(even) { background:#f2f2f2; }*/

.pricing-table .plans-f-list {
    margin-left: 20px;
}

.pricing-table .plans-f-list li {
    text-align: left;
    color: #555;
    width: 124px;
    padding-left: 3px;
}

.pricing-table .plans-f-list.respo {
    display: none;
    visibility: hidden;
}

.pricing-table ul li.plan-header,
.pricing-table ul li .plan-title,
.pricing-table ul li .plan-price {
    width: 174px;
    height: 115px;
    padding: 0;
    display: block;
    color: #fff;
    background: #fff;
    border: 0;
    margin: 0;
}

.pricing-table ul li.plan-header,
.pricing-table ul li .plan-title,
.pricing-table ul li .plan1-price {
    width: 174px;
    height: 115px;
    padding: 0;
    display: block;
    color: #fff;
    background: #fff;
    border: 0;
    margin: 0;
}

.pricing-table ul li .plan-title {
    height: 26px;
    padding-top: 6px;
}

.pricing-table ul li .plan-price {
    height: 74px;
}

.price {
    font-size: 20px;
}

.pricing-table ul li.normal-plan {
    background: #4b4f5a url(../images/price-top-patt.png);
}

.pricing-table ul li.free-plan {
    background: #339933 url(../images/price-top-patt.png);
}

.price3 {
    font-size: 20px;
    color: darkolivegreen;
}

.pricing-table ul li.pro-plan {
    background: #299ebc url(../images/price-top-patt.png);
}

.pricing-table ul.featured-plan {
    margin: 0;
    /* margin-top:-10px;*/
    border: none;
    /*box-shadow: 0px 0px 7px #666; -webkit-box-shadow: 0px 0px 12px #666; -0-box-shadow: 0px 0px 12px #666; -ms-box-shadow: 0px 0px 12px #666;*/
    position: relative;
    margin-bottom: 28px;
}

.pricing-table ul.featured-plan li {
    border-right: none;
    border-bottom-color: #efefef;
}

.pricing-table ul.featured-plan li:nth-child(even) {
    background: #fafafa;
}

.pricing-table ul.featured-plan li.featured-plan {
    width: 100%;
    height: 115px;
    font-weight: bold;
    background: #f1592a url(../images/price-top-patt.png);
    border: none;
}

.pricing-table ul.featured-plan li.featured-plan .plan-title {
    width: 100%;
}

.pricing-table ul li.normal-plan .plan-title {
    background: #404041;
}

.pricing-table ul li.free-plan .plan-title {
    background: #248824;
}

.pricing-table ul li.pro-plan .plan-title {
    background: #2188a3;
}

.pricing-table ul li.featured-plan .plan-title {
    background: #e24c17;
}

.pricing-table ul li.plan-footer {
    background: #fafafa;
    width: 154px;
    height: 50px;
    padding: 8px 10px 28px 10px;
    text-align: center;
}

.pricing-table ul li.plan-footer .sendbtn {
    float: none;
}

/* ALERT-BOX */

#alert-box {
    width: 98%;
    height: 26px;
    padding: 3px 5px 3px 5px;
    margin: 1px 0 0 1px;
    line-height: 26px;
}

#alert-box img {
    float: left;
    margin: 1px 6px 0 2px;
}

.info-box {
    background: #f5fafe;
    border: 1px solid #a3cee8;
    color: #2f86bb;
}

.error-box {
    background: #fde7ed;
    border: 1px solid #f9acbf;
    color: #d40238;
}

.success-box {
    background: #ecfbec;
    border: 1px solid #bce0bc;
    color: #379d37;
}

.notice-box {
    background: #fdf8e1;
    border: 1px solid #fbe38b;
    color: #aa8617;
}

/* PORTFOLIO */

.prt-img-hov-bg {
    width: 100%;
    background: rgba(0, 0, 0, 0.5) url(../images/fancy-big-ico.png) no-repeat center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: transparent;
    display: block;
    left: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    bottom: 77px;
}

.portfolio-item img:hover .prt-img-hov-bg {
    opacity: 0;
}

#Single-Item:hover .prt-img-hov-bg {
    opacity: 0;
}

.portfolio .eight img {
    width: 100%;
}

.col2-item img {
    width: 420px;
    height: 150px;
    margin-bottom: 10px;
}

.portfolio-item:hover h3 {
    color: #ff9900;
}

.col2-item .prt-img-hov-bg {
    bottom: 114px;
}

.proj-det {
    padding-left: 10px;
}

/* ----- ISOTOPE ---- ***** START *** */

.portfolio {
}

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

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

.isotope,
.isotope .isotope-item {
    -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;
}

nav.primary ul {
    list-style: none;
    margin: 2px 0 9px 0;
    float: left;
}

nav.primary ul li {
    font-size: 18px;
    float: left;
    margin-right: 12px;
    color: #666;
}

nav.primary ul li a {
    height: 18px;
    min-width: 20px;
    padding: 4px 10px 5px 10px;
    display: block;
    border-left: 1px solid #ccc;
    border-radius: 12px;
    font-size: 14px;
    text-decoration: none;
    color: #777;
    line-height: 19px;
    float: left;
    margin: 1px;
}

nav.primary ul li a:hover {
    color: #ff9900;
    background: #f9f9f9;
    display: block;
}

nav.primary ul li a:active,
nav.primary ul li a.selected {
    background: #ff9900;
    color: #fff;
}

.tab {
    background: #fff;
    border-color: #000;
}

/* ----- ISOTOPE ----  ***** END *** */

/* #Media Queries
================================================== */

@media screen and (max-width: 958px) {
    /*.paypal_left{*/
    /*	width: 87%;*/
    /*}*/
    /*.paypal_right{*/
    /*	width: 100%;*/
    /*	margin-top: 1em;*/
    /*	height: 50%;*/
    /*}*/
    .paypal_left {
        width: 50%;
        height: 100%;
    }

    .paypal_right {
        width: 50%;
        display: flex;
        justify-content: center;
        height: 260px;
    }

    .paypal_three {
        margin-top: -7%;
        width: 92%;
        height: 300px;
    }

    .paypal_footer {
        height: 355px;
        background-color: #16a4ba;
        width: 100%;
    }
}

/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 959px) {
    .texts {
        /* margin-top: 15%; */
    }

    .paypal_three {
        margin-top: -7%;
        width: 92%;
        height: 238px;
    }

    /*1*/
    .paypal_leftone {
        color: white;
        text-align: center;
        font-size: 1em;
    }

    .paypal_lefttwo {
        color: white;
        text-align: center;
        font-size: 1em;
        margin: 10px auto;
    }

    .paypal_leftp {
        color: white;
        text-align: center;
        font-size: 1em;
        margin: 15px auto;
    }

    .paypal_leftfour_two {
        font-size: 1em;
        margin-top: 11%;
        color: black;
        font-weight: 900;
        width: 91%;
    }

    .paypal_leftthree_two {
        font-size: 1em;
        margin-top: 3%;
        color: black;
        font-weight: 900;
        width: 91%;
        height: 24px;
        line-height: 27px;
    }

    .paypal_leftone1 {
        font-size: 1em;
        margin-top: 3%;
        color: black;
        font-weight: 900;
        width: 82%;
        height: 24px;
        line-height: 27px;
    }

    .paypal_lefttwo1 {
        font-size: 1em;
        margin-top: 8%;
        color: black;
        font-weight: 900;
    }

    .paypal_leftthree1 {
        font-size: 1em;
        color: #c2262f;
        font-weight: 900;
        margin-top: 1%;
        height: 24px;
        line-height: 27px;
        width: 108%;
    }

    .wrap_three {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -7%;
        margin-top: 3%;
    }

    .paypal_leftthree {
        font-size: 1em;
        margin-top: 3%;
        color: black;
        font-weight: 900;
        width: 100%;
        height: 24px;
        line-height: 27px;
    }

    .paypal_leftfour {
        font-size: 1em;
        margin-top: 11%;
        color: black;
        font-weight: 900;
    }

    .paypal_leftfive {
        font-size: 1em;
        color: #c2262f;
        font-weight: 900;
        margin-top: 2%;
    }

    .wrap_two {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 3%;
        margin-top: 3%;
    }

    /*footer*/
    .footdiv {
        width: 92%;
        margin-left: 4%;
        padding-top: 4%;
    }

    .footh {
        color: #fcea22;
        font-size: 29pt;
    }

    .footp {
        font-size: 1em;
        margin-top: 3%;
        color: #ffffff;
        width: 82%;
        height: 24px;
        line-height: 27px;
    }

    .footpp {
        font-size: 1em;
        margin-top: 15%;
        color: #ffffff;
        height: 24px;
        line-height: 27px;
    }

    #wrap {
        max-width: 828px;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .texts {
        /* margin-top: 15%; */
    }

    #wrap {
        max-width: 828px;
    }

    #sidebar {
        width: 200px;
        margin: 0 0 21px 1px;
        padding-left: 18px;
    }

    #main-content {
        width: 502px;
    }

    #sidebar iframe {
        max-width: 100%;
    }

    .nivo-caption {
        left: 60px;
        margin-top: 60px;
    }

    .nivo-caption h2 {
        font-size: 30px;
    }

    .page-subtitle {
        left: 20px;
        margin-bottom: -86px;
        padding-top: 20px;
        height: 104px;
        bottom: 128px;
    }

    .contact-form .txbx {
        width: 278px;
    }

    .pricing-table .plans-f-list.respo {
        display: inline;
        visibility: visible;
    }

    .one-third.column.proj-det {
        width: 740px;
    }

    a.portfolio-item img {
        max-width: 172px;
    }

    .logo h1 small.yincang {
        display: none;
    }
}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
    .texts {
        /* margin-top: 15%; */
    }

    #wrap {
        max-width: 340px;
    }

    #sidebar,
    #main-content {
        width: 300px;
        clear: both;
        margin: 0 0 21px 0;
        padding: 0;
        border: 0;
    }

    .contact-form .txbx {
        width: 224px;
    }

    .pricing-table .plans-f-list.respo {
        display: inline;
        visibility: visible;
    }

    .portfolio-item {
        margin-bottom: 21px;
    }

    .logo h1 small.yincang {
        display: none;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .texts {
        /* margin-top: 15%; */
    }

    #wrap {
        max-width: 460px;
    }

    #sidebar,
    #main-content {
        width: 420px;
        clear: both;
        margin: 0 0 21px 0;
        padding: 0;
        border: 0;
    }

    .nivo-caption {
        left: 30px;
        margin-top: 20px;
    }

    .nivo-caption h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .take-tour {
        clear: both;
        position: inherit;
        height: 38px;
    }

    .take-tour a {
        bottom: 0;
        top: -28px;
        left: 20px;
        width: 100%;
        clear: both;
    }

    .page-subtitle {
        left: 0;
        padding: 10px 0 0 20px;
        bottom: 0;
        border-bottom: 1px solid #e8edee;
        margin-bottom: 20px;
        height: auto;
        width: auto;
        clear: both;
        background: #fdfdfd;
        border-radius: 0;
    }

    .contact-form .txbx {
        width: 338px;
    }

    .pricing-table .plans-f-list.respo {
        display: inline;
        visibility: visible;
    }

    .portfolio-item {
        clear: both;
        margin-bottom: 21px;
    }

    .proj-det {
        width: 420px;
    }

    .logo h1 small.yincang {
        display: none;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
    .membersspan {
        margin-right: 4%;
    }

    .texts {
        /* margin-top: 15%; */
    }

    .paypal_left_two {
        width: 87%;
        height: 100%;
        margin-left: 5%;
    }

    .paypal_leftthree_two {
        font-size: 1em;
        margin-top: 3%;
        color: black;
        font-weight: 900;
        width: 100%;
        height: 24px;
        line-height: 27px;
    }

    .paypal_leftfour_two {
        font-size: 1em;
        margin-top: 13%;
        color: black;
        font-weight: 900;
        width: 100%;
        height: 24px;
        line-height: 27px;
    }

    .paypal_leftfive_two {
        font-size: 1em;
        color: #c2262f;
        font-weight: 900;
        margin-top: 13%;
        width: 100%;
        height: 24px;
        line-height: 27px;
    }

    .paypal_left {
        width: 87%;
    }

    .paypal_right {
        width: 100%;
        margin-top: 1em;
        height: 50%;
    }

    .paypal_three {
        margin-top: -14%;
        width: 92%;
        height: 289px;
    }

    /*1*/
    .paypal_leftone {
        color: white;
        text-align: center;
        font-size: 1em;
    }

    .paypal_lefttwo {
        color: white;
        text-align: center;
        font-size: 1em;
        margin: 10px auto;
    }

    .paypal_leftthree {
        font-size: 1em;
        margin-top: 5%;
        color: black;
        font-weight: 900;
        width: 108%;
        height: 24px;
        line-height: 27px;
    }

    .paypal_leftfour {
        font-size: 1em;
        margin-top: 12%;
        color: black;
        font-weight: 900;
        width: 108%;
        height: 36px;
        line-height: 26px;
    }

    .paypal_leftfive {
        font-size: 1em;
        color: #c2262f;
        font-weight: 900;
        margin-top: 6%;
        width: 108%;
        height: 36px;
        line-height: 30px;
    }

    /*  2*/
    .wrap_two {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 16%;
        margin-top: 3%;
    }

    /*  3*/
    .paypal_leftone1 {
        font-size: 1em;
        margin-top: 3%;
        color: black;
        font-weight: 900;
        width: 100%;
        height: 24px;
        line-height: 27px;
        width: 108%;
    }

    .paypal_lefttwo1 {
        font-size: 1em;
        margin-top: 14%;
        color: black;
        font-weight: 900;
        height: 24px;
        line-height: 27px;
        width: 108%;
    }

    .paypal_leftthree1 {
        font-size: 1em;
        color: #c2262f;
        font-weight: 900;
        margin-top: 13%;
        height: 24px;
        line-height: 28px;
        width: 108%;
    }

    .paypal_leftp {
        color: white;
        text-align: center;
        font-size: 1em;
        margin: 15px auto;
    }

    /*footer*/
    .footdiv {
        width: 92%;
        margin-left: 4%;
        padding-top: 4%;
        height: 100%;
    }

    .footh {
        color: #fcea22;
        font-size: 29pt;
    }

    .footp {
        font-size: 1em;
        margin-top: 3%;
        color: #ffffff;
        width: 100%;
        height: 24px;
        line-height: 27px;
    }

    .footpp {
        font-size: 1em;
        margin-top: 36%;
        color: #ffffff;
        height: 24px;
        line-height: 27px;
    }

    .paypal_title {
        color: #16a4ba;
        font-size: 2em;
    }

    #sidebar,
    #main-content {
        width: 300px;
        clear: both;
        margin: 0 0 21px 0;
        padding: 0;
        border: 0;
    }

    .nivo-caption {
        left: 30px;
        margin-top: 20px;
    }

    .nivo-caption h2 {
        font-size: 16px;
        line-height: 21px;
    }

    .take-tour {
        clear: both;
        position: inherit;
        height: 38px;
    }

    .take-tour a {
        bottom: 0;
        top: -26px;
        left: 16px;
        width: 100%;
        display: block;
        clear: both;
    }

    .page-subtitle {
        left: 0;
        padding: 10px 0 0 20px;
        bottom: 0;
        border-bottom: 1px solid #e8edee;
        margin-bottom: 20px;
        height: auto;
        width: auto;
        clear: both;
        background: #fdfdfd;
        border-radius: 0;
    }

    .pricing-table .plans-f-list.respo {
        display: inline;
        visibility: visible;
    }

    .pricing-table ul {
        width: 136px;
    }

    .pricing-table ul li {
        width: 124px;
        padding: 5px;
    }

    .pricing-table ul li.plan-header,
    .pricing-table ul li .plan-title,
    .pricing-table ul li .plan-price {
        max-width: 136px;
    }

    .pricing-table ul li.plan-footer {
        max-width: 114px;
    }

    .portfolio-item {
        margin-bottom: 14px;
    }

    .commentin {
        width: 92%;
    }

    .logo h1 small.yincang {
        display: none;
    }
}

/* ipad pro */

@media only screen and (min-width: 769px) and (max-width: 1025px) {
    #calendar {
        /* margin-top: -6%; */
    }

    .texts {
        /* margin-top: 8%; */
    }

    .banri_logo {
        /*display: flex;*/
        float: left;
        margin-top: -3%;
        margin-left: -2%;
    }

    .tip_itemTitle {
        width: 100%;
        color: black;
        display: flex;
        justify-content: center;
        letter-spacing: 5px;
    }

    .tip_itemTitle_span {
        font-size: 55px;
        color: white;
        -webkit-text-stroke: aliceblue;
        background-color: #dd130f;
        width: 70px;
        height: 65px;
        border-radius: 50%;
        text-align: center;
        vertical-align: top;
        margin-top: -3%;
    }

    .tip_itemTitle_span1 {
        font-size: 60px;
        color: #dd130f;
        -webkit-text-stroke: aliceblue;
        margin-top: -0.4em;
        font-weight: bolder;
        font-family: meiryo;
    }

    .tip_itemTitle {
        color: black;
        font-size: 3em;
        font-weight: bold;
        /*text-shadow: 4px 4px 1px #bebdbd;*/
        -webkit-text-stroke: 1.5px black;
        font-family: meiryo;
        width: 100%;
        margin: 10px auto;
        vertical-align: bottom;
    }

    .logoPhoto2 {
        font-size: 54pt;
        color: #18a4ba;
        font-weight: 900;
        letter-spacing: 2px;
        font-family: myFirstFont;
    }

    .logoPhoto3 {
        font-size: 50pt;
        color: #000000;
        font-weight: 900;
        letter-spacing: 2px;
        font-family: myFirstFont;
        margin-left: -3px;
    }

    #nav-wrap {
        height: 30px;
        padding-top: 0%;
        font-family: Gothic;
        font-weight: 600;
        font-size: 14px;
        width: 100%;
    }

    .logo-link1 {
        width: 110px;
        height: 110px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/1.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link1:hover,
    .logo-link1:active {
        background-position: 0 0;
        background-image: url(../images/yewu/2.png);
    }

    .logo-link2 {
        width: 110px;
        height: 110px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/3.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link2:hover,
    .logo-link2:active {
        background-position: 0 0;
        background-image: url(../images/yewu/4.png);
    }

    .logo-link3 {
        width: 110px;
        height: 110px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/5.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link3:hover,
    .logo-link3:active {
        background-position: 0 0;
        background-image: url(../images/yewu/6.png);
    }

    .logo-link4 {
        width: 110px;
        height: 110px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/7.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link4:hover,
    .logo-link4:active {
        background-position: 0 0;
        background-image: url(../images/yewu/8.png);
    }
}

/* ipad */

@media only screen and (min-width: 374px) and (max-width: 768px) {
    .membersspan {
        margin-right: 4%;
    }

    #calendar {
        /* margin-top: -6%; */
    }

    .texts {
        /* margin-top: 15%; */
    }

    #nav a {
        font-size: 10pt;
    }

    .banri_logo {
        display: flex;
        float: left;
        margin-top: -2%;
        margin-left: -2%;
    }

    .tip_itemTitle {
        width: 100%;
        color: black;
        display: flex;
        justify-content: center;
        letter-spacing: 5px;
    }

    .tip_itemTitle_span {
        font-size: 43px;
        color: white;
        -webkit-text-stroke: aliceblue;
        background-color: #dd130f;
        width: 56px;
        height: 51px;
        border-radius: 50%;
        text-align: center;
        vertical-align: top;
        margin-top: -2%;
    }

    .tip_itemTitle_span1 {
        font-size: 60px;
        color: #dd130f;
        -webkit-text-stroke: aliceblue;
        margin-top: -0.4em;
        font-weight: bolder;
        font-family: meiryo;
    }

    .tip_itemTitle {
        color: black;
        font-size: 3em;
        font-weight: bold;
        /*text-shadow: 4px 4px 1px #bebdbd;*/
        -webkit-text-stroke: 1.5px black;
        font-family: meiryo;
        width: 100%;
        margin: 10px auto;
        vertical-align: bottom;
    }

    #nav-wrap {
        float: right;
    }

    .logoPhoto2 {
        font-size: 27pt;
        color: #18a4ba;
        font-weight: 900;
        letter-spacing: 2px;
        font-family: myFirstFont;
        margin-top: 4px;
    }

    .logoPhoto3 {
        font-size: 25pt;
        color: #000000;
        font-weight: 900;
        letter-spacing: 2px;
        font-family: myFirstFont;
        margin-top: 7px;
        margin-left: -3px;
    }

    .logo-link1 {
        width: 180px;
        height: 180px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/1.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link1:hover,
    .logo-link1:active {
        background-position: 0 0;
        background-image: url(../images/yewu/2.png);
    }

    .logo-link2 {
        width: 180px;
        height: 180px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/3.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link2:hover,
    .logo-link2:active {
        background-position: 0 0;
        background-image: url(../images/yewu/4.png);
    }

    .logo-link3 {
        width: 180px;
        height: 180px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/5.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link3:hover,
    .logo-link3:active {
        background-position: 0 0;
        background-image: url(../images/yewu/6.png);
    }

    .logo-link4 {
        width: 180px;
        height: 180px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/7.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link4:hover,
    .logo-link4:active {
        background-position: 0 0;
        background-image: url(../images/yewu/8.png);
    }
}

@media only screen and (min-width: 360px) and (max-width: 769px) {
    .membersspan {
        margin-right: 4%;
    }

    .logo-link1 {
        width: 180px;
        height: 180px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/1.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link1:hover,
    .logo-link1:active {
        background-position: 0 0;
        background-image: url(../images/yewu/2.png);
    }

    .logo-link2 {
        width: 180px;
        height: 180px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/3.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link2:hover,
    .logo-link2:active {
        background-position: 0 0;
        background-image: url(../images/yewu/4.png);
    }

    .logo-link3 {
        width: 180px;
        height: 180px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/5.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link3:hover,
    .logo-link3:active {
        background-position: 0 0;
        background-image: url(../images/yewu/6.png);
    }

    .logo-link4 {
        width: 180px;
        height: 180px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/7.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link4:hover,
    .logo-link4:active {
        background-position: 0 0;
        background-image: url(../images/yewu/8.png);
    }
}

/* iphone6 */

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .membersspan {
        margin-right: 0%;
    }

    #calendar {
        /* margin-top: -6%; */
    }

    .texts {
        /* margin-top: 15%; */
    }

    #nav-wrap {
        float: right;
    }

    #menu-icon {
        position: inherit;
        padding: 0;
        width: auto;
        border: none;
        background: initial;
    }

    .logoPhoto2 {
        font-size: 27pt;
        color: #18a4ba;
        font-weight: 900;
        letter-spacing: 2px;
        font-family: myFirstFont;
        margin-top: 4px;
    }

    .logoPhoto3 {
        margin-left: -2px;
        font-size: 25pt;
        color: #000000;
        font-weight: 900;
        letter-spacing: 2px;
        font-family: myFirstFont;
        margin-left: -3px;
    }
}

/*iphonex*/

@media only screen and (min-width: 361px) and (max-width: 375px) {
    .banri_logo {
        display: flex;
        float: left;
        margin-top: -2%;
        margin-left: -2%;
    }

    .membersspan {
        margin-right: 4%;
    }

    #calendar {
        /* margin-top: -6%; */
    }

    .texts {
        /* margin-top: 15%; */
    }

    #nav-wrap {
        float: right;
    }

    .tip_itemTitle_span {
        font-size: 40px;
        color: white;
        /*text-shadow: 1.5px 1.5px 2px #16a4b8, -1.5px -1.5px 2px #16a4b8, 0.5px -1.5px 2px #16a4b8, 1.5px -1.5px 2px #16a4b8;*/
        -webkit-text-stroke: aliceblue;
        background-color: #dd130f;
        width: 57px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        margin-top: -2%;
    }

    .tip_itemTitle {
        font-size: 2em;
        font-weight: bold;
        /*color: white;*/
        /*text-shadow: 1.5px 1.5px 2px black, -1.5px -1.5px 2px black, 0.5px -1.5px 2px black, 1.5px -1.5px 2px black;*/
        text-align: center;
        -webkit-text-stroke: aliceblue;
        width: 100%;
        margin: 10px auto;
        display: flex;
    }
}

/* iphone5 */

@media only screen and (min-width: 320px) and (max-width: 360px) {
    #calendar {
        /* margin-top: -6%; */
    }

    .texts {
        /* margin-top: 20%; */
    }

    #nav-wrap {
        float: right;
    }

    .tip_itemTitle {
        font-size: 1.5em;
        display: flex;
        margin-left: 7%;
    }

    .tip_itemTitle_span {
        font-size: 25px;
        color: white;
        /* text-shadow: 1.5px 1.5px 2px #16a4b8, -1.5px -1.5px 2px #16a4b8, 0.5px -1.5px 2px #16a4b8, 1.5px -1.5px 2px #16a4b8; */
        -webkit-text-stroke: aliceblue;
        background-color: #dd130f;
        width: 31px;
        height: 32px;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        margin-top: 1%;
    }

    #menu-icon {
        position: inherit;
        padding: 0;
        width: auto;
        border: none;
        background: initial;
        margin-top: -43px;
    }

    .logoPhoto2 {
        font-size: 14pt;
        color: #18a4ba;
        font-weight: 900;
        letter-spacing: 2px;
        font-family: myFirstFont;
    }

    .logoPhoto3 {
        font-size: 25pt;
        color: #000000;
        font-weight: 900;
        letter-spacing: 2px;
        font-family: myFirstFont;
        margin-left: -3px;
    }

    .logo-link1 {
        width: 180px;
        height: 100px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/1.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link1:hover,
    .logo-link1:active {
        background-position: 0 0;
        background-image: url(../images/yewu/2.png);
    }

    .logo-link2 {
        width: 180px;
        height: 100px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/3.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link2:hover,
    .logo-link2:active {
        background-position: 0 0;
        background-image: url(../images/yewu/4.png);
    }

    .logo-link3 {
        width: 180px;
        height: 100px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/5.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link3:hover,
    .logo-link3:active {
        background-position: 0 0;
        background-image: url(../images/yewu/6.png);
    }

    .logo-link4 {
        width: 180px;
        height: 100px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/7.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link4:hover,
    .logo-link4:active {
        background-position: 0 0;
        background-image: url(../images/yewu/8.png);
    }
}

/* 正常 */

@media only screen and (min-width: 1025px) and (max-width: 1920px) {
    #calendar {
        /* margin-top: -6%; */
    }

    .texts {
        /* margin-top: 0%; */
    }

    .banri_logo {
        /*display: flex;*/
        float: left;
        margin-top: -2%;
        margin-left: -5%;
    }

    .tip_itemTitle {
        width: 100%;
        color: black;
        display: flex;
        justify-content: center;
        letter-spacing: 5px;
    }

    .tip_itemTitle_span {
        font-size: 55px;
        color: white;
        -webkit-text-stroke: aliceblue;
        background-color: #dd130f;
        width: 80px;
        height: 70px;
        border-radius: 50%;
        text-align: center;
        vertical-align: top;
        margin-top: 1%;
    }

    .tip_itemTitle_span1 {
        font-size: 75px;
        color: #dd130f;
        -webkit-text-stroke: aliceblue;
        margin-top: -2%;
        font-weight: bolder;
        font-family: meiryo;
    }

    .tip_itemTitle {
        color: black;
        font-size: 5em;
        font-weight: bold;
        /*text-shadow: 4px 4px 1px #bebdbd;*/
        -webkit-text-stroke: 1.5px black;
        font-family: meiryo;
        width: 100%;
        margin: 10px auto;
        vertical-align: bottom;
        margin-left: -4%;
    }

    .logoPhoto2 {
        font-size: 54pt;
        color: #18a4ba;
        font-weight: 900;
        letter-spacing: 2px;
        font-family: myFirstFont;
        margin-top: -21px;
    }

    .logoPhoto3 {
        font-size: 50pt;
        color: #000000;
        font-weight: 900;
        letter-spacing: 2px;
        font-family: myFirstFont;
        margin-left: -3px;
    }

    /* #nav-wrap {	height:30px; padding-top:2%; font-family:Gothic; font-weight:600;  font-size:14px; } */
    .logo-link1 {
        width: 180px;
        height: 180px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/1.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link1:hover,
    .logo-link1:active {
        background-position: 0 0;
        background-image: url(../images/yewu/2.png);
    }

    .logo-link2 {
        width: 180px;
        height: 180px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/3.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link2:hover,
    .logo-link2:active {
        background-position: 0 0;
        background-image: url(../images/yewu/4.png);
    }

    .logo-link3 {
        width: 180px;
        height: 180px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/5.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link3:hover,
    .logo-link3:active {
        background-position: 0 0;
        background-image: url(../images/yewu/6.png);
    }

    .logo-link4 {
        width: 180px;
        height: 180px;
        text-decoration: none;
        display: block;
        background-image: url(../images/yewu/7.png);
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-link4:hover,
    .logo-link4:active {
        background-position: 0 0;
        background-image: url(../images/yewu/8.png);
    }
}

/* MOBILE NAVIGATION BAR  */

@media only screen and (max-width: 767px) {
    .logo {
        margin-top: -12px;
        width: 50%;
    }

    /* menu icon */
    #menu-icon {
        position: absolute;
        color: #54606b;
        width: 50%;
        font-size: 16px;
        font-weight: 400;
        font-family: "Lato";
        height: 30px;
        border-radius: 1px;
        background: #eaeff3 url(../images/menu-icon.png) no-repeat 10px center;
        padding: 8px 10px 0 42px;
        cursor: pointer;
        border: solid 1px #bac7d1;
        box-shadow: 0 0 3px #fdfdfd inset;
        text-align: left;
        display: block;
        /* how menu icon */
    }

    /*#menu-icon:hover {	background-color: #badfec; }*/
    /*#menu-icon.active {	background-color: #a5acb2;	}*/
    .mn-clk {
        font-size: 12px;
        color: #8c98a2;
    }

    /* main nav */
    #nav {
        clear: both;
        position: absolute;
        top: 97px;
        z-index: 10000;
        padding: 6px 12px 20px 6px;
        background: #fefefe;
        border: solid 1px #d2d2d2;
        display: none;
        right: 2px;
    }

    #nav li {
        clear: both;
        float: none;
        margin: 5px 0 5px 10px;
    }

    #nav a,
    #nav ul a {
        background: none;
        display: inline;
    }

    #nav a:hover,
    #nav ul a:hover {
        background: none;
    }

    /* dropdown */
    #nav ul {
        width: auto;
        position: static;
        display: block;
        border: none;
        background: url(../images/ul-top1.png) no-repeat;
    }

    #nav ul li {
        margin: 3px 0 3px 15px;
    }

    .tab {
        font-size: 14px;
    }

    .page-content table {
        font-size: 3px;
    }
}

.thanksname {
    position: absolute;
    top: 60px;
    left: 50px;
    font-size: -webkit-xxx-large;
    color: #ffffff;
    font-family: adobe 黑体 std;
}

#totalSecond {
    position: absolute;
    top: 120px;
    left: 50px;
    font-size: -webkit-xxx-large;
    color: #ffffff;
    font-family: adobe 黑体 std;
}

/* ---------------------

/*-310205-*/

.h1Txt {
    display: none !important;
}

/*-bread-*/

.bredLink {
    padding: 0 10px 20px 10px;
    text-align: left;
    font-size: 12px;
}

.bredLink a {
    color: #999999;
}

.bredLink li {
    display: inline;
}

.bredLink li:after {
    content: " ＞ ";
    /*記号( ＞ )を追加します*/
}

.bredLink li:last-child:after {
    content: "";
    /*リスト要素の末尾は記号を消します*/
}

.h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
    color: #54606b;
    font-weight: 300;
    font-family: Gothic;
}

.page-subtitle h2 {
    line-height: 30px;
}

.thought-container {
    margin-top: 1rem;
    padding: 6rem;
    width: 100%;
    background-color: #e8f5eb;
    background-size: cover;
    background-image: url('/images/index/kehufankui.webp');
    border-radius: 1.4rem;
    font-family: Gothic;
    color: black;
    overflow: auto;
}

.thought-title {
    text-align: center;
    font-size: 4rem;
    font-weight: bolder;
    color: black;
}

.thought-part1 {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-top: 5rem;
    height: 36rem;
}

.thought-part1 .thought-item {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 1rem 0.8rem;
    width: 32%;
    border-radius: 0.8rem;
}

p.thought-content {
    width: 100%;
    color: black;
    font-family: Gothic;
    font-size: 16px;
}
@media screen and (max-width: 1872px) {
    p.thought-content {
        font-size: 15.5px;
    }
  }
  @media screen and (max-width: 1775px) {
    p.thought-content {
        font-size: 15px;
    }
  }
p.thought-name {
    width: 100%;
    color: black;
    text-align: right
}

.thought-part2 {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 20rem;
    margin-top: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 0.8rem;
    background: rgba(163, 213, 220, 0.6);
}

.thought-item-1 {
    height: 36rem;
}

.thought-item-2 {
    height: 12rem;
}

.thought-item-3 {
    height: 23rem;
}

.thought-item-4 {
    height: 25.5rem;
}

.thought-item-5 {
    height: 9.5rem;
}

.arrow-right {
    width: 80px;
    height: 80px;
    background-color: transparent; /* 模块背景为透明 */
    border-color: #fff;
    border-style: solid;
    border-width: 20px 20px 0 0;
    transform: rotate(45deg); /*箭头方向可以自由切换角度*/
}

.arrow-left {
    width: 80px;
    height: 80px;
    background-color: transparent; /* 模块背景为透明 */
    border-color: #fff;
    border-style: solid;
    border-width: 20px 20px 0 0;
    transform: rotate(225deg); /*箭头方向可以自由切换角度*/
}

.flow-container {
    /* margin-top: 4rem; */
    width: 100%;
}

.flow-title {
    font-family: myFirstFont;
    width: 100%;
    height: 8rem;
    padding-left: 4rem;
    font-size: 5rem;
    line-height: 8rem;
    background: orange;
    font-weight: 900;
    color: #fff;
    font-style: italic;
    background-size: cover;
    background-image: url('/images/index/flow.webp');
}

.flow-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
    width: 100%;
}

.flow-item {
    display: flex;
    margin-bottom: 2rem;
    width: 32%;
    height: 8rem;
    font-size: 2.5rem;
    line-height: 8rem;
}

.flow-item div {
    text-align: center;
}

.flow-text {
    width: 80%;
    font-weight: 900;
    color: #fff;
    font-style: italic;
    font-size: 26px;
}

.flow-number {
    width: 20%;
    font-weight: 900;
    color: #fff;
    font-style: italic
}

.flow-item-right {
    background-size: 100% 100%;
    background-image: url('/images/index/flow-right.webp');
}

.flow-item-left {
    background-size: 100% 100%;
    background-image: url('/images/index/flow-left.webp');
}

@media only screen and (max-width: 1024px) {
    p.thought-content {
        font-size: 0.4rem;
    }

    p.thought-name {
        font-size: 0.4rem;
    }

    .flow-title {
        font-size: 4rem;
    }

    .flow-text-small {
        padding-left: 2rem;
        text-align: left;
        line-height: 4rem;
    }
}

@media only screen and (max-width: 768px) {
    p.thought-content {
        font-size: 0.4rem;
    }

    p.thought-name {
        font-size: 0.4rem;
    }

    .flow-title {
        font-size: 4rem;
    }

    .flow-text-small {
        padding-left: 2rem;
        text-align: left;
        line-height: 4rem;
    }

    .flow-item {
        flex-basis: 100%;
    }

    .flow-item-4 {
        order: 4
    }

    .flow-item-5 {
        order: 5
    }

    .flow-item-6 {
        order: 6
    }
}

@media only screen and (max-width: 480px) {
    .thought-container {
        padding: 2rem;
        height: auto;
    }

    .thought-title {
        font-size: 2rem;
    }

    .thought-part1 {
        flex-direction: row;
        margin-top: 2rem;
        height: auto;
    }

    .thought-part1 .thought-item {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }

    p.thought-content {
        font-size: 1.4rem;
    }

    p.thought-name {
        font-size: 0.4rem;
    }

    .thought-part2 {
        margin-top: 0rem;
        height: auto;
    }

    .flow-title {
        height: 6rem;
        line-height: 6rem;
        text-align: center;
        padding-left: 2rem;
        font-size: 1.9rem;
    }

    .flow-item {
        height: 6rem;
        line-height: 6rem;
        flex-basis: 100%;
    }

    .flow-item-4 {
        order: 4
    }

    .flow-item-5 {
        order: 5
    }

    .flow-item-6 {
        order: 6
    }

    .flow-text {
        display: inline-block;
        font-size: 1.4rem;
    }

    .flow-number {
        display: inline-block;
        font-size: 1.6rem;
    }

    .flow-text-small {
        padding-left: 2rem;
        text-align: left;
        line-height: 3rem;
    }
}

@media only screen and (max-width: 320px) {

}
