/*
Theme Name: MyWiki
Theme URI: http://fasterthemes.com/wordpress-themes/mywiki
Description: MyWiki is simple, lightweight and faster WordPress Theme for individuals and companies to manage their Knowledgebase or Wiki or FAQs. It is a mobile responsive theme based on Twitter bootstrap framework. It's a translation ready theme and is available in English as well as Spanish languages.
Author: FasterThemes
Author URI: http://fasterthemes.com/
Tags: responsive-layout, custom-background, custom-menu, full-width-template, theme-options, right-sidebar, featured-images, post-formats, sticky-post, editor-style , translation-ready
version: 2.3
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
This theme, like WordPress, is licensed under the FasterThemes.
Use it to make something cool, have fun, and share what you've learned with others.
Text Domain: mywiki
*/

@import url(//fonts.googleapis.com/css?family=Electrolize);
 @import url(//fonts.googleapis.com/css?family=Open+Sans);
 @import url(//fonts.googleapis.com/css?family=Lato);
/****** Main CSS ******/

p {
	font-family: 'Open Sans', sans-serif;
}
h1, h2 {
	font-family: 'Open Sans', sans-serif;
	color: rgb(66, 139, 202);
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.btn:active, .btn.active {
	background-image: none;
}
.btn-default {
	background-image: linear-gradient(to bottom, rgb(66, 139, 202) 0%, #E6E6E6 100%);
	background-repeat: repeat-x;
	border-color: #CCCCCC;
	text-shadow: 0 1px 0 #FFFFFF;
}
.btn-back {
	background-color: #E6E6E6;
	background-repeat: repeat-x;
	border-color: #CCCCCC;
	text-shadow: 0 1px 0 #FFFFFF;
}
.btn-default:active, .btn-default.active {
	background-color: #E6E6E6;
	border-color: #E0E0E0;
}
.btn-primary {
	background-image: linear-gradient(to bottom, #428BCA 0%, #3071A9 100%);
	background-repeat: repeat-x;
	border-color: #2D6CA2;
}
.btn-primary:active, .btn-primary.active {
	background-color: #3071A9;
	border-color: #2D6CA2;
}
.btn-success {
	background-image: linear-gradient(to bottom, #5CB85C 0%, #449D44 100%);
	background-repeat: repeat-x;
	border-color: #419641;
}
.btn-success:active, .btn-success.active {
	background-color: #449D44;
	border-color: #419641;
}
.btn-warning {
	background-image: linear-gradient(to bottom, #F0AD4E 0%, #EC971F 100%);
	background-repeat: repeat-x;
	border-color: #EB9316;
}
.btn-warning:active, .btn-warning.active {
	background-color: #EC971F;
	border-color: #EB9316;
}
.btn-danger {
	background-image: linear-gradient(to bottom, #D9534F 0%, #C9302C 100%);
	background-repeat: repeat-x;
	border-color: #C12E2A;
}
.btn-danger:active, .btn-danger.active {
	background-color: #C9302C;
	border-color: #C12E2A;
}
.btn-info {
	background-image: linear-gradient(to bottom, #5BC0DE 0%, #31B0D5 100%);
	background-repeat: repeat-x;
	border: 2px solid #2AABD2;
	color: #048eb0;
	padding: 10px 16px;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #048eb0 !important;
}
.btn-info:active, .btn-info.active {
	background-color: #31B0D5;
	border-color: #2AABD2;
	color: #048eb0 !important;
}
.thumbnail, .img-thumbnail {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu {
	border-radius: 5px !important;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.176);
	margin-left: -34px;
	min-width: 167px;
	text-align: center;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: none;
	color: #048aab;
}
.dropdown-menu > li > a {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #666;
}
.dropdown-menu > li:last-child > a {
	border-bottom: none;
	border-top: 1px solid #666;
}
.dropdown-menu > li:first-child > a {
	border-bottom: 1px solid #CCC;
	border-top: none;
}
.dropdown-menu ul > li > ul > li:first-child > a:after {
	border-bottom: 6px solid #000;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	content: "";
	background: #000 !important;
}
.navbar {
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F8F8F8 100%);
	background-repeat: repeat-x;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
}
.top-bg {
	background-image: url(./img/top-bg.png);
	background-repeat: repeat-x;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.alignright {
    display: inline;
    float: right;
    margin: 1em 0 1em 2em;
}
.alignleft {
    display: inline;
    float: left;
    margin: 1em 2em 1em 0;
}
.aligncenter {
    display: block;
    margin: 1em auto;
}
#footer {
	background: #226699 !important;
}
#footer p {
	color: #FFF;
	/*font-weight: bold;*/
}
#widget-footer img {
    height: auto;
    max-width: 100%;
}
#widget-footer select {
    max-width: 100%;
}
.navbar .navbar-nav > .active > a {
	background: none;
	color: #048eb0;
}
.navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
	background: none;
	color: #048eb0;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}
.navbar-brand, .navbar-nav > li > a {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #1F1F1F;
}
.navbar-inverse {
	background-image: linear-gradient(to bottom, #3C3C3C 0%, #222222 100%);
	background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .active > a {
	background-color: #222222;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0;
}
.alert {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert-success {
	background-image: linear-gradient(to bottom, #DFF0D8 0%, #C8E5BC 100%);
	background-repeat: repeat-x;
	border-color: #B2DBA1;
}
.alert-info {
	background-image: linear-gradient(to bottom, #D9EDF7 0%, #B9DEF0 100%);
	background-repeat: repeat-x;
	border-color: #9ACFEA;
}
.alert-warning {
	background-image: linear-gradient(to bottom, #FCF8E3 0%, #F8EFC0 100%);
	background-repeat: repeat-x;
	border-color: #F5E79E;
}
.alert-danger {
	background-image: linear-gradient(to bottom, #F2DEDE 0%, #E7C3C3 100%);
	background-repeat: repeat-x;
	border-color: #DCA7A7;
}
.progress {
	background-image: linear-gradient(to bottom, #EBEBEB 0%, #F5F5F5 100%);
	background-repeat: repeat-x;
}
.progress-bar {
	background-image: linear-gradient(to bottom, #428BCA 0%, #3071A9 100%);
	background-repeat: repeat-x;
}
.progress-bar-success {
	background-image: linear-gradient(to bottom, #5CB85C 0%, #449D44 100%);
	background-repeat: repeat-x;
}
.progress-bar-info {
	background-image: linear-gradient(to bottom, #5BC0DE 0%, #31B0D5 100%);
	background-repeat: repeat-x;
}
.progress-bar-warning {
	background-image: linear-gradient(to bottom, #F0AD4E 0%, #EC971F 100%);
	background-repeat: repeat-x;
}
.progress-bar-danger {
	background-image: linear-gradient(to bottom, #D9534F 0%, #C9302C 100%);
	background-repeat: repeat-x;
}
.list-group {
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-image: linear-gradient(to bottom, #428BCA 0%, #3278B3 100%);
	background-repeat: repeat-x;
	border-color: #3278B3;
	text-shadow: 0 -1px 0 #3071A9;
}
.panel {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
	background-image: linear-gradient(to bottom, #F5F5F5 0%, #E8E8E8 100%);
	background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
	background-image: linear-gradient(to bottom, #428BCA 0%, #357EBD 100%);
	background-repeat: repeat-x;
}
.panel-success > .panel-heading {
	background-image: linear-gradient(to bottom, #DFF0D8 0%, #D0E9C6 100%);
	background-repeat: repeat-x;
}
.panel-info > .panel-heading {
	background-image: linear-gradient(to bottom, #D9EDF7 0%, #C4E3F3 100%);
	background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
	background-image: linear-gradient(to bottom, #FCF8E3 0%, #FAF2CC 100%);
	background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
	background-image: linear-gradient(to bottom, #F2DEDE 0%, #EBCCCC 100%);
	background-repeat: repeat-x;
}
/******* Child-css ends ******/

.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.bs-callout-danger {
	background-color: #fdf7f7;
	border-color: #eed3d7;
	color: #63222d;
}
.bs-callout {
	margin: 20px 0;
	padding: 20px;
	border-left: 3px solid #eee;
}
.bs-callout-danger h4 {
	color: #b94a48;
}
/* GENERAL FIXES */

body.admin-bar .navbar-fixed-top {
	top: 28px
}
#content {
	padding-top: 1em;
	padding-bottom: 50px;
}
.carousel .attachment-eo-carousel {
	margin: 0 auto;
}
.carousel-caption {
	top: 0.1em
}
/* _eo-review: make this an option ? */

#content img {
	height: auto;
	max-width: 100%;
        margin-bottom: 5px;
        margin-bottom: 5px;
}
.post_content {
	width: 100% !important;
	padding: 21px 0px !important;
}
.navbar-fixed-top {
}
body.fixednav #maincont {
	padding-top: 4em;
}
li.menu-item:hover > ul, li.page-item:hover > ul, li.dropdown:hover > ul {
	display: block;
}
li.menu-item.placeholder:hover ul {
	display: none;
}
ul#comment-form-elements {
	list-style-type: none;
	padding-left: 1em;
}
#highlights img {
	margin: 0 auto;
}
span.holdimg {
	background: url("./img/ph.jpg") repeat;
	display: block;
	height: 100%;
	min-height: 20em;
	width: 100%;
}
#copyright_foot.authl {
	background: url("./img/eofeb.png") top right no-repeat;
	margin-bottom: 0;
	padding-bottom: 1em;
	padding-right: 62px;
}
/* wp-specific classes */

.wp-caption {
}
.wp-caption-text {
}
.sticky {
	border: 1px dotted #eee;
	padding: 0.6em;
}
.gallery-caption {
	font-weight: 900;
}
.bypostauthor {
 color:#999;
}
#all_comments ul {
	list-style-type: none;
}
ul.commentlist {
	padding-left: 1em;
}
#all_comments .media {
	border: 1px solid #ccc;
	padding: 1em;
	margin-bottom: 0.4em;
}
.glyphicon {
	margin-right: 0.2em;
}
.cbinl {
	float: left;
	margin-right: 0.8em;
	margin-bottom: 0.4em;
}
.cbinr {
	float: right;
	margin-left: 0.8em;
	margin-bottom: 0.4em;
}
hr {
	width: 100%;
	clear: both;
}
a.cboxElement:hover img {
	width: auto;
}
.gallery-item .thumbnail {
	display: inline-block;
}
/* content_width adjustment */

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}
#home-main .page-catheader {
	background: url(./img/sprite.png) no-repeat top left;
	background-position: 0 -200px;
	border-bottom: 1px solid #EEEEEE;
	margin: 15px 0 15px;
	padding-bottom: 9px;
	font-size: 22px;
}
.cat-main-section {
	float: left;
	width: 50%;
	min-width: 285px;
	margin-top: 3%;
}
.cat-main-section header {
	padding-left: 55px;
	overflow: visible;
	margin-top: -1%;
	padding: 1px 0 1px 55px;
	background: url("./img/sprite.png") no-repeat scroll 0 -279px rgba(0, 0, 0, 0);
}
.cat-main-section header h4 {
	color: #292929;
	font-family: 'Electrolize', sans-serif;
	font-size: 17px;
	margin-top: 8px;
}
.cat-main-section header h4 span {
	color: #292929;
	font-size: 16px;
}
a:hover, a.wid-cat-title p:hover, a:focus {
	color: #048eb0 !important;
}
a {
	text-decoration: none !important;
	font-family: 'Open Sans', sans-serif;
}
.cat-main-section header h4:hover {
	color: #007895;
}
.content-according {
	margin-left: 15%;
	margin-top: 1.5%;
	margin-bottom: 8%;
}
.content-according p {
	padding-left: 10%;
	background: url(./img/cal-post-icn.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #048eb0;
	font-size: 16px;
	margin-top: 3%;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.5px;
}
.mywiki_category_widget_function, .widget_popular, .widget_recentpost {
	background: url(./img/cat-icn.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 20px;
	margin-top: 44px;
}
.wid-category {
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
	color: #054150;
}
div {
	cursor: default;
}
.wid-category span {
	font-family: 'Electrolize', sans-serif;
	margin-left: 30px;
}
.wid-cat-container {
	width: 100%;
}
a.wid-cat-title {
	text-decoration: none;
}
a.wid-cat-title p {
	font-family: 'AftaSans';
	padding-left: 30px;
	background: url(./img/arrow.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #010101;
	font-size: 13px;
	margin-top: 15px;
}
.attribution {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	width: auto;
	float: left;
}
.attribution a {
	font-weight: bold;
}
.padding-top-bottom .attribution {
	margin-top: 1.5%;
}
.footer-menu-nav {
	float: right;
	margin-top: 1.5%
}
.footer-menu-nav .footer-nav li.menu-item a {
	color: #fff !important;
	font-size: 14px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	text-shadow: none !important;
}
.footer-menu-nav .footer-nav li.menu-item a:hover {
	background: none;
	color: #000 !important;
}
.current-menu-item > a {
	color: #048eb0 !important;
}
.tagline {
	float: left;
	clear: left;
	font-family: 'Open Sans', sans-serif;
}
/* * * * 

Bootstrap Edits

* * * */

.col-md-9 {
	width: auto !important;
}
.navbar-collapse.collapse {
	float: right;
}
div.input-group-btn button.btn-info {
	border-radius: 3px !important;
	background: #fff;
}
.glyphicon-search:before {
	content: "SEARCH" !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-stretch: semi-expanded;
	background: url(./img/sprite.png) no-repeat top left;
	background-position: 0 -360px;
	padding-left: 30px;
}
.col-md-3 {
	background: none repeat scroll 0 0 #048eb0;
	width: 100%;
}
.input-group, .input-group-btn {
	display: block;
}
.input-group-btn > .btn {
	position: absolute;
	right: 0%;
	top: 7px;
}
.form-control {
	border-radius: 0px;
}
.navbar-form {
	padding: 0px;
	margin: 0px auto;
	position: relative;
}
.search-main {
	padding: 25px 10px;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-brand {
	font-size: 45px;
}
.navbar-default .navbar-nav > li > a {
	color: #494949;
}
#footer {
	background: #fdfdfd;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #FFF !important;
	text-decoration: underline !important;
}
hr {
	margin: 0px;
}
header .navbar .container {
	padding: 0px 0px;
}

/************************Single.php css start**************************/

.single-title {
	color: #017c9a;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	background: url(./img/sprite.png) no-repeat top left;
	background-position: 0 -119px;
	padding: 12px 0px 1px 36px;
	margin: 0px;
}
.single-page {
	font-family: 'Open Sans', sans-serif;
}
.single-page .meta {
	background: #fbfbfb;
	border-bottom: #d9d9d9 solid 1px;
	padding: 15px 0px 15px 17px !important;
	font-size: 12px;
}
/************************Single.php css end**************************/

/************************start wikki search**************************/

#result {
	height: 20px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FFFF99;
}
#s {
	padding: 7px 45px 5px 15px;
	border: 1px #CCC solid;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.suggestionsbox {
	position: absolute;
	left: 0px;
	top: 40px;
	margin: 35px 0px 0px 0px;
	width: 50%;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #D1D1D1;
	color: #fff;
	z-index: 999;
	box-shadow: 1px 0 1px #B0B0B0;
}
.suggestionlist {
	margin: -11px 0px 0px 0px;
	padding: 0px;
}
.suggestionlist ul li {
	list-style: none;
	margin: 0px;
	padding: 7px;
	cursor: pointer;
	margin: 0px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.suggestionlist ul li:hover {
	color: #048eb0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 10px;
}
.suggestionlist ul li a {
	color: #000;
}
.suggestionlist ul li a:hover {
	color: #048eb0;
}
#suggestionslist > ul {
	margin-left: 0px;
}
.suggestionlist li.que-icn {
	background: url("./img/que-icn.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
	padding-left: 31px;
}
ul {
	padding: 0;
	margin: 0;
}
.sidebar ul {
	font-size: 13px !important;
	background-color: #f7f7f7;
	padding: 10px;
}
.sidebar li {
	padding-top: 7px;
	font-size: 14px;
}
.tagcloud {
	background-color: #f7f7f7;
	padding: 10px;
}
ul li {
	display: block;
	color: rgb(66, 139, 202);
}
.load {
	background-image: url(./img/loader.gif);
	background-position: right 180px center;
	background-repeat: no-repeat;
}
.single_cat_image {
	width: 100%;
}

/****************Google chrome & Safari ****************************/

@media screen and (-webkit-min-device-pixel-ratio:0) {
.load {
	background-position: center left;
	background-position-x: 210px;
	background-position-y: 10px;
}

	/* Safari only override */

    ::i-block-chrome, .load {
 background-position:center left;
 background-position-x: 83%;
 background-position-y: 10px;
}
.glyphicon-search:before {
	margin-left: 16px !important;
	padding-left: 40px !important;
}
}
#suggest {
	position: relative;
}
.upArrow {
	position: relative;
	top: -17px;
	left: -4px;
}
/************************end wikki search**************************/

.top-menu {
	margin: 42px 0px 0px 0px !important;
	padding: 0px !important
}
.logo {
	padding: 10px !important;
}
#logo h1 {
	color: #000000;
	font-size: 13px;
	float: left;
	width: 100%;
	margin-top: -22px;
	font-family: 'Lato', sans-serif;
}
#logo img {
	float: left;
}
.nopadding {
	padding: 0px !important;
}
.nopadding-left {
	padding-left: 0 !important;
}
.padding-top-bottom {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.border-bottom {
	border-bottom: 1px solid #E7E7E7;
	width: 100%;
}
.border-bottom:last-child {
	border: none;
}
.margin-top {
	/*margin-top: 121px;*/
	margin-top: 20px;
}
.margin-bottom {
	margin-bottom: 35px;
}
.border-left {
	border-left: 1px solid #E7E7E7;
}
.content-according li {
	list-style-type: none;
	background: url(./img/sprite.png) no-repeat top left;
	background-position: 0 -129px;
	color: #048eb0;
	font-size: 14px;
	padding-left: 30px;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 10px;
}
.content-according li a {
	padding-top: -3px;
}
.wid-cat-container li {
	list-style-type: none;
	background: url(./img/sprite.png) no-repeat top left;
	background-position: 0 5px;
	color: #010101;
	font-size: 14px;
	padding-left: 20px;
	margin: 20px 0 20px 38px;
	font-family: 'Open Sans', sans-serif;
}
.wid-cat-container li:first-child {
	margin: 15px 0 20px 38px;
}
.wid-cat-container li a {
	color: #010101;
}
.navbar-toggle {
	background-color: #048eb0;
	border-color: #048eb0;
}
.navbar-default .navbar-toggle {
	border-color: #048eb0 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #0a9cc0 !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF !important;
}
/*===== socia icon css ========*/

.footer-menu-nav ul li a {
	padding-top: 5px;
	padding-bottom: 22px;
}
.footer-menu-nav .socia_icon a {
	height: 25px;
	width: 25px;
	display: inline-block;
	text-indent: -9999px;
}
.footer-menu-nav .facebook_icon a {
	background-image: url("./img/socialicon.png");
	background-position: 0px center;
}
.footer-menu-nav .twitter_icon a {
	background-image: url("./img/socialicon.png");
	background-position: -43px center;
}
.footer-menu-nav .google_icon a {
	background-image: url("./img/socialicon.png");
	background-position: -86px center;
}
.footer-menu-nav .linkedin_icon a {
	background-image: url("./img/socialicon.png");
	background-position: -129px center;
}
.footer-menu-nav .facebook_icon a:hover {
	background-image: url("./img/socialicon.png");
	background-position: -177px center;
}
.footer-menu-nav .twitter_icon a:hover {
	background-image: url("./img/socialicon.png");
	background-position: -220px center;
}
.footer-menu-nav .google_icon a:hover {
	background-image: url("./img/socialicon.png");
	background-position: -263px center;
}
.footer-menu-nav .linkedin_icon a:hover {
	background-image: url("./img/socialicon.png");
	background-position: -306px center;
}
/*==================== M E N U -- C S S =============*/

.mywiki-header-menu, .mywiki-header-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mywiki-header-menu {
	max-width: 960px;
}
.mywiki-header-menu:before, .mywiki-header-menu:after {
	content: "";
	display: table;
}
.mywiki-header-menu:after {
	clear: both;
}
.mywiki-header-menu {
	zoom: 1;
}
.mywiki-header-menu li {
	float: left !important;
	position: relative;
}
.mywiki-header-menu a {
	float: left;
	padding: 12px 18px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}
.mywiki-header-menu li:hover > a {
	color: rgb(66, 139, 202);
	text-decoration: none;
}
*html .mywiki-header-menu li a:hover { /* IE6 only */
	color: #fafafa;
}
.mywiki-header-menu ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.mywiki-header-menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.mywiki-header-menu ul ul {
	top: 0;
	margin: 0 0 0 0px;
	_margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
	left: -100%;
	width: 100%;
}
.mywiki-header-menu ul li a {
	color: #000 !important;
	text-decoration: none;
	background: #EEEEEE !important;
}
.mywiki-header-menu ul li a:hover, .mywiki-header-menu ul li a:focus, .mywiki-header-menu ul li a:active {
	color: #428BCA !important;
}
.mywiki-header-menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
}
.mywiki-header-menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mywiki-header-menu ul a {
	padding: 10px;
	width: 140px;
	_height: 10px; /*IE6 only*/
	display: block;
	float: none;
	text-transform: none;
	text-align: left;
}
.mywiki-header-menu ul a:hover {
}
.mywiki-header-menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.mywiki-header-menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	border-bottom: 6px solid rgb(66, 139, 202);
}
.mywiki-header-menu ul ul li:first-child a:after {
	border-bottom: 4px dotted rgba(0, 0, 0, 0);
	border-right: 4px solid #300000;
	border-style: solid solid dotted none;
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-width: 4px 4px 4px 0;
	margin-top: -6px;
	right: 0;
	top: 50%;
}
.mywiki-header-menu ul li:first-child a:hover:after {
	border-bottom-color: rgb(66, 139, 202);
}
.mywiki-header-menu ul ul li:first-child a:hover:after {
	border-right-color: #428BCA;
	border-bottom-color: transparent;
}
.mywiki-header-menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
/* Mobile */

#menu-trigger {
	display: none;
}
 @media (min-width: 200px) and (max-width: 240px) {
.navbar-toggle {
	top: 50px !important;
}
.load {
	background-position: right 180px center !important;
}
 #s::-moz-placeholder {
 color:#fff;
}
#s {
	font-size: 12px;
}
.top-nav {
	text-align: center;
}
.logo {
	min-width: 96% !important
}
}
 @media (min-width: 241px) and (max-width: 379px) {
#s {
	font-size: 12px;
	padding: 20px 20px 20px 20px;
}
 #s::-moz-placeholder {
 color:#fff;
}
 #s::-webkit-placeholder {
 color:#fff;
}
.navbar-toggle {
	top: 80px;
}
.top-nav {
	text-align: center;
}
.navbar-nav {
	margin: 0px !important;
}
.suggestionsbox {
	width: 70%;
}
.margin-top {
	margin-top: 10px !important;
}
.padding-top-bottom .attribution {
	margin-top: 92.5px;
}
/* To fix postion of loader image in Mozilla */

.load {
	background-position: right 80px center !important;
}
}
 @media (min-width: 380px) and (max-width: 479px) {
#s {
	font-size: 12px;
	padding: 20px 20px 20px 20px;
}
 #s::-moz-placeholder {
 /*color:#fff;*/
}
.navbar-toggle {
	top: 40px;
}
.top-nav {
	text-align: center;
}
.navbar-nav {
	margin: 0px !important;
}
.suggestionsbox {
	width: 70%;
}
.margin-top {
	margin-top: 10px !important;
}
/* To fix postion of loader image in Mozilla */

.load {
	background-position: right 80px center !important;
}
}
 @media (min-width: 480px) and (max-width: 568px) {
#s {
	font-size: 12px;
	padding: 20px 20px 20px 20px;
}
.navbar-toggle {
	top: 40px;
}
.top-nav {
	text-align: center;
}
.navbar-nav {
	margin: 0px !important;
}
.margin-top {
	margin-top: 10px !important;
}
/* To fix postion of loader image in Mozilla */

.load {
	background-position: right 100px center !important;
}
}
 @media (min-width: 569px) and (max-width: 767px) {
#s {
	font-size: 12px;
	padding: 20px 20px 20px 20px;
}
.navbar-toggle {
	top: 40px;
}
.top-nav {
	text-align: center;
}
.navbar-nav {
	margin: 0px !important;
}
.margin-top {
	margin-top: 10px !important;
}
/* To fix postion of loader image in Mozilla */

.load {
	background-position: right 100px center !important;
}
}
 @media (max-width: 767px) {
/* nav-wrap */

.menu-wrap {
	position: relative;
}
.menu-wrap * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* menu icon */

#menu-trigger {
	cursor: pointer;
	display: block;
	height: 40px;
}
.mywiki-header-menu {
	background-color: #FFF !important;
	display: block !important;
	padding: 0px !important;
	position: relative !important;
	top: 0px !important;
}
.mywiki-header-menu ul li a {
	background: none repeat scroll 0 0 #f8f8f8 !important;
	font-size: 14px;
	text-align: left;
}
.mywiki-header-menu:after {
	content: '';
	position: absolute;
	left: 25px;
	top: -8px;
	border: none;
}
.mywiki-header-menu a:hover, .mywiki-header-menu a:focus {
	color: #048EB0 !important;
}
.mywiki-header-menu li:hover > a {
	color: #380101;
	text-decoration: none;
}
.mywiki-header-menu ul {
	position: static;
	visibility: visible;
	opacity: 1;
	margin: 0;
	background: none;
	border: none;
	padding: 4px 3px 2px 4px;
}
.mywiki-header-menu ul ul {
	margin: 0 0 0 20px !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: 0px !important;
}
.mywiki-header-menu li {
	position: relative;
	display: block;
	float: left !important;
	border: 0;
	margin: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 90%;
	text-align: left;
}
.mywiki-header-menu ul li {
	background: none;
	margin-left: 20px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mywiki-header-menu a {
	display: block;
	float: none;
	padding: 0;
	color: #000;
}
.mywiki-header-menu a:hover, .mywiki-header-menu a:focus {
	color: #fafafa;
}
.mywiki-header-menu ul a {
	padding: 0;
	width: auto;
}
.mywiki-header-menu ul a:hover {
	background: none;
}
.mywiki-header-menu ul li:first-child a:after, .mywiki-header-menu ul ul li:first-child a:after {
	border: 0;
}
.mywiki-header-menu li> a {
	color: #048EB0;
}
.mywiki-header-menu li> a:hover {
	color: #048EB0;
}
.top-menu {
	margin: 0px 0px 0px 0px !important;
}
.footer-menu-nav .nav > li {
	width: 100% !important;
	padding: 5px 0px;
}
.footer-menu-nav .nav > li:last-child {
	margin-bottom: 10px;
}
 #s::-moz-placeholder {
 /*color:#fff;*/
}
 #s::-webkit-input-placeholder {
 color:#fff;
}
.input-group-btn > .btn {
	width: 52px;
	overflow: hidden;
	padding-left: 0px;
}
.glyphicon-search:before {
	margin-left: 16px !important;
	padding-left: 40px !important;
}
.border-bottom {
	border: none;
}
.logo {
	width: 96% !important
}
.border-left {
	border: none;
}
.date-icon, .author-icon, .cat-icon-small, .comments-icon-small, .single-page .meta {
	float: left;
	width: 100%;
}
#commentform p {
	width: 95% !important;
}
#commentform p:nth-child(4) {
	width: 100% !important;
}
}
 @media (min-width: 768px) and (max-width: 900px) {
.search-main {
	/* width: 735px !important; */
}
/* To fix postion of loader image in Mozilla */

.load {
	background-position: right 180px center !important;
}
}
 @media (min-width: 900px) {
/* To fix postion of loader image in Mozilla */

.load {
	background-position: right 200px center !important;
}
}
.avatar.avatar-32.photo {
	display: -moz-groupbox !important;
	margin: 0 12px -19px 0 !important;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
.comment-author b {
	margin: -20px 0px 0px 50px !important;
}
/* Safari only override 

    ::i-block-chrome, .comment-author b {

    	margin:-20px 0px 0px 50px !important;

	}*/

.avatar.avatar-32.photo {
	display: -moz-groupbox !important;
	margin: 0px 12px -35px 0 !important;
}
}
.cat-hadding {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #191919;
	background-color: #fbfbfb;
	border-bottom: #d9d9d9 solid 1px;
	padding: 10px 5px 10px 14px;
	text-align: left;
	margin-bottom: 10px;
}
.cat-hadding a {
	color: #191919;
	background: url(./img/sprite.png) no-repeat top left;
	background-position: 0 -126px;
	padding-left: 35px;
}
.box-border {
	border: #d9d9d9 solid 1px;
}
/************************* CATEGORY **********************************/

