/*-----------------------------------------------------------

    Theme Name: Writer
	Version: 1.03
    Description: Premium WordPress theme by Authentic Themes
    Author: Authentic Themes
    Author URI: http://www.authenticthemes.com
    Designed & Developed by Authentic Themes
	Theme URI: http://www.authenticthemes.com/themes/
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: light, flexible-width, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
	
		
/* 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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

code {
  font-family: Consolas, 'ConsolasRegular', monospace;
  border-width: 1px !important;
  border-color: #fff !important;
  background: #f9f9f9 !important;
  border-style: solid !important;
  /*margin: 0 2px;
  padding: 0 2px;*/
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Body & Main
================================================== */
body {
	background: #fff;
	nowhitespace: afterproperty;
	font: 13px/1.65 'Asap', 'Ubuntu', Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
body a {
/* 	color: #2EAE9B; */
	color: rgba(79,123,141,1);
}
body a:hover {
	color: #444;
}

#main-content,
#header,
#footer {
	max-width: 540px;
	min-width: 280px;
	margin: 0 auto;
}

/* Commons
================================================== */

.remove-margin{
	margin-right: 0 !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;
}

img {
	max-width: 100%;
	height: auto;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear {
	clear: both;
}

blockquote {
	font-family: 'Asap', "Times New Roman", Times, serif;
	position: relative;
	margin: 40px;
	padding: 30px;
	font-style: italic;
	font-weight: normal;
	color: #909090;
	font-size: 1.143em;
	border-left: 5px solid #909090;
	background-color: #eee;
}

blockquote p:last-child {
	margin: 0;
}

pre {
	background: #fff url("images/pre-bg.png") repeat;
	margin: 40px 0px;
	padding: 25px 20px;
	line-height: 25px;
	border: 1px solid #ddd;
	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 {
	position: relative;
	margin-bottom: 25px;
}

#page-featured-img img {
	display: block;
	width: 100%;
}

/* Lists
================================================== */
.post-entry-content ul {
	margin: 30px 0 30px 20px;
}

.post-entry-content ol {
	margin: 30px 0 30px 25px;
}

.post-entry-content ul {
	list-style: disc;
}

.post-entry-content ol {
	list-style: decimal;
}

.post-entry-content ul li, .entry ol li {
	margin: 0 0 5px;
}


/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
    font: bold 22px "Asap", "PT Sans", "Helvetica", "Arial", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	text-decoration: underline;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
/* 	color: #999; */
	text-decoration: underline;
}

.post-entry-content h2, .post-entry-content h3, .post-entry-content h4, .post-entry-content h5, .post-entry-content h6 {
	margin: 60px 0 30px;
}

h1 {
	font-size: 24px;
	margin: 0 0 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

p {
	margin: 0 0 20px;
}

.entry p:last-child {
	margin: 0;
}

p img {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

hr {
	border: solid #eee;
	border-width: 1px 0 0;
	clear: both;
	margin: 40px 0;
	height: 0;
}

p a, p a:visited {
	line-height: inherit;
}

a:link {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a {
	outline: 0;
}

p a, p a:visited {
	line-height: inherit;
}

a:link {
	text-decoration: none;
}

a:focus {
	outline: 0;
}


/* Headings
================================================== */

/*page heading*/
#page-heading {
	position: relative;
	margin-bottom: 30px;
}

#page-heading h1, #page-heading h2 {
	margin: 0;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1em;
}
#page-heading span{
	margin-right: 10px;
}


/* Header
================================================== */

/*header*/
#header-wrap{
 	//background: #2dae9a; 
	margin-bottom: 80px;
}
#header {
	//background: #2dae9a; 
	position: relative;
	padding: 60px 0;
	font-family: 'Asap', Helvetica, Arial, Helvetica, sans-serif;
}

/*logo*/
#logo{
	float: left;
}
#logo h2 /* a */ {
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #fff;
}

#logo img {
	display: block;
	max-width: 100%;
}

#logo h2 {
	margin: 0;
	line-height: 1em;
	font-size: 1.7em;
	font-weight: 700;
}
#logo h2 span{
	color: #afe1da;
	display: block;
	line-height: 1em;
	font-size: 0.65em;
	font-weight: 500;
	margin-top: 5px;
}


/* Main Navigation
================================================== */

