html,body{ overflow-x: hidden; -webkit-overflow-scrolling: touch; overflow-x:hidden;}
body{ margin: 0px; padding: 0px; font-family: 'Open Sans', sans-serif; }
a{ text-decoration: none; color: #444; font-weight: bold; }
.clearfix{ clear: both; float: none; }
.ul{ padding: 0px; margin: 0px; list-style: none; overflow: auto; }
.header{ background-color: #FFF;}
img{ border: none; max-width: 100%;}
*{  box-sizing: border-box; }
h2{ font-size: 18px; }
h3{ font-size: 16px; }
.wPage .linkz img{ height: auto !important;}
.bg_white{ background: #FFF; }
.transition {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.transition:hover {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.wCol_2{ padding-left: 40px !important;}
.pull-left{ float: left !important;}
.pull-right{ float: right !important;}
.tw-like{display: inline-block; float: left; max-width: 100px;}
.fb-like{ float: left; margin-right: 20px;}
#___plusone_0{ max-width: 85px; overflow: visible; float: left !important;}
.IN-widget{ float: left;}
.space10{ height: 10px;}
.space15{ height: 15px;}
.space20{ height: 20px;}
.space30{ height: 30px;}
.space40{ height: 40px;}
.header .logo{  display: inline-block; cursor: pointer; }
.header .logo img{ margin-top: 10px;}
.header .container{ height: 97px; position: relative; }
.social{ position: absolute; right: 60px; top: 28px; }
.social li:first-child{ margin-left: 0px;}
.social li{ float: left; margin-left: 10px;}
.social a{  padding: 0px; border: 0px; cursor: pointer; width: 30px; height: 30px; display: block; opacity:.8; }
.social a:hover{ opacity:1; }
.social .gplus{ background: url('../img/youtube.png'); }
.social .facebook{ background: url('../img/facebook.png'); }
.social .twitter{ background: url('../img/x.png');  }
.social .instagram{ background: url('../img/instagram.png');  }
.social .pinterest{ background: url('../img/pinterest.png');  }
.navigation .container{ position: relative; }
.search_box{ position: absolute; right: 0px;  top: 0px; width: 180px; padding: 5px 0px;  }
.search_box.active{ width: 100%; }
.search_box input{ width: 100%; background: #eeadcf; height: 40px; padding-left: 10px; outline: none; float: left; border: none;}
.search_box input::placeholder{ color: rgba(0,0,0,.1); }
.search_box.acitve input::placeholder{ color: #fafafa; }
.search_box.active input{ background: #FFF; }
.search_box button,.search_button{ background: transparent; color: #FFF; position: absolute; right: 0px; top: 5px; border: none; cursor: pointer; height: 40px; line-height: 40px; text-align: center; font-size: 14px; width: 50px; display: block; float: left;}
.search_box button:hover{ background: rgba(0,0,0,.03); color: #FFF; }
.search_box button svg,.search_button svg{ position: absolute; opacity: .3; left: 50%; top: 50%; transform: translate(-50%,-50%); }

.container{ width: 100%; max-width: 970px; margin-left: auto; margin-right: auto; }
.navigation{ background-color: #f4bdda; height: 50px; overflow: hidden; }
.navigation ul{ display: block; margin: 0px; float: left; padding-left: 0px; }
.navigation ul li{ float: left; display: inline-block; border-left: 1px solid rgba(210,0,119,.1); }
.navigation ul li:first-child{ border-left: none; }
.navigation ul li a{ color: #d2006d; line-height: 50px; font-size: 14px; display: block; padding:0px 15px; font-weight: 200; }
.navigation ul li a:hover{ background-color:#d2006d; color: #FFF; }
.navigation .home{ height: 46px; padding: 0px; display: block; width: 56px; background: url(../img/home.png) no-repeat center; }
.navigation .mobile_nav{ cursor: pointer;  background: url('../img/mobile_nav_list_icon.png'); position: absolute; right: 0px; display: none; width: 46px; height: 46px; }

.main{ padding-bottom: 20px; background: #f2f2f2; min-height: calc(100vh - 249px); }
.likeBox{ overflow: auto; }
.footer{ background: #c496d7; padding-bottom: 20px; position: relative; width: 100%; padding-top: 20px; border-top: 10px solid #a75cc6; }
.footer ul li:first-child a{ border-left: none;}
.footer ul{ display: table; margin: 0px auto; }
.footer ul li{ float: left;  }
.footer ul li a{ padding: 0px 20px; font-weight: 200; font-size: 14px; color: #FFF; border-left: 1px solid #FFF; display: block;}
.footer ul li a:hover{ text-decoration: underline;}

.chart{ margin-top: 30px;}
.chart .container{ width: 960px;}
.chart_cont{ margin-bottom: 20px; position: relative; height: 78px;}
.chart_cont .space_bar{ width: 5px; float: left; height: 50px;}
.chart_cont > a.week_link{ width: 23.5px; float: left; height: 50px; display: block; position: relative; z-index: 8;}
.chart_cont > a.endweek{ width: 15px; }
.chart_cont > a.month_link{ width: 95px; height: 28px; float: left; display: block; position: relative; z-index: 8; }
.chart_cont > img{ position: absolute; left: 0px; top: 0px;}
.chart_hover{ position: absolute; left: 0px; top: 0px; width: 0px; overflow: hidden;}
.chart_hover img{ max-width: none;}
.copyright{ text-align: center; font-size: 12px; font-weight: 200; margin-top: 20px; color: #FFF;}

.t1{ transition:all linear .1s; -moz-transition:all linear .1s; -webkit-transition:all linear .1s; -o-transition:all linear .1s; }
.t2{ transition:all linear .2s; -moz-transition:all linear .2s; -webkit-transition:all linear .2s; -o-transition:all linear .2s; }
.t3{ transition:all linear .3s; -moz-transition:all linear .3s; -webkit-transition:all linear .3s; -o-transition:all linear .3s; }
.t4{ transition:all linear .4s; -moz-transition:all linear .4s; -webkit-transition:all linear .4s; -o-transition:all linear .4s; }
.t5{ transition:all linear .5s; -moz-transition:all linear .5s; -webkit-transition:all linear .5s; -o-transition:all linear .5s; }
.t6{ transition:all linear .6s; -moz-transition:all linear .6s; -webkit-transition:all linear .6s; -o-transition:all linear .6s; }
.t7{ transition:all linear .7s; -moz-transition:all linear .7s; -webkit-transition:all linear .7s; -o-transition:all linear .7s; }
.t8{ transition:all linear .8s; -moz-transition:all linear .8s; -webkit-transition:all linear .8s; -o-transition:all linear .8s; }
.t9{ transition:all linear .9s; -moz-transition:all linear .9s; -webkit-transition:all linear .9s; -o-transition:all linear .9s; }

.wRow{ margin:0px -5px;}
.galleryPage .wPage{ width: 670px; }
.galleryPage .wSidebar{ width: 310px; }
.wPage{ width: 77.5%; float: left;}
.wPage .contd{ padding: 10px;}
.wSidebar{ width: 22.5%; float: right;}
.contd{ background: #FFF; margin:0px 0px; color: #3a3a3a; font-size: 14px; }
.contd.transparent{ background: transparent; padding: 0px; }
.contd > .contd{ margin: 0px;}
.nobg{ background: transparent;}
.contd h2,.h2{ color: #CC3399; font-size: 18px; font-weight: 600; }
.contd h3,.contd h4{ color: #CC3399; font-size: 16px; font-weight: 600; }
.breadcrumb{ padding: 10px 0px; }
.center{ text-align: center !important;}
h1.title{ font-size: 24px; margin-top: 0px; }
.wPage .contd h1.title,.h1{ color: #CC3399; margin: 0px; font-size: 24px; font-weight: 400; margin-bottom: 10px; }
.new_content_text p{ font-size: 14px;}
.new_container{ background: #FFF; padding: 20px; border-radius: 5px; }
.detCol_t1,.detCol_t2{  width: 100%; padding-right: 10px; }
.detCol_t1 .excerpt{ font-size: 14px; line-height: 24px;}
.detCol_t1 h1.title{ margin-top: 0px; font-size: 24px;  }
.rad3{-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.rad5{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.detailImage{ padding: 5px; border: 1px solid #f9f9f9; max-width: 300px; display: inline-block; float: left; margin-right: 10px; }
.baby_404{ width: 322px; height: 280px; float: right;}
.text_404{ width: 312px; float: left; position: relative;}
.text_404 .txt_404{ font-size: 160px; text-align: center; color: #8568a9; line-height: 160px; }
.text_404 .search_box{ position: relative; top: 0px; right: 0px; margin-top: 10px;}
.text_404 .search_box input{ width: 206px;}
.search_box_bg{ padding: 10px; float: left; display: inline-block; background: rgba(222,220,228,0.6); border-radius: 10px;}
.buble_404{ background:#FFF; position: relative; padding: 10px; font-size: 14px; text-align: center; }
.buble_404 img{ position: absolute; right: -20px; top: 25px;}
.w634{ width: 634px; float: left;}
.mw634{ max-width: 634px; float: left;}
.weeks_list{}
.weeks_list > ul > li{ margin-top: 5px; width: 100%; display: flex; flex-wrap: wrap; }
.weeks_list > ul > li > a{ display: inline-block; height: 40px; width: 267px; height: 55px; margin-right: 10px;}
.weeks_list > ul > li > a:hover{ opacity: 0.8;}
.weeks_list ul ul li > a:hover{ background: #ccc; color: #000; }
.weeks_list > ul > li > ul{ display: inline-block; flex: 1; margin-top: 17px; margin-bottom: 17px;}
.weeks_list ul ul li{ float: left; position: relative; margin-left: 5px;  }
.weeks_list ul ul li > a{
    -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
    padding: 3px; color: #FFF; text-align: center; font-size: 12px; width: 32px; display: inline-block; }
.weeks_list ul ul li > span{ width: 5px; height: 1.5px; position: absolute; top: 11px; left: -5px;  display: block;}
.weeks_list ul ul li:first-child span{ display: none; }
.color_list_1 > a{ background: url('../img/week_bg.png'); padding-left: 80px; line-height: 55px; font-size: 16px; color: #FFF; }
.color_list_2 > a{ background: url('../img/week_bg.png'); background-position: 0px -58px; padding-left: 80px; line-height: 55px; font-size: 16px; color: #FFF; }
.color_list_3 > a{ background: url('../img/week_bg.png'); background-position: 0px -116px; padding-left: 80px; line-height: 55px; font-size: 16px; color: #FFF; }
.color_list_4 > a{ background: url('../img/week_bg.png'); background-position: 0px -174px; padding-left: 80px; line-height: 55px; font-size: 16px; color: #FFF; }

.color_list_1 ul li a,.color_list_1 ul li > span{ background: #934faa; }
.color_list_2 ul li a,.color_list_2 ul li > span{ background: #c633a2; }
.color_list_3 ul li a,.color_list_3 ul li > span{ background: #1996de;}
.color_list_4 ul li a,.color_list_4 ul li > span{ background: #77a957;}

.galleryPage nav{ display: block; width: 100%; text-align: center; }

.ads_300_250,.ads_336_280{ width: 300px; height: 250px; float: right; display: block;}
.ads_336_280{ width: 336px; height: 280px;}
.ads_728_90,.ads_728_15{ width: 728px; height: 90px; margin: 10px 0px; margin-left: 1px;  }
.ads_728_15{ height: 15px; }
.ads_970_90{ width: 970px; height: 90px; margin: 10px 0px;}
.ads_180_90{ display: block; margin-left: auto; margin-right: auto; width: 180px; padding-top: 10px; }
.ads_160_600{ width: 160px; margin: 0px auto; padding: 20px 0px;  }
.ads_two .ads_336_280.pull-left{ margin-left: 15px; float: left; }
.ads_two .ads_336_280.pull-right{ margin-right: 15px; float: right;}

.cat_title{  font-size: 16px; color: #444; font-weight: 600; margin-bottom: 10px; }
.category_list{ padding: 5px;}
.category_list li a{ padding: 10px; display: block; color: #8568a9; cursor: pointer; }
.category_list li a:hover{ background: #fdfdfd;}
.category_list li:first-child{ border-top:1px solid #eeecec;}
.category_list li { border-bottom:1px solid #eeecec; }

.sc_title,.ls_title{ margin: 0px 5px; line-height: 40px; font-size: 1em; padding: 0px 10px; margin-bottom: 10px; color: #CC3399; font-weight: 600; }
.ls_title{ margin-right: 10px; margin-left: 0px;}
.listTitle{ font-size: 14px; font-weight: 300; color:#444; }
.likeArticles .wCont  img,.img_content{
    border: 1px solid #f1f1f1; padding: 4px; width: 100%; margin-bottom: 5px;
}
.likeArticles .wCont,.box_data .wCont{ display: block; color: #444; }
.mh200{ min-height: 200px;}
.mh200 p{ min-height: 100px;}
.mh200 .listTitle{ min-height: 34px;}
.box_data .listTitle{ font-size: 14px; line-height: 20px; margin-top: 10px; }
.box_data .wCont p{ font-size: 11px; }

.wCont{padding: 0px 5px; }
.owl-carousel .wCont{ padding: 0px 10px;}
.wRow_25{ width: 25%; float: left; }
.wRow_16{ width: 16.66%; float: left;}
.wRow_33{ width: 33.33%; float: left;}
.wRow_50{ width: 50%; float: left; }
.index_box_1{ padding: 0px; margin-right: 0px; height: auto; background: rgba(255,255,255,1); padding: 20px; border-radius: 5px; }
.index_box_1 h1{ color: #444; }

.flex_box_list{ display: flex; flex-wrap: wrap; gap: 20px; }
.flex_box_list > li{ width: calc(25% - 20px); }
.flex_box_list > li a{ display: block; }
.flex_box_list > li img{
    width: 100%;
    border:none;
    padding:0px; display: block;;
    margin-bottom: 0px;
    transition:all linear .2s; -moz-transition:all linear .2s; -webkit-transition:all linear .2s; -o-transition:all linear .2s;
}
.flex_box_list > li:hover img{ background: #CCC; transform: scale(1.02); }
.flex_box_list.box_data .listTitle{ margin-top: 0px; }
.img_content{ overflow: hidden; }
.flex_box_list > li:hover .listTitle{ color: #e71483; }
.box_bg_content{ background: #FFF; padding: 20px; border-radius: 5px; }
.box_bg_content h1.title{ margin-top: 0px; font-size: 24px; }


.cal_title{ background-image: url('../img/arrow_title.png'); background-repeat: no-repeat; background-position: 13px center; color: #FFF; padding: 10px 30px; font-size: 14px; line-height: 20px;}
.calculator_1{ background: #f4bdda; min-height: 150px; color: #FFF; font-size: 14px; text-shadow: 1px 1px 1px #444; }
.calculator_5{ background: #ee6ba6; min-height: 130px !important; color: #FFF; font-size: 14px; text-shadow: 1px 1px 1px #444;  }
.calbg.calculator_5 .cal_btn{ display: inline-block; color: #ee6ba6 !important; letter-spacing: 1px; text-shadow: none !important; margin-top: 10px; margin-bottom: 10px; min-width: 150px; height: 35px; }
.calbg.calculator_5 .cal_btn:hover{ background:#46B8ED; color: #FFF !important; }
.calculator_5 label{ display: none;}
.cal_btn{ padding: 7px 10px; min-width: 90px; text-align: center; line-height: 1.4; height: 35px; cursor: pointer; float: right; background: #c45889; border: 1px solid #FFF; color: #FFF; }
.cal_btn:hover{ opacity: .7; }
.calculator_2 .cal_btn{ background:#169cbc; }
.calculator_1 .cal_title{ background-color: #f28fc2; }
.calculator_2{ background: #82daee; min-height: 150px;  color: #FFF; font-size: 14px; text-shadow: 1px 1px 1px #444; }
.calculator_2 .cal_title{ background-color: #5fc6df;}

.calculator_1 .y_date{ width: 100px;}

.cal_result{ background: #ee6ba6;  text-align: center; position: absolute; top: 0px; left: 0px; display: none; width: 100%; height: 100%;}
.cal_result .cal_text{ padding: 10px 30px; }
.cal_result .r_date{ font-size: 20px;}
.calculator_2 .cal_result{ background: #5fc6df; }

.cal_list{ display: flex; flex-wrap: wrap; gap: 20px; overflow: visible; }
.cal_list li{ flex:0 0 calc(50% - 10px); }

.calc_list_row{ display: flex; flex-wrap: wrap; gap: 10px; }
.calc_list_row .calc_list_li{ flex: 0 0 calc(20% - 8px); }
.calc_list_row.childCategories a{ margin-bottom: 0px; }
.calc_list_row.childCategories a span{ height: auto; padding-left: 10px; padding-right: 10px; }
.calc_list_row img,.img_no_border img{ height: 120px !important; object-fit: cover; display: block; }
.calc_list_row .img_content,.img_no_border{ border: none; padding: 0px; margin-bottom: 10px; }
.calc_list_li:hover .img_content img,.childCategories > div:hover .img_no_border img{ transform: scale(1.1); }
.calc_list_row .box_bg_content{ padding: 5px; }

.cal_content{ padding: 10px; overflow: auto; position: relative; min-height: 110px;}
.cal_horoscope{ display: none; }
.cal_horoscope a{ color: #FFF;}
.names_col{ background: #c496d7; min-height: 150px; }
.names_col .cal_title{ background-color: #a75cc6; }
.names_col ul{ padding:0px 10px; margin-top: 10px;}
.names_col ul li { float: left; margin-right: 7.4px; margin-bottom: 7.4px;}
.names_col ul li:nth-child(10n+10){
    margin-right: 0px;
}
.names_col a{ height: 21px; width: 21px; line-height: 21px; text-align: center; border: 1px solid #FFF; color: #FFF; display: inline-block;
              /*-webkit-border-radius: 21px; -moz-border-radius: 21px; border-radius: 21px;*/ font-size: 12px;
}

.close{ width: 24px; height: 24px; position: absolute; right: 5px; top: 5px; background: url(../img/close.png); display: block; cursor: pointer;}
.box_42{background:#FFF; border-radius: 3px; overflow: auto; padding: 10px; display: block; cursor: pointer; }
.box_42 .bx_title{ font-size: 14px; font-weight: 600; margin-bottom: 2px; color: #444; }
.box_42 p{ font-size: 11px; margin: 0px; color: #444;}
.box_42:hover .box_icon{ background-color:#9f73b2;}
.box_42:hover .bx_title{ color:#9f73b2; }
.box_icon{  background-repeat: no-repeat; margin:5px; margin-right: 15px; float: left; background-position: center; background-color:#f4bdda; width: 55px; height: 55px;
            -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
}
.icon_1{ background-image: url('../img/icon_1.png');}
.icon_2{ background-image: url('../img/icon_2.png');}
.icon_3{ background-image: url('../img/icon_3.png');}
.icon_4{ background-image: url('../img/icon_4.png');}
.icon_5{ background-image: url('../img/icon_5.png');}

.article_list_box{ display: flex; gap: 10px; }
.article_list_box .bx_title{ color: #444; font-weight: 400; text-align: left; }
.article_list_box:not(.non_border_image) img{ padding: 5px; border: 1px solid #f1f1f1; background: #FFF; margin-bottom: 10px;}
.article_list_box img,.box_data a img{ display: block;  width: 100%; transition:all linear .2s; -moz-transition:all linear .2s; -webkit-transition:all linear .2s; -o-transition:all linear .2s; }
.article_list_box a:hover img,.box_data  a:hover img {
    transform: scale(1.02);
}
.article_list_box a:hover .bx_title,.box_data a:hover .listTitle{
    color: #e71483;
}

.name_list{ margin-bottom: 20px;}
.name_list .wCont{ border-bottom: 1px dashed #f1f1f1; border-right: 1px dashed #f1f1f1; min-height: 230px; padding: 10px 20px; }
.name_list li:nth-child(3n+3) .wCont{
    border-right: none;
}
.d_line{ margin-bottom: 10px;}
.name_list .name_title{ font-size: 22px; color: #c45889;}

.cal_list li a{  font-weight: 200; background: #CCC; font-size: 20px; padding-left: 70px; line-height: 70px; color: #FFF; display: block; width: 100%; height: 69px; }
.cal_list li a:hover{ opacity: 0.8;}

.pagination {
    list-style: none;
    margin: 40px;
    padding: 0;
    text-align: center; }
.pagination li {
    display: inline; margin-left: 10px; }
.pagination a,.pagination .active span,.pagination .disabled span,.nextLink,.prevLink {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
    margin: 1px 2px;
    padding: 5px 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #717171;
    font-size: smaller;
    font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
    text-shadow: white 0 1px 0;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea'); }
.pagination a:first-child, .pagination a.first {
    margin-left: 0; }
.pagination a:last-child, .pagination a.last {
    margin-right: 0; }
.pagination a:hover, .pagination a:focus,.nextLink:hover,.prevLink:hover {
    border-color: #fff;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
    background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
    background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
    background-image: -o-linear-gradient(top, #fefefe, #fafafa);
    background-image: linear-gradient(top, #fefefe, #fafafa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa'); }
.pagination a.more {
    box-shadow: 0 0 0 0 transparent;
    border: 0 none;
    background: transparent;
    margin-left: 0;
    margin-right: 0; }
.pagination .active span {
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
    border-color: #444;
    color: #f2f2f2;
    text-shadow: black 0 1px 0;
    background-color: #676767;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c));
    background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c'); }


.horocope_list .hr_name{ background: #B8B8B8; line-height: 23px; padding:10px 0px; margin-bottom: 10px; height: 46px; font-size: 16px; text-align: center;
                         color: #FFF; margin-top: -30px; width: 100%; z-index: 5; position: relative;
                         border-right: 1px solid #B8B8B8; border-left: 1px solid #B8B8B8;
}

.horocope_list img{ border: 1px solid #f1f1f1; display: block;}
.horocope_list .wRow_25{ margin-bottom: 15px; }

.childCategories a{ display: block; padding: 5px; background: #FFF; margin-bottom: 10px; text-align: center; min-height: 100px; }
.childCategories a span{ display: block; height: 25px; font-size: 14px; }
.mchilds{ display: none; }
.calbg{ text-align: center; position: relative; min-height: 250px;  color: #FFF; padding: 15px; font-size: 16px; }
.calbg_4{ background:#8AA262; }
.calbg_4 .cal_result{ background: #8AA262; }
.calbg_4 .cal_btn{ color: #8AA262; }
.calbg .cal_btn{float: none; margin: 0px auto; background: #FFF;}
.calbg_3{ background: #46B8ED; }
.calbg_3 .cal_result{ background: #46B8ED; }
.calbg_3 .cal_btn{ color: #46B8ED; }
.calbg_3 .cal_text_1{ margin-top: 20px !important;}
.datepicker{ min-width: 100px;}
.calbg.calculator_1 .cal_btn{ color: #E56BAE !important; text-shadow: none; }
.calbg.calculator_1 .cal_text{ margin-top: 100px; }

.calbg.calculator_2{ background:#A074A3; }
.calbg.calculator_2 .cal_result{ background:#A074A3;}
.calbg.calculator_2 .cal_btn{ color: #A074A3 !important; text-shadow: none; }
.calbg.calculator_2 .cal_text{ margin-top: 60px; }

.calbg .cal_result .cal_text_1 { margin-top: 40px; padding: 10px 15px;}
.calbg .cal_result .cal_text_2{ padding: 10px 15px; }
.calInput{ text-align: center; margin-left:auto; margin-right: auto; font-size: 16px; height: 25px; margin-top: 10px; width: 50px; border: none; padding-left: 10px; padding-right: 10px; outline: none; }
.calSelect{ width: 100px; height: 30px; }
.tags li{ float: left; margin-right: 10px;  }
.descContainer{ background: rgba(255,255,255,.4); box-sizing: border-box; border-radius: 10px; padding: 20px; margin-top: 20px; }
.descContainer h2{ margin-top: 0px; font-size: 18px; color: #444; }
.descText{ line-height: 20px; padding-right: 20px; font-size: 12px; line-height: 1.4; max-height: 200px; position: relative; overflow: auto;}
.descText .descTextBody{ margin-top: -15px;}
.readMoreCatText { position: relative; font-size: 14px; line-height: 25px; display: block; margin-bottom: 20px; margin-top: 10px;}
.readMoreCatText .line { width: 100%; height:2px; background: #f9f9f9; z-index: 2; position: absolute; top: 50%; bottom: 50%; margin-top: -1px;  }
.readMoreCatText span{ z-index: 3; position: relative; display: block; margin-left: auto; width: 150px; padding-right: 10px; cursor: pointer; margin-right: auto; background: #FFF; text-align: center; }
.readMoreCatText span:hover{ background: #9375b8; color: #FFF; }
.readMoreCatText span:hover .arrow-down{ border-top: 5px solid #fff; }
.readMoreCatText span:hover .arrow-up{ border-bottom: 5px solid #fff; }

.categoryListContent{ display: flex; flex-wrap: wrap; gap: 20px; }
.categoryListContent .cat_li{ flex: 0 0 calc(50% - 10px); padding: 20px; border-radius: 5px; background: rgba(255,255,255,1); }

.minH500{ min-height: 500px; }

.cForm input{ width: 100%; font-size: 16px; border: none; outline: none; padding: 0px 10px; height: 40px; background: #f0f0f0;}
.cForm textarea{ width: 100%; height: 150px; resize: none; font-size: 16px; border: none; outline: none; padding:10px; background: #f0f0f0;}
.cForm .code{ width: 70%; width: calc(100% - 110px) !important; float: right; }
.cForm .codeImg{ width: 100px; height: 40px; float: left; }
.sendForm{ width: 150px; height: 40px; background: #f4bdda; border-radius: 3px; color: #FFF; display: block; text-align: center; font-weight: normal; cursor: pointer; line-height: 40px; font-size: 18px;}

.ads_320_100{ width: 320px; height: 100px; margin-left: auto; margin-right: auto; }
.ads_320_50{ width: 320px; height: 50px; margin-left: auto; margin-right: auto; }

iframe{ max-width: 100%;}

.nextLink{ float: right; margin-bottom: 20px; margin-right: 10px;}
.prevLink{ float: left; margin-bottom: 20px;  margin-left: 10px;}

.detailNameBox{ padding-top: 5px; padding-bottom: 5px; height: auto !important; min-height: 10px !important; margin-bottom: 10px;}
.detailNameBox2{ height: auto !important; min-height: 10px !important; }
.detailNameBox2.names_col ul li{ margin-right: 9px; margin-bottom: 9px; }
.detailNameBox .htitle{ color: #FFF; font-size: 16px; margin-bottom: 10px; padding-left: 10px; }
.detailNameBox.names_col ul li{ margin-right: 5.3px; margin-bottom: 5.4px;}
.detailNameBox.names_col ul li a{ width: 18px;}

.backtogallery{ border-radius: 3px; background: url('../img/arrow_left.png') no-repeat 10px center; cursor: pointer; display: inline-block; background-color: #9f73b2; font-style: italic; color: #FFF; padding: 5px; padding-left: 30px;     font-weight: 200; padding-right: 15px; margin-top: 10px; }

.instaList a{ width: 14.28%; width: calc(100% / 7); padding-left: 5px; padding-right: 5px;  box-shadow: 0px 0px 11px rgba(0,0,0,0.1); display: block; float: left; box-sizing:border-box; }
.instaList a img{ border: 3px solid #baa5d2; box-sizing: border-box; }
.instaList .icontainer{ }
.instaList .title{  text-align: center;  margin-bottom: 30px;  margin-bottom: 20px; }

@media (max-width: 970px) and (min-width: 850px) {

}
@media (max-width: 970px) and (min-width: 768px) {
    .calculator_5 .wRow_25{ width: 33% !important; text-align: left !important;}
    .name_list li:nth-child(3n+3) .wCont{
        border-right: 1px dashed #f1f1f1;
    }
    .name_list li:nth-child(2n+2) .wCont{
        border-right: none;
    }
    .name_list .wRow_33{ width: 50%;}
    .name_list .wCont{ min-height: 180px; }
    .wRow_25{ width: 50%; margin-bottom: 10px;}
    .wRow_33{ width: 100%;}
    .wRow_16{ width: 25%;}
    .wPage{ width: 100%;}
    .wSidebar{ display: none;}
    .search_box{ right: 0px; }
    .footer ul li a{ font-size: 12px; padding: 0px 8px;}
    .navigation .home{ display: none;}
    .navigation ul li a{ padding: 0px 12px; font-size: 14px; }
}

@media (max-width: 767px){
    .flex_box_list > li{ flex: 0 0 calc(50% - 10px); }
    .categoryListContent .cat_li{ flex: 0 0 100%; }
    .calc_list_row{ display: flex !important;}
    .calc_list_row .calc_list_li{ flex: 0 0 calc(50% - 5px); }
    .calculator_5 .wRow_25{text-align: left !important;}
    .likeArticles .wRow_25{ width: 50% !important;}
    .ibox_2{ height: auto; }
    .ibox_2 .wRow_50{ width: 50% !important;}
    .detCol_t2{ max-width: 100%;}
    .cal_list li a{ background: #1996de; padding-left: 10px; width: calc(100% - 10px) !important; }
    .wCol_2{ padding-left: 5px;}
    table{ width: 100% !important;}
    .name_list li .wCont{ border-right: none; }
    .name_list .wCont{ min-height: 100px; }
    .wRow_33{ width: 100%; margin-bottom: 10px;}
    .wRow_25{ width: 100%; margin-bottom: 10px;}
    .wRow_50{ width: 100%; }
    .wRow_16{ width: 50%;}
    .wCol_2{ padding-left: 5px !important;}
    .mchilds{ background: #CC3399; color: #FFF; margin: 10px auto; display: inline-block; padding: 10px; cursor: pointer; }
    .childCategories{ display: none;}
    .mobile_wRow_100{ width: 100% !important;}
    .weeks_list > ul > li > ul{ display: block; clear: both;}
    .w634{ width: 312px;}
    .baby_404{ display: none;}
    .ads_728_90{ width: 320px; height: 50px; margin-left: auto; margin-right: auto;}
    .navigation .home,.footer ul{ display: none;}
    .wSidebar{ display: none; width: 100%;}
    .detCol_t1{ width: 100%; max-width: none; margin-bottom: 10px; }
    .wPage{ width: 100%;}
    .navigation .mobile_nav{ display: block;}
    .navigation{ overflow: visible; position: relative; }
    .navigation ul{ position: absolute; display: none; background: #8568a9; top: 46px; left: 0px; z-index: 5;}
    .navigation ul li{ width: 100%; border: none;}
    .navigation ul li a{ font-size: 14px; text-align: center;}
    .navigation ul li a:hover{ background: #9375b8; }
    .search_box{ width: 100%; }
}

@media (max-width: 767px) and (min-width: 500px){
    .navigation ul li{ width: 33.33% !important; }
}

@media (max-width: 500px) and (min-width: 200px){
    .header .logo{ margin-left: auto; margin-right: auto; display: block; width: 315px;}
}

@media (max-width: 970px) and (min-width: 200px) {
    .galleryPage .wPage{ width: 100%;}
    .calculator_5 label{ display: inline-block;}
    .calculator_5 .wRow_25.tabw100{ width: 100% !important; text-align: left !important;}
    .tabletMobileHide{ display: none !important;}
    .calculators{ margin-top: 10px;}
    .mw634{ width: 100%; max-width: none;}
    .index_box_1{ margin-right: 0px; height: auto; }
    .text_404 .search_box{ display: block; }
    .w634{ margin-left: auto; margin-right: auto; float: none;}
    .breadcrumb ul,.min_w970{ display: none; }
    .social{ display: none; }
    .container{ max-width: 96%; }
    .chart{ display: none;}
}

#breadcrumbs-two{
    overflow: hidden;
    width: 100%; font-size: 14px;
}

#breadcrumbs-two li{
    float: left;
    margin: 0 .3em 0 1em;
}

#breadcrumbs-two a{
    background: #f6f6f6;
    padding: .4em 1em;
    float: left; font-size: 14px;
    text-decoration: none;
    color: #444;
    position: relative;
    font-weight: 300;
}

#breadcrumbs-two a:hover{
    background: #e6e6e6; color: #444;
}
#breadcrumbs-two li:first-child{
    margin-left: 0px;
}
#breadcrumbs-two li:first-child a::before{
    position: relative;
    top: 0;
    margin-top: 0;
    border-width: 0;
    border-style: 0;
    border-color: #f6f6f6 #f6f6f6 #f6f6f6 transparent;
    left: 0;
}

#breadcrumbs-two a::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #f6f6f6 #f6f6f6 #f6f6f6 transparent;
    left: -1em;
}

#breadcrumbs-two a:hover::before{
    border-color: #e6e6e6 #e6e6e6 #e6e6e6 transparent;
}

#breadcrumbs-two a::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #f6f6f6;
    right: -1em;
}

#breadcrumbs-two a:hover::after{
    border-left-color: #e6e6e6;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
    font-weight: bold;
    background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
    content: normal;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.arrow-up {
	width: 0; margin-right: 10px;display: inline-block; text-align: center;
	height: 0;  margin-left: 10px; margin-top: 8px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;

	border-bottom: 5px solid #444;
}

.arrow-down {
	width: 0; margin-right: 10px; display: inline-block; text-align: center;
	height: 0;  margin-left: 10px; margin-top: 8px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;

	border-top: 5px solid #444;
}
iframe[name="google_conversion_frame"]{
    display: none;
}
body > #sb-site{ min-height: 100vh !important; }
.headerScript > img{ display: none; }
.tw-like{ margin-right: 15px;}

.gImageRelative{ position: relative; }
.gImageRelative .gLeft{ position: absolute; display: block; width: 100%; height: 100%; cursor: pointer; left: 0px; top: 0px; }
.gImageRelative .gRight{ position: absolute; display: block; width: 100%; height: 100%; cursor: pointer; right: 0px; top: 0px; }
.gImageRelative .gIndex{ position: absolute; width: 100%; height: 100%; cursor: pointer; left: 0px; top: 0px; }
@media (max-width: 860px) {
    img {
        height: auto !important;
    }
}

.McButton {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 20px;
    cursor: pointer;
}
.McButton b {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #cd217a;
}
.McButton b:nth-child(1) {
    top: 0;
}
.McButton b:nth-child(2) {
    top: 50%;
}
.McButton b:nth-child(3) {
    top: 100%;
}


.o-main-menu {
    position: fixed;
    top: 100px;
    overflow: auto;
    width: 100%;
    min-height: calc(100% - 100px);
    height: 0;
    z-index: 100;
    background-color: #fbf2f7;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    padding: 65px 30px;
}

@media (min-width: 1060px) {
    .o-main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 100px;
        width: 100%;
        height: calc(100% - 100px);
    }
}

.o-main-menu.js-active {
    opacity: 1; z-index: 999999;
    pointer-events: all;
}

.o-main-menu.js-active .c-main-nav__item {
    visibility: visible;
    opacity: 1;
}

.o-main-menu.js-active .c-main-nav__item:nth-child(1) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.o-main-menu.js-active .c-main-nav__item:nth-child(2) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.o-main-menu.js-active .c-main-nav__item:nth-child(3) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.o-main-menu.js-active .c-main-nav__item:nth-child(4) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.o-main-menu.js-active .c-main-nav__item:nth-child(5) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.o-main-menu.js-active .c-main-nav__item:nth-child(5) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.o-main-menu.js-active .c-main-nav__item:nth-child(6) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.o-main-menu.js-active .c-main-nav__item:nth-child(7) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.o-main-menu.js-active .c-main-nav__item:nth-child(8) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.o-main-menu.js-active .c-main-nav__item:nth-child(9) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.o-main-menu.js-active .c-main-nav__item:nth-child(10) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.o-main-menu.js-active .c-main-nav__item:nth-child(11) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.o-main-menu.js-active .o-main-menu__social {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.o-main-menu__inner {
    width: 100%;
}

@media (min-width: 1060px) {
    .o-main-menu__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 100%;
    }
}

.o-main-menu__container {
    height: 100%;
}

@media (min-width: 1060px) {
    .o-main-menu__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 110px;
    }
}

@media (min-width: 1200px) {
    .o-main-menu__container {
        padding-left: 12vw;
    }
}

.o-main-menu__nav {
    position: relative;
    width: 100%;
}

@media (min-width: 1060px) {
    .o-main-menu__nav {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.o-main-menu__right {
    margin-top: 40px;
}

@media (min-width: 1060px) {
    .o-main-menu__right {
        margin-left: auto;
        margin-top: auto;
        padding-right: 230px;
        height: 50%;
    }
}

.o-main-menu__sub-nav .c-sub-nav {
    display: none;
}

.o-main-menu__social {
    -webkit-transition: all 0.7s cubic-bezier(0.78, 0.11, 0.19, 0.81);
    -o-transition: all 0.7s cubic-bezier(0.78, 0.11, 0.19, 0.81);
    transition: all 0.7s cubic-bezier(0.78, 0.11, 0.19, 0.81);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 1060px) {
    .o-main-menu__social {
        position: absolute;
        left: 45vw;
        bottom: 0;
    }
    .o-main-menu__social.active {
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

.o-main-menu__picture {
    display: none;
}

@media (min-width: 1060px) {
    .o-main-menu__picture {
        display: block;
        height: 100%;
        position: fixed;
        top: 0;
        right: 115px;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: -webkit-transform 0.44s;
        transition: -webkit-transform 0.44s;
        -o-transition: transform 0.44s;
        transition: transform 0.44s;
        transition: transform 0.44s, -webkit-transform 0.44s;
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }
    .o-main-menu__picture img {
        max-width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .o-main-menu__picture.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.c-main-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: counter;
    position: relative;
}

.c-main-nav__item {
    counter-increment: counter;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.78, 0.11, 0.19, 0.81);
    -o-transition: all 1s cubic-bezier(0.78, 0.11, 0.19, 0.81);
    transition: all 1s cubic-bezier(0.78, 0.11, 0.19, 0.81);
}

@media (min-width: 1060px) {
    .c-main-nav__item {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

.c-main-nav__item.no-focus .c-main-nav__link {
    color: rgba(0, 0, 0, 0.15);
}

.c-main-nav__item.no-focus .c-main-nav__link::before {
    color: rgba(0, 0, 0, 0.15);
}

.c-main-nav__item .c-sub-nav {
    display: none;
}

@media (min-width: 1060px) {
    .c-main-nav__item .c-sub-nav {
        position: absolute;
        top: 25%;
        left: 45vw;
    }
}

.c-main-nav__link {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    color: #000;
    margin-bottom: 20px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-weight: 900;
    font-size: 25px;
    letter-spacing: 0.07em;
    line-height: 34px;
}

@media (min-width: 1060px) {
    .c-main-nav__link {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .c-main-nav__link {
        font-size: 28px;
        letter-spacing: 0.06em;
        line-height: 36px;
    }
}

@media (min-width: 1600px) {
    .c-main-nav__link {
        font-size: 32px;
        margin-bottom: 25px;
    }
}

@media (min-width: 1060px) {
    .c-main-nav__link::before {
        margin-right: 30px;
    }
}

.c-main-nav__link:hover {
    text-decoration: none;
    outline: none;
    color: #000;
}

.c-main-nav__link:hover span {
    width: 100%;
}

.c-contact-area {
    font-weight: normal;
}

.c-contact-area__row {
    margin-bottom: 30px;
}

.c-contact-area__title {
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #fff;
    opacity: 0.4;
    margin-bottom: 10px;
}

@media (min-width: 1600px) {
    .c-contact-area__title {
        font-size: calc(10px * 1);
    }
}

.c-contact-area__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.13em;
    text-align: left;
    color: #fff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    margin-bottom: 10px;
}

.c-contact-area__link:hover {
    text-decoration: none;
    color: #fff;
}

@media (min-width: 1600px) {
    .c-contact-area__link {
        font-size: calc(16px * 1);
        letter-spacing: calc(0.13em * 1);
        margin-bottom: calc(10px * 1);
    }
}

.c-contact-area__sub-title {
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    opacity: 0.15;
}

@media (min-width: 1600px) {
    .c-contact-area__sub-title {
        font-size: calc(10px * 1);
    }
}

.c-social-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
}

.c-social-area__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (min-width: 1600px) {
    .c-social-area__link {
        margin: 0 calc(15px * 1);
    }
}

.c-social-area__link .icon {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 10px;
    fill: #fff;
    opacity: 0.5;
}

@media (min-width: 1600px) {
    .c-social-area__link .icon {
        font-size: calc(10px * 1);
    }
}

.c-social-area__link:hover .icon {
    opacity: 1;
}

.c-sub-nav {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 25px;
    padding-left: 35px;
}

@media (min-width: 1060px) {
    .c-sub-nav {
        width: auto;
        padding-top: 55px;
        padding-left: 0;
    }
}

.c-sub-nav::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 40px;
    height: 1px;
}

@media (min-width: 1060px) {
    .c-sub-nav::after {
        left: 0;
    }
}

.c-sub-nav.active .c-sub-nav__item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

.c-sub-nav.active::after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

.c-sub-nav__item {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (min-width: 1060px) {
    .c-sub-nav__item:nth-child(1) {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .c-sub-nav__item:nth-child(2) {
        -webkit-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }
    .c-sub-nav__item:nth-child(3) {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .c-sub-nav__item:nth-child(4) {
        -webkit-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }
    .c-sub-nav__item:nth-child(5) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .c-sub-nav__item:nth-child(6) {
        -webkit-transition-delay: 0.35s;
        -o-transition-delay: 0.35s;
        transition-delay: 0.35s;
    }
    .c-sub-nav__item:nth-child(7) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .c-sub-nav__item:nth-child(8) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .c-sub-nav__item:nth-child(9) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .c-sub-nav__item:nth-child(10) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .c-sub-nav__item:nth-child(11) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
}

.c-sub-nav__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

@media (min-width: 1600px) {
    .c-sub-nav__link {
        font-size: calc(14px * 1);
        letter-spacing: calc(0.14em * 1);
        margin-bottom: calc(20px * 1);
    }
}

.c-sub-nav__link:hover {
    text-decoration: none;
    outline: none;
    color: #fff;
}

.c-sub-nav__picture {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.c-sub-nav__picture img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.o-header__form {
    position: fixed;
    right: 80px;
    top: 80px;
    display: none;
}

@media (min-width: 1060px) {
    .o-header__form {
        top: 115px;
        right: 115px;
    }
}

@media (min-width: 1600px) {
    .o-header__form {
        top: calc(115px * 1);
        right: calc(115px * 1);
    }
}
.gImageRelative img{ display: block; }
.galleryPrevLink{ width: 30%; height: 100%; position: absolute; background: linear-gradient(to right,  rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 100%);
}
.gallerynextLink{ width: 30%; height: 100%; right: 0px; position: absolute; background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%); }
.gallerynextLink svg,.galleryPrevLink svg{ position: absolute; transform: translate(0,-50%); top: 50%; }
.gallerynextLink svg{ right: 20px; }
.galleryPrevLink svg{ left: 20px; }