.cat-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #181818;
	line-height: 29px;
	margin: 25px 0px;
	text-align: justify;
	min-height: 235px;
}
.cat-image {
	float: right;
	margin: 7px 0px 0px 20px;
}
.cat-image img {
	max-width: 200px;
	max-height: 200px;
	border: #d9d9d9 solid 1px;
}
.cat-catheader {
	background-position: 0 -279px !important;
}
.cat-title {
	color: #048EB0;
	font-family: 'Electrolize', sans-serif;
	font-size: 17px;
	margin-left: 6%;
	padding-top: 1.5%;
}
.cat-title span {
	color: #010101;
}
/************************** Singal page *******************************************/

.tags {
	margin: 10px 0px 0px 0px
}
.tags a {
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	background-color: #09aad8;
	padding: 1px 10px;
}
.tags a:hover, .tags a:focus {
}
.tags .tags-title {
	color: #181818;
	font-family: 'Electrolize', sans-serif;
	font-size: 18px;
}
/********************* Comment ****************************/

.comment_form {
	font-family: 'Open Sans', sans-serif;
}
.comment_form > .form-comment-field {
	width: 31%;
	float: left;
}
.comment_form > .form-comment-field1 {
	width: 100%;
	float: left;
}
.comment_form input[type='text'] {
	border-radius: 5px;
	border: #cfcfcf solid 1px;
	height: 32px;
	width: 90%;
	padding: 2px 5px;
}
.comment_form input[type='submit'] {
	background: #0083c1;
	color: #FFF;
	border: 0px;
	padding: 5px 5px;
}
.comment_form textarea {
	border-radius: 5px;
	border: #cfcfcf solid 1px;
	height: 143px;
	width: 90%;
	padding: 5px;
}
.comment_form > p:first-child {
	float: left;
	width: 100%;
}
#respond > h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
}
#commentform small {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
#commentform p {
	float: left;
	width: 60%;
}
#commentform p:nth-child(4) {
	width: 90%;
}
#commentform input[type='text'] {
	border-radius: 5px;
	border: #cfcfcf solid 1px;
	height: 32px;
	width: 100%;
	padding: 2px 5px;
	font-family: 'Open Sans', sans-serif;
}
#commentform input[type='submit'] {
	background: #0083c1;
	color: #FFF;
	border: 0px;
	padding: 5px 5px;
	font-family: 'Open Sans', sans-serif;
}
#commentform textarea {
	border-radius: 5px;
	border: #cfcfcf solid 1px;
	height: 143px;
	width: 100%;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
}
#main > h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: normal;
}
ol.commentlist {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	list-style: none outside none;
	width: 100%;
}
.col-sm-8 .navigation {
	margin: 5px 0;
}
.comment-metadata time {
	font-size: 14px;
}
.comment-metadata {
	margin-left: 44px;
}
.comment {
	border-top: 1px solid #F0F0F0;
	padding: 20px 0 5px 0;
}
.comment > .children {
	border-top: 1px solid #F0F0F0;
	margin-top: 15px;
	padding: 0 0 5px;
}
.comment:first-child, .comment > .children:first-child {
	border: none;
	padding: 10px 0 5px 0;
}
.comment > .children {
	margin-left: 20px;
}
.comments-area .comment-meta {
	color: rgb(51, 51, 51);
	font-size: 14px;
}
.comment-content > p {
	color: rgb(51, 51, 51);
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
}
.comment-respond input[type="submit"] {
	width: 135px;
}
.wp-caption.alignnone {
	overflow: hidden;
	width: 100% !important;
}
.wp-caption {
	background: none repeat scroll 0 0 #048EB0;
	margin-bottom: 14px;
	max-width: 100%;
	padding: 5px;
	text-align: center;
}
.wp-caption-text {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 8px 0;
}
.wp-caption.alignnone img {
	margin: 0 auto;
	max-width: 100% !important;
}
.wp-caption img {
	height: auto;
	max-width: 100%;
}
.sidebar img {
	display: inline !important;
}
.sidebar table {
	width: 100%;
}
/********************* PAGINATION ****************************/