/*hide responsive nav*/
#top-bar .selector,
#navigation .selector {
	display: none;
}

/*core*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 180px;
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit;
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0px;
	top: 30px;
	z-index: 99;
}

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 {
	position: absolute;
	height: 50px;
	top: 50%;
	right: 0;
	margin-top: -16px;
}

#navigation .sf-menu > li:hover > ul, .sf-menu li.sfHover > ul {
	top: 32px;
}

#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: 200px;
	top: 0;
}

#mm-heading a:hover {
    text-decoration: none;
    color: red;
}

/* !Menu Links */
#navigation .sf-menu a {
	font-size: 13px;
	height: 32px;
	line-height: 32px;
color: #CCCCCC;
/*	color: rgba(79,123,141,1); */
/* 	color: rgba(115,149,163,1); */
	padding: 0 15px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation .sf-menu > li > a { }

#navigation .sf-menu li {
	float: left;
	position: relative;
}

#navigation .sf-menu > li > a:hover {
/* 	color: #fff; */
	color: #444;
}

#navigation .sf-menu > .current-menu-item > a,
#navigation .sf-menu > .current-menu-item > a:hover {
/* 	color: #fff; */
	color: #444;
}

#navigation .sf-menu > li.sfHover > a,
#navigation .current-menu-parent > a,
#navigation .current-menu-parent > a:hover{
/* 	color: #fff; */
	color: #444;
}

/*drop-down styles*/
#navigation .sf-menu ul {
	position: absolute;
	nowhitespace: afterproperty;
	top: -999em;
	width: 200px;
	z-index: 9999;
	left: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#navigation .sf-menu ul > li:first-child{
}
#navigation .sf-menu ul > li:last-child{
}
#navigation .sf-menu ul li {
	border-bottom: 1px solid #EEEEEE;
}

#navigation .sf-menu ul li:first-child {
	border-top: 0;
}

#navigation .sf-menu ul li:last-child {
	border-bottom: 0;
}

#navigation .sf-menu ul a {
	display: block;
	padding: 12px 16px;
	color: #9e9e9e;
	height: auto;
	margin: 0px;
	border: 0px;
	line-height: 1.8em;
	font-size: 12px;
	font-weight: normal;
	text-shadow: none;
	text-transform: none;
}

#navigation .sf-menu ul li > a:hover {
	color: #000;
}


/* Posts
================================================== */
.post-entry{
	overflow: hidden;
	position: relative;
	margin-bottom: 80px;
}

.post-entry-text {
	max-width: 540px;
}

.single .post-entry{
	margin-bottom: 0;
}

.post-entry p:last-child {
	margin: 0;
}

.post-entry-thumbnail img,
.post-entry-thumbnail a,
.post-entry-video{
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.post-entry img{
	box-shadow: #000 0em 0em 0em; /*fixes hover issue in FF*/
}

/* !Date Marker */
.post-entry-date{
 	background: #FFFFFF; 
	color: #000000;
	display: inline-block;
	padding: 0 8px;
}

.post-entry header h1,
.post-entry header h2 {
	margin-top: 0;
	margin-top: 25px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 1.7em;
	font-weight: 500;
}

body.page .post-entry header h1{
	margin: 0 0 20px;
}

.post-entry.format-quote {
	display: block;
	background: #f5f5f5;
}

.post-entry.format-quote .quote-content {
	font-family: 'Asap', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	position: relative;
	display: block;
	color: #444;
	padding: 40px;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 600;
	text-align: center;
}
.quote-author{
	font-family: 'Asap', Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	font-size: 0.750em;
	text-transform: none;
	font-style: italic;
	font-weight: normal;
}

.post-entry-footer{
	margin-top: 30px;
}
.post-entry-footer p{
	margin-bottom: 5px;
}

#post-pagination{
	margin-bottom: 30px;
}
#post-pagination a{
	font-family: 'Asap', Helvetica Neue,Helvetica,Arial;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.875em;
}
#post-pagination a:hover{
	color: #2eae9b;
}
#post-pagination .post-next,
#post-pagination .post-prev{
	width: 48%;
}
#post-pagination .post-prev{
	float: left;
}
#post-pagination .post-next{
	float: right;
}
#post-pagination .post-prev span{
	margin-right: 10px;
}
#post-pagination .post-next span{
	margin-left: 10px;
}
#post-pagination .post-next{
	text-align: right;
}
#post-pagination a:hover span{
	text-decoration: none;
}


