/*-----------------------------------------------------------

    Theme Name: Photojax
	Version: 1.1
    Description: Premium WordPress Theme By WPExplorer
    Author: http://www.wpexplorer.com
    Author URI: http://themeforest.net/user/wpexplorer/
    Designed & Developed by http://www.wpexplorer.com
	Theme URI: http://themeforest.net/user/wpexplorer/galleries
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html



/* Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

blockquote p:last-child {
    margin: 0;
}

a:focus {
    outline: 0;
}

a:focus {
    outline: 0;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #999;
}

p img {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.list-style-none {
    list-style: none !important;
    margin-left: 0 !important;
}

img {
    max-width: 100%;
}


/* Body & Main
================================================== */
body {
    background: #fff;
    nowhitespace: afterproperty;
    font: 13px/22px Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
}

body a {
    color: #000000;
}

body a:hover {
    text-decoration: none;
    color: #999;
}

#splash-page{
	position: fixed;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: #fff url("/images/loader.gif") center center no-repeat;
}

#wrap{
	margin-bottom: 3px;
}
#post {
    float: left;
    width: 650px;
}

#post-full {
    width: 100%;
}

.grid-1{
	width: 980px;
	margin: 0 auto;
}
.grid-container {
    position: relative;
    margin-right: -35px;
}


/* Commons
================================================== */
img{
	max-width: 100%;
}

.remove-margin {
    margin-right: 0 !important;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
    clear: both;
}

blockquote {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
    position: relative;
    margin: 40px;
    font-size: 14px;
    padding: 30px;
    font-style: normal;
    color: #000;
    line-height: 1.8em;
    background-color: #f5f5f5;
	border-left: 5px solid #ddd;
}

pre {
    background: #eee;
    margin: 30px 0px;
    padding: 25px;
    line-height: 25px;
    border: 1px solid #eee;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

address {
    letter-spacing: 1px;
    margin: 20px 0;
}

#page-featured-img {
    margin-bottom: 30px;
}

#page-featured-img img {
    display: block;
    width: 100%;
}

.text-align-left{
	text-align: left !important;
}

.column-1 {
    width: 48%;
}

.column-3 {
    width: 30.66%;
}

.column-4 {
    width: 22%;
}

.column-5 {
    width: 16.8%;
}

.column-6 {
    width: 13.33%;
}

.column-2, .column-3, .column-4, .column-5, .column-6 {
    position: relative;
    margin-right: 4%;
    margin-bottom: 2em;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
	color: #000;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #000000;
	text-decoration: none;
}

h11 {
    color: #000;
    font-style: normal;
    font-size: 21px;
    text-align: center;
}

h1 {
    font-size: 1.769em;
    margin: 0 0 20px;
}

h2 {
    font-size: 1.385em;
}

h3 {
    font-size: 1.231em;
}

h4 {
    font-size: 1.154em;
}

h5 {
    font-size: 1.077em;
}

h6 {
    font-size: 1.000em;
}

.entry ul {
    margin: 30px 0 30px 20px;
}

.entry ol {
    margin: 30px 0 30px 25px;
}

.entry ul li, .entry ol li {
    margin: 0 0 5px;
}

.entry ol {
    list-style: decimal;
}

.entry ul {
    list-style: disc;
}

.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin: 40px 0 20px;
}

p {
    margin: 0 0 20px;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: normal;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

hr {
    border: solid #eee;
    border-width: 1px 0 0;
    clear: both;
    margin: 30px 0 30px;
    height: 0;
}

a {
    outline: 0;
}

p a, p a:visited {
    line-height: inherit;
}

p a, p a:visited {
    line-height: inherit;
}

/* Headings
================================================== */
#page-heading {
    position: relative;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;	
}

#page-heading-left {
    position: relative;
	text-align: left;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;	
}

#page-heading h1 {
 	color: #000;
	font-weight: 400;
	font-style: normal;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin: 0;
}

.gallery-archive-heading #page-heading{
	border-top: 1px solid #eee;
	padding-top: 40px;
}

#post-heading h1{
	font-size: 1.769em;
	line-height: 1.6em;
	letter-spacing: -1px;
    margin: 0 0 10px;
}


/* Header
================================================== */
#header-wrap {
	margin-bottom: 30px;
}

#header {
    position: relative;
    padding: 40px 0 30px 0;
	min-height: 40px;
	border-bottom: 1px solid #eee;
}