.navigation {
	margin: 4px 0 57px;
	float: left;
	width: 100%;
}
.navigation li a, .navigation li a:hover, .navigation li a.active-page-pick, .navigation li.disabled {
	color: #fff;
	text-decoration: none;
}
.navigation li {
	display: inline;
	color: #000;
}
.navigation li a, .navigation li a:hover, .navigation li a.active-page-pick, .navigation li.disabled {
	background-color: #848585;
	cursor: pointer;
	padding: 5px 10px;
}
.navigation li a:hover, .navigation li a.active-page-pick, .navigation li a:focus {
	background-color: #515151;
	color: #fff !important;
}
.single-sub-menu {
	background-color: #FFF !important;
	margin: 0 0 0 22px !important;
	padding-bottom: 0 !important;
}
.sprite {
	background: url(./img/sprite.png) no-repeat;
	padding: 0 0 0 22px;
}
.date-icon {
	background-position: left top -422px;
	margin-left: 11px;
}
.author-icon {
	background-position: left top -476px;
	margin-left: 11px;
}
.cat-icon-small {
	background-position: left top -531px;
	margin-left: 11px;
}
.comments-icon-small {
	background-position: left top -591px;
	margin-left: 11px;
}
#suggestionslist {
	max-height: 220px;
	width: 100%;
	overflow: auto;
	margin-bottom: 20px;
	margin-right: auto;
}
input {
	border-radius: 5px;
	border: #cfcfcf solid 1px;
	height: 32px;
	width: 60%;
	padding: 2px 5px;
	font-family: 'Open Sans', sans-serif;
}
textarea {
	border-radius: 5px;
	border: #cfcfcf solid 1px;
	width: 60%;
	padding: 2px 5px;
	font-family: 'Open Sans', sans-serif;
}
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	border: 0px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0;
	height: auto;
	font-size: 26px;
	padding: 10px 0;
	width: 16%;
	color: #226699;
	background-color: transparent;
}
.mywiki_breadcrumbs {
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}
.mywiki-nav-next {
	float: right;
}
.commentlist ul li {
	display: block;
	color: rgb(51, 51, 51);
	font-size: 14px;
}
#comments {
	border-top: 1px solid rgb(217, 217, 217);
	padding-top: 20px;
}
.main-page-title {
	border-bottom: 1px solid rgb(238, 238, 238);
	margin: 15px 0px;
	padding-bottom: 9px;
}
.comments-title {
	font-family: 'Open Sans', sans-serif;
}
.mywiki_breadcrumbs .current {
	font-family: 'Open Sans', sans-serif;
}
.post-meta-entry {
	font-size: 13px;
	margin-bottom: 0;
}
.fluid-sidebar .widget_search .screen-reader-text {
	display: none;
}
.fluid-sidebar .widget_search .search-field {
	width: 175px;
}
.current_page_item a {
	color: rgb(66, 139, 202) !important;
}
.navbar-header p {
	margin: 30px 0px 35px;
}
.header-theme-text {
	color: rgb(41, 41, 41);
	font-family: 'Electrolize', sans-serif;
}
.header-text {
	color: #048EB0;
	font-family: 'Electrolize', sans-serif;
}
.sidebar select {
	max-width: 100%;
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6, .sidebar .h1, .sidebar .h2, .sidebar .h3, .sidebar .h4, .sidebar .h5, .sidebar .h6 {
	font-family: 'Electrolize', sans-serif;
}

/* Responsive Style */
@media (max-width: 640px){
    .mywiki-nav-previous {
    float: left;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.mywiki-nav-next {
    float: right;
    text-align: center;
    width: 100%;
}
}
@media (max-width: 359px) {
#home-main .page-catheader .page-title {
	margin-left: 13%;
	font-size: 24px;
	font-family: 'Electrolize', sans-serif;
	color: #048eb0;
	padding-top: .5%;
}
.input-group .form-control {
	display: inline-block;
	height: 57px;
	font-size: 12px;
}
.attribution {
	text-align: center;
	float: none;
}
.footer-menu-nav {
	width: 100%;
	text-align: center;
}
.footer-menu-nav .nav > li {
	float: left;
}
}
 @media (min-width: 360px) and (max-width: 767px) {
#home-main .page-catheader .page-title {
	margin-left: 10%;
	font-size: 24px;
	font-family: 'Electrolize', sans-serif;
	color: #048eb0;
	padding-top: .5%;
}
.input-group .form-control {
	display: inline-block;
	height: 57px;
	font-size: 12px;
}
.attribution {
	text-align: center;
	float: none;
}
.footer-menu-nav .footer-nav li {
	float: left;
}
.footer-menu-nav {
	width: 100%;
	text-align: center;
}
}
 @media (max-width: 767px) {
    #mc_embed_signup form{padding: 0;}
 }
 @media (min-width: 768px) and (max-width: 979px) {
#home-main .page-catheader .page-title {
	margin-left: 10%;
	font-size: 24px;
	font-family: 'Electrolize', sans-serif;
	color: #048eb0;
	padding-top: .5%;
}
.attribution {
	text-align: center;
	float: none;
}
}
 @media (min-width: 980px) and (max-width: 1279px) {
#home-main .page-catheader .page-title {
	margin-left: 10%;
	font-size: 24px;
	font-family: 'Electrolize', sans-serif;
	color: #048eb0;
	padding-top: .5%;
}
}
 @media (min-width: 1280px) {
#home-main .page-catheader .page-title {
	margin-left: 5%;
	font-size: 24px;
	font-family: 'Electrolize', sans-serif;
	color: #048eb0;
	padding-top: .5%;
}
}
/**
 mywiki gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}
.post_content p iframe{
    width: 100%;
}


/*FAQHeader*/
.header {
	background: #dfedf7;
}

