/* Button Styles */

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
 *display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-transform: uppercase;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.black {
	border: solid 2px #333;
}
.black:hover {
	color: #d7d7d7;
	background: #333;
}
.gray {
	color: #999;
	border: solid 2px #999;
}
.gray:hover {
	color: #e9e9e9;
	background: #999;
}
.orange {
	border: solid 2px #da7c0c;
}
.orange:hover {
	color: #fef4e9;
	background:  #da7c0c;
}
.yellow {
	border: solid 2px #ffbe1f;
}
.yellow:hover {
	color: #fff;
	background:  #ffbe1f;
}
.red {
	border: solid 2px #980c10;
}
.red:hover {
	color: #faddde;
	background: #980c10;
}
.blue {
	border: solid 2px #0076a3;
}
.blue:hover {
	color: #d9eef7;
	background: #0076a3;
}
.green {
	border: solid 2px #538312;
}
.green:hover {
	color: #e8f0de;
	background: #538312;
}
.pink {
	border: solid 2px #d2729e;
}
.pink:hover {
	color: #feeef5;
	background:#d2729e;
}
.half {
	width: 47%;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.onethird {
	width: 30%;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.twothirds {
	width: 64%;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
}
 @media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
 .half, .onethird, .twothirds {
 width: 100%;
 margin-right: 0;
}
}
/* Contact Form 7 Style */

.wpcf7 {
	margin-top: 10px;
	float: left;
	clear: left;
	width: 70%;
}
.wpcf7 textarea, .wpcf7 input {
	padding: 5px 8px;
	margin-bottom: 15px;
	margin-top: 3px;
	width: 100%;
	border: solid 1px #ccc;
	height: 30px;
	font-family: 'Open Sans', arial, sans-serif;
	color: #333;
	background: none;
	font-weight: 300;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wpcf7 textarea {
	height: auto;
}
.wpcf7 input.wpcf7-submit {
	width: auto;
	cursor: pointer;
	border: none;
	border: solid 1px #ccc;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #666;
	padding: 8px 25px;
	-webkit-transition: all 0.7s ease;
	-moz-transition:    all 0.7s ease;
	-ms-transition:     all 0.7s ease;
	-o-transition:      all 0.7s ease;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wpcf7 input.wpcf7-submit:hover {
	background: #eaeaea;
}
.wpcf7 p {
	text-align: left;
	font-size: 16px;
	margin: 0;
	margin-bottom: 6px;
	text-transform: none;
}
/* misc */

.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
 height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
 max-width: 100%;
}
img.size-full, img.size-large, img.header-image, img.wp-post-image, img {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
 * Make sure videos and embeds fit their containers */ embed, iframe, object, video {
 max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}
.alignright {
	float: right;
	margin-left: 15px;
	margin-top: 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
	background: #fff;
	text-align: center;
}
.wp-caption .wp-caption-text a, .gallery-caption a, .entry-caption a, .wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-size: 14px;
	color: #000;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.gallery {
	margin: 0 auto;
}
.gallery .gallery-item {
	float: left;
	margin: 0;
	padding: 0;
}
.gallery-columns-2 .gallery-item {
	width: 30%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 1px solid white;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 100%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 100%;
	height: auto;
}
.gallery .gallery-caption {
	color: #fff;
	font-size: 14px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt {
	margin: 0;
	padding: 0;
}
.gallery br+br {
	display: none;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}
.entry pre {
	border: 1px solid #ededed;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry table {
	border-bottom: 1px solid #ededed;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
p {
	margin-top: 6px;
}
#archivelist {
	float:left;
	margin-right: 0;
}
#archivelist ul li {
	list-style: none;
	line-height: 35px;
}
#archivelist ul {
	height: auto;
	margin-bottom: 30px;
}
#archivelist ul li a {
	color: #666;
	text-transform: uppercase;
}
#archivelist ul li a:hover {
	text-decoration: none;
}
ol {
	margin: 10px;
	padding: 0;
}
ul {
	margin: 5px;
	padding: 0;
}
.sticky {
}
.bypostauthor {
}
p.form-allowed-tags {
	display: none;
}
/* Blog Page Navigation */