/* Pagination
================================================== */
.page-pagination {
	border-top: 3px double #EEEEEE;
	margin: 0 0 50px;
	overflow: hidden;
	padding-top: 25px;
	text-align: center;
}

.page-of-page span.inner {
	padding: 0 10px;
}

.page-of-page, .page-pagination a, .page-pagination span.outer {
	font-size: 0.875em;
	font-weight: normal;
	line-height: 35px;
	height: 35px;
	text-align: center;
	margin-right: 7px;
	margin-bottom: 7px;
	display: block;
	float: left;
	color: #444;
	background: #eee;
	-moz-box-sizing: border-box;
}

.page-pagination a, .page-pagination span.outer {
	width: 35px;
}

.page-pagination a:hover, .page-pagination span.current {
	color: #fff;
	background: #2EAE9B;
	text-decoration: none;
}

/* Search
================================================== */

/*main*/
input[type="search"] {
	background: url("./images/search.png") no-repeat scroll 96% center #fff;
	color: #666;
	font-family: 'Asap', Helvetica Neue,Helvetica,Arial;
	font-size: 0.813em;
	padding: 0 16px 0 15px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
	border: none;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
}
#footer input[type="search"] {
	background-image: url("./images/search-light.png");
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

/* Gallery
================================================== */
.gallery-caption {
	background: #F5F5F5;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 25px;
	text-align: center;
	text-transform: uppercase;
}

/* Forms / Inputs / Buttons
================================================== */

/*inputs*/
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"] {
	height: 40px;
	line-height: 40px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], textarea {
	font-family: 'Asap', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background: #EEE;
	border: 1px solid #EEE;
	color: #000;
	display: block;
	font-size: 12px;
	margin-left: 0;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	-webkit-appearance: none;
}

textarea {
	width: 100%;
	padding: 15px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
	outline: none;
}
.entry button, .entry input[type="button"], .entry input[type="submit"], #commentsbox input[type="submit"], .wpcf7-form input[type="submit"] {
	font-family: 'Asap', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	position: relative;
	display: block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	outline: none;
	border: none;
	background: #2eae9b;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	cursor: pointer;
	-webkit-appearance: none !important;
}

.entry button:hover, .entry input[type="button"]:hover, .entry input[type="submit"]:hover,#commentsbox input[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover {
	background: #35c9b3;
}

.entry button:active, .entry input[type="button"]:active, .entry input[type="submit"]:active, #commentsbox input[type="submit"]:active, .wpcf7-form input[type="submit"]:active {
	top: 1px;
}

.more-link {
}

/* Comments
================================================== */
#commentsbox {
	margin-top: 60px;
}
h3.comments-title {
	margin: 0 0 30px;
	font-size: 1.3em;
}

.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: 30px;
}

.comment-details {
	position: relative;
	margin-left: 70px;
	background: #f9f9f9;
	border-left: 5px solid #eee;
	padding: 35px;
}
.comment-avatar {
	position: absolute;
	left: -70px;
	top: 0;
}

.comment-avatar img {
	display: block;
}

.comment-author{
	color: #000;
	margin-bottom: 10px;
}
.comment-author, .comment-author .author a:link, .comment-author .author a:visited {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-content p:last-child {
	margin: 0;
}

.comment-date {
	font-weight: normal;
	font-family: 'Asap';
}

.comment-date a {
	color: #888;
}

.comment-reply-link {
	color: #2eae9b;
	font-family: 'Asap';
}
.comment-reply-link:hover{
	color: #000;
	text-decoration: none;
}

.comment-reply-link:before {
	content: "\b7\a0";
}

#cancel-comment-reply-link {
	color: #C30;
}
#cancel-comment-reply-link:hover{
	color: #1e3141;
}
.commentlist .children {
	margin: 0;
}

#comments-logged-in {
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 13px;
}

#log-out {
	float: right;
	margin-top: -56px;
}

.form-submit {
	margin-bottom: 0;
	height: 70px;
}

h3#reply-title {
	margin: 50px 0 25px;
	font-size: 1.3em;
}
.children #commentform textarea {
	width: 95.6%;
}

#commentform input {
	float: left;
	margin-right: 10px;
}