.page-template-templateshomepage-php #header,
.single-galleries #header,
.post-type-archive-galleries #header,
.tax-gallery_tags #header,
.tax-gallery_cats #header{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#logo {
    display: block;
    float: left;
}

#logo h2 {
    font-weight: 900;
    font-size: 2.4em;
    letter-spacing: -1px;
}


#wpex-home-player,
#jp_interface_home{
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 20px;
	right: 8px;
}

.jp-mute{
	display: block;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
	background: url("/images/audio-play.png") center center no-repeat;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
}

.jp-unmute{
	display: block;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
	background: url("/images/audio-mute.png") center center no-repeat;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
}

.jp-mute:hover,
.jp-unmute:hover{
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}


/* Main Navigation
================================================== */
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    display: inline-block;
    position: relative;
}

.sf-menu li:hover {
    visibility: inherit;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0px;
    top: 40px;
    z-index: 99;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 180px;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu {
    line-height: 1.0;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 180px;
    top: 1px;
}


/*styling*/
#navigation {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
    position: absolute;
	top: 40px;
	height: 40px;
    right: 0;
}

#navigation ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 180px;
    top: 0;
}

#navigation .sf-menu > li:hover > ul, .sf-menu li.sfHover > ul {
    top: 40px;
}

#navigation .sf-menu ul {
    position: absolute;
    nowhitespace: afterproperty;
    top: -999em;
    z-index: 9999;
	width: 180px;
}

#navigation .sf-menu ul li:first-child {
    border-left: none !important;
}

#navigation .sf-menu ul li:first-child a {
    margin: 0 !important;
}

#navigation .sf-menu > li {
	height: 40px;
    line-height: 40px;
}

#navigation .sf-menu a {
    color: #999;
    font-weight: 400;
	font-style: normal;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-align: left;
    cursor: pointer;
	padding: 0 10px;
}

#navigation .sf-menu > li > a:hover,
#navigation .sf-menu > li.sfHover > a,
#navigation .sf-menu > .current-menu-item > a,
#navigation .current-menu-parent > a,
#navigation .current-menu-parent > a:hover,
#navigation .sf-menu > .current-menu-item > a:hover {
    color: #000000;
}


/*drop-down styles*/
#navigation .sf-menu ul {
    background: #000;
	font-size: 0.923em;
}

#navigation .sf-menu ul a {
    display: block;
    height: auto;
    line-height: 1.7em;
    padding: 10px 15px;
    margin: 0px;
    border: 0px;
    text-transform: none;
    color: #fff;
}

#navigation .sf-menu li {
    position: relative;
}

#navigation .sf-menu ul li {
    border-bottom: 1px solid #fff;
}

#navigation .sf-menu ul li:last-child{
	border: none;
}

#navigation .sf-menu ul li > a:hover {
    color: #999;
}

#top-bar .selector, #navigation .selector {
    display: none;
}

.menu-main-container {
    text-align: center;
}


/* Homepage
================================================== */
#home-tagline{
	color: #000;
	font-weight: 400;
	font-style: normal;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 1.615em;
	line-height: 1.4em;
	padding: 25px 0;
	margin-bottom: 45px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


/* Galleries AJAX
================================================== */
#ajax-container-wrap .grid-1{
	position: relative;
}

#ajax-loader{
	z-index: 999;
	position: absolute;
	right: 0;
	top: -30px;
	height: 16px;
	width: 16px;
	background: url("/images/loader.gif") center center no-repeat;
	display: none;
}

#ajax-btns{
	z-index: 999;
	position: absolute;
	right: 0;
	top: 0px;
}

#ajax-btns a{
	float: left;
	margin-left: 10px;
	display: none;
	height: 16px;
	width: 16px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}
#ajax-btns a:hover{
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

#ajax-btns a#ajax-exit{
	background: url('/images/exit.png') center center no-repeat;
}

#ajax-btns a#ajax-prev{
	background: url('/images/arrow-left.png') center center no-repeat;
}

#ajax-btns a#ajax-next{
	background: url('/images/arrow-right.png') center center no-repeat;
}

#ajax-btns a#gallery-open-fullscreen{
	margin-left: 20px;
	background: url('/images/zoom-in.png') center center no-repeat;
}


/* Galleries RoyalSlider
================================================== */
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs,
.rsFullscreen{
	background: #f6f6f6;
}

#gallery-slider-wrap {
	position:relative;
	width: 100%;
	background: #f6f6f6;
	padding: 30px 0 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#gallery-slider {
  width: 50%;
  margin: 0 25%;
  color: #FFF;
}

