/******************************************************************
Theme Name: CUBE DELTA THEME
Theme URI: http://cube096.com
Description: This site was built using the Bones Development Theme. For more information about Bones or to view documentation, you can visit the <a href="https://github.com/eddiemachado/bones/issues" title="Bones Issues">Bones Issues</a> page on Github. You'll want to customize this for your clients with your own information.
Author: CUBE Inc.
Author URI: http://cube096.com
Version: 9999
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*/


/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button,
html,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em
}

h1,
h2 {
    margin: 0
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.17em
}

h3,
h4 {
    margin: 0
}

h4 {
    font-size: 1em
}

h5 {
    font-size: .83em
}

h5,
h6 {
    margin: 0
}

h6 {
    font-size: .75em
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 0
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:after,
q:before {
    content: '';
    content: none
}

small,
sub,
sup {
    font-size: 75%
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl,
menu,
ol,
ul {
    margin: 0
}

menu,
ol,
ul {
    padding: 0
}

nav ol,
nav ul {
    list-style: none;
    list-style-image: none
}

svg:not(:root) {
    overflow: hidden
}

figure,
form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.strong,
b,
strong {
    font-weight: 700
}

.em,
dfn,
em {
    font-style: italic
}

.small,
small {
    font-size: 75%
}

ol,
ul {
    padding: 0;
    list-style-type: none
}

li {
    list-style: none;
}

dd {
    margin: 0
}

.commentlist,
.sidebar ol,
.sidebar ul {
    list-style: none
}

.clearfix {
    zoom: 1
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.alert-error,
.alert-help,
.alert-info,
.alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid
}

.alert-help {
    border-color: #e8dc59;
    background: #ebe16f
}

.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8
}

.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4
}

.alert-success {
    border-color: #deeaae;
    background: #e6efc2
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

a img,
img {
    vertical-align: bottom;
    border: 0 0;
    background: transparent
}


/*基本*/

html {
    font-size: 16px;
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    position: relative;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:visited {
    color: #666;
}


/*header*/

#header {
    border-bottom: 1px solid #CCC;
}

#inner-header {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}

#content {
    padding: 3% 0;
}

#inner-content {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}


/*BLOG部分*/

.blogset #inner-content:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.blogset #main {
    width: 70%;
    float: left;
}

.blogset #sidebar1 {
    width: 30%;
    float: left;
    padding: 0 1rem;
}

.blogset #main article {
    padding: 2%;
    border: 1px solid #CCC;
    margin-bottom: 1rem;
}

.blogset #main article:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.bassui {
    margin: 0.5rem 0;
}

.toukoubi {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
}

.blogset .footer-category {
    font-size: 0.8rem;
}

.blogtb {
    width: 150px;
    float: left;
    margin-right: 2%;
    max-width: 23%;
}


/*サイドバーrss*/

#siderss {
    margin-bottom: 2rem;
}

#siderss ul {
    height: 250px;
    overflow-y: scroll;
}

#siderss li {
    margin-bottom: 5px;
}

#siderss li a {
    display: block;
    padding: 5px;
    border: 1px solid #CCC;
    text-decoration: none;
    font-size: 0.8rem;
}

#siderss li a:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#siderss li a img {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.sidedate {
    display: block;
    font-size: 0.6rem;
}


/*ヘッダメニュー*/

#mainlogo{
	width:150px;
	max-width:100%;
}

#logotex{
	color:#FFF;
	text-align:center;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}

#mainnav {}

#mainnav ul {}

#mainnav ul:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#mainnav ul li {
    width: 20%;
    float: left;
}


/*footer*/

#footer {
    border-top: 1px solid #CCC;
}

.copyright {
    text-align: center;
}

#logo-ft{
	width:150px;
	max-width:95%;
	display:inline-block;
	margin-bottom:1.5rem;
}


/*トップページRSS*/

#toprss {
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #CCC;
}

#toprss li {
    border-bottom: 1px solid #c1c1c1;
}

#toprss li a {
    display: block;
    text-decoration: none;
    padding: 5px;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

#toprss li a:hover {
    background-color: #f1f1f1;
}

#toprss li a:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#toprss li img {
    width: 50px;
    float: left;
    margin-right: 5px;
}

#toprss li .date {
    font-size: 0.8rem;
    display: block;
}


/*=====================================================================================================================
=            								  		CSS STYLE GKV            										  =
======================================================================================================================*/


/* ========================== GENRAL ========================== */

