/*
Theme Name: 400bar Theme v2
Author: WebKos Studio
Author URI: https://seokos.ru
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@font-face{
	font-family: 'Circe-Light';
	src: url('fonts/Circe-Light.eot');
	src: url('fonts/Circe-Light.eot?iefix') format('eot'),
	url('fonts/Circe-Light.woff') format('woff'),
	url('fonts/Circe-Light.ttf') format('truetype'),
	url('fonts/Circe-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Circe-ExtraLight';
	src: local('Circe-ExtraLight'), url('fonts/Circe-ExtraLight.woff') format('woff');
}
@font-face {
	font-family: 'Circe-Light';
	src: local('Circe-Light'), url('fonts/Circe-Light.woff') format('woff');
}
@font-face {
	font-family: 'Circe-Regular';
	src: local('Circe-Regular'), url('fonts/Circe-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Circe-Bold';
	src: local('Circe-Bold'), url('fonts/Circe-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Circe-ExtraBold';
	src: local('Circe-ExtraBold'), url('fonts/Circe-ExtraBold.woff') format('woff');
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	background: #f7f7f7;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
}
#content {
	margin: 0;
	width: 640px;
	float: left;
}
#primary, 
#secondary {
	float: right;
	overflow: hidden;
	width: 270px;
	margin: 40px 20px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Open Sans', sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'Open Sans', sans-serif;
}
input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
}
pre {
	font-family: 'Open Sans', sans-serif;
}
code {
	font-family: 'Open Sans', sans-serif;
}
body {
	max-width: 1000px;
	width: 100%;
	margin-left: auto; 
	margin-right: auto;
	box-shadow: 0 0px 8px 1px rgba(156, 156, 156, 0.33);
	-moz-box-shadow: 0 0px 8px 1px rgba(156, 156, 156, 0.33);
	-webkit-box-shadow: 0 0px 8px 1px rgba(156, 156, 156, 0.33);
	border-radius: 8px;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	/*width: 1000px;*/
}
#wrapper {
	background-color: #f8f8f8;
    /*box-shadow: 0 0px 8px 1px rgba(156, 156, 156, 0.33);
    -moz-box-shadow: 0 0px 8px 1px rgba(156, 156, 156, 0.33);
    -webkit-box-shadow: 0 0px 8px 1px rgba(156, 156, 156, 0.33);*/
    margin-bottom: 25px;
    position: relative;
    z-index: 100;
 }
 #wrapper.wrapper_lp {
 	margin-top: 60px;
 	width: 720px;	
 }
 #main.main_lp {
 	width: 720px;
 }
 /* Structure the footer area */
 #footer-widget-area {
 	overflow: hidden;
 }
 #footer-widget-area .widget-area {
 	float: left;
 	margin-right: 20px;
 	width: 220px;
 }
 #footer-widget-area #fourth {
 	margin-right: 0;
 	float: right;
 }
 #site-info {
 	float: left;
 	font-size: 14px;
 	font-weight: bold;
 	width: 700px;
 }
 #site-generator {
 	float: right;
 	width: 220px;
 }
 .widget-youtube {
 	background: rgba(255, 255, 255, 0.49);
 	padding: 10px;
 	text-align: center;
 	border-radius: 6px;
 	-webkit-border-radius: 6px;
 	-moz-border-radius: 6px;
 }
 .footer_copy {
 	clear: both;
 	background: #fff;
 }
 .copy_content {
 	width: 980px;
 	margin: 0 auto;
 	text-align: center;
 	padding: 25px 0 30px 0;
 	font-family: 'Open Sans', sans-serif;
 	font-size: 15px;
 	line-height: 22px;
 }
/* =Menu
-------------------------------------------------------------- */
.head_search {
	padding-top: 10px;
	float: right;
}
.head_search form input[type="text"] {
	background: #fff;
	box-shadow: none;
	padding: 7px 20px 5px 20px;
	border: 1px solid #f3f3f3;
	color: #333;
	font-size: 12px;
	font-family: 'Open-Sans', sans-serif;	
	width: 200px;
}
.head_search form input[type="submit"] {
	border: none;
	background: url(images/icon-search.png) center top no-repeat;
	width: 15px;
	height: 15px;
	position: relative;
	right: 35px;
	top: 2px;
	cursor: pointer;
}
#main_menu .menu-head_menu-container { 
	width: 680px;
	float: left;
}
#main_menu {
	/*width: 970px;*/
	margin: 0 auto;
	background-color: #f8f8f8;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	height: 50px;
	text-align: center;
	padding: 0 15px;
    /*box-shadow: 0 0px 8px 1px rgba(156, 156, 156, 0.33);
    -moz-box-shadow: 0 0px 8px 1px rgba(156, 156, 156, 0.33);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(156, 156, 156, 0.25);*/
    position: relative;
    z-index: 200;
 }
 #main_menu ul {
 	margin: 0;
 	padding-top: 17px;
 }
 #main_menu ul li {
 	display: inline;
 	list-style: none;
 	padding: 0;
 	float: left;
 }
 #main_menu li a {
 	font-size: 16px;
 	line-height: 16px;
 	color: #3e3939;
 	text-decoration: none;
 	font-family: 'Circe-Light', sans-serif;
 	padding: 14px 11px;
 	-moz-transition: all 0.2s ease-out;
 	-o-transition: all 0.2s ease-out;
 	-webkit-transition: all 0.2s ease-out;
 }
 #main_menu .sub-menu {
 	display: none;
 	position: absolute;
 	margin-top: 11px;
 	padding: 9px !important;
 	border-radius: 0 0 4px 4px;
 	-moz-border-radius: 0 0 4px 4px;
 	-webkit-border-radius: 0 0 4px 4px;
 	z-index: 999999;
 }

 #main_menu ul li:hover .sub-menu  {
 	display: block;
 	clear: both;
 	position: absolute;
 	background: #038DE8;
 }

 #main_menu .sub-menu li {
 	clear: both;
 	margin: 10px 0;
 }
 #main_menu .sub-menu li a {
 	padding: 10px 20px;
 }
