/* reset */
@charset "utf-8";
*{margin:0; padding: 0;word-wrap: break-word}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, code, a, abbr, acronym, address, big, small, cite, ins, del, em, img, strike, strong, sub, sup, dl, dt, dd, ol, ul, li, form, fieldset, legend, label, input, select, textarea, table, caption, thead, tbody, tfoot, tr, th, td { font-family: 'Open Sans', Arial, Tahoma, Helvetica, sans-serif; }
html, body, div, span, object, iframe, blockquote, pre, code, a, abbr, acronym, address, big, small, cite, ins, del, em, img, strike, strong, sub, sup, dl, dt, dd, ol, ul, li, form, fieldset, legend, label, input, select, textarea, table, caption, thead, tbody, tfoot, tr, th, td { margin: 0; padding: 0; }
ul, ol { list-style: none; }
fieldset, a img { border: none; cursor:pointer }
:focus { outline: none; }
body { background-color: #FFF; color: #000; font: 'Open Sans', Arial, Helvetica, sans-serif normal normal 100%/1.125em ; font-size: 14px; line-height: 1.4;/*font-family:"ITC Avant Garde Gothic";*/ }
input, select, textarea { color: #000; font: normal normal 1em 'Open Sans', Arial, Helvetica, sans-serif; }
hr { display: none; }
object{cursor:pointer}
/* hyperlink */
a:link, a:visited { outline: none; text-decoration: none; } /*#C3D9EA*/
a:hover, a:hover span { text-decoration: none; }
a,a:visited { color: #212121; }
a:hover { color: #717171; }
*:focus {
    outline: none;
}

body {    
	background: #fff;
   	width: 100%;
 	height: 100%;
 	margin: 0;
 	padding: 0;
}

#website {   
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.pull {
	display: none;
}
.wrap {
	display: block;
	margin: 0;
	padding: 0;
}
.row_top,
.row_content {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.archive-meta {
	padding: 10px;
}
.entry-content {
	display: block;
	margin: 0;
	padding: 0;	
    font-size: 14px;
    line-height: 1.5;
}
.entry-content p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.entry-content li {
	margin-bottom: 10px;
}
.entry-content .wp-caption-text {
	text-align: center;
	font-style: italic;
	font-size: 1em;
	padding-bottom: 10px;
}
.entry-content .wp-caption {
	padding-bottom: 15px;
}
.entry-content td {
	padding: 8px;
    border: 1px solid #e4e2e2;
    line-height: 1.4;
    font-size: 1em;
}
.entry-content td p {
	text-align: left;
    font-size: 1em;
}
.entry-content table {
}

.entry-content ul,
.entry-content ol {
	list-style: initial;
	margin-left: 25px;
}
.show {
	display: block !important;
}
.hidden {
	display: none !important;
}
.clear {
	clear:both;
}
.White {
	color: white !important;
}
.Black {
	color: black !important;
}
.Red {
	color: red !important;
}
.Blue {
	color: blue !important;
}
.Green {
	color: green !important;
}
.padding_none {
	padding: 0 !important;
}
.margin_none {
	margin: 0 !important;
}
.padding_top_100 {
	padding-top: 100px;
}
.padding_top_50 {
	padding-top: 50px;
}
.padding_top_20 {
	padding-top: 20px;
}
.padding_top_10 {
	padding-top: 10px;
}
.padding_bottom_100 {
	padding-bottom: 100px;
}
.padding_bottom_50 {
	padding-bottom: 50px;
}
.padding_bottom_20 {
	padding-bottom: 20px;
}
.padding_bottom_10 {
	padding-bottom: 10px;
}
.margin_top_100 {
	margin-top: 100px;
}
.margin_top_50 {
	margin-top: 50px;
}
.margin_top_20 {
	margin-top: 20px;
}
.margin_top_10 {
	margin-top: 10px;
}
.margin_bottom_100 {
	margin-bottom: 100px;
}
.margin_bottom_50 {
	margin-bottom: 50px;
}
.margin_bottom_20 {
	margin-bottom: 20px;
}
.margin_bottom_10 {
	margin-bottom: 10px;
}
.width_100 {
	width: 100%;
	height: auto;
}
.text_align_left {
	text-align: left;
}
.text_align_right {
	text-align: right;
}
.text_align_center {
	text-align: center;
}
.text_uppercase {
	text-transform: uppercase;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
.inline_block {
	float: none !important;
	display: inline-block !important;
	vertical-align: top !important;
	margin-left: -5px !important;
	position: relative !important;
	left: 6px !important;
}

.btn.btn_son {
	max-width: 100%;
	white-space: normal;
    background: #0168AD;
    color: #fff;
    border: 2px solid #0168AD;
    text-align: center;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.4;
    border-radius: 50px;
    display: inline-block;
    padding: 7px 15px;
    margin: 5px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.btn.btn_son:hover {
    background: #fff;
    color: #0168AD;
}
.btn.btn_son:focus {
    outline: none;
}
.btn_son.reverse {
    background: #fff;
    color: #0168AD;	
}
.btn_son.reverse:hover {
    background: #0168AD;
    color: #fff;
}

.no_radius {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

@media screen and (max-width:767px){
	.inline_block {
		display: inherit;
		margin-left: 0;
		position: relative;
		left: auto;
	}
}

#backtotop {
	display: none;
	width: 50px; 
	height: 50px;
	position: fixed; 
	bottom: 10%; 
	right: 10px;
	z-index: 999;
	text-indent: -99999px;
	cursor: pointer;
	background: url('../images/backtotop.png') no-repeat 0 0;
}


#footer .developer {
	float: right;
}
#footer .developer a {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #b7b7b7;
}
#footer .developer a:hover {
	text-decoration: underline;
}


.pull {
	display: none;
}
.wrap {
	display: block;
	margin: 0;
	padding: 0;
}
.row_top,
.row_content {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.archive-meta {
	padding: 10px;
}
.show {
	display: block !important;
}
.hidden {
	display: none !important;
}
.clear {
	clear:both;
}
.White {
	color: white !important;
}
.Black {
	color: black !important;
}
.Red {
	color: red !important;
}
.Blue {
	color: blue !important;
}
.Green {
	color: green !important;
}
.padding_none {
	padding: 0 !important;
}
.margin_none {
	margin: 0 !important;
}
.padding_top_100 {
	padding-top: 100px;
}
.padding_top_50 {
	padding-top: 50px;
}
.padding_top_20 {
	padding-top: 20px;
}
.padding_top_10 {
	padding-top: 10px;
}
.padding_bottom_100 {
	padding-bottom: 100px;
}
.padding_bottom_50 {
	padding-bottom: 50px;
}
.padding_bottom_20 {
	padding-bottom: 20px;
}
.padding_bottom_10 {
	padding-bottom: 10px;
}
.margin_top_100 {
	margin-top: 100px;
}
.margin_top_50 {
	margin-top: 50px;
}
.margin_top_20 {
	margin-top: 20px;
}
.margin_top_10 {
	margin-top: 10px;
}
.margin_bottom_100 {
	margin-bottom: 100px;
}
.margin_bottom_50 {
	margin-bottom: 50px;
}
.margin_bottom_20 {
	margin-bottom: 20px;
}
.margin_bottom_10 {
	margin-bottom: 10px;
}
.width_100 {
	width: 100%;
	height: auto;
}
.text_align_left {
	text-align: left;
}
.text_align_right {
	text-align: right;
}
.text_align_center {
	text-align: center;
}
.text_uppercase {
	text-transform: uppercase;
}
.inline_block {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-left: -5px;
	position: relative;
	left: 6px;
}

.btn.btn_son {
    background: #0168AD;
    color: #fff;
    border: 2px solid #0168AD;
    text-align: center;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.4;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 15px;
    margin: 5px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.btn.btn_son:hover {
    background: #fff;
    color: #0168AD;
}
.btn.btn_son:focus {
    outline: none;
}
.btn_son.reverse {
    background: #fff;
    color: #0168AD;	
}
.btn_son.reverse:hover {
    background: #0168AD;
    color: #fff;
}

.aligncenter, 
dl.aligncenter, 
.html5-captions .wp-caption.aligncenter {
	display: block;
	margin: 15px auto;
}
.alignleft {
	float: left;
	clear: both;
	margin-right: 20px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	clear: both;
	margin-left: 20px;
	margin-bottom: 10px;
}
.wp-caption {
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}
.wp-caption::after {
	content: '';	
}
dl.wp-caption, 
dl.wp-caption * {
    -webkit-user-drag: none;
}
.wp-caption p.wp-caption-text,
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 4px 5px;
    margin: 0;
    text-align: center;
}

@media screen and (max-width:767px){
	.inline_block {
		display: inherit;
		margin-left: 0;
		position: relative;
		left: auto;
	}
}