.pagination {
	float: left;
	clear: left;
	width: 100%;
	height: 50px;
	margin-top: 30px;
}
.pagination span, .pagination a {
	border: solid 1px #eaeaea;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
	padding: 10px 16px;
	margin-right: 5px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-weight: 400;
}
.pagination a:hover, .pagination .current {
	padding: 10px 16px;
	margin-right: 5px;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	border: solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
/*Post Navigation */

.navigation {
	width: 100%;
	float: left;
	height: 42px;
	clear: none;
	margin-top: 15px;
}
.nav-previous {
	width: 42px;
	height: 42px;
	float: left;
	margin-right: 10px;
}
.nav-next {
	width: 42px;
	height: 42px;
	float: left;
}
.nav-next a, .nav-previous a {
	border: solid 1px #ccc;
	width: 40px;
	height: 40px;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #ccc;
	text-align: center;
}
.nav-next a:hover, .nav-previous a:hover {
	color: #f4f4f4;
	background: #ccc;
}
.nav-previous a:before {
	content: "\f0d9";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 40px;
	font-size: 1.33333333em;
}
.nav-next a:before {
	content: "\f0da";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 40px;
	font-size: 1.33333333em;
}

#sliderwrapper {
	width: 100%;
	height: 700px;
	position: relative;
	z-index: 1;
}
.slider {
	position:relative;
	width:100%;
	margin:0 auto;
	height: 700px;
}
.moreitem, p.slidetitle {
	width: 90%;
	margin-left: 5%;
	text-align: center;
	color: #fff;
	font-size: 42px;
	text-transform: none;
	font-weight: 300;
}
p.moreitem {
	font-size: 14px;
}

.btnmore {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btnmore:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

a.btnmore {
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	display: block;
	border: solid 2px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btnmore:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}

.btnmore:hover,
.btnmore:active {
	color: #E9BEE9;
}

.btnmore:hover:after,
.btnmore:active:after {
	width: 100%;
}

.fraction-slider {
	position:relative;
	width:100%;
	height:100%;
	overflow:visible;
}
.fraction-slider .slide {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	z-index:5000;
}
.fraction-slider .active-slide {
	z-index:9999;
}
.fraction-slider .fs_obj {
	display:block;
	display:none;
	position:absolute;
	top:0px;
	left:100%;
	z-index:7000;
}
.fraction-slider .fs_fixed_obj {
	z-index:6000;
	left:0;
}
.fraction-slider .fs_obj * {
	display:inline-block;
	position:relative;
	top:0px;
	left:0px;
}
.fs_loader {
	width:100%;
	height:400px;
	background:url(images/fs.spinner.gif) center center no-repeat transparent;
}
/** CONTROLS **/

.fraction-slider .prev, .fraction-slider .next {
	display:none;
	position:absolute;
	width:45px;
	height:45px;
	z-index:9999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 2px #fff;
	text-align: center;
	color: #fff;
}
.fraction-slider .prev {
	left:10px;
	top:45%;
}

.fraction-slider .prev:before {
	content: "\f053";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 45px;
	font-size: 1.33333333em;
}

.fraction-slider .prev:hover {
	color: #eaeaea;
	border: solid 2px #eaeaea;
}
.fraction-slider .next {
	right:10px;
	top:45%;
}

.fraction-slider .next:before {
	content: "\f054";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 45px;
	font-size: 1.33333333em;
}

.fraction-slider .next:hover {
	color: #eaeaea;
	border: solid 2px #eaeaea;
}
.fraction-slider:hover .prev, .fraction-slider:hover .next {
	display:block;
}

/** PAGER **/

.fs-pager-wrapper {
	position:absolute;
	left:10px;
	bottom:10px;
	z-index:9999;
}
.fs-pager-wrapper a {
	display:inline-block;
	width:14px;
	height:14px;
	margin:0 5px 0 0;
	background:url(images/fs.pager.png) 0px -14px no-repeat transparent;
}
.fs-pager-wrapper .active {
	background:url(images/fs.pager.png) 0px 0px no-repeat transparent;
}