/*#main_menu a:hover {
  background: #0d9ed2;
  color: #fff;
  }*/
  #main_menu a:hover,
  #main_menu .current_page_item a {
  	font-family: 'Circe-Regular', sans-serif;
  }

  .description {
  	width: 980px;
  	margin: 0 auto;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 23px;
  	line-height: 36px;
  	color: #505050;
  	margin-top: 135px;
  	padding-left: 100px;
  }
  .studio {
  	font-size: 13px;
  	color: #CFCDCD;
  	float: right;
  }
  .studio a{
  	color: #BDBDBD !important;
  }
  #contacts {
  	background: url("images/new/contacts.jpg") center top no-repeat;
  	height: 962px;
  }
  .page_white {
  	background: none!important;
  	box-shadow: none!important;
  }
  .page_grey {
  	background: none!important;
  	box-shadow: none!important;
  }
  .bgrey {
  	background: -webkit-radial-gradient(#F7F7F7, #CDCDCD);
  	background: -webkit-radial-gradient(#F7F7F7, #CDCDCD);
  	background: -webkit-radial-gradient(#F7F7F7, #CDCDCD);
  }
  #pagewg {
  	font-family: 'Open Sans', sans-serif;
  	font-size: 17px;
  	line-height: 27px;
  	color: #3a3939;
  }
  #contacts_txt {
  	width: 980px;
  	margin: 0 auto;
  }
  .contacts_main {
  	width: 550px;
  	color: #3a3939;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 18px;
  	line-height: 27px;
  }
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link,
a:active,
a:visited {
	color: #297FB8;
	text-decoration: none;
}
a:hover {
	color: #c1392b;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
	display: none;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}

#headtop{
	height: 60px;
	background: #f4f4f4;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.17);
}
.headcenter {
	margin: 0 auto;
	display: block;
	position: relative;
	text-align: left;
	padding: 0px;
	width: 1000px;
}
.logo {
	padding-top: 5px;
	float: left;
}
.logo a {
	display: block;
	width: 205px;
	height: 48px;
	background: url("images/new/logo.png") no-repeat 0 0;
}
.top_menu {
	display: block;
	text-align: center;
	padding-top: 21px;
	float: right;
}
.top_menu li {
	display: inline;
	list-style: none;
	margin: 0 11px;
}
.top_menu ul {
	margin: 0;
}
.top_menu li a {
	font-size: 16px;
	line-height: 16px;
	color: #534F4F;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.top_menu li a:hover {
	color: #019EDD;
}
.footer_menu {
	display: block;
	text-align: center;
	padding-top: 20px;
	float: right;
}
.footer_menu li {
	display: inline;
	list-style: none;
	margin: 0 11px;
}
.footer_menu ul {
	margin: 0;
}
.footer_menu li a {
	font-size: 16px;
	line-height: 16px;
	color: #534F4F;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.footer_menu li a:hover {
	color: #019EDD;
}
.footer-menu {
	height: 60px;
	background: #f4f4f4;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.17);
}
.widgets_footer {
	width: 980px;
	margin: 0 auto;
	min-height: 635px;
}
#head_mobile {
	display: none;
}
#head {
	background: url("images/header.jpg") top center no-repeat;
	/*width: 1000px;*/
	height: 150px;
	margin: 20px auto 0;
    /*box-shadow: 0 0px 8px 1px rgba(156, 156, 156, 0.33);
    -moz-box-shadow: 0 0px 8px 1px rgba(156, 156, 156, 0.33);
    -webkit-box-shadow: 0 0px 8px 1px rgba(156, 156, 156, 0.33);  */
    border-radius: 7px 7px 0px 0px;
 }
/*#head .name_blog {
    display: inline-block;
    width: 490px;
    height: 125px;
    position: relative;
    top: 55px;
    left: 35px;
}
#head .name_blog a {
	display: block;
    width: 490px;
    height: 125px;
    }*/
    #head .name_blog a {
    	display: block;
    	height: 140px;
    }
    .menu_head {
    	width: 980px;
    	margin: 0 auto;
    	background: url("images/new/menuhead.jpg") repeat;
    	height: 65px;
    	text-align: center;
    	border-radius: 10px 10px 0 0;
    	-webkit-border-radius: 10px 10px 0 0;
    	-moz-border-radius: 10px 10px 0 0;
    }
    .menu_head ul {
    	margin: 0;
    	padding-top: 23px;
    }
    .menu_head li {
    	display: inline;
    	list-style: none;
    }
    .menu_head li a{
    	font-size: 15px;
    	line-height: 16px;
    	color: #fff;
    	text-decoration: none;
    	font-family: 'Open Sans', sans-serif;
    	font-weight: 300;
    	padding: 20px 11px 24px 11px;
    	-moz-transition: all 0.2s ease-out;
    	-o-transition: all 0.2s ease-out;
    	-webkit-transition: all 0.2s ease-out;
    }
    .menu_head li a:hover {
    	background: rgba(10, 120, 178, 0.27);
    }
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 960px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
}
#content {
	color: #333;
	font-size: 15px;
	line-height: 24px;
	background-color: #fff;
	padding: 40px 25px 30px 25px;
	margin-bottom: 0;
	box-shadow: 0 0px 5px 0px rgba(156, 156, 156, 0.33);
	-moz-box-shadow: 0 0px 5px 0px rgba(156, 156, 156, 0.33);
	-webkit-box-shadow: 0 0px 5px 0px rgba(156, 156, 156, 0.33);
}
#content_lp {
	color: #333;
	font-size: 15px;
	line-height: 24px;
	background-color: #fff;
	padding: 40px 30px 30px 30px;
	margin-bottom: 0;
	box-shadow: 0 0px 5px 0px rgba(156, 156, 156, 0.33);
	-moz-box-shadow: 0 0px 5px 0px rgba(156, 156, 156, 0.33);
	-webkit-box-shadow: 0 0px 5px 0px rgba(156, 156, 156, 0.33);
	margin: 0;
}
#content_lp h1 {
	line-height: 45px;	
	margin: 5px 15px 40px 15px;
}
#content_lp h2 {
	line-height: 34px;	
}
#comments input[type='text'],
#comments input[type='email'] {
	width: 40%;
	height: 30px;
	padding-left: 7px;
	background: #ededed;
	border: none;
	box-shadow: 1px 1px 1px #d3d3d3 inset;
	font: 15px 'Open Sans', sans-serif;
	color: #333;
	margin: 0 0 3px 0;
}
#comments textarea {
	position: relative;
	width: 95.5%;
	height: 150px;
	margin-bottom: 15px;
	box-shadow: rgb(211, 211, 211) 1px 1px 1px inset;
	color: #333;
	padding: 7px 2%;
	background: rgb(237, 237, 237);
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	font: 15px 'Open Sans', sans-serif;
}
#comments input[type="submit"] {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 8px 23px 7px 23px;
	font-family: 'Circe-Regular', sans-serif;
	border: 1px solid #0784cd;
	border-radius: 5px;
	background: #0784cd;	
	cursor: pointer;
}
#comments input[type="submit"]:hover {
	opacity: 0.9;
}
/*#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
	}*/ 
	#content ul ul,
	#content ol ol,
	#content ul ol,
	#content ol ul {
		margin-bottom: 0;
	}
	#content pre,
	#content kbd,
	#content tt,
	#content var {
		font-size: 15px;
		line-height: 21px;
	}
	#content code {
		font-size: 13px;
	}
	#content dt,
	#content th {
		color: #000;
	}
	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6 {
		color: #000;
		line-height: 1.5em;
		margin: 0 0 20px 0;
	}