.header .section {
	position: relative;
	height: 100%;
	margin:0 auto;
	max-width: 1170px;
}

.header .logo {
	display: inline-block;
}
.header .logo img {
	width: 230px;
}

.header .contact {
	position: absolute;
	right: 15px;
	top: 10px;
}

.header .tel {
	width: 253px;
	float: left;
	margin-right: 20px;
}

.header .tel .com1 {
	color: #276797;
	font-size: 100%;
	font-weight: bold;
}

.header .tel .com2 {
	color: #276797;
	font-size: 150%;
	background: url(../support/images/icon_tel.png) no-repeat 0 3px;
	padding-left: 35px;
	font-weight: bold;
}

.header .tel .com3 {
	color: #276797;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
}

.header .tel .com4 {
	color: #276797;
	font-size: 80%;
	font-weight: bold;
}

.header .login {
	float: left;
	width: 108px;
}

.header .login .btn-login {
	position: relative;
	background-color: #bdbdbd;
	box-shadow: 2px 4px 0px #9d9d9d;
	padding: 5px 11px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #969696;
	border-radius: 18px;
}

.header .login  a  .btn-login {
	text-decoration: none;
	color: #fff;
}
.header .login  a  {
	text-decoration: none;
}
.header .login .btn-login:hover {
	background-color: #e3e3e3;
}