body {
    width: 100%;
    position: relative;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    color: #131e2a;
    line-height: 120%;
    font-family: "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.container,
.row,
header,
nav,
section,
footer {
    width: 100%;
    float: left;
}

* {
    box-sizing: border-box;
}

.cont {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

a {
    text-decoration: none;
}


/* Color */

.cl-3e8fc3 {
    color: #3e8fc3;
}

.cl-248e3d {
    color: #248e3d;
}

.cl-284d71 {
    color: #284d71;
}


/* Button style */

.btn-style1 {
    font-size: 14px;
    color: #071a28;
    border: 1px #151941 solid;
    text-align: center;
    padding: 16px 20px;
    display: inline-block;
    min-width: 256px;
}

.btn-style1 span.arrow-btn {
    float: right;
}

.btn-style1:visited {
    color: #071a28;
}

.btn-style1:hover {
    background: #151941;
    color: #fff;
}

.btn-style2 {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background: #0f4c6d;
    padding: 8px 35px;
    border: 1px transparent solid;
}

.btn-style2:visited {
    color: #fff;
}

.btn-style2:hover {
    border: 1px #0f4c6d solid;
    background: none;
    color: #333;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}


/* Title style */

.title-style1 {
    color: #06061c;
    font-size: 25px;
    line-height: 50px;
    font-family: "游明朝体", Yu Mincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.title-style2 {
    font-size: 36px;
    font-weight: normal;
    font-family: "游明朝体", Yu Mincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    color: #131e2a;
    line-height: 50px;
    letter-spacing: 3px;
    font-weight: 500;
}


/* Text style */

.txt-style1 {
    font-size: 16px;
    line-height: 30px;
    color: #181823;
}

.txt-style2 {
    font-size: 14px;
    line-height: 25px;
    color: #141428;
}


/* Hover style */

.hv-style {
    display: block;
    overflow: hidden;
    position: relative;
}

.hv-style img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%;
}

.hv-style a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    width: 100%;
}

.hv-style2 {
    display: block;
    overflow: hidden;
    position: relative;
}

.hv-style2:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    width: 100%;
    filter: brightness(0.6);
}

.hv-style2 img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%;
}


/* Margin top style */

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}


/* Breadcrumb */

.row-breadcrumb {
    background: #e5f2f7;
    padding: 15px 0;
    text-align: center;
}

.row-breadcrumb ul {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0;
}

.row-breadcrumb ul li {
    display: inline-block;
    padding-left: 110px;
}

.row-breadcrumb ul li a {
    font-weight: bold;
    color: #131e2a;
    font-size: 16px;
    line-height: 160%;
}

.row-breadcrumb ul li:first-child {
    padding-left: 0;
}


/* Slider */

#main-wrap-slider {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.right-slider {
    width: 100%;
    height: 100%;
    float: left;
    padding-left: 300px;
}

.row-slider {
    position: relative;
    height: 50vh;
}


/* End slider */


/* ========================== END GENERAL ========================== */


/* ========================== SIDEBAR ========================== */









#sidebar {
    width: 302px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow-x:hidden;
    overflow-y: auto;
    background: rgba(7, 18, 33, 0.8);
    padding: 0 20px;
}



.overlay-sidebar {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}


/* Logo sidebar */

.logo-sidebar {
    text-align: center;
    padding: 20px 0;
}


/* Menu sidebar */

.menu-sidebar ul li {
    width: 100%;
    float: left;
    border-top: 1px #fff solid;
	position:relative;
}

.menu-sidebar ul li:last-child {
    border-bottom: 1px #fff solid;
}