#commentform label {
	font-family: 'Asap', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#commentsbox span.required {
	color: #C30;
	font-size: 9px;
}
#commentform input#author, #commentform input#email, #commentform input#url {
	font-size: 13px;
	width: 40%;
	margin-top: 0;
}

#commentform textarea {
	font-size: 13px;
	width: 100%;
	margin-top: 10px;
}


/* Footer
================================================== */

#footer-wrap{
	background: #FFFFFF;
	padding: 60px 0 20px;
}

#footer {
	color: #c0c0c0;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	color: #fff;
}

#footer-widgets h6{
	font-size: 1.1em;
	margin-bottom: 25px;
}

#footer a{
	color: #ddd;
}
#footer a:hover{
	color: #fff;
}

.footer-box{
	float: left;
	width: 46%;
	margin-right: 4%;
}
.footer-widget{
	margin-bottom: 40px;
}

/* Widgets
================================================== */
/*tagcloud*/
.tagcloud a {
    float: left;
    display: block;
	font-size: 13px !important;
	line-height: 1.3em !important;
    margin-bottom: 8px;
    margin-right: 8px;
    font-weight: 400;
	background: #444;
	background: rgba(0,0,0,0.2);
	padding: 5px 10px;
    -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: #2EAE9B;
}

/*calendar*/
#wp-calendar {
	width: 100%;
    font-size: 11px;
}

#wp-calendar caption {
	background: rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px 4px 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    margin-top: 0;
    outline: 0 none !important;
    padding: 12px;
    text-align: center;
}

#wp-calendar th {
    text-align: center;
	border: 1px solid rgba(255,255,255,0.2);
    border-top: none;
    padding: 5px 0;
	background: rgba(0,0,0,0.15);
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

#wp-calendar tfoot td.pad {
    background-color: transparent;
}

#wp-calendar tbody td {
	line-height: 2.7em;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.2);
}

#wp-calendar tbody td:hover {
   background: rgba(0,0,0,0.1);
    color: #fff;
}

#wp-calendar tfoot td {
    padding-top: 5px;
}

#wp-calendar tbody a {
    display: block;
	background: #2EAE9B;
	border-color: transparent;
}

#wp-calendar td.pad {
    background: rgba(0,0,0,0.06);
}

/*WP widgets*/
#footer .widget_recent_entries li, #footer .widget_categories li, #footer .widget_archive li, #footer widget_meta li, #footer .att-taxonomies-widget li, #footer #footer .att-recent-post-types-widget li, #footer .widget_pages li, #footer .widget_links li {
	display: block;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#footer .widget_recent_entries ul, #footer .widget_categories ul, #footer .widget_archive ul, #footer widget_meta ul, #footer .att-taxonomies-widget ul, #footer #footer .att-recent-post-types-widget ul, #footer .widget_pages ul, #footer .widget_links ul {
	display: block;
    padding-top: 7px;
    border-top: 1px solid rgba(255,255,255,0.2);
}



/* 404 Page
================================================== */
#error-page-title {
	font-size: 5.000em;
	text-align: center;
	font-weight: bold;
	background: none;
	line-height: 1em;
	border: none;
	margin: 0 0 10px;
}

#error-page-title span {
	margin-right: 7px;
}

#error-page-text {
	text-align: center;
	font-size: 16px;
}


/* WordPress Styles
================================================== */

/*aligns*/
.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

/*floats*/
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/*text style*/
.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

/*captions*/
.wp-caption {
	max-width: 100% !important;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 100$;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*smiley reset*/
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

/*blockquote*/
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 attachment*/
#img-attch-page {
	text-align: center;
	overflow: hidden;
}

#img-attch-page img {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 20px;
}

/* Contact 7 Style
================================================== */
.wpcf7-form {
    font-weight: 500;
}

.wpcf7-form span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
    position: relative;
}

.wpcf7-form input[type="submit"] {
    margin-top: 0;
}

.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: #707070;
    border: medium none !important;
    color: #fff;
    padding: 8px 25px;
    text-align: center;
    margin: 0;
    font-weight: 500;
}

div.wpcf7-validation-errors {
    margin: 25px 0 0;
}

span.wpcf7-not-valid-tip {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
    color: #fff;
}


/* PrettyPhoto
================================================== */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:10px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}



