/*
Theme Name:   Conte
Theme URI:    http://keksus.com/wordpress-themes/сonte/
Description:  Conte is a simple, minimalistic, responsive and easy customized WordPress theme. 
              Theme contain  search widget for header, popup widget, two menus for header and footer, 12 menu click effects and other useful options.
              Theme according to the latest web standards such as HTML5, CSS3 and is SEO friendly.
Version:      1.0
Author:       Keksus.com 
License:      NULL
License URI:  http://keksus.com/null.txt
Text Domain:  conte
Details URI:  http://keksus.com/сonte.html

Copyright (с) 2020 Keksus.com 
*/
@font-face {
    font-family: 'Roboto Regular';
    font-display: auto;
    font-style:  normal;
    font-weight: 400;
    src: local('Roboto Regular'), url('./fonts/Roboto-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Slab Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Slab Regular'), url('./fonts/RobotoSlab-Regular.woff') format('woff');
}
/*-------------------------------------------------------*/
/*  = Global css styles 
/*-------------------------------------------------------*/
*{
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}
html{
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
}
.fix,.searchformtop.open{
    margin: 0 auto;
    max-width: 800px;
}
.wrapper{ 
    position: relative;
}
.hh,.ff{
    padding: 0px 15px;
}
.cc{
    padding: 10px 0px;
    overflow: hidden;
    margin-top: 1px; 
}
.content{
    float:left;
    width: 100%;
}
.sidebar{}
/*-------------------------------------------------------*/
/*  = Helper styles 
/*-------------------------------------------------------*/
.left{
    float: left;
}
.right{
    float: right;
}
.none{
    float: none;
}
.image{
    float: left;
    position: relative;
}
.imgres{
    display: block;
    height: auto;
    max-width: 100% !important;
}
.center{
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.video embed,
.video object,
.video iframe {
    width: 100%;
    height: auto;
}

/*-------------------------------------------------------*/
/*  = Main template css styles
/*-------------------------------------------------------*/
body{
    
	font: 16px 'Roboto Regular',sans-serif; 
    font-weight: 400;
    line-height: 1.65em;
	/*font-family: Georgia,serif; 
	font-weight: 400;
	font-size: 16px;
    line-height: 1.5;*/
}
a{
    color: #3800ff;
    text-decoration: none;
}
sub, sup{
    font-size: 10px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -1em;
}
h1{ font-size: 1.6rem; }
h2{ font-size: 1.4rem; }
h3{ font-size: 1.2rem; }
h4{ font-size: 1.0rem; }
h5{ font-size: 0.8rem; }
h6{ font-size: 0.6rem; }

h1,h2,h3,h4,h5,h6{
    padding: 10px 0;
    color: #3800ff;
}
h1 a,h2 a,h3 a, h4 a, h5 a, h6 a{
    color: #3800ff;
}

/*-------------------------------------------------------*/
/*  = Columns
/*-------------------------------------------------------*/
.q1, .q2, .q3, .q4, .q5, .q6, .q7, .q8, .q9, .q10, .q11, .q12{
    float: left;
    position: relative;
}
.q1{
    width: 8.3333%;
}
.q2{
    width: 16.6666%;
}
.q3{
    width: 25%;
}
.q4{
    width: 33.3333%;
}
.q5{
    width: 41.6666%;
}
.q6{
    width: 50%;
}
.q7{
    width: 58.3333%;
}
.q8{
    width: 66.6666%;
}
.q9{
    width: 75%;
}
.q10{
    width: 83.3333%;
}
.q11{
    width: 91.6666%;
}
.q12{
    width: 100%;
}
/*-------------------------------------------------------*/
/*  = Default Colors
/*-------------------------------------------------------*/
body{
    background: #fff;
}
.header{}
.headercol{
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.footer{
    background: #fff;
}
.wrapper{
    background: #fff;
}
.fixed{}
/*-------------------------------------------------------*/
/*  = Footer to bottom
/*-------------------------------------------------------*/
.wrapper{
    min-height: 100%;
}
.cc{
    padding-bottom: 50px;
}
.footer{
    position: absolute;
    left: 0; right:0;
    bottom: 0;
    width: 100%;
    margin-left:auto;
    margin-right:auto;   
    border-top: 1px solid #ccc;
}
/*-------------------------------------------------------*/
/*  = Header
/*-------------------------------------------------------*/
.header,.headercol,.logo{
    height: 50px;
}
.header{
    width: 100%;
}
.logo{
    float: left;
    line-height: 50px;
}
.logo a{
    font: bold 24px Tahoma, Arial, Verdana, sans-serif;
    font-weight: 900;
    text-decoration: none;
    color: #000;
}
.desc{
	float: left;
	font-size: 12px;
	color: #3800FF;
	margin-left: 10px;
}
/*-------------------------------------------------------*/
/*  = Fixed header
/*-------------------------------------------------------*/
.fixed{
    position: fixed !important;
    width: 100%;
    z-index: 1001;
    left: 0;
    right: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
}

/*-------------------------------------------------------*/
/*  = Header sub menu
/*-------------------------------------------------------*/
.navleft ul.active, .navright ul.active{
    display: block;
}
.nav ul,.navleft ul, .navright ul{
    display: none;
    position: absolute;
    top: 50px; 
    z-index: 1000;
}
.nav li .sub-menu li{
    padding-right: 0;
    padding-left: 0;
}
/*-------------------------------------------------------*/
/*  = Main content
/*-------------------------------------------------------*/
.contentfull .post{
    margin-top: 0;
    border-bottom: 0;
}
.contentfull .post-edit-link{
    clear: both;
}
.contentfull .day,
.contentfull .rest{
    text-align: center;
}
.contentfull .meta{
    
}
.contentfull .big{
    width: auto !important;
}
.content a:hover{
    text-decoration: none;
}
.ch1{
    color: #000;
}
.ch1 span{
    color: #3800ff;
}
/*-------------------------------------------------------*/
/*  = Content excerpt
/*-------------------------------------------------------*/
.climit p{
    margin-bottom: 0;
}
.climit ol{
    position: relative;
    left: 15px;
}
/*-------------------------------------------------------*/
/*  = Breadcrumbs
/*-------------------------------------------------------*/
.breadcrumbs{
    display: block;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    padding-top: 0px;
}
.breadcrumbs a{
    text-decoration:underline;
}
.breadcrumbs .current{
    font-weight: normal;
}
.delimiter{
    padding-left: 3px; 
    padding-right: 3px;
    text-orientation: none;
}
/*-------------------------------------------------------*/
/*  = Article
/*-------------------------------------------------------*/
.ph1{
	position: relative;
    margin-bottom: 15px;
}
.ph1,.pti{
    border-bottom: 1px dotted #ccc;
    width: 100%;
}
.ph2{
    display: inline-block;
}
.ph2 a:hover{
    text-decoration:underline;
}
.ptop .pt{
    /*padding-left: 80px;*/
}
.pti clear{
    clear: both;
}
.meta_big {
	font-size: 12px;
    position: relative;
}
.meta,.meta_cat{
	position: relative;
	float: left;
    width: 100%;
	font-size: 12px;
}
.meta li{
	display: inline-block;
	background: #fff;
	margin-right: -5px;
}
.meta .day{
    display: block;
    font-family: "Roboto Slab Regular",serif;
    font-size: 3em;
    font-weight: 700;
    line-height: 0.45em;
    margin-bottom: 10px;
    margin-top: 10px;
}
.meta .views{
	padding: 0px 8px;
}
.meta .rest{
    display: block;
    font-family: "Roboto Slab Regular",serif;
    font-size: 0.85em;
}
.meta li:after,.metapost li:after{
    position: relative;
    left: 3px;
    content:"•";
}
.meta li:last-child:after,.metapost li:last-child:after{
    content:"";
}
.meta li.date,.meta li.views{
    background: #fff;
    font-size: 12px;
}
.meta .eye{
	display: inline-block;
	background: url("images/eye.png") no-repeat scroll 0 1px;
	width: 13px;
	height: 9px;
}
.datemob{
	display: none;
}
.contentfull .meta{
    display: inline-block;
}
.pc{
	float: left;
    display: block;
    margin-bottom: 5px;
}
.pc ul li{
    list-style-type: disc;
	margin-bottom: 15px;
}
.pc a{
    text-decoration: underline;
}
.pc p{
	margin: 10px 0px 20px 0px;
}
.pc ss{
	color: #5C2EDE;
}
.pmore{
    margin-top: 15px;
}
.pmore a{
    text-decoration: none;
}
.pc img{
    display: block;
    height: auto;
    max-width: 100% !important;
}
.pc ul{
    margin: 25px 0px 25px 50px;
}
.pc ol{
    margin: 25px 0px 25px 57px;
}
.pc ol li{
    list-style-type: decimal;
}
.pc input, section input{
    border: 1px solid #ccc;
    height: 30px;
    margin: 3px 5px 3px 0;
    padding-left: 10px;
}
input.txt{
    border: 1px solid #ccc;
    height: 30px;
    margin: 3px 0;
    padding: 0 10px;
    width:        calc(100% - 20px);
    width:    -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
}
textarea{
    border: 1px solid #ccc;
    margin: 3px 0;
    padding: 10px;
}
.pc input.radio,
.pc input.checkbox{
    height: auto !important;
}
.pc input.file{
    background: none;
    border:0;
    padding: 0;
}
.pc select{
    border: 1px solid #ccc;
}
.post, .page{
    position: relative;
    float: left;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}
.post_thumb_big img{}
.pc ol li,.pc ul li,blockquote{
	font-size: 16px;
}

blockquote{
    background: #00ffff;
    border-left: 3px solid #3800ff;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    padding: 10px 20px;
    margin: 15px 0px 15px 0px;
	font-family: Tahoma;
	overflow: hidden;
}
.pc blockquote p{
	margin: 0px;
}
code{
    font-family: "Courier New",monospace !important;
    font-size: 13px !important;
}
.content blockquote p{
    margin-bottom: 0px;
}

.optgroup[label]{
    font-style: normal;
}
.image{
    padding: 0px 13px 5px 0;
    top: 2px;
}

.screenrt{
    display: none;
}
#comments nav{
    display: block;
    float: none;
}
.post_thumb{
    margin-bottom: 10px;
}
.post_thumb img,.post_thumb_big img{
    width:100%;
    height: auto !important;
}
.shared{
    float: right;
}
/*-------------------------------------------------------*/
/*  = Table
/*-------------------------------------------------------*/
.pc table,
section table{
    width: 100%;
    text-align: left;
    border-right: 1px solid #3800FF;
    border-top: 1px solid #3800FF;
    margin: 15px 0px;
}
.pc th,.pc td,
section th,section td{
    padding: 5px;
    border-left: 1px solid #3800FF;
    border-bottom: 1px solid #3800FF;
	text-align: center;
}
tr:first-child{
	
}
.relatedpst{
	float: left;
	clear: both;
}
relatedpst li{
	list-style-type: disc;
}
.iksweb .fs{
	font-weight: normal;
}

/*-------------------------------------------------------*/
/*  = Tags                                          
/*-------------------------------------------------------*/
.tagcloud{
    display: block;
}
.tags,.cattags{
    margin-bottom: 10px;
}
.tags a,.tagcloud a,.cattags a{
    display: inline-block;
    background:none;
    border-radius: 3px;
    text-decoration: none;
}
.tags a, .tagcloud a{
    margin: 2px 3px;
    padding: 2px 12px; 
}
.cattags a{
    float: left;
    background: #3800FF;
    color: #fff;
    font-size: 14px;
    margin: 0px 2px 2px 0px;
    padding: 0px 5px 2px;
}
.tags a:hover,.tagcloud a:hover,.cattags a:hover{
    text-decoration: none;
}
.tagsidebartit{
    font-weight: bold;
    margin-bottom: 5px;
}
/*-------------------------------------------------------*/
/*  = Footer                                        
/*-------------------------------------------------------*/
.footer{
    font-size: 13px;
    overflow: hidden;
    padding: 14px 0px;
}
.footer a{
    text-decoration: underline;
}
.footer p{
    float: left;
}
.fmenu1 ul li,
.fmenu2 ul li{
    float: left;
    padding-left: 15px;
}
.fmenu1 ul li{
}
.fmenu2{
    float: right;
}
.icon{
    display: inline-block;
    vertical-align: middle;
    background: url("images/favicon.png") no-repeat scroll 0 0;
    width: 16px;
    height: 16px;
    margin-top: -3px;
    margin-right: 3px;
}
.scroll{
    display: none;
    position: absolute;
    float: right;
    bottom: 5px; 
    right: 15px;
}
.scroll a{
    text-decoration: none;
}
.copyright a{
    padding-right: 7px;
}
/*-------------------------------------------------------*/
/*  = Buttons                                         
/*-------------------------------------------------------*/

.pc input.button,.more,.post-edit-link{
    display: block;
}
.pc input[type=submit],
.more,
.post-edit-link,
.page_links a,
.btn_def{
    background: #3800ff;
    border:0;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.more,
.post-edit-link,
.page_links a,
.btn_def{
     padding: 0 8px 2px;
     font-size: 14px;
}
.post-edit-link{
    float: left;
    background: #333;
	margin-right: 2px;
}
.edit a{
    text-decoration: none;
}
.post-edit-link,.more{
    margin-bottom: 10px;
}
.pc input[type=submit]{
    padding: 1px 8px;
}   
.btn_def{
    background: #000;
    border: 0 none;
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
.page_links a{
    display: inline-block;
}
.page_links a{
    background: #000; 
}
.more{
    float: right;
    background: #00B71B; 
    text-decoration: none;
}
.btn_big a {
    display: inline-block;
    font: bold 20px sans-serif;
    color: #fff;
    border-radius: 3px;
    padding: 10px 40px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}
.btn_big a:hover{
    text-decoration: none;
}
/*-------------------------------------------------------*/
/*  = Header search                                          
/*-------------------------------------------------------*/
.hs_title{
    display: none;
}
.searchtop{
    float: right;
    width: 25px; 
    height: 50px;  
    margin-left: 15px;
}
.searchbtn{
    font-size: 30px;
    cursor: pointer;
    position: relative;
    padding: 10px 0;
    z-index: 3000;
    color: black;
    text-align: center;
}
.searchbtn i{
    display: inline-block;
    width: 100%;
    color: #000;
}
.ion-ios-search-strong,
.ion-close-round,
.ion-android-close{
    /*line-height: 50px;*/
}
.searchformtop{
    display: none;
    position: absolute;
    top: 0px;
    right: 0px; left: 0px;
    height: 50px;
    z-index: 1000;
    width: 100%;
}
.searchformtop.open{
    display: block;
}
.fixedsearch{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.searchsubmit{
    display: none;
}
.searchfieldtop{
    border-top: 0; 
    border-right: 0;
    height: 50px;
    width:         calc(100% - 2px);
    width:    -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    padding: 0px 15px;
    font-size: 16px;
} 
.searchformtop ::-moz-placeholder{ 
   color: #000;
   font-weight: bold;
   opacity:  1;
}
.searchformtop ::-webkit-input-placeholder{ 
   color: #000;
   font-weight: bold;
   opacity:  1;
}
/*-------------------------------------------------------*/
/*  = Error 404 search                                          
/*-------------------------------------------------------*/
.searchfield,
.searchfieldtop{
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;  
}
/*-------------------------------------------------------*/
/*  = Page navigation                                          
/*-------------------------------------------------------*/
.wp-pagenavi{
    display: block;
    float: left;
    margin: 15px 0px 25px;
}
.cc .wp-pagenavi span, .cc .wp-pagenavi a{
    padding: 10px;
}
.wp-pagenavi a, .wp-pagenavi span{
    display: inline-block;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 10px;
    margin-right:10px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
    border-color: #000;
}
.wp-pagenavi span.current{
    font-weight: bold;
}
.wp-pagenavi a.page{
    clear: none;
    float: none;
    position: static;
    width: auto !important;
}
.pagenav {
    clear: both;
    display: block;
    height: 50px;
    margin-top: 0px; 
    padding-top: 14px;
}
.next, .prev {
    display: block;
    font: bold 22px 'Roboto Regular',sans-serif;
}
.next a, .prev a{
    color: #3800FF;
}
.next,.nav-next{
    float: right;
}
/*-------------------------------------------------------*/
/*  = Basic wordpress styles                                          
/*-------------------------------------------------------*/
 .alignright{
    float: right;
    padding: 5px 0 5px 15px;
 }
.alignleft{
    float: left;
    padding: 5px 15px 5px 0;
 }
.aligncenter{
    clear: both;
    display: block;
    margin: 0 auto;
}
.sticky,
.gallery-caption,
.bypostauthor{}
.wp-caption{
    max-width: 100%;
    margin-bottom: 15px;
}
.wp-caption-text{
    position: relative;
    text-align: center;
    padding: 2px 0px;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
/*-------------------------------------------------------*/
/*  = Wordpress gallery
/*-------------------------------------------------------*/
.gallery{
    float: left;
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
}
.gallery-item{
    display: inline-block;
    width: 100%;
    max-width: 33.33%;
}

/*-------------------------------------------------------*/
/*  = Wordpress default comments                                      
/*-------------------------------------------------------*/
.form-submit{
    padding-bottom: 0px;
}
#respond{
    clear: both;
}
.comments{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.comments-title{
    padding: 20px 0px;
}
.comment-block {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 15px;
}
.comment-author{
    float: left;
}
.comment-author img {
    border-radius: 50%;
}
.comment-edit{
    text-decoration: underline;
}
.comment-content{
    position: relative;
    overflow: hidden;
    padding-left: 15px;
}
.comment-content p{
    margin-bottom: 5px;
}
.comment-meta{
    margin-bottom: 10px;
}
.comment-meta a{
    position: absolute;
    right: 0px;
}
.comment-meta .auth{
    font-weight: bold;
    font-size: 16px;
}
.comment-meta .auth a{
    position: static;
}
.comdate, .comtime {
    font-size: 12px;
}
.reply{
    float: right;
    display: block;
    background: #000;
    border-radius: 3px;
    padding: 0 8px;
    text-decoration: none;
    text-transform: lowercase;
    height: 28px;
}
.reply a{
    color: #fff;
    font-size: 13px;
}
.children{
    margin-left: 15px;
}
#commentform,
#commentform,#commentform textarea{
    padding: 15px;
    border: 1px solid #ccc;
}
#commentform label{
    display: block;
    clear: both;
    margin-bottom: 5px;
}
#commentform input{
    display: block;
    height: 30px;
    border: 1px solid #ccc;
    padding: 0 10px;
}
#commentform input#submit{
    border-radius: 3px;
    border:0;
    height: 40px;
    text-align: center;
    text-decoration: none;
    padding: 0px 8px;
    margin-top: 10px;
    margin-bottom: 20px;
    background:#3800ff; 
    color: #fff;
    cursor: pointer;
}
.no-comments{
    font-weight: bold;
}
.nav-next, .nav-previous {
    font-size: 20px;
    margin: 10px 0 20px;
    text-decoration: underline;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
/*-------------------------------------------------------*/
/*  = Popup box                                        
/*-------------------------------------------------------*/
.mask{
    display: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    z-index: 1500;

    &:before{
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        content: '';
    }
}
.popup{
    display: none;
    white-space: normal;
    vertical-align: middle;
    background: #fff;
    width: 600px;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin: 8% auto 0;
    position: relative;
    z-index: 2000;
    img{
        display: block;
        border: none;
    }
}
.popup h3{
    text-align: left;
}
.popup p{
    text-align: left;
}
.popup p span{
    font-weight: bold;
}
.pp{
    padding: 10px 20px;
}
.popup.open,.mask.open{
    display: block;
}
.popupbtn{
    position: relative;
    float: right;
    right: 0px;
    padding: 12px 18px;
    z-index: 3000;
}
.popupbtn a{
    display: block;
    text-align: center;
}
.popupclose{
    font-size: 26px;
}
.popupclose{
    cursor: pointer;
    color: #555;
}
.popupclose:hover{
    color: #000;
}
/*-------------------------------------------------------*/
/*  = Popup box2                                        
/*-------------------------------------------------------*/
.popup2{
    display: block;
    white-space: normal;
    vertical-align: middle;
    background: #555;
    width: 173px; 
    border-radius: 3px;
    position: absolute;
	right: 10px; top: 10px;
}
.popup2 p{
	font-size: 13px;
	padding: 5px 20px;
	color: #f1f1f1;
	padding: 12px 20px;
	line-height: 1.5;
}
.cook{
	position: absolute;
	background: #00B71B;
	padding: 0 8px 2px;
	bottom: 10px;
    right: 30px;
	
	border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #0000EE;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
}
.popup2 a.cookmore{
	color; #3800FF;
	text-decoration: underline;
}
.popupbtn2{
    position: relative;
    float: right;
    right: 0px;
    padding: 12px 18px;
    z-index: 3000;
}
.popupbtn2 a{
    display: block;
    text-align: center;
}
.popupclose2{
    font-size: 26px;
}
.popupclose2{
    cursor: pointer;
    color: #555;
}
.popupclose2:hover{
    color: #000;
}
input[type=button]#close{
	position: static;
	background-color: #00B71B;
	border: none;
	color: #fff;
	padding: 8px 16px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 3px;
	bottom: 5px; right: 10px;
	text-align: center;
}
.new_user{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 5px;
}
/*-------------------------------------------------------*/
/*  = q-shortcodes                                      
/*-------------------------------------------------------*/
.pc .tab-links li.active a{
    z-index: 3;
}
.qb{
    margin-right: 4px;
}

.qb a,.q_btn_service{
	color: #fff;
}
.q_service{
    padding-bottom: 15px;
}
.pc .qtoggle{
	margin: 15px 0px;
}
.pc .toggle_title{
    background: #3800FF;
	color: #fff;
}
.pc .toggle_title:hover{
    background: #3800FF;
}
.pc .q_service ul li:nth-child(2n+1){
    background: #eee;
}
.pc .qtoggle {
    border: 1px solid #3800FF;
}
.pc .toggle_text.active {
    border-top: 1px solid #3800FF;
}
.pc .tab-content{
    /*z-index: 0;*/
	border: 1px solid #3800FF;
}
.pc .tab-links a{
	background: #3800FF;
    text-decoration: none;
	color: #fff;
}
.pc .tab-links a:hover{
	background: #3800FF;
}
.pc .tab-links li{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-left: 1px solid #3800FF;
    border-right: 1px solid #3800FF;
    border-top: 1px solid #3800FF;
}


/*=========custom seoza styles ===============================*/
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-0lax{text-align:left;vertical-align:top} 
.tg td:nth-child(2),.tg th:nth-child(2){
text-align:center;
}   