/*#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
	}*/
	#content table,
	#content_lp table {
		border: 0px solid black;
		border-collapse: collapse;
		text-align: left;
		max-width: 640px;	
	}
	#content_lp table {
		max-width: 660px;
	}
	#content tr td,
	#content_lp tr td {
		border: 1px solid black;
		border-collapse: collapse;
		vertical-align: middle;
		font-size: 14px;
		padding: 5px;
		line-height: 23px;	
		text-align: center;
	}

	#content tr td:first-child,
	#content_lp tr td:first-child {
		text-align: left;
	}
	.hentry {
		margin: 0 0 25px 0;
		padding: 0 0 50px 0;
		border-bottom: 1px solid #dfdfdf;
	}
	.home .sticky {
		background: #f2f7fc;
		border-top: 4px solid #000;
		margin-left: -20px;
		margin-right: -20px;
		padding: 18px 20px;
	}
	.single .hentry {
		margin: 0 0 36px 0;
	}
	.page-title {
		color: #000;
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 36px 0;
	}
	.page-title span {
		color: #333;
		font-size: 16px;
		font-style: italic;
		font-weight: normal;
	}
	.page-title a:link,
	.page-title a:visited {
		color: #777;
		text-decoration: none;
	}
	.page-title a:active,
	.page-title a:hover {
		color: #ff4b33;
	}
	#content .entry-title {
		color: #0784cd;
		font-family: 'Circe-Regular', sans-serif;
		font-size: 21px;
		line-height: 27px;
		margin: 0 0 15px 0;
	}
	.entry-title a:link,
	.entry-title a:visited {
		color: #0784cd;
		text-decoration: none;
	}
	.entry-title a:active,
	.entry-title a:hover {
		opacity: .9;
	}
	.entry-meta {
		color: #666;
		font-size: 13px;
		font-family: 'Circe-Light', sans-serif;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
		margin: 10px 0;
		height: 25px;
		padding: 4px 0 2px 0;
	}
	.entry-meta abbr,
	.entry-utility abbr {
		border: none;
	}
	.entry-meta abbr:hover,
	.entry-utility abbr:hover {
		border-bottom: 1px dotted #666;
	}
	.entry-content,
	.entry-summary {
		clear: both;
		padding: 12px 0;
	}
	.entry-content .more-link {
		white-space: nowrap;
	}
	#content .entry-summary p:last-child {
		margin-bottom: 12px;
	}
	.entry-content fieldset {
		border: 1px solid #e7e7e7;
		margin: 0 0 24px 0;
		padding: 24px;
	}
	.entry-content fieldset legend {
		background: #fff;
		color: #000;
		font-weight: bold;
		padding: 0 24px;
	}
	p.comment-row {
		margin-bottom: 8px;
	}
	.entry-content input {
		background: #fff;
		border: 1px solid #e8e8e8;
		box-shadow: none;
		width: 200px;
		padding: 8px 15px 5px 15px;
		margin: 3px 10px 3px 0px;
		border-radius: 4px;
		color: #333;
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
	}
	.entry-content input[type="submit"] {
		background: #0d9ed2;
		border: none;
		box-shadow: none;
		width: 232px;
		padding: 9px 15px 7px 15px;
		margin: 2px auto;
		border-radius: 4px;
		color: #fff;
		font-family: 'Circe-Bold', sans-serif;
		font-size: 14px;
		cursor: pointer;
	}
	.entry-content input[type="submit"]:hover {
		opacity: 0.9;
	}
	.entry-content textarea[name="your-message"] {
		background: #fff;
		border: 1px solid #e8e8e8;
		box-shadow: none;
		width: 400px;
		padding: 8px 15px 5px 15px;
		margin: 3px 10px 3px 0px;
		border-radius: 4px;
		color: #333;
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
	}
	.entry-content input.file,
	.entry-content input.button {
		margin-right: 24px;
	}
	.entry-content label {
		color: #777;
		font-size: 12px;
	}
	.entry-content select {
		margin: 0 0 24px 0;
	}
	.entry-content sup,
	.entry-content sub {
		font-size: 10px;
	}
	.entry-content blockquote.left {
		float: left;
		margin-left: 0;
		margin-right: 24px;
		text-align: right;
		width: 33%;
	}
	.entry-content blockquote.right {
		float: right;
		margin-left: 24px;
		margin-right: 0;
		text-align: left;
		width: 33%;
	}
	.page-link {
		clear: both;
		color: #000;
		font-weight: bold;
		line-height: 48px;
		word-spacing: 0.5em;
	}
	.page-link a:link,
	.page-link a:visited {
		background: #f1f1f1;
		color: #333;
		font-weight: normal;
		padding: 0.5em 0.75em;
		text-decoration: none;
	}
	.home .sticky .page-link a {
		background: #d9e8f7;
	}
	.page-link a:active,
	.page-link a:hover {
		color: #ff4b33;
	}
	body.page .edit-link {
		clear: both;
		display: block;
	}
	#entry-author-info {
		background: #f2f7fc;
		border-top: 4px solid #000;
		clear: both;
		font-size: 14px;
		line-height: 20px;
		margin: 24px 0;
		overflow: hidden;
		padding: 18px 20px;
	}
	#entry-author-info #author-avatar {
		background: #fff;
		border: 1px solid #e7e7e7;
		float: left;
		height: 60px;
		margin: 0 -104px 0 0;
		padding: 11px;
	}
	#entry-author-info #author-description {
		float: left;
		margin: 0 0 0 104px;
	}
	#entry-author-info h2 {
		color: #000;
		font-size: 100%;
		font-weight: bold;
		margin-bottom: 0;
	}
	.entry-utility {
		clear: both;
		color: #777;
		font-size: 13px;
		line-height: 18px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}
	.entry-meta a,
	.entry-utility a {
		color: #777;
	}
	.entry-meta a:hover,
	.entry-utility a:hover {
		color: #297FB8;
	}
	#content .video-player {
		padding: 0;
	}
	.format-standard .wp-video,
	.format-standard .wp-audio-shortcode,
	.format-audio .wp-audio-shortcode,
	.format-standard .video-player {
		margin-bottom: 24px;
	}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block!important;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 97%!important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 600px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	margin-bottom: 0;
	font-family: 'Circe-Regular', sans-serif;
	font-size: 21px;	
}
h3#comments-title {
	padding: 24px 0;
}
/*
#comments .navigation {
	padding: 0 0 18px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
	color: #777;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.hidden-link {
	color:#535050;
	cursor:pointer;
}
.comment-meta a:active,
.comment-meta a:hover,
.hidden-link:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link,
.comment-reply-link {
	color: #777;
	text-decoration: underline;
	cursor: pointer;
}
.reply a:hover,
a.comment-edit-link:hover,
.comment-reply-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}*/