.menu-sidebar ul li a {
    color: #fff;
    display: block;
    padding-left: 45px;
    padding: 16px 10px 16px 45px;
    font-family: "游明朝体", Yu Mincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.menu-sidebar ul li a.menu-item-icon1 {
    background: url(https://shizenan.aso-hakusui.com/wp-content/themes/gamma/images/general/icon-menu1.png) left center no-repeat;
}

.menu-sidebar ul li a.menu-item-icon2 {
    background: url(https://shizenan.aso-hakusui.com/wp-content/themes/gamma/images/general/icon-menu2.png) left center no-repeat;
}

.menu-sidebar ul li a.menu-item-icon3 {
    background: url(https://shizenan.aso-hakusui.com/wp-content/themes/gamma/images/general/icon-menu3.png) left center no-repeat;
}

.menu-sidebar ul li a.menu-item-icon4 {
    background: url(https://shizenan.aso-hakusui.com/wp-content/themes/gamma/images/general/icon-menu4.png) left center no-repeat;
}

.menu-sidebar ul li a.menu-item-icon5 {
    background: url(https://shizenan.aso-hakusui.com/wp-content/themes/gamma/images/general/icon-menu5.png) left center no-repeat;
}

.menu-sidebar ul li a.menu-item-icon6 {
    background: url(https://shizenan.aso-hakusui.com/wp-content/themes/gamma/images/general/icon-menu6.png) left center no-repeat;
}

.menu-sidebar ul li a span.arrow-menu {
    float: right;
}

.menu-sidebar .submenu{
	position:absolute;
	left:100%;
	width:200px;
	z-index:10000000;
	top:0;
}



.icon-menu-sp {
    display: none;
    cursor: pointer;
}

.icon-menu-sp img {
    width: 40px;
    height: 40px;
}


/* Banner sidebar */

.banner-sidebar {
    padding-top: 20px;
	width:230px;
	margin:0 auto;
	float:none;
	clear:both;
}

.banner-sidebar ul li {
    padding-top: 10px;
	text-align:center;
}

.banner-sidebar ul li:first-child {
    padding-top: 0;
}

.banner-sidebar img {
    width: 100%;
    max-width: inherit;
}


/* ========================== END SIDEBAR ========================== */


/* ========================== MAIN ========================== */

#main-wrap {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.left {
    width: 300px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(https://shizenan.aso-hakusui.com/wp-content/themes/gamma/images/general/bg-sidebar.jpg) left center repeat;
    z-index: 2;
}

.right {
    width: 100%;
    height: 100%;
    float: left;
    padding-left: 302px;
}


/* Wrap-content */

.wrap-1045px {
    max-width: 1045px;
    width: 100%;
    margin: 0 auto;
}

.wrap-1130px {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
}

.wrap-1346px {
    max-width: 1346px;
    width: 100%;
    margin: 0 auto;
}

.wrap-1200px {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.wrap-1250px {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.wrap-1280px {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}


/* End wrap-content */


/* ========================== END MAIN ========================== */


/* ========================== FOOTER ========================== */


/* Page top */

#page-top {
    position: fixed;
    bottom: 15%;
    right: 20px;
    font-size: 12px;
    z-index: 99999;
}

#page-top a {
    text-decoration: none;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}


/* Footer */

footer {
    padding-top: 0;
}

.footer {
    padding: 25px 0 0 0;
    background: #fafdff;
	margin-top:25px;
}

.footer-col1 {
    width: 40%;
    float: left;
}

.title-ft {
    padding-bottom: 5px;
    border-bottom: 1px #0f3347 solid;
}

.title-ft h3 {
    background: url(https://shizenan.aso-hakusui.com/wp-content/themes/gamma/images/general/icon-title-ft.png) left center no-repeat;
    padding-left: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #0d213c;
    line-height: 160%;
}

.footer-col1-left {
    width: 60%;
    float: left;
    padding-top: 5px;
    letter-spacing: 3px;
}

.footer-col1-left .f-14 {
    font-size: 14px;
    line-height: 160%;
}

.footer-col1-left .f-12 {
    font-size: 12px;
    line-height: normal;
}

.footer-col1-right {
    width: 40%;
    float: left;
    font-size: 12px;
}

.footer-col1-right ul li {
    width: 100%;
    float: left;
    padding-bottom: 4px;
}

.footer-col1-right ul li a {
    color: inherit;
}

.footer-note {
    background: #0485cb;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    width: 70px;
    display: inline-block;
    margin-right: 20px;
    line-height: normal;
}

.footer-col2 {
    width: 31%;
    float: left;
    text-align: center;
}

.footer-col3 {
    width: 29%;
    float: left;
}

.footer-col3 ul li {
    padding-top: 10px;
}

.footer-col3 ul li:first-child {
    padding-top: 0;
}


/* Site map */

.site-map {
    background: #2f3844;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}


/* Menu footer */

.menu-ft ul {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0;
    font-size: 0;
}

.menu-ft ul li {
    display: inline-block;
    padding-left: 73px;
}

.menu-ft ul li:first-child {
    padding-left: 0;
}

.menu-ft ul li a {
    font-size: 12px;
    color: #151941;
	display:block;
    padding: 15px 0;
}

.menu-ft ul li a:hover {
	color:#23214B;
}

.arrow-menu-ft {
    padding-left: 20px;
    font-size: 12px;
}


/* Copyright */

.copyright {
    background: #0d213c;
    text-align: center;
    color: #bbd8e8;
    font-size: 12px;
    padding: 10px 0;
}


/* ========================== END FOOTER ========================== */


/*=====================================================================================================================
=            							  		  END CSS STYLE GKV            										  =
======================================================================================================================*/


/*イマココ*/

@media screen and (max-width:1674px) {
    /* Wrap content  */
    .wrap-1346px {
        width: 98%;
        margin: 0 1%;
    }
}

@media screen and (max-width:1610px) {
    /* Wrap content */
    .wrap-1280px {
        width: 98%;
        margin: 0 1%;
    }
}

@media screen and (max-width:1576px) {
    .wrap-1250px {
        width: 98%;
        margin: 0 1%;
    }
}

@media screen and (max-width:1520px) {
    /* Wrap content  */
    .wrap-1200px {
        width: 98%;
        margin: 0 1%;
    }
}

@media screen and (max-width:1450px) {
    /* General */
    .wrap-1045px,
    .wrap-1130px,
    .cont {
        width: 98%;
        margin: 0 1%;
    }
    /* Menu footer */
    .menu-ft ul li {
        padding: 0 6px;
    }
    .menu-ft ul li:first-child {
        padding-left: 0;
    }
    .menu-ft ul li:last-child {
        padding-right: 0;
    }
    .arrow-menu-ft {
        padding-left: 10px;
    }
    /* Row footer */
    .footer-col1 {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px #ccc solid;
    }
    .footer-col2 {
        width: 50%;
    }
    .footer-col3 {
        width: 50%;
    }
}

@media screen and (max-width:1130px) {
    /* Slider */
    .row-slider {
        position: relative;
        height: 500px;
    }
    /* Sidebar */
    #sidebar {
        width: 250px;
        padding: 0 10px;
    }
    /* Wrap content */
    .right {
        padding-left: 250px;
    }
    /* Menu footer */
    .menu-ft ul li {
        width: 100%;
        float: left;
        text-align: left;
        border-bottom: 1px #ccc solid;
    }
    .menu-ft ul li:first-child {
        padding-top: 0;
    }
    .arrow-menu-ft {
        padding-left: 0;
        float: right;
    }
}

@media screen and (max-width:992px) {
    /* General */
    .title-style2 {
        font-size: 30px;
    }
    /* Row footer */
    footer {
        padding-top: 50px;
    }
    .footer {
        padding-top: 20px;
    }
    /* Breadcrumb */
    .row-breadcrumb ul li {
        padding-left: 20px;
    }
    /* Margin top */
    .mt50 {
        margin-top: 25px;
    }
}

@media screen and (max-width: 980px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width:980px) {
    .menu-sidebar ul {
        display: block !important;
    }
}

@media screen and (max-width:980px) {
    /* Slider */
    .row-slider {
        position: relative;
        height: 300px;
    }
    .right-slider {
        padding-left: 0;
    }
    /* Sidebar */
    #sidebar {
        display: block;
        width: 100%;
		max-width:100%;
        height: auto;
        bottom: inherit;
        overflow-y: hidden;
        background: rgba(7, 18, 33, 0.95);
    }
    .overlay-sidebar {
        padding-bottom: 0;
    }
    /* Logo sidebar */
    .logo-sidebar {
		padding:5px 0;
    }

	.logo-sidebar h1{
        padding: 5px 0;
        width: 50px;
		float:left;
	}

	.logo-sidebar #logotex{
		margin-top:30px;
		text-align:left;
		width:calc(100% - 50px);
		float:right;
		padding-left:10px;
	}



/* Menu sidebar */
    .icon-menu-sp {
        display: block;
        display: block;
        position: absolute;
        right: 10px;
        top: 25px;
    }
    .menu-sidebar ul {
        display: none;
    }
    .menu-sidebar ul li:last-child {
        border-bottom: 0;
    }
    /* Banner sidebar */
    .banner-sidebar {
        display: none;
    }
    /* Wrap content */
    .right {
        padding-left: 0;
    }
    /* Row footer */
    .footer-col1-left {
        width: 55%;
    }
    .footer-col1-right {
        width: 45%;
    }
    /* Page top */
    #page-top {
        right: 5px;
        bottom: 60px;
    }
    #page-top img {
        width: 40px;
    }
}

@media screen and (max-width: 640px) {
    /* General */
    .title-style2 {
        font-size: 26px;
    }
    .blogset #main {
        width: 100%;
        float: none;
    }
    .blogset #sidebar1 {
        width: 100%;
        float: none;
    }
    /* Row footer */
    .row-btn-col1 {
        text-align: center;
    }
    .footer-col2 {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-col3 {
        width: 100%;
        text-align: center;
    }
    /* Breadcrumb */
    .row-breadcrumb ul li {
        padding-left: 10px;
        font-size: 13px;
    }
	
	
}

@media screen and (max-width:520px) {
    /* Wrap content */
    .wrap-1045px,
    .wrap-1130px,
    .wrap-1200px,
    .wrap-1250px,
    .wrap-1280px,
    .wrap-1346px,
    .cont {
        width: 96%;
        margin: 0 2%;
    }
    /* Row footer */
    .footer-col1-left {
        width: 100%;
        padding-bottom: 15px;
    }
    .footer-col1-right {
        width: 100%;
    }
}