/*= Reset */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
blockquote,
address,
dl,
dt,
dd,
pre,
form,
figure,
figcaption,
article,
nav,
header,
section,
footer {
  margin: 0;
  padding: 0;
  font-size: 105%;
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
  font-size: 92%;
  line-height: 1.6;
  list-style: none;
}

/*= General */

input,
select,
textarea {
  font-size: 1em;
  vertical-align: baseline;
}
*:focus {
  outline-style: none;
}

input[type="button"],
button,
input[type="submit"] {
	cursor: pointer;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.more-link,
.more-link:hover {
  display: inline-block;
  text-decoration: none;
  padding: 0.8em 1.2em;
  text-transform: uppercase;
  transition: all 400ms ease-in;
  cursor: pointer;
}

.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.hidden {
	display: none;
}

/*= Columns */

.row {
	width: 100%;
}

.column {
	float: left;
}

.column-1 {
	width: 100%;
	float: none;
}

.column-2 {
	width: 50%;
}

.column-3 {
	width: 33.33333%;
}

.column-4 {
	width: 25%;
}

.column-5 {
	width: 20%;
}

.column-6 {
	width: 16.66666%;
}

.column-7 {
	width: 14.28571%;
}

.column-8 {
	width: 12.5%;
}

.column-9 {
	width: 11.11111%;
}

.column-10 {
	width: 10%;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*= Grids */

.grid-800 {
	max-width: 800px;
}

.grid-960 {
	max-width: 960px;
}

.grid-1024 {
	max-width: 1024px;
}

.grid-1140 {
	max-width: 1140px;
}

.grid-1200 {
	max-width: 1280px;
}

/*= Forms */

.with-form {
	padding-top: 50px;
	padding-bottom: 50px;
}

.form {

}

.form-msg {
	margin: 1em 0;
	font-weight: bold;
}

.form-msg.inline {
	margin: 0 0.6em;
	display: inline-block;
}

.form-msg.error {
	color: #c00;
}

.form-msg.success {
	color: #080;
	text-align: center;
    font-size: 25px;
}

.form ::-webkit-input-placeholder { /* Chrome/Safari */
    color: #888;
    font-style: italic;
}

.form :-moz-placeholder { /* Firefox 18- */
    color: #888;
    font-style: italic;
}

.form ::-moz-placeholder {  /* Firefox 19+ */
    color: #888;
    font-style: italic;
}

.form :-ms-input-placeholder { /* IE */
    color: #888;
    font-style: italic;
}

.form .wrap {
	margin-bottom: 1em;
}

.form .label-block,
.register-form label {
	display: block;
	margin-bottom: 0.5em;
}

.register-form label,
.login-form label {
	color: #000;
	text-transform: uppercase;
}

.form .label-inline {
	display: inline-block;
}

.form .text,
.register-form input[type=text],
.register-form input[type=email],
.register-form input[type=password] {
	border: 1px solid #ddd;
	padding: 0.8em 0.5em;
	background: #fff;
	border-radius: 0px;
}

.form .text-block {
	display: block;
}

.form .text-inline {
	display: inline-block;
}

.form .textarea {
	display: block;
}

.form .submit {
	padding: 0.8em 1.5em;
  	text-transform: uppercase;
  	transition: all 400ms ease-in;
  	border: none;
  	display: inline-block;
  	border-radius: 0px;	
}

.form .submit-block {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.register-form textarea {
	display: block;	
	border: 1px solid #ddd;
	padding: 0.8em 0.5em;
	background: #fff;
	border-radius: 0px;
	box-sizing: border-box;
	width: 100%;
	height: 250px;
}

.register-form input[type=text],
.register-form input[type=email],
.register-form input[type=password] {
	width: 100%;
	box-sizing: border-box;
}

.form-title {
	color: #000;
	font-size: 25px;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.form-title:after {
	content: '';
	display: block;
	width: 2em;
	border-top: 1px solid;
	margin: 7px 0;
}

/*= Videos */

.video {
	margin-bottom: 1.7em;
	box-sizing: border-box;
	padding: 0 10px;
}

.video iframe {
	display: none;
}

.video-thumb {
	width: 100%;
	height: 300px;
}

.video-title {
	color: #000;
	font-size: 14px;
	margin: 1em 0;
	line-height: 1.4;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.video-action .more-link {
	border: 1px solid;
	color: #000;
	font-weight: bold;
}


/*= Images */

.with-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.with-icon, .icon {
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.icon {
	margin: 30px 0;
	height: 40px;
	width: 100%;
}

.no-content {
	height: 595px;
}

.responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.responsive-hover {
	background: rgba( 0, 0, 0, 0.5 );
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100000;
}

img.alignleft {
	margin: 0 0.7em 1em 0;
}

img.alignright {
	margin: 0 0 1em 0.7em;
}

/*= Slideshow */

.with-slideshow {
	position: relative;
}

.slideshow {
	width: 100%;
	height: 100%;
	position: relative;
}

.slideshow-wrapper {
	width: 100%;
	height: 100%;
	position: relative;	
}

.slide {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	transition: opacity 1s ease-in;	
}

.slideshow-wrapper > .slide:first-child {
	opacity: 1;
}

.slideshow-nav {
	width: 100%;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -32px;
}

.slideshow-previous,
.slideshow-next {
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
}

.slideshow-previous {
	left: 1em;
}
.slideshow-next {
	right: 1em;
}

/*= Boxes */

.box {
	box-sizing: border-box;
}

.block {
	display: block;
}

.vspace {
	margin-top: 90px;
	margin-bottom: 70px;
}

/*= Text */

.center-text {
	text-align: center;
}

.to-uppercase {
	text-transform: uppercase;
}

.bold-text {
	font-weight: bold;
}

.with-outline:after {
	content: ' ';
	display: block;
	margin: 30px auto;
	width: 50px;
	border-top: 1px solid;
}

.title {
	font-size: 40px;
}

/*= Animations */

.transition {
	transition: all 1s ease-in;
}

.faded {
	opacity: 0;
}

.fadeIn {
	opacity: 1;
}

/*= WordPress specific */

.gallery {
	
}

.gallery-item {
  display: inline-block;
  width: 150px;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 0.8em 1em 0.8em;
  background: #fff;

}

.gallery-icon {

}