html{
	font-size: 62.5%;
}

body, h1, h2, h3, h4, h5, h6,
.uk-navbar-nav > li > a { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
body{
    font-size: 16px;
    font-size: 1.6rem;
}

.uk-container{
	max-width: 980px;
	padding: 0;
	margin: 0 auto;

}

.uk-offcanvas-bar{background:#fff;}

.uk-nav-offcanvas >li >a {color: #428bca;}

.capitalize{ text-transform: capitalize;}
.img-responsive{width: 100%; max-width: 100%;}

.sp{margin-bottom: 10px;}
figcaption a{overflow: hidden;}

.slider-wrapper { 
  width: 100%; 
  max-width: 100%
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
  clear:both;
}


div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

.summary{display: none;}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}
.border{margin: 10px 0; padding: 1em; border: 1px solid #C9E0ED}
div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 0px;
  display: none;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

div.form
{
}

div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

div.form .row
{
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}

div.form div.success label
{
	color: inherit;
}

div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}
.logo{
  width: 130px;
  height: 40px;
  padding: 0;
  margin: 0;
}

.section {
  padding: 40px 10px;
  padding: 4rem 1rem;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}

.nav-default{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
	background: #fff;
	padding: 5px 0;
    border: none;
    border-bottom: 2px solid #428bca;
}

.nav-default .uk-navbar-nav > li > a {
    height: 40px;
    margin: 0;
    border: none;
    border-radius: 3px !important;
    text-shadow: none;
    font-size: 16px;
}

#content{
	padding: 10px;
}

.menu-button {
  display: block;
  background: #fff;
  border: 1px solid #fff;
  padding: 3px 10px;
  margin: 4px 0 0 0;
}
.menu-button .icon-bar {
  display: block;
  width: 18px;
  height: 3px;
  margin-top: 3px;
  background-color: #428bca;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}


.items figure{
	margin: 0 2px 50px 0;
	display: inline-block;
}

.uk-thumbnail-custom{
	width: 210px;
	max-width: 250px;
	height: 190px;
}
.uk-thumbnail figcaption a {
    height: 40px;
    width: 210px;
    overflow: hidden;
  }
.site-header {
  padding-top: 60px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.site-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: .9;
  font-weight: normal;
  color: #f1111f;
}
.site-description {
  font-size: 14px;
  color: #333;
}

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}


 form {
  margin: 0 0 1.5em 0;
}

 label {
  display: block;
  margin-bottom: 0.1875em;
  font-weight: bold;
  color: black;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}

input,
textarea,
select {
  display: inline-block;
  width: 95%;
  padding: 4px;
  margin-bottom: 0.9em;
  background-color: white;
  border: 1px solid #bfbfbf;
  color: black;
}
input:hover,
textarea:hover,
select:hover {
  border-color: gray;
}

input.btn, input.uk-button{
	width: 30%;
}

input.error, div.errorMessage{
color: red;
border-color: red;
}
/* Larger than mobile */
@media (min-width: 400px) {
  input,
textarea,
select {width: 70%}

}

/* Larger than tablet */
@media (min-width: 750px) {
  
  input,
textarea,
select {width: 50%}

  .link-heading{
    margin-bottom: 1rem;
  }
  .site-title {
  font-size: 50px;
  font-size: 5rem;
  
}
.site-description {
  font-size: 18px;
}

}