.visibleNearby {
  width: 100%;
  overflow: hidden;
}
.visibleNearby .rsGCaption {
  margin-top: 12px;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 16px;
}
.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px;
}
.visibleNearby .rsOverflow,
.visibleNearby .rsSlide {
  background: none;
}
.visibleNearby .rsOverflow {
  overflow: visible;
}

.royalSlider.rsFullscreen .rsFullscreenIcn {
	display: block !important;
}

/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.9);  
  -moz-transform: scale(0.9); 
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



#gallery-heading {
    position: relative;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

#gallery-heading h1 {
 	color: #000;
	font-weight: 400;
	font-style: normal;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin: 0;
}

.rsSlideCount{
	font-size: 0.846em;
	text-align: center;
}


#gallery-open-fullscreen:hover{
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}


/* Galleries Entries
================================================== */
#galleries-wrap {
    position: relative;
    overflow: hidden;
}

#galleries-wrap ul {
    margin: 0px;
    list-style: none;
}

.galleries-content {
    margin-right: -25px;
}

#galleries-description {
    font-family:  'Arial', Helvetica Neue, Helvetica, sans-serif, Georgia;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}

#galleries-description p:last-child, .galleries-description p {
    margin: 0;
}

.gallery-entry{
	display: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 190px;
}

.gallery-entry a {
    display: block;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.gallery-entry-img-link{
	position: relative;
	display: block;
}

.gallery-entry img{
	display: block;
	box-shadow: #000 0em 0em 0em;
}

.gallery-entry-overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,0.7);
}

.gallery-entry-overlay h2{
	position: absolute;
	bottom: 20px;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	padding: 0 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.gallery-entry-img-link.active .gallery-entry-overlay{
	display: block !important;
}



/* Blog Entries
================================================== */
.loop-entry {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.loop-entry h2 {
	font-size: 1.769em;
	line-height: 1.6em;
	letter-spacing: -1px;
    margin: 0 0 10px;
}

.loop-entry p:last-child{
	margin: 0;
}
.loop-entry-thumbnail {
    display: block;
    margin-bottom: 25px;
}


/* Blog Posts
================================================== */
#post-thumbnail {
    margin-bottom: 30px;
}

#post-thumbnail img {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Meta
================================================== */
.meta {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: -10px 0 25px;
}

.meta li{
    float: left;
    margin-right: 5px;
}

.meta {
    margin-bottom: 25px;
}


/* Pagination
================================================== */
ul.page-numbers {
    list-style: none;
    margin: 30px 0 0;
	text-align: center;
}

ul.page-numbers li {
    display: block;
	float: left;
    height: 25px;
    line-height: 25px;
    width: 25px;
    margin-right: 4px;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    font-size: 12px;
    display: block;
    height: 25px;
    line-height: 25px;
    width: 25px;
    color: #666;
    font-weight: 400;
    border: 1px solid #eee;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-numbers a:hover,
.page-numbers.current {
	border-color: #000000;
    background-color: #000000;
    color: #fff;
    text-decoration: none;
}


/* page Jump
================================================== */
.post-navigation{
	margin-top: 50px;
}


/* Sidebar
================================================== */
#sidebar {
    float: right;
    width: 250px;
    padding-bottom: 25px;
	font-size: 12px;
}

#sidebar h6 {
    font-weight: bold;
	padding-bottom: 5px;
    margin: 0 0 20px;
    font-size: 1.077em;
    border-bottom: 1px solid #eee;
}

#sidebar a{
    color: #505050;
}

#sidebar a:hover {
    color: #000000;
	text-decoration: none;
}
.sidebar-box {
    margin-bottom: 35px;
}

.sidebar-box .heading {
    margin-top: 0;
}

.sidebar-box li {
	padding-bottom: 3px;
    padding-top: 3px;
}


/* Widgets
================================================== */

.tagcloud a {
    float: left;
    display: block;
    margin-bottom: 8px;
    margin-right: 8px;
    font-weight: bold;
	background: #000;
	color: #fff !important;
	height: auto !important;
	font-size: 1em !important;
	line-height: 1.4em !important;
	padding: 5px 7px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.tagcloud a:hover{
	background: #000000;
	color: #999;
}

#wp-calendar {
	width: 100%;
    font-size: 11px;
}

#wp-calendar tfoot td.pad {
    background-color: transparent;
}

#wp-calendar tbody td {
    padding: 5px 0;
    text-align: center;
    border: 1px solid #eee;
}