.header .support {
	float: left;
	padding-top: 20px;
	margin-right: 35px;
}

.header-icon {
	display: inline-block;
	margin: 20px 50px 10px 50px;
}
.header-icon img {
    width: 30px;
    margin-bottom: 10px;
}

/*FAQsetting*/
.setting {
	border: 1px solid #ddd;
}

.setting h2 {
	background: #048eb0 url(../images/icon_setting.png) no-repeat 10px 15px;
	color: #fff;
	font-size: 159%;
	font-weight: bold;
	padding: 15px 5px 15px 40px;
	display: block;
	overflow: hidden;
}

.setting .content {
	background: #fff;
	padding: 20px 10px;
}
.two-col.mb-30 .setting{
	border-bottom: 4px solid #048eb0;
	background:#fff;
}

.setting .content .com1 {
	color: #0f0f0f;
	font-size: 134%;
	font-weight: bold;
}

.setting .content .update {
	border: 1px solid #ddd;
	padding: 1px;
	font-size: 134%;
	margin-top: 20px;
}

.setting .content .update dt {
	width: 40%;
	float: left;
	color: #0f0f0f;
	background: #fff;
	padding: 3px 5px 3px 10px;
	box-sizing: border-box;
	font-weight: bold;
}

.setting .content .update dd {
	width: 59%;
	padding: 0px 0.5% 0px 41%;
	color: #fff;
	letter-spacing: -0.1em;
}