/* Comments form */
/*input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #565252;
	font-size: 14px;
	width: 55px;
	display: inline-block;
	font-family: 'Circe-Regular', sans-serif;
}
p.comment-form-cookies-consent {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
p.comment-form-cookies-consent input {
	width: auto!important;
	margin: 5px 8px 5px 0px!important;
}
p.comment-form-cookies-consent label,
p.comment-form-subscriptions input {
	width: auto!important;
}
p.comment-form-subscriptions input {
	margin-right: 5px!important;
}
#respond label[for="subscribe-reloaded"] {
	width: 100%;
}
.comment-form-comment label[for="comment"] {
	display: none!important;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 96%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}*/
.comment-form-comment label[for="comment"] {
	display: none!important;
}
.comments-list {}
.comments-list ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
ul li.comment ul.children {
	margin: 0 0 0 40px;
}
ul li.comment ul.children li .comment-body {
	width: 94%;
}
ul li.comment ul.children .comment-respond {
	width: 94%;
}
.comment-form-comment {
	margin-bottom: 0;
}
.comment-body {
	width: 100%;
}
.comment-awaiting-moderation {
	position: relative;
	z-index: 20;
	top: -42px;
	left: 90px;
	font-size: 14px;
	color: #c34a4a;
}
.comment-author .avatar {
	height: 66px;
	width: 66px;
	border-radius: 50%;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 2px;
}
.comment-author-avatar {
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	background: #ffffff;
}
.comment-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
	display: -webkit-flexbox;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-align-items: flex-start;
	position: relative;
	z-index: 5;
}
.comment-author .fn {
	font-family: 'Circe-Regular', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	position: relative;
	left: 20px;
	top: 5px;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}