/* All Responsive
================================================== */	
@media only screen and (max-width: 959px) {
	
	/*header*/
	#header{
		padding-bottom: 0;
	}
		
	/*hide things*/
	#navigation ul,
	#searchbar{
		display: none;
	}
		
	/*logo*/
	#logo h1 a, #logo h2 a {
		display: block;
		float: none;
	}
		
	/*display dropdown nav*/
	#navigation .selector {
		display: inline-block;
	}
	
	/*navigation top menu*/
	#navigation {
		height: 45px;
		width: 60px;
		margin:  0 auto;
		position: inherit;
		top: auto;
		left: auto;
		right: auto;
		margin-top: 0;
		background: #279383 url("images/responsive-nav.png") center center no-repeat;
	}

	#navigation .selector {
		width: 100%;
		color: #fff;
		font-weight: bold;
		line-height: 70px;
		text-indent: 40px;
	}

	#navigation .selector {
		height: 45px;
		width: 100%;
		display: -moz-inline-box;
		display: inline-block;
		vertical-align: middle;
		zoom: 1;
		*display: inline;
		cursor: pointer !important;
	}

	#navigation .selector select:focus {
		outline: 0;
	}

	#navigation .selector span {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#navigation .selector select {
		position: absolute;
		top: 0px;
		left: 0;
		height: 45px;
		background: none;
		width: 100%;
		font-family: 'Asap',Helvetica,Arial,sans-serif;
		font-size: 13px;
		font-weight: 500;
		color: #666 !important;
		cursor: pointer;
	}

	#navigation .selector {
		margin: 0;
		padding: 0;
		border: none;
	}

	#navigation .selector option {
		background: #fff;
		-webkit-appearance: none;
		padding: 10px 40px;
		border: none;
		border-bottom: 1px solid #eee;
	}
	
	/*commments*/
	#commentform input#author, #commentform input#email, #commentform input#url {
		width: 60%;
	}
	
}


/* Tablet (Landscape)
================================================== */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) { }


/* Tablet (Portrait)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {	

	/*main*/
	#logo{
		float: none;
		margin-bottom: 30px;
		text-align: center;
	}
	#logo img{
		display: block;
		margin: 0 auto;
	}
	#wrap, #footer{
		padding-left: 40px;
		padding-right: 40px;
	}
	
	/*commnets*/
	.children li.depth-2,
		.children li.depth-3,
		.children li.depth-4,
		.children li.depth-5,
		.children li.depth-6,
		.children li.depth-7,
		.children li.depth-8,
		.children li.depth-9,
		.children li.depth-10 {
		margin: 0;
	}
	
}



/* Mobile (Portrait)
================================================== */

@media only screen and (max-width: 767px) {
	
	/*main*/
	#logo{
		float: none;
		margin-bottom: 30px;
		text-align: center;
	}
	#wrap, #header-wrap, #footer-wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
		
	/*comments*/
	.comment-details {
		margin-left: 0;
	}

	.comment-avatar {
		display: inline-block;
		margin-bottom: 10px;
		position: inherit;
		top: auto;
		left: auto;
	}

	.comment-date {
		display: block;
	}

	.comment-reply-link {
		display: block;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
	}
	
	#commentform{
		font-size: 12px;
	}

	.children {
		margin: 30px 0 0;
	}

	.children li.depth-2,
		.children li.depth-3,
		.children li.depth-4,
		.children li.depth-5,
		.children li.depth-6,
		.children li.depth-7,
		.children li.depth-8,
		.children li.depth-9,
		.children li.depth-10 {
		margin: 0;
	}
	
	/* Symple Shortcodes */
	.att-one-half, .att-one-third, .att-two-third, .att-three-fourth, .att-one-fourth, .att-one-fifth, .att-two-fifth,.att-three-fifth, .att-four-fifth, .att-one-sixth, .att-five-sixth {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.att-pricing-table > div{
		 margin-bottom: 25px;
	}
	.att-box,
	.att-box.left,
	.att-box.right{
		float: none;
		width: 100% !important;
	}
	
}


/* Mobile (Landscape)
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	/*main*/
	#logo{
		float: none;
		margin-bottom: 30px;
		text-align: center;
	}
	#wrap, #header-wrap, #footer-wrap{
		padding-left: 40px;
		padding-right: 40px;
	}

}