#wp-calendar tbody td:hover {
    background: #fff;
    color: #000;
}

#wp-calendar tfoot td {
    padding-top: 5px;
}

#wp-calendar caption {
    background: #eee;
    color: #505050;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    margin-top: 0;
    outline: 0 none !important;
    padding: 12px;
    text-align: center;
}

#wp-calendar tbody a {
    display: block;
}

#wp-calendar td.pad {
    background-color: #eee;
}

#wp-calendar td.pad:hover {
    background-color: transparent;
}

#wp-calendar th {
    text-align: center;
    border: 1px solid #eee;
    border-top: none;
    padding: 5px 0;
    background: #fff;
}

#sidebar .widget_recent_entries li, #sidebar .widget_categories li, #sidebar .widget_archive li, #sidebar widget_meta li, #sidebar .wpex-taxonomies-widget li, #sidebar .wpex-recent-post-types-widget li, #sidebar .widget_pages li, #sidebar .widget_links li, #sidebar .widget_recent_comments li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

#sidebar .widget_nav_menu ul.sub-menu{
	margin-left: 20px;
}


/* Search
================================================== */
input[type="search"] {
    background: url("./images/search.png") no-repeat scroll 93% center #eee;
	border: none;
    color: #666;
    font-family: 'Helvetica Neue',Helvetica,Arial;
    font-size: 11px;
    padding: 12px 18px 12px 12px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: none;
}

input[type="search"]:focus {
    border-color: #111;
}

input[type="search"]::-webkit-search-decoration {
    display: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

#footer input[type="search"] {
    background-color: #222;
    border-color: #222;
    color: #666;
}

#footer input[type="search"]:focus {
    color: #aaa;
}

#footer input[type="search"] {
    box-shadow: none;
}


.search-entry {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.search-entry h2 {
    margin: 0 0 15px;
    font-size: 1.143em;
}


/* Forms / Inputs / Buttons
================================================== */
input[type="text"], input[type="password"] {
    height: 30px;
    line-height: 30px;
}

input[type="text"], input[type="password"], textarea {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background: #eee;
	border: none;
    color: #666;
    display: block;
    font-size: 1em;
    margin-left: 0;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    -webkit-appearance: none;
}

textarea {
    width: 100%;
    padding: 10px;
}

input[type="text"], input[type="password"] {
    width: 200px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    outline: none;
    border-color: #abadb3;
}

.entry button,
.entry input[type="button"],
.entry input[type="submit"],
#commentsbox input[type="submit"] {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    position: relative;
    font-size: 0.929em;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    nowhitespace: afterproperty;
    text-align: center;
    outline: none;
    text-decoration: none;
    display: block;
    color: #fff;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    background: #000;
	border: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.entry button:hover,
.entry input[type="button"]:hover,
.entry input[type="submit"]:hover,
#commentsbox input[type="submit"]:hover {
	background: #000000;
    color: #999;
}

.entry button:active,
.entry input[type="button"]:active,
.entry input[type="submit"]:active,
#commentsbox input[type="submit"]:active {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset;
}

.wpcf7 p {
    font-size: 0.929em;
}

.wpcf7 input {
    margin-top: 5px;
}


/* Comments
================================================== */
#commentsbox {
    margin-top: 30px;
}

.comments-title {
    position: relative;
    font-weight: 900;
    text-align: left;
    font-size: 1.077em;
    margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.comment-details ul {
    margin: 0;
}

.commentlist {
    margin: 0;
}

.commentlist li {
    list-style: none;
    margin: 0;
}

.children li.depth-2 {
    margin: 0 0 0px 65px;
}

.children li.depth-3 {
    margin: 0 0 0px 65px;
}

.children li.depth-4 {
    margin: 0 0 0px 65px;
}

.children li.depth-5 {
    margin: 0 0 0px 65px;
}

.children li.depth-6 {
    margin: 0 0 0px 65px;
}

.children li.depth-7 {
    margin: 0 0 0px 65px;
}

.children li.depth-8 {
    margin: 0 0 0px 65px;
}

.children li.depth-9 {
    margin: 0 0 0px 65px;
}

.children li.depth-10 {
    margin: 0 0 0px 65px;
}

.comment-body {
    margin-bottom: 25px;
}

.comment-details {
    position: relative;
    margin-left: 65px;
    margin-bottom: 20px;
    padding: 0 0 20px;
    font-size: 0.929em;
	border-bottom: 1px solid #eee;
}

.comment-avatar {
    position: absolute;
    left: -65px;
    top: 0;
}

.comment-avatar img {
    display: block;
	width: 40px;
	height: 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.comment-author {
    color: #111;
}

.comment-author,
.comment-author .author a:link {
    font-weight: 700;
}

.comment-content {
    margin-top: 5px;
}

.comment-content p:last-child {
    margin: 0;
}

.comment-date {
    font-size: 0.786em;
    font-weight: normal;
}

.comment-date a {
    color: #888;
}

.comment-details .reply {
    font-size: 11px;
	margin-top: 20px;
	text-align: right;
}

.comment-reply-link{
	color: #999;
}

.comment-reply-link:hover {
    color: #000;
    text-decoration: none;
}

.commentlist .children {
    margin: 0;
}

#comments_wrap {
    margin-top: 15px;
}

#comments-logged-in {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 0.929em;
}