.comment-author .fn a {
	color: #353333;
	font-weight: 500;
	text-decoration: none;
}
.comment-author .comment-meta {
	text-align: right;
	position: relative;
	right: 20px;
	top: 3px;
	font-family: 'Circe-Regular', sans-serif;
	font-size: 13px;
	color: #333;
	opacity: .9;
}
.wpcf7 form .wpcf7-response-output {
	text-align: center!important;
}
.comment-author .reply {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
	text-align: right;
	position: relative;
	right: 35px;
	top: 0;
}
.comment-author .reply a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'Circe-Regular', sans-serif;
	font-weight: 400;
	font-size: 13px!important;
	color: #151516;
	text-decoration: none;
	border: 1px solid #e7e3e3;
	border-radius: 50px;
	padding: 4px 3px 1px 3px;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	outline: none;
	text-decoration: none;
	width: 110px;
}
.comment-author .reply a:hover {
	border-color: #bcbcbc;
}
.widget_mycategoryorder ul li.cat-item-28 {
	background: url(/wp-content/themes/webkos-400bar-v2/images/icon/cat/n2.png) 0px 5px no-repeat;
    background-size: 20px;
    padding-left: 25px !important;
}
.widget_mycategoryorder ul li.cat-item-30 {
	background: url(/wp-content/themes/webkos-400bar-v2/images/icon/cat/info.png) 0px 5px no-repeat;
    background-size: 20px;
    padding-left: 25px !important;
}
.widget_mycategoryorder ul li.cat-item-1 {
	background: url(/wp-content/themes/webkos-400bar-v2/images/icon/cat/air.png) 0px 5px no-repeat;
    background-size: 20px;
    padding-left: 25px !important;
}
.widget_mycategoryorder ul li.cat-item-32 {
	background: url(/wp-content/themes/webkos-400bar-v2/images/icon/cat/he.png) 0px 5px no-repeat;
    background-size: 20px;
    padding-left: 25px !important;
}
.widget_mycategoryorder ul li.cat-item-33 {
	background: url(/wp-content/themes/webkos-400bar-v2/images/icon/cat/ar.png) 0px 5px no-repeat;
    background-size: 20px;
    padding-left: 25px !important;
}
.widget_mycategoryorder ul li.cat-item-34 {
	background: url(/wp-content/themes/webkos-400bar-v2/images/icon/cat/h2.png) 0px 5px no-repeat;
    background-size: 20px;
    padding-left: 25px !important;
}
.widget_mycategoryorder ul li.cat-item-35 {
	background: url(/wp-content/themes/webkos-400bar-v2/images/icon/cat/xe.png) 0px 5px no-repeat;
    background-size: 20px;
    padding-left: 25px !important;
}
.widget_mycategoryorder ul li.cat-item-36 {
	background: url(/wp-content/themes/webkos-400bar-v2/images/icon/cat/other.png) 0px 5px no-repeat;
    background-size: 20px;
    padding-left: 25px !important;
}
.widget_mycategoryorder ul li.cat-item-37 {
	background: url(/wp-content/themes/webkos-400bar-v2/images/icon/cat/o2.png) 0px 5px no-repeat;
    background-size: 20px;
    padding-left: 25px !important;
}
.widget_mycategoryorder ul li.cat-item-39 {
	background: url(/wp-content/themes/webkos-400bar-v2/images/icon/cat/co.png) 0px 5px no-repeat;
    background-size: 20px;
    padding-left: 25px !important;
}
.widget_mycategoryorder ul li.cat-item-54 {
	background: url(/wp-content/themes/webkos-400bar-v2/images/icon/cat/co2.png) 0px 5px no-repeat;
    background-size: 20px;
    padding-left: 25px !important;
}
.widget_mycategoryorder ul li.cat-item-45 {
	background: url(/wp-content/themes/webkos-400bar-v2/images/icon/cat/scuba.png) 0px 5px no-repeat;
    background-size: 20px;
    padding-left: 25px !important;
}
.widget_mycategoryorder ul li.cat-item-47 {
	background: url(/wp-content/themes/webkos-400bar-v2/images/icon/cat/snowflake.png) 0px 5px no-repeat;
    background-size: 20px;
    padding-left: 25px !important;
}
.comment-body .comment-text {
	background: #fbfbfd;
	border-radius: 7px;
	position: relative;
	top: -35px;
	margin-left: 30px;
	padding: 30px 30px 30px 65px;
	font-size: 15px;
	line-height: 23px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	outline: none;
}
.comment-body .comment-text p {
	font-size: 15px;
	line-height: 23px;
	margin: 0;
}
#cancel-comment-reply-link {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'Circe-Regular', sans-serif;
	font-weight: 400;
	font-size: 13px!important;
	color: #151516;
	text-decoration: none;
	border: 1px solid #e7e3e3;
	border-radius: 50px;
	padding: 3px 5px;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	outline: none;
	text-decoration: none;
	width: 170px;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
}
#cancel-comment-reply-link:hover {
	    border-color: #bcbcbc;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	border-color: #ebebeb;
	color: #b8b8b8;
	font: 300 14px/normal "Open Sans", Arial, sans-serif;
	height: 30px;
	padding: 0 0 0 10px;
	width: 100%;
}
form.searchform {}
/*.sidebar-search {
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 3px 1px rgba(156, 156, 156, 0.14);
    -moz-box-shadow: 0 1px 3px 1px rgba(156, 156, 156, 0.14);
    -webkit-box-shadow: 0 1px 3px 1px rgba(156, 156, 156, 0.14);
    margin: 0 0 18px 0;
    }*/
    .widget_search form label,
    .widget_search input[type="submit"],
    .sidebar-search form input[type="submit"] {
    	display: none;
    }
    .widget_search #s,
    .sidebar-search form #s {/* This keeps the search inputs in line */
    	background: url("images/icon-search.png") no-repeat scroll 13px center #fff;
    	border-radius: 0;
    	border-color: #ebebeb;
    	color: #777474;
    	font: 400 14px/normal "Open Sans", Arial, sans-serif;
    	height: 35px;
    	padding: 0 0 0 2.6em;
    	box-shadow: none;
    	width: 83%;
    }
    .sidebar-search form #s::-webkit-input-placeholder,
    .widget_search #s::-webkit-input-placeholder {
    	color: #777474;
    }
    .sidebar-search form #s::-moz-placeholder,
    .widget_search #s::-moz-placeholder {
    	color: #777474;
    }
    .sidebar-search form #s:-moz-placeholder,
    .widget_search #s:-moz-placeholder {
    	color: #777474;
    }
    .sidebar-search form #s:-ms-input-placeholder,
    .widget_search #s:-ms-input-placeholder {
    	color: #777474;
    }
    .widget_search label {
    	display: none;
    }
    .widget_search input[type="submit"] {
    	display: none; 
    }
    #custom_html-2 {
    	padding: 0;
    	box-shadow: none;
    	background: none;
    	text-align: center;	
    	margin-bottom: 18px;	
    }
    #custom_html-2 .social a:hover {
    	opacity: 0.9;
    }
    #custom_html-2 .social img {
    	margin: 0 2px;
    }
    .widget-container {
    	background: #fff;
    	padding: 20px;
    	box-shadow: 0 1px 3px 1px rgba(156, 156, 156, 0.14);
    	-moz-box-shadow: 0 1px 3px 1px rgba(156, 156, 156, 0.14);
    	-webkit-box-shadow: 0 1px 3px 1px rgba(156, 156, 156, 0.14);
    	margin: 0 0 18px 0;
    }
    .widget-container .wp-caption img {
    	margin: auto;
    }
/*
.widget_categories ul li.cat-item-1,
.widget_mycategoryorder ul li.cat-item-1 {
    background: url(images/icon/biznes-nl.png) 0px 5px no-repeat;
    padding-left: 21px !important;
}
.widget_categories ul li.cat-item-5,
.widget_mycategoryorder ul li.cat-item-5 {
    background: url(images/icon/product-nl.png) 0px 5px no-repeat;
    padding-left: 21px !important;
}
.widget_categories ul li.cat-item-8,
.widget_mycategoryorder ul li.cat-item-8 {
    background: url(images/icon/diary.png) 0px 5px no-repeat;
    padding-left: 21px !important;
}
.widget_categories ul li.cat-item-16,
.widget_mycategoryorder ul li.cat-item-16 {
    background: url(images/icon/chat.png) 0px 5px no-repeat;
    padding-left: 21px !important;
}
.widget_categories ul li.cat-item-11,
.widget_mycategoryorder ul li.cat-item-11 {
    background: url(images/icon/travel.png) 0px 5px no-repeat;
    padding-left: 21px !important;
}
.widget_categories ul li.cat-item-17,
.widget_mycategoryorder ul li.cat-item-17 {
    background: url(images/icon/other.png) 0px 5px no-repeat;
    padding-left: 23px !important;
    }*/
    .widget_pages ul li ul li {
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	align-items: center;
    }
    .widget_pages ul li ul li::before {
    	content: '';
    	width: 5px;
    	height: 5px;
    	max-width: 5px;
    	max-height: 5px;
    	min-width: 5px;
    	min-height: 5px;
    	background: #128ab5;
    	position: relative;
    	top: 1px;
    	opacity: .6;
    	margin-right: 8px;
    }
    .widget_pages ul li a,
    .widget_mycategoryorder ul li a,
    .popular-posts ul li a {
    	font-family: 'Open Sans', sans-serif;
    	color: #333!important;
    	font-size: 15px;
    	line-height: 24px;
    }
    .popular-posts ul li a {
    	font-size: 15px;
    	line-height: 22px;
    }
    .wpp-meta, .post-stats {
    	display: block;
    	font-size: 0.8em;
    	font-weight: 400!important;
    	color: #128ab5!important;
    }
    .widget_pages ul li a:hover,
    .widget_mycategoryorder ul li a:hover,
    .popular-posts ul li a:hover {
    	font-weight: 500;
    	color: #0784cd!important;
    }
    .popular-posts ul li a:hover {
    	font-weight: 400;
    }
    .popular-posts ul li {
    	padding: 3px 0;
    	border-bottom: 1px dotted #ddd;
    }