.setting .content .update dd p {
	background: #7bbdec;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.setting .content .download {
	height: 55px;
	display: block;
}

.setting .content .download .down-info {
	width: 35%;
	float: right;
	color: #0f0f0f;
	margin-top: 10px;
}

.setting .content .download .down-info span {
	font-weight: bold;
}

.setting .content .download .btn-download {
	width: 60%;
	margin: 0 auto;
	position: relative;
	/*background-color: #266797;*/
	background-color: #048eb0;
	/*box-shadow: 4px 4px 0px #1e5278;*/
	box-shadow: 4px 4px 0px #007390;
}

.setting .content .download .btn-download a {
	color: #fff!important;
	text-decoration: none;
	padding: 12px 30px;
	font-size: 117%;
	display: block;
	font-weight: bold;
	text-align: center;
}

.setting .content .download .btn-download:before {
	content: "";
	width: 0;
	height: 0;
	/*border-left: 4px solid #1e5278;*/
	border-left: 4px solid #007390;
	border-top: 4px solid transparent;
	position: absolute;
	right: -4px;
	top: 0px;
}

.setting .content .download .btn-download:after {
	content: "";
	width: 0;
	height: 0;
	/*border-top: 4px solid #1e5278;*/
	border-top: 4px solid #007390;
	border-left: 4px solid transparent;
	position: absolute;
	left: 0px;
	bottom: -4px;
}

.setting .content .download .btn-download:hover:before, .setting .content .download .btn-download:hover:after {
	border: 0;
}

.setting .content .download .btn-download:hover {
	box-shadow: none;
	left: 4px;
	right: -4px;
	top: 4px;
	margin-top: 4px;
}

.setting .content .related-faq {
	border-top: 1px dotted #ddd;
	padding-top: 15px;
	margin-top: 5px;
}

.setting .content .related-faq .title {
	color: #0f0f0f;
	font-size: 109%;
	font-weight: bold;
	background: #dfedf7;
	padding: 5px 10px;
	display: inline-block;
}

.setting .content .related-faq ul {
	margin-top: 10px;
}

.setting .content .related-faq ul li {
	background: url(../images/icon_list.png) no-repeat 0 4px;
	background-size: 5px 10px;
	padding-left: 15px;
}

.setting .content .related-faq ul li a {
	color: #378ac5;
	padding: 3px;
	display: block;
	text-decoration: none;
}

.setting .content .related-faq ul li a:hover {
	text-decoration: underline;
}
.btn-support {
	height: 66px;
	padding-top: 16px;
}
.btn-support a {
	display: inline-block;
	width: 260px;
	height: 45px;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
	outline: none;
	background-color: #F5BE40;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	font-weight: bold;
	font-size: 15px;
	border-radius: 30px;
	box-shadow: 2px 4px 0px rgba(145,58,0,1.0);
}
#footer .btn-support a:hover {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #f6c76f;
}
.error li {
	color: red;
}
.categoryTop {
	width: 48%;
	float: left;
	box-sizing: border-box;
	border: solid 1px #ddd;
	padding: 0 20px;
	margin-bottom: 20px;
}
.categoryTop.right {
	float: right;
}
.categoryTop h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom:0px;
	color: #0077b8;
	border-bottom: 2px solid #ddd;
	padding-bottom: 6px;
	display: table;
	width: 100%;
}
.categoryTop h3 i {
	font-size: 140%;
	padding-right: 8px;
	width: 20px;
	display: table-cell;
}
.categoryTop h3 span {
	display: table-cell;
	vertical-align: middle;
}
.categoryTop ul{
	padding: 20px;
	border-bottom: 1px solid #eeeeee;
}
.categoryTop p{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: right;
}
.categoryTop p a {
	/*background: url(/wp-content/uploads/2019/03/sidebar_p_disc.png) no-repeat center left;
	padding-left: 32px;*/
	color: #333;
}
/*.categoryTop p:hover a {
	background: url(/wp-content/uploads/2019/03/sidebar_p_disc_hover.png) no-repeat center left;
}*/
div#categories-2 {
	margin-top:20px;
}
div#tag_cloud-2 {
	margin-top:20px;
}
.red {
	color: #ff0000;
}
.mb-30 {
	margin-bottom: 30px;
}
.recaptcha div{
	float:right
}

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

201903 TOP・右カラム・ヘッダー・フッターリニューアル

