/*
Free Html5 Responsive Templates
Author: Kimmy
Author URI: http://www.zerotheme.com/
*/
/* -------------------------------------------- */
/* ------------------Reset--------------------- */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

table,
table td {
	border-collapse: collapse;
}

img {
	vertical-align: top;
}

embed {
	vertical-align: top;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
	display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
	display: inline;
}

input,
textarea {
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
}

iframe {
	border: 0;
	margin: 0;
	padding: 0;
}

input,
textarea,
select {
	margin: 0;
	padding: 0px;
}

/* -------------------------------------------- */
/* ------------------Font---------------------- */
/*Add your font at here*/
/* -------------------------------------------- */
/* ------------------Style--------------------- */
html,
body {
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
	/*background: url("../images/pattern.png");*/
	background: #ff9933;
	color: #000000;
	/*font: 14px/25px Arial, Helvetica, sans-serif;*/
	font: 14px/25px 'Cardo', serif;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a.button {
	cursor: pointer;
	color: #ffffff;
	display: inline-block;
	padding: 6px 12px 6px 12px;
	font-size: 18px;
	background: #4AA9C3;
	font-family: Arial, Charcoal, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.clear {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* -------------------------------------------- */
/* ------------------Header-------------------- */
header .wrap-header {
	height: 130px;
}

header #logo {
	position: absolute;
	top: 30px;
	width: 100%;
}

header #search {
	position: absolute;
	top: 80px;
	right: 0px;
	width:fit-content;
	z-index: 15;
}

header .button-search {
	position: absolute;
	right: 0px;
	background: url('../images/button-search.png') center center no-repeat;
	width: 28px;
	height: 35px;
	cursor: pointer;
}

header #search input {
	background: #FFF;
	padding: 1px 33px 1px 5px;
	width: 182px;
	height: 32px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

/* -------------------------------------------- */
/* ------------------Navigation---------------- */
nav {
	margin-top: 20px;
}

nav .wrap-nav {
	height: 58px;
	background: url("../images/nav.jpg");
	border: 3px solid #555555;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu ul li {
	position: relative;
	float: left;
	padding: 17px 10px 10px 10px;
	/*border-right:1px solid #53b2c3;*/
	border-right: 1px solid #000;
	/*border-left:1px solid #82ceda;*/
	background: url("../images/nav-transp.png");
}

.menu ul li.first {
	border-left: none !important
}

.menu ul li.last {
	border-right: none !important
}

.menu ul li:hover,
.menu .current {
	background: url("../images/nav-current.jpg");
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
}

.menu ul li a {
	font-size: 18px;
	line-height: 14px;
	color: #ffffff;
	display: block;
	/*padding: 6px 10px*/
	;
	padding: 6px 6px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
	text-transform: uppercase;
	/*font-family: Arial,Charcoal,sans-serif;*/
	font-family: serif;
	font-weight: normal;
}

.minimenu {
	display: none;
}

.minimenu {
	position: relative;
	margin: 0px;
	background: #333333;
	border: 1px solid #CCC;
}

.minimenu div {
	overflow: hidden;
	position: relative;
	font: 18px/40px 'PT Sans Narrow';
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.minimenu select {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor: pointer;
}

.share {
	float: right;
}

.share ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.share ul li {
	position: relative;
	float: left;
	padding-right: 5px;
}

/* -------------------------------------------- */
/* ------------------Navigation---------------- */
.featured {
	margin: 30px auto;
}

.featured .wrap-featured {
	background: #333;
}

/* -------------------------------------------- */
/* ------------------Content------------------- */
#content {
	/*background-color:#CFE7F6;*/
	background-color: #ff9933;
	height: 100%;
}

#content .wrap-content {
	background-color: #FFF;
}

#content1 .wrap-content {
	background-color: #FFF;
}

.block01 {
	margin: 20px 10px;
	padding: 5px;
	border-bottom: 1px dashed #CCC;
	border-top: 1px dashed #CCC;
}

.block01 h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	color: #990000;
	font-family: Arial, Charcoal, sans-serif;
	font-weight: normal;
}

.block01 p {
	font-size: 20px;
	text-align: center;
	line-height: 25px;
}

.block01 a {
	color: #FEB347;
}

.block02 {
	margin: 20px 10px;
	text-align: center;
}

.block02 h2 {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: Arial, Charcoal, sans-serif;
	font-weight: normal;
}

.block02 p {
	font-size: 16px;
	margin: 20px 0px;
}

.block02 a {
	font-size: 24px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: Arial, Charcoal, sans-serif;
	font-weight: normal;
}

.block02 .box1 {
	/*background: #4AA9C3;*/
	background: #cc6600;
	color: #000;
	padding: 30px;
	border: 3px solid #555555;
}

.block02 .box1 a:hover {
	/*color:#B7DDE8;*/
	color: #FFFF00;
}

.block02 .box2 {
	/*background: #4AA9C3;*/
	background: #cc6600;
	color: #000;
	padding: 30px;
	border: 3px solid #555555;
}

.block02 .box2 a:hover {
	/*color:#E5B9B8;*/
	color: #FFFF00;
}

.block02 .box3 {
	/*background: #4AA9C3;*/
	background: #cc6600;
	color: #000;
	padding: 30px;
	border: 3px solid #555555;
}

.block02 .box3 a:hover {
	/*color:#D6E3BC;*/
	color: #FFFF00;
}

.block03 {
	margin: 20px 10px;
}

.block03 h2 {
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	font-family: Arial, Charcoal, sans-serif;
	font-weight: normal;
}