/*.widget_categories ul li.cat-item-9,
.widget_mycategoryorder ul li.cat-item-9 {
    background: url(images/icon/other.png) 0px 5px no-repeat;
    padding-left: 23px;
}
.widget_categories ul li.cat-item-8,
.widget_mycategoryorder ul li.cat-item-8 {
    background: url(images/icon/video.png) 0px 5px no-repeat;
    padding-left: 23px;
}
.widget_categories ul li.cat-item-7,
.widget_mycategoryorder ul li.cat-item-7 {
    background: url(images/icon/marketing.png) 0px 5px no-repeat;
    padding-left: 23px;
}
.widget_categories ul li.cat-item-4,
.widget_mycategoryorder ul li.cat-item-4 {
    background: url(images/icon/site.png) 0px 5px no-repeat;
    padding-left: 23px;
}
.widget_categories ul li.cat-item-1,
.widget_mycategoryorder ul li.cat-item-1 {
    background: url(images/icon/text.png) 0px 5px no-repeat;
    padding-left: 23px;
    }*/ 
    .widget_categories ul li.cat-item,
    .widget_mycategoryorder ul li.cat-item {
    	padding: 3px 0;
    	border-bottom: 1px dotted #ddd;
    }
    #main .widget-area ul ul.children {
    	padding: 3px 13px;
    }
    #main .widget-area ul ul.children li {
    	border-bottom: none;
    }
/*.widget_categories ul li a,
.widget_mycategoryorder ul li a {
    color: #5f5b5b;
    font-size: 14px;
    font-family: 'Circe-Regular', sans-serif;
    padding: 4px 0;
	text-decoration: none;	
	line-height: 19px;
}
.widget_categories ul li a:hover,
.widget_mycategoryorder ul li a:hover {
    color: #00aeed;
    }*/
    .widget-title {
    	font-family: 'Circe-Bold', sans-serif;
    	font-size: 20px;
    	margin-bottom: 8px;
    /*color: #00aeed;
    color: #128ab5;*/
    color: #0784cd;
    padding: 4px 0;
 }

/*.widget-area a:link,
.widget-area a:visited {
	color: #297FB8;
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	color: #1bbc9b;
	text-decoration: none;
	}*/
	.widget-area .entry-meta {
		font-size: 11px;
	}
	.forma_sidebar form input[type="text"],
	.forma_sidebar form input[type="email"] {
		background: #fff;
		border: 1px solid #e8e8e8;
		box-shadow: none;
		width: 200px;
		padding: 9px 15px 6px 15px;
		margin: 3px auto;
		border-radius: 4px;
		color: #6b6969;
		font-family: 'Circe-Light', sans-serif;
		font-size: 13px;	
	}
	.forma_sidebar form input[type="submit"] {
		background: #0d9ed2;
		border: none;
		box-shadow: none;
		width: 232px;
		padding: 9px 15px 7px 15px;
		margin: 4px auto;
		border-radius: 4px;
		color: #fff;
		font-family: 'Circe-Bold', sans-serif;
		font-size: 14px;	
		cursor: pointer;
	}
	.forma_sidebar form input[type="submit"]:hover {
		opacity: 0.9;
	}
	.form_sidebar_name {
		color: #3e3939;
		font-family: 'Circe-Bold', sans-serif;
		font-size: 19px;
		padding: 5px 0 15px 0;
		text-align: center;
	}
	.form_sidebar_name span {
		color: #0d9ed2;
	}
	.form_sidebar_desc {
		color: #3e3939;
		font-family: 'Circe-Light', sans-serif;
		font-size: 15px;
		padding: 3px 15px 13px 15px;
		text-align: center;	
	}
	#wp_tag_cloud div {
		line-height: 1.6em;
	}
	#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		color: #222;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: left;
	}
	#wp-calendar thead {
		font-size: 11px;
	}
	#wp-calendar thead th {
	}
	#wp-calendar tbody {
		color: #aaa;
	}
	#wp-calendar tbody td {
		background: #f5f5f5;
		border: 1px solid #fff;
		padding: 3px 0 2px;
		text-align: center;
	}
	#wp-calendar tbody .pad {
		background: none;
	}
	#wp-calendar tfoot #next {
		text-align: right;
	}
	.widget_rss a.rsswidget {
		color: #000;
	}
	.widget_rss a.rsswidget:hover {
		color: #ff4b33;
	}
	.widget_rss .widget-title img {
		width: 11px;
		height: 11px;
	}

	/* Main sidebars */
	#main .widget-area ul {
		margin-left: 0;
	}
	#main .widget-area ul ul {
		border: none;
		padding: 0;
		font-size: 13px;
		list-style: none;
	}
	#primary {
		margin: 20px 20px!important;
	}
	#secondary {
	}

	/* Footer widget areas */
	#footer-widget-area {
		padding-top: 40px;
	}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin: 0 auto 20px auto;
	text-align: center;
	background: #fff;
	padding: 30px 0;
	box-shadow: 0 -1px 3px 1px rgba(156, 156, 156, 0.14);
	-moz-box-shadow: 0 -1px 3px 1px rgba(156, 156, 156, 0.14);
	-webkit-box-shadow: 0 -1px 3px 1px rgba(156, 156, 156, 0.14);
	border-radius: 0 0 8px 8px;
}
#footer span,
#footer span a {
	color: #949393;
	font-family: 'Circe-Light', sans-serif;
	font-size: 14px;
	line-height: 22px;
}
#footer span a:hover {
	color: #297FB8;
}
#footer span.des_seokos {
	display: block;
	margin: 15px 0;
}
#footer span.des_seokos a {
	font-size: 12px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