#log-out {
    float: right;
    margin-top: -56px;
}

.form-submit {
    margin-bottom: 0;
    height: 55px;
}

#reply-title {
    position: relative;
    font-weight: 900;
    text-align: left;
    font-size: 1.077em;
    margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

#cancel-comment-reply-link {
	color: #000000;
}

#cancel-comment-reply-link:hover {
    text-decoration: underline;
}

.children #commentform textarea {
    width: 95.6%;
}

#commentform input {
    float: left;
    margin-right: 10px;
}

#commentform label {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 0.929em;
    font-weight: normal;
}

#commentsbox span.required {
    color: #C30;
    font-size: 0.643em;
}

#commentform input {
    margin-top: 0 !important;
}

#commentform input#author, #commentform input#email, #commentform input#url {
    font-size: 0.929em;
    width: 40%;
    margin-top: 10px;
}

#commentform textarea {
    font-size: 0.929em;
    width: 100%;
    margin-top: 10px;
}


/* 404 Page
================================================== */
#error-page-text {
	font-size: 1.3em;
	line-height: 1.8em;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
}


/* Footer
================================================== */
#footer {
	font-size: 11px;
    position: relative;
	margin: 40px auto 60px;
    padding-top: 25px;
	border-top: 1px solid #eee;
}

#footer a {
    color: #999;
}

#footer a:hover {
    color: #000;
}

#copy,
#footer-nav{
	width: 48%;
	float: left;
}

#copy{
	margin-right: 4%;
}

#footer-nav{
	text-align: right;
}

#footer-nav ul li{
	list-style: none;
	display: inline;
	margin-left: 10px;
}


/* WordPress Styles
================================================== */

.sticky,
.bypostauthor{}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.wp-caption.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
	margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
	margin: 0 20px 20px 0;
}

.floatleft {
    float: left;
	margin: 0 20px 20px 0;
}

.floatright {
    float: right;
	margin: 0 0 20px 20px;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}


.wp-caption {
	margin-bottom: 20px !important;
    max-width: 100% !important;
    text-align: center;
    padding-top: 4px;
}
.wp-caption-text {
	background: #eee;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
	color: #444;
    padding: 7px;
    margin: 0;
}

.wp-caption img {
	display: block;
    margin: 0;
    padding: 0;
    border: 0 none;
    max-width: 100%;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}


blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}


#img-attch-page {
    text-align: center;
    overflow: hidden;
}

#img-attch-page img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
}


.gallery-item img {
	display: block;
	border: none !important;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.gallery-item img:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}

.gallery-caption {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
	background-color: #eee;
	color: #444;
	font-weight: 400;
	padding: 7px;
	text-align: center;
}


/* Contact 7 Style
================================================== */
.wpcf7-form {
    font-weight: bold;
}

.wpcf7-form span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
    position: relative;
}

.wpcf7-form input[type="submit"] {
    margin-top: 0;
    margin-bottom: 10px;
}

.wpcf7-form .ajax-loader {
    display: none;
}

.wpcf7-form p {
    margin: 0 0 15px;
}

.wpcf7-form p:last-of-type {
    margin: 0;
}

div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
    background-color: #fffecc;
    border: medium none !important;
    color: #000;
    padding: 10px 25px;
    text-align: center;
    margin: 0;
}

div.wpcf7-validation-errors {
    margin: 25px 0 0;
}

span.wpcf7-not-valid-tip {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
}

.post-type {
    background: none repeat scroll 0 0 #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font-weight: 600;
    margin: -70px 0 10px;
    padding: 0 8px;
    text-transform: uppercase;
}