------------------------------------*/
/*-------TOPメインカラム-------*/
.home h2 {
	background-color: #226699;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.categoryTop li {
	background: url(/wp-content/uploads/2019/03/sidebar_li_disc.png) no-repeat center left;
	padding-left: 16px;
	padding-top: 0;
	margin-bottom: 10px;
}
.categoryTop li a {
	pointer-events: auto;
}
.categoryTop li {
	pointer-events: none;
}
.categoryTop li:hover {
	background: url(/wp-content/uploads/2019/03/sidebar_li_disc_hover.png) no-repeat center left;
}
.categoryTop li a {
	color: #333;
}
/*-------ヘッダー-------*/
.header .home {
	float: left;
	width: 108px;
	margin-right: 20px;
}
.header .home .btn-home {
	position: relative;
	height: 56px;
	background-color: #226699;
	box-shadow: 2px 4px 0px #1a4c72;
	width: 108px;
	padding: 18px 11px 8px;
	font-weight: bold;
	text-align: center;
}
.header .home .btn-home:hover {
	box-shadow: none;
	margin-top: 4px;
	margin-right: -2px;
}
.header .home a .btn-home {
	text-decoration: none;
	color: #fff;
}
.header-icon {
	margin: 5px 10px;
	width: 186px;
	height: 40px;
	vertical-align: middle;
	border-right: solid 1px #BDBDBD;
}
.header-icon:first-child {
	width: 91px;
	margin-left: 0px;
}
.header-icon table td.img {
	width: 64px;
}
.header-icon:first-child table td.img {
	padding-top: 6px;
}
.header-icon table p {
	color: #4B4B4B;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
.header-icon img.hover {
	display: none;
}
.header-icon:hover table p {
	color: #2D87CC;
}
.header-icon:hover img.normal {
	display: none;
}
.header-icon:hover img.hover {
	display: inline;
}
.header-icon table td.img i {
	color: #4B4B4B;
	font-size: 26.7px;
}
.header-icon:hover table td.img i {
	color: #2D87CC;
} 
/*-------コンテンツ全体の余白調整-------*/
.container {
	padding: 0;
}
/*-------メインカラムの余白調整-------*/
.col-sm-8 {
padding-left: 0;
}
/*-------右カラム-------*/
.col-sm-4 {
padding-right: 0;
}
.sidebar h4 {
	background-color: #226699;
	padding: 10px;
	font-weight: bold;
	color: #fff;	
	font-size: 16px;}
.sidebar > div {
	background-color: #FFFFFF;
	padding: 0 0 0 15px;
	float: none;
}
.sidebar .col-md-3 .container {
	width: 100%;
	padding: 0 0 20px;
}
.sidebar ul {
	background-color: #ffffff;
	padding-top: 0;
}
.sidebar li {
	background: url(/wp-content/uploads/2019/03/sidebar_li_disc.png) no-repeat center left;
	padding-left: 16px;
	padding-top: 0;
	margin-bottom: 10px;
}
.sidebar li a {
	pointer-events: auto;
}
.sidebar li {
	pointer-events: none;
}
.sidebar li:hover {
	background: url(/wp-content/uploads/2019/03/sidebar_li_disc_hover.png) no-repeat center left;
}
.sidebar ul a {
	color: #333;
}
.sidebar .popular > p,
.sidebar .info > p {
	text-align: right;
}
.sidebar .popular > p a,
.sidebar .info > p a {
    /*background: url(/wp-content/uploads/2019/03/sidebar_p_disc.png) no-repeat center left;
    padding-left: 32px;*/
    color: #333;
}
/*.sidebar .popular > p:hover a,
.sidebar .info > p:hover a {
    background: url(/wp-content/uploads/2019/03/sidebar_p_disc_hover.png) no-repeat center left;
}*/
/*-------フッター-------*/
footer .left {
	float: left;
}
footer .left ul {
	line-height: 2;
}
footer .left p {
	margin-bottom: 0;
}
footer .right {
	float: right;
}
footer .right table {
	text-align: left;
}
footer .right td p {
	margin: 0;
}
footer .right td p.answer {
	font-size: 13px;
}
footer .right span.big {
	font-size: 28px;
}
footer .right span.big i {
	padding-right: 10px;
}
#inner-footer > p {
	clear: both;
	text-align: center;
	font-size: 12px;
	margin-top: 100px;
	margin-bottom: 0;
}
/*------------------------------------

20202 セミナーページ新設

------------------------------------*/
/*---- 一覧ページ----*/
.post-type-archive-seminar div.h4 {
	border-bottom: 2px solid #EEEEEE;
	margin-bottom: 15px;
}
.post-type-archive-seminar .cat-title {
background-image: url(/wp-content/uploads/2022/02/seminar-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 45px;
    padding: 10px 0 10px 55px;
    margin-left: 0;   
    color: #010101;
    font-size: 18px;
}
.post-type-archive-seminar h5 {
	font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    background-color: #048EB0;
    color: #fff;
    padding: 10px;
}
.post-type-archive-seminar .cat-hadding {
	background-color: #E8F5F8;
}
.post-type-archive-seminar .cat-hadding a {
	background: url(/wp-content/uploads/2022/02/seminar-icon_gr.png) no-repeat top left;
    background-size: 26px;
}
.post-type-archive-seminar .post_content {
	padding: 0 0 20px 20px !important;
}
.post-type-archive-seminar p.link {
	text-align: right;
}
.post-type-archive-seminar p.none {
    margin: 20px 0 50px;
}
.post-type-archive-seminar article.seminar + p.none {
	display: none;
}
/*---- 詳細ページ----*/
.single-seminar .cat-title {
	background-image: url(/wp-content/uploads/2022/02/seminar-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 45px;
    padding: 10px 0 10px 55px;
    margin-left: 0;
    border-bottom: 2px solid #EEEEEE;
	font-weight: 600;
    font-size: 18px;
}
.single-seminar .post_content dl {
	margin-top: 30px;
}
.single-seminar .post_content dl:first-child {
	margin-top: 0;
}
.single-seminar .post_content dt {
font-size: 110%;
    font-weight: bold;
    color: #048EB0;
    margin-bottom: 10px;
    display: inline-block;
    width: 60%;
	border-left: solid 4px;
    padding-left: 6px;
    border-bottom: solid 1px;
}
.single-seminar dl.summary {
display: table;
	    margin: 5px 0 5px;
}
.single-seminar dl.summary dt {
background-color: #E8F0FE;
    padding: 6px 20px;
	vertical-align: middle;
    font-weight: 500;
	border: none;
    display: table-cell;
    width: 140px;
	color: #333;
    font-size: 100%;
}
.single-seminar dl.summary dd {
    display: table-cell;
    padding-left: 10px;
}
.single-seminar td.name {
    padding-left: 10px;
	}
.single-seminar .post_content dd.form #frm_constant_top_block,
.single-seminar .post_content dd.form #frm_constant_center_block {
    display: none;
}
.single-seminar .post_content dd.form #frm_forminput {
	width: 600px;align-content
	border-radius: 5px;
    border: #cfcfcf solid 1px;
	padding: 10px;
}
.single-seminar .post_content dd.form .item-table {
	width: 100%;
    margin: 0;
}
.single-seminar .post_content dd.form .item-column {
    background-color: #E8F0FE;
	width: 140px;
    border: solid 4px #fff;
}
.single-seminar .post_content dd.form .item-box {
	border: solid 4px #fff;
	padding: 5px 10px;
}
.single-seminar .post_content dd.form input[type="radio"] {
	width: initial;
    height: auto;
}
/*---- グロナビ改修----*/
#header-icons {
	width: 1170px;
    margin: 0 auto;
	display: flex;
	padding: 5px 0;
	align-items: center;
}
#header-icons a {
    width: 220px;
    text-align: center;
	color: #4B4B4B;
    font-weight: bold;
	border-right: solid 1px #BDBDBD;
}
#header-icons a:hover {
	color: #2D87CC !important;
}
#header-icons a span {
	vertical-align: middle;
	display: inline-block;
	background-size: 30px;
	background-position: left center;
    background-repeat: no-repeat;
    padding-left: 45px;
}
#header-icons a.home {
    width: 130px;
}
#header-icons a.home img {
	width: 30px;
}
#header-icons a.home img.hover {
	display: none;
}
#header-icons a.home:hover img.normal {
	display: none;
}
#header-icons a.home:hover img.hover {
	display: initial;
}
#header-icons a.beginner span {
	background-image: url(/wp-content/uploads/2019/03/GloNavi_beginer.png) ;
}
#header-icons a.beginner:hover span {
	background-image: url(/wp-content/uploads/2019/03/GloNavi_beginer_hover.png) ;
}
#header-icons a.training span {
	background-image: url(/wp-content/uploads/2019/03/GloNavi_meeting.png) ;
}
#header-icons a.training:hover span {
	background-image: url(/wp-content/uploads/2019/03/GloNavi_meeting_hover.png) ;
}
#header-icons a.guide i {
	font-size: 26.7px;
}
#header-icons a.guide span {
	background: none;
    padding-left: 8px;
    vertical-align: 3px;
}
#header-icons a.seminar span {
	background-image: url(/wp-content/uploads/2019/03/GloNavi_seminar.png) ;
	padding: 10px 0 10px 45px;
}
#header-icons a.seminar:hover span {
	background-image: url(/wp-content/uploads/2019/03/GloNavi_seminar_hover.png);
}
#header-icons a.compliance {
	border: none;
}
#header-icons a.compliance span {
	background-image: url(/wp-content/uploads/2019/03/GloNavi_conp.png) ;
}
#header-icons a.compliance:hover span {
	background-image: url(/wp-content/uploads/2019/03/GloNavi_conp_hover.png);
}
/*------------------------------------

20206 活用セミナー動画DL

------------------------------------
---- seminarページ----*/
.post-type-archive-seminar .movie-block {
	display: flex;
    background-color: #f7f7f7;
    box-shadow: 2px 2px #d9d9d9;
    padding: 20px;
    justify-content: space-between;
	align-items: center;
}
.post-type-archive-seminar .movie-block img {
	margin: 0;
    width: 380px;
}
.post-type-archive-seminar .movie-block .text {
	width: 330px;
    padding: 10px 0;
}
.post-type-archive-seminar .movie-block .text dl {
	margin: 0;
}
.post-type-archive-seminar .movie-block .text .ul {
	margin: 10px 0 10px 16px;
}
.post-type-archive-seminar .movie-block .text p.link {
	margin-bottom: 0;
}
/*----- 各活用セミナー動画ページ----*/
.a-double {
	display: flex;
    align-items: center;
}
.a-double a {
	display: inline-block;
    text-align: center;
    background-color: #E8F0FE;
    color: #333;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
	height: 70px;
}
.a-double a.contact {
	margin-right: 30px;
}
.a-double a span {
	background-image: url(/wp-content/uploads/2022/06/movie-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
    display: inline-block;
    padding-right: 24px;
    line-height: 1.2;
}
.a-double a.contact span {
	line-height: 1.7;
}
.a-double a:hover span {
	background-image: url(/wp-content/uploads/2022/06/movie-arrow-hover.png);
}
/*------------------------------------

20209 パートナー紹介ページ

------------------------------------*/
.partner-h5 {
	font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
    color: #666666;
    font-size: 20px;
}
.partner-individual {
	display: flex;
	align-items: center;
    border: solid 1px #ccc;
    border-radius: 7px;
    padding: 20px;
	margin-bottom: 30px;
}
.partner-individual img {
    margin-right: 20px;
    flex-basis: 250px;
    width: 250px;
}
.partner-individual dl {
    margin: 0;
}
.partner-individual dt {
	font-size: 15px;
    margin-bottom: 10px;
}
.partner-individual a {
	display: block;
    text-align: right;
}
.partner-form {
	text-align: center;
}
.partner-form a {
	display: inline-block;
    width: 600px;
    height: 45px;
    text-align: center;
    line-height: 42px;
    outline: none;
    background-color: #F5BE40;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    font-weight: bold;
    font-size: 16px;
    border-radius: 30px;
    box-shadow: 2px 4px 0px rgb(198 94 24);
    color: #fff;
}
.partner-form a:hover {
	background-color: #f6c76f;
	color: #fff !important;
}
/*------------------------------------

202301 運用代行ページ

------------------------------------*/
.operation_agency {
	font-size: 16px;
}
.operation_agency .intro {
	background-color: #eef5fc;
	padding: 20px 20px 10px;
}
.operation_agency .intro b {
	color: rgb(66, 139, 202);
}
.operation_agency h4 {
    font-size: 20px;
    font-weight: bolder;
    margin: 50px 0 20px;
    border-bottom: solid 2px;
    background-color: rgb(66, 139, 202);
    color: #fff;
    padding: 10px;
}
.operation_agency h5 {
	font-size: 18px;
    font-weight: bold;
    color: rgb(66, 139, 202);
    border-bottom: solid 2px #cccccc;
	position: relative;
    padding: 0 0 4px 6px;
    margin: 40px 0 20px 10px;
}
.operation_agency h5:after {
	  position: absolute;
	  content: " ";
	  display: block;
	  border-bottom: solid 2px rgb(66, 139, 202);
	  bottom: -2px;
	  left: 0;
	  width: 30%;
}
.operation_agency h6 {
	font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
}
.operation_agency .good {
	background-image: url(/wp-content/uploads/2023/01/like.png);
    background-size: 26px;
    background-repeat: no-repeat;
    padding-left: 40px;
    padding: 5px 0 3px 30px;
    font-size: 18px;
    border-bottom: solid 2px #cccccc;
    width: 500px;
    margin: 30px 0 10px 10px;
    display: inline-block;
	position: relative;
}
.operation_agency .good:after {
	  position: absolute;
	  content: " ";
	  display: block;
	  border-bottom: solid 2px rgb(66, 139, 202);
	  bottom: -2px;
	  left: 0;
	  width: 30%;
}
.operation_agency .indent {
    margin-left: 20px;
}
.operation_agency .check {
	background-image: url(/wp-content/uploads/2023/01/check.png);
    background-repeat: no-repeat;
    font-size: 18px;
    background-size: 20px;
    padding: 2px 25px;
    background-position: left center;
    margin: 0 0 20px 10px;
	font-weight: bold;
}
.operation_agency li {
	color: #333;
}
.operation_agency table {
	margin-left: 20px;
	width: 745px;
}
.operation_agency table th ,
.operation_agency table td {
	border: solid 1px #cccccc;
    padding: 10px;
}
.operation_agency table th.center , 
.operation_agency table td.center {
	text-align: center;
}
.operation_agency table th {
    background-color: #eef5fc;
    font-weight: normal;
}
.operation_agency table th.sub {
    background-color: #f8f8f8;
    text-align: center;
    font-size: 14px;
    color: #8a8a8a;
    padding: 2px;
}
.operation_agency table td.fs15 {
	font-size: 15px;
}
.operation_agency table td.right {
	text-align: right;
}
.operation_agency table th.center , 
.operation_agency table td.center {
	text-align: center;
}
.operation_agency table span {
	display: block;
}
.operation_agency table small {
	padding-left: 2px;
}
.operation_agency div.supple {
	text-align: right;
	font-size: 15px;
}
.operation_agency .balloon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.operation_agency .balloon img {
    width: 60px;
}
.operation_agency .balloon p {
    position: relative;
    display: inline-block;
    border: solid 3px rgb(66, 139, 202);
    border-radius: 5px;
    padding: 10px;
    width: 600px;
    margin-left: 20px;
    background-color: #fff;
}
.operation_agency .balloon p:before {
    content: "";
    position: absolute;
    margin-top: -12px;
    z-index: 2;
    border: 8px solid transparent;
    border-right: 8px solid #FFF;
    left: -16px;
    top: 58%;
}
.operation_agency .balloon p:after {
    content: "";
    position: absolute;
    margin-top: -14px;
    z-index: 1;
    border: 10px solid transparent;
    border-right: 10px solid rgb(66, 139, 202);
    left: -22px;
    top: 58%;
}
.operation_agency .contact {
	text-align: center;
	margin-top: 40px;
}
.operation_agency .contact a {
    display: inline-block;
    width: 600px;
    height: 45px;
    text-align: center;
    line-height: 42px;
    outline: none;
    background-color: #F5BE40;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    font-weight: bold;
    font-size: 16px;
    border-radius: 30px;
    box-shadow: 2px 4px 0px rgb(198 94 24);
    color: #fff;
}
.operation_agency .contact a:hover {
    background-color: #f6c76f;
    color: #fff !important;
}