.block03 img {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 3px solid #555555;
}

.block03 ul {
	list-style-type: none;
}

.block03 ul li {
	/*border-left: 3px solid #4AA9C3;*/
	border-left: 3px solid #000;
	padding: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}

.block03 ul li:hover {
	/*border-left: 3px solid #0E566A;*/
	border-left: 3px solid #FF0000;
}

.block04 {
	margin: 20px 10px;
}

.block04 h2 {
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	font-family: Arial, Charcoal, sans-serif;
	font-weight: normal;
}

.block04 .partners a {
	display: block;
	float: left;
	margin: 0px 28px 10px 0px;
	position: relative;
}

.block04 .partners a img {
	display: block;
	border: 3px solid #555555;
}

.block {
	margin: 10px;
}

#main-content article {
	clear: both;
}

#main-content article a {
	color: #000;
}

#main-content article h2 {
	/*font-size:25px;*/
	font-size: 28px;
	line-height: 30px;
	color: #000;
	font-weight: 700;
	margin-bottom: 2px;
	/*font-family: Arial,Charcoal,sans-serif;*/
	font-family: 'Oswald', sans-serif;
	text-align: center;
}

#main-content article img {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 3px solid #555555;
}

#main-content article p {
	margin-bottom: 10px;
}

#main-content article .more {
	float: right;
	margin-bottom: 30px;
}

#main-content article a.comments {
	cursor: pointer;
	color: #ffffff;
	display: inline-block;
	padding: 6px 12px 6px 12px;
	font-size: 18px;
	font-family: Arial, Charcoal, sans-serif;
	font-weight: normal;
}

#sidebar .box {
	margin-bottom: 20px;
}

#sidebar .heading h2 {
	/*font-size:24px; line-height:30px; color: #000; margin-bottom: 20px; font-family: Arial,Charcoal,sans-serif; font-weight: normal; text-transform: uppercase;*/
	font-size: 28px;
	line-height: 30px;
	color: #000;
	font-weight: 700;
	margin-bottom: 2px;
	/*font-family: Arial,Charcoal,sans-serif;*/
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

#sidebar .content {
	padding: 15px
}

#sidebar .content img {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 3px solid #555555;
}

#sidebar .content ul {
	list-style-type: none;
}

#sidebar .content ul li {
	border-left: 3px solid #000;
	margin-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
}

#sidebar .content ul li:hover {
	border-left: 3px solid #FF0000;
}

#sidebar .content .post {
	margin-bottom: 20px;
}

#sidebar .content .post h4 {
	font-size: 14px;
	font-weight: normal;
}

#sidebar .content .post img {
	float: left;
	border: 3px solid #555555;
	margin-right: 10px;
}

#sidebar .content .post p {
	color: #A3A3A3;
	font-style: italic;
}

/* -------------------------------------------- */
/* ------------------Footer-------------------- */
footer {
	/*background-color:#035A8C;*/
	background: #ff6600;
}

.copyright {
	text-align: center;
	/*background:#035A8C;*/
	/*background:#ff6600;*/
	padding: 10px 0px;
	color: #ffffff;
}

.copyright a {
	text-decoration: underline;
	color: #ffffff;
}

/* -------------------------------------------- */
/* ------------------Components-------------------- */
.photos:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.photos a {
	display: block;
	float: left;
	margin: 0px 4px 10px 4px;
	position: relative;
}

.photos a img {
	display: block;
	border: 1px solid #CCC;
}

#pagi {
	margin: 50px auto;
	padding: 30px 0px;
	list-style: none;
	width: 250px;
}

#pagi li {
	float: left;
	margin-right: 10px;
}

#pagi li a {
	display: block;
	text-decoration: none;
	color: #717171;
	font: bold 16px Arial, sans-serif;
	padding: 10px 13px;
	background: #ffffff;
}

#pagi li a.current,
#pagi li a:hover {
	color: #ffffff;
	background: #4AA9C3;
}

.comment {
	font-weight: bold;
	margin: 50px 0px;
	width: auto;
}

.comment div {
	margin-bottom: 20px;
	vertical-align: middle;
}

.comment input {
	border: 2px solid #999999;
	padding: 8px 10px;
	width: 250px;
}

.comment textarea {
	border: 2px solid #999999;
	padding: 8px 10px;
	width: 95%;
}

.comment input[type="submit"] {
	cursor: pointer;
	width: 100px;
	background: -webkit-linear-gradient(top, #efefef, #ddd);
	background: -moz-linear-gradient(top, #efefef, #ddd);
	background: -ms-linear-gradient(top, #efefef, #ddd);
	background: -o-linear-gradient(top, #efefef, #ddd);
	background: linear-gradient(top, #efefef, #ddd);
	color: #333;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	border: 2px solid #999999;
}

.comment input[type="submit"]:hover {
	background: -webkit-linear-gradient(top, #eee, #ccc);
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee, #ccc);
	background: -o-linear-gradient(top, #eee, #ccc);
	background: linear-gradient(top, #eee, #ccc);
	border: 2px solid #bbb;
}

.comment input[type="submit"]:active {
	background: -webkit-linear-gradient(top, #ddd, #aaa);
	background: -moz-linear-gradient(top, #ddd, #aaa);
	background: -ms-linear-gradient(top, #ddd, #aaa);
	background: -o-linear-gradient(top, #ddd, #aaa);
	background: linear-gradient(top, #ddd, #aaa);
	border: 2px solid #999;
}