.wpcf7-quiz-label {
	font-size: 18px;
    color: #333;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
footer {
	background: url(images/new/footer.jpg) no-repeat center top;
	height: 635px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

@media screen and (max-width: 1020px) {
	#jcornerSmall {
		display:none;
	}
}

.social_but {
	margin: 20px 0 0 0;
	background: #FAFAFA;
	text-align: center;
}
.soc_title {
	font: 700 21px/20px 'PT Sans', Calibri, sans-serif;
	color: #333;
	margin: 5px 0 10px;
	line-height: 23px;
}
.social_icons {
	padding: 10px 15px 11px;
}

.post_date {
	float: left;
	background: url(images/icon_date.png) left 4px no-repeat;
	padding: 0px 0 2px 21px;
}
.post_views {
	color: #797373;
	float: right;
	padding-left: 18px;
	background: url(images/views.png) left 8px no-repeat;
	margin-left: 33px;
}
.post_info{width:430px;height:30px;background:#f5f4f4;padding:10px 0px 0px 10px;float:left;font-size:15px;}
.post_comments{color:#797373;float:left;padding-right:10px;border-right:2px solid #BFBFBF;}
.post_category {
	width: 100%;
	border-bottom: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;
	display: inline-block;
	margin-top: 20px;
}
.post_cat{
	float: left;
	margin: 10px 0px;
	background: url(images/icon_cat.png) left center no-repeat;
	padding: 0px 0 2px 15px;
	max-width: 100%;
}
.post_author{float:right;background:url(images/icon_author.png) left center no-repeat;padding:0px 0 2px 20px;}
.comments-link {
	background: #bec3c7;
	padding: 10px 0;
	float: right;
}
.comments-link a {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	padding: 3px 20px;
}
.comments-link:hover {
	background: #D2D5D7;
}
.comments-link a:hover {
	color: #FFF;
}
.post_more {
	float: right;
}
.post_more a {
	color: #0784cd;
	font-size: 15px;
	text-decoration: none;
	padding: 9px 30px 7px 30px;
	font-family: 'Circe-Regular', sans-serif;
	border: 1px solid #0784cd;
	border-radius: 4px;
}
.post_more a:hover {
	background: #0784cd;
	color: #fff;
}
.butdow {
	margin: 0 auto;
	padding: 13px 30px;
	color: #fff!important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 17px;
	text-decoration: none;
	text-align: center;
	display: table;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
.butdow:active {
	border-bottom: none;
}

.blueb {
	background-color: #3598db;
	border-bottom: 3px solid #297fb8;
}
.blueb:hover {
	background-color: #297fb8;
	border-bottom: 3px solid #3598db; 
}

.redb {
	background-color: #e84c3d;
	border-bottom: 3px solid #c1392b; 
}
.redb:hover {
	background-color: #c1392b;
	border-bottom: 3px solid #e84c3d; 
}

.greenb {
	background-color: #2dcc70;
	border-bottom: 3px solid #1DB05B; 
}
.greenb:hover {
	background-color: #1DB05B;
	border-bottom: 3px solid #2dcc70; 
}

.yellowb {
	background-color: #F1C40F;
	border-bottom: 3px solid #F39C11; 
	color: #000!important;
}
.yellowb:hover {
	background-color: #F39C11;
	border-bottom: 3px solid #F1C40F; 
}

.violet {
	background-color: #9B58B5;
	border-bottom: 3px solid #8F44AD; 
}
.violet:hover {
	background-color: #8F44AD;
	border-bottom: 3px solid #9B58B5; 
}
button.mceu_13-button {
	border: 2px solid #da5b10!important;
	height: 24px!important;
}
i.mce-i-cssbutton {
	background: #da5b10;
	width: 40px;
	height: 16px;
}

.pagenavi {
	padding: 10px 0;
}
.pagenavi a { 
	color: #9b9a9a;
	padding: 7px 17px 4px;
	border-radius: 7px;
	margin: 0px 3px;
	text-decoration: none;
	border: 1px solid #9b9b9b;
	font-family: 'Circe-Regular', sans-serif;
}
.pagenavi a:hover {
	border: 1px solid #128ab5;	
	background: #128ab5;
	color: #fff;
}
.widget-title-a {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
}
.widget-title-a a {
	color: #000;
}
.widget-title-a a:hover {
	font-weight: 500;
	font-size: 14px;
    color: #0784cd!important;
}
.widget-title-a2 {
	font-size: 14px;
	line-height: 21px;
}
/*.current {
    color: #128ab5;
    padding: 7px 17px 4px;
    border-radius: 7px;
    margin: 0px 3px;
    text-decoration: none;
    border: 1px solid #128ab5;
    font-family: 'Circe-Regular', sans-serif;
    }*/
    .extend {
    	margin: 0px 6px;
    }

    .mce-i-cssbutton {
    	background: url(/wp-content/themes/webkos-400bar-v2/images/iconbut.jpg) top center no-repeat!important;
    }

    #linetop {
    	background-color: #d4442a;
    	border-bottom: 3px solid #fff;
    	left: 0;
    	padding: 7px 0;
    	position: fixed;
    	right: 0;
    	top: 0;
    	text-align: center;
    	z-index:10000;
    }
    #linetop, #linetop a {
    	color: #fff;
    	font: 18px 'Roboto Condensed', Arial, sans-serif;
    	text-decoration: none;
    }
    #linetop a i {
    	position: relative;
    	left: 5px;
    	top: 1px;
    }
    #linetop a:hover span {
    	border-bottom: 1px solid #FFF;
    }
    #linetop a:hover i {
    	top: 2px;
    	left: 6px;
    }
    #toTop{
    	width: 50px;
    	height: 50px;
    	right: 50px;
    	bottom: 30px;
    	text-align: center;
    	position: fixed;
    	cursor: pointer;
    	z-index: 1;
    	-moz-transition: all 0.2s ease-out;
    	-o-transition: all 0.2s ease-out;
    	-webkit-transition: all 0.2s ease-out;
    	background: url(images/button.png) top center no-repeat;
    }
    #toTop:hover{opacity:0.8;}

    img.page_icon, img.category_icon {
    	padding: 0px 10px 0 1px!important;
    	margin-bottom: 0!important;
    }
    .menuwrapp_mobile{display:none}

    @media screen and (max-width: 1050px) {
    	#head {
    		width: 100%;
    		background-size: cover;
    		margin: 0;	
    	}
    	img{max-width:100%!important;height:auto!important;}
    	#main_menu {display: none;}
    	#wrapper, #main {width: initial;}
    	#container {width: 66%;}
    	#content {width: 93%;}
    	#primary {width: 28%;margin-left:auto!important;margin-right:auto!important;}
    	iframe {max-width: 100%; margin: 0 auto; display: -webkit-box;}
    	blockquote {padding: 0 1em;}
    	strong {max-width: 100%;display: inline-block;height: initial;}
    	.post_cat {float: none;display: inherit;max-width: 97%;width: 100%;}
    	.comments-link {float: left; width: 100%; text-align: center;}
    	.widget_search #s {width: 73%;}

    	.menuwrapp_mobile{position:relative;display:block;background:#297FB8;}
    	.mobilemenu_toggle {
    		color: #fff!important;
    		display: block;
    		padding: 17px 20px 13px 20px;
    		text-transform: uppercase;
    		margin: 0;
    		background: #00639d;
    		font-family: 'Circe-Regular', sans-serif;
    		text-decoration: none;
    		font-size: 15px;
    		text-align: center;
    	}
    	.mobilemenu_toggle:hover{color:#fff}
    	.menu_mobile{  background: #eee;font-size: 18px;overflow: hidden;padding: 0;display: none;margin: 0;}
		.menu_mobile.active {
			 display: block;
		}
    	.menu_mobile .sub-menu{background:none;display:block;position:static}
    	.menu_mobile li{border-top:1px solid #d3d3d3;margin:0;list-style:none}
    	.menu_mobile a {
    		background: none;
    		color: #333;
    		display: block;
    		font-family: 'Circe-Regular', sans-serif;
    		padding: 15px 0 12px 15px;
    		font-size: 15px;
    		text-align: left;
    		text-decoration: none;
    	}
    	.menu_mobile a:hover{opacity:.9;text-decoration:none;background:#0d9ed2;color:#fff}
    	.menu_mobile .sub-menu a{padding-left:30px}
    	.menu_mobile .sub-menu .sub-menu a{padding-left:30px}
    }
    @media screen and (max-width: 920px) {
    	#container {float: none;width: 100%;}
    	#primary {
    		float: none;
    		margin: 40px auto;
    		width: 40%;
    		overflow: hidden;
    		padding: 0;
    	}
    	#content {
    		width: 90%;
    		padding: 5%;
    		float: none;
    	}
    	.textwidget {text-align: center;margin:0 auto;}
    	#linetop a {font-size: 72%;}
    	.current, .pagenavi a {padding: 4px 9px;}
    }
    @media screen and (max-width: 820px) {
    	#head {
    		display: none;
    	}
    	#head_mobile {
    		display: block;
    		background: #0784cd;  
    		width: 92%;
    		padding: 50px 4%;
    	}
    	#comments input[type='text'],
    	#comments input[type='email'] {
    		width: 100%;
    	}
    	#head_mobile a {
    		color: #fff;
    		font-family: 'Circe-Regular', sans-serif;
    		font-size: 29px;
    		line-height: 34px;
    		text-decoration: none;
    		text-align: center;
    		display: block;
    	}
    	.desc_blog {
    		display: block;
    		color: #fff;
    		font-family: 'Circe-Light', sans-serif;
    		font-size: 18px;
    		text-align: center;
    		opacity: .7;
    	}
    }
    @media screen and (max-width: 720px) {
    	#wrapper.wrapper_lp {
    		width: 100%;
    		margin: 0;
    	}
    	#main.main_lp {
    		width: 100%;	
    		margin-bottom: 20px;
    	}
    	#content table,
    	#content_lp table {
    		max-width: 100%;
    		width: 100%;
    	}
    	#content tr td, 
    	#content_lp tr td {
    		font-size: 11px;
    		padding: 5px;
    		line-height: 14px;
    		width: auto!important;
    	}
    }
    @media screen and (max-width: 650px) {
    	#primary {width: 65%;}
    	.twitter-share-button {margin-top: -30px;}
    	.post_author {display:none;}
    	.post_views {float:right;}
    	.post_more {
    		float: none;
    	}
    	.post_more a {
    		width: 90%;
    		display: block;
    		padding: 9px 0 8px 0;
    		margin: 0 auto;
    		text-align: center;
    	}
    	.hentry {
    		margin: 0 0 20px 0;
    		padding: 0 0 30px 0;
    	}
    	.wp-caption img {
    		max-width: 95%!important;
    	}
    	iframe {
    		width: 100% !important;
    		height: 100% !important;
    	}
    	table {max-width: 100%; overflow: auto;} 
    }
    @media screen and (max-width: 570px) {	
    	#footer {width: 90%;}
    	#footer span, #footer span a {
    		font-size: 12px;
    		line-height: 19px;
    	}
    	.post_views {
    		display: none;
    	}
    }
    @media screen and (max-width: 515px) {
    	.entry-content input,
    	.entry-content textarea[name="your-message"] {
    		width: 90%;
    		margin: 0 auto;
    	}	
    	.entry-content input[type="submit"] {
    		display: block;
    		margin: 20px auto;
    		width: 90%;
    	}
    }
    @media screen and (max-width: 450px) {
    	.twitter-share-button {margin-top: -45px;}
    	.post_views {float:left;}
    	#primary {
    		width: 85%;
    	}
    }
    @media screen and (max-width: 430px) {
    	#head_mobile a {
    		font-size: 25px;
    		line-height: 28px;
    	}
    }
    @media screen and (max-width: 310px) {
    	#head_mobile a {
    		font-size: 18px;
    		line-height: 23px;
    	}
    }

#cf7-submit-btn {
	background: #0d9ed2;
    border: none;
    box-shadow: none;
    width: 232px;
    padding: 9px 15px 7px 15px;
    margin: 2px auto;
    border-radius: 4px;
    color: #fff;
    font-family: 'Circe-Bold', sans-serif;
    font-size: 14px;
    cursor: pointer;
}

.hide {
	display: none;
}

.wpcf7-form .comment-row:has(>.wpcf7-form-control-wrap:nth-child(1)) {
	display: flex;
    align-items: center;
}

.wpcf7-form .comment-row.notvalid {
	margin-bottom: 30px;
}

.wpcf7-form .comment-row.notvalid .wpcf7-not-valid-tip {
    position: absolute;
	left: 0;
    width: 500px;
}

.wpcf7-not-valid {
	border-color: #de3f3e !important;
}

.wpp-list {
	font-family: 'Open Sans', sans-serif;
    color: #333 !important;
    font-size: 15px !important;
    line-height: 135% !important;
}

.wpp-list li {
	margin-bottom: 0.4rem !important;
}

.wpp-list li a {
	color: #333;
}

.wpp-list li a:hover {
	color: #0784cd;
}