/* BASE */
/* ------------------------------------ */

body { margin: 0; font-family: 'Segoe UI', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: 400; line-height: 1.5; color: #333; background: url('../images/tiles/bodytile.jpg') repeat; overflow-x: hidden; }
html { overflow-x: hidden; }
iframe { border: 0; }

.themecolor { color: #65afc2; }
.bold { font-weight: 700; }
.normal { font-weight: 400; }
.uppercase { text-transform: uppercase; }

h1,h2,h3,h4,h5,h6, fieldset legend { margin: 0 0 1.2em 0; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-weight: 800; line-height: 1; color: #555; text-transform: uppercase; }
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { font-weight: 800; }
h1 { font-size: 2.25em; }
h2, fieldset legend { font-size: 1.5625em; }
h3 { font-size: 1.3125em; }
h4 { font-size: 1.1875em; }
h5 { font-size: 1.0625em; }
h6 { font-size: 1em; }

p,ul,ol { margin-bottom: 1.2em; }
ul li,ol li { margin-bottom: 0.75em; }
li { line-height: 1.5; }

cite { text-transform: uppercase; color: #aaa; }
blockquote { color: #888; background: transparent; padding: 0.5em 1em; font-style: italic; }
/* Override bootstrap */
blockquote p { font-size: inherit; font-weight: inherit; line-height: inherit; margin-bottom: 0; }

/* Safari WebKit (iOS6.1) ignores margins on legend tag. Set zero margin and padding-bottom instead. */
fieldset legend { margin: 0; padding-bottom: 1.2em; border-bottom: 0; text-align: center; }

::selection { background: #eb9b1d; color: #fff; /* Safari */ }
::-moz-selection { background: #eb9b1d; color: #fff; /* Firefox */ }
.top80 { margin-top: 4em; }
.dividerline { float: left; height: 3px; width: 100%; background: #e5e5e5; margin-top: 30px; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.left { float: left; }
.right { float: right; }
.mr { margin-right: 25px; margin-bottom: 10px; }
.ml { margin-left: 25px; margin-bottom: 10px; }
.centered { text-align: center; width: 100%; }

.pagetitle { width: 100%; margin: 3em 0; }
.pagetitle h1 { margin: 0 0.2em; text-align: center; text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15); }

/* LIST STYLES */
/* ------------------------------------ */

ol, ul.square, ul.circle, ul.disc { margin-left: 20px; }
ul.square { list-style: square outside; color: #656565; }
ul.circle { list-style: circle outside; color: #656565; }
ul.disc { list-style: disc outside; color: #656565; }
ul.check { list-style: none; margin: 0; margin-top: -5px; margin-bottom: -5px; }
ul.check li { background: url('../images/tiles/check.png') no-repeat center left; padding-left: 25px; padding-top: 5px; padding-bottom: 5px; }

/* LINK STYLES */
/* ------------------------------------ */

a:hover, a:active, a:focus { outline: 0; }
a { font-weight: 700; color: #65afc2; text-decoration: none; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; -ms-transition: all 0.15s; transition: all 0.15s; }
a:hover { color: #eb9b1d; text-decoration: none; }
a.color { color: #65afc2; }
a.color:hover { color: #353535; text-decoration: none; }

/* HEADER TOP LINE*/
/* ------------------------------------ */

.headertopline { z-index: 0; overflow: hidden; position: relative; width: 100%; margin-left: 0; height: auto; color: #aaa; background: #2a2a2a; border-bottom: 1px solid #252525; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; }
.headertopwrap { padding-top: 26px; padding-bottom: 0; }
.headertopline .one_half, .headertopline .one_third, .headertopline .two_third, .headertopline .three_fourth, .headertopline .one_fourth { margin-bottom: 0 !important; }

/* HEADER */
/* ------------------------------------ */

.headerwrap { width: 100%; left: 0; margin-left: 0; background: #252525 url('../images/tiles/headertile.jpg') repeat top left; padding: 0px; }

/* LOGO */
/* ------------------------------------ */

.header { text-align: center; }
.header .logo { margin-top: 10px; margin-bottom: 10px; }

/* SOCIAL ICONS */
/* ------------------------------------ */

.social { padding-top: 0px; padding-bottom: 0px; }
.social ul { float: right; margin: 0; padding: 0; }
.social li { float: left; display: inline; margin: 0; padding: 0; margin-right: 5px; }
.social li:last-child { margin-right: 0; }
.social li a { float: left; width: 24px; height: 28px; opacity: 1; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; }
.social li a:hover { opacity: 0.5; }
.social_facebook {background: url('../images/social/facebook.png') no-repeat; }
.social_twitter { background: url('../images/social/twitter.png') no-repeat; }
.social_rss { background: url('../images/social/rss.png') no-repeat; }
.social_vimeo { background: url('../images/social/vimeo.png') no-repeat; }
.social_googleplus { background: url('../images/social/googleplus.png') no-repeat; }
.social_linkedin { background: url('../images/social/linkedin.png') no-repeat; }
.social_pinterest { background: url('../images/social/pinterest.png') no-repeat; }
.social_youtube { background: url('../images/social/youtube.png') no-repeat; }

/* TOOLTIPS */
/* ------------------------------------ */

.tooltip-inner { background-color: #555; color: #fff; text-transform: uppercase; font-size: 11px; font-weight: 700; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.tooltip.in { opacity: 1; filter: alpha(opacity=100); }
.tooltip.top .tooltip-arrow { border-top-color: #555; }
.tooltip.right .tooltip-arrow { border-right-color: #555; }
.tooltip.left .tooltip-arrow { border-left-color: #555; }
.tooltip.bottom .tooltip-arrow { border-bottom-color: #555; }

/* HOME SLIDER */
/* ------------------------------------ */

.homeslider { position: relative; z-index: 1; width: 100%; } 
.nodisplay { display: none; }
.homeslider .rev_slider_wrapper { position: relative !important; z-index: 1 !important; }

/* POST SLIDER */
/* ------------------------------------ */

.postslider { position: relative; z-index: 0; width: 100%; }

/* MODULE DIVIDER */
/* ------------------------------------ */

.moduletitle { margin-left: 0; width: 100%; }
.moduletitle .titletext { text-align: center; }
.moduletitle .titledesc { text-align: center; }

/* PAGE DIVIDER */
/* ------------------------------------ */

.pagedivider { margin-left: 0; height: 0px; width: 100%; margin-top: 2.8em; padding-top: 2.8em; margin-bottom: 0px; border-top: 3px solid #e5e5e5; }
.dotdivider { float: left; margin-left: 0; width: 100%; background: url('../images/tiles/threedot.png') repeat-x 0 0; height: 7px; margin-top: 10px; margin-bottom: 40px; }
.divider { float: left; margin-left: 0; width: 100%; background: #e5e5e5; height: 1px; }
.firstdivider { margin-left: 0; width: 100%; height: 0px; margin-bottom: 40px; }

/* TEXT CONTENT */
/* ------------------------------------ */

.textcontent { margin-bottom: -20px; }
.pagedesc { margin-left: 0; width: 100%; font-size: 15px; line-height: 24px; text-align: center; margin-bottom: 14px; margin-top: -6px; }

/* HOME SERVICES */
/* ------------------------------------ */

.servicewrap { float: left; margin-bottom: -15px; width: 100%; }
.serviceicon { float: left; height: 40px; width: 100%; margin-right: 10px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s; }
.serviceicon.write { background: #65afc2 url('../images/icons/write.png') no-repeat center center; }
.serviceicon.tools { background: #65afc2 url('../images/icons/tools.png') no-repeat center center; }
.serviceicon.globe { background: #65afc2 url('../images/icons/globe.png') no-repeat center center; }
.serviceicon.help { background: #65afc2 url('../images/icons/help.png') no-repeat center center; }
a.service h4 {
	margin-bottom: 0.3em; font-size: 1.1875em; text-align: center;
	-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s;
}
a.service h5 {
	margin-bottom: 1em; font-size: 1em; font-weight: 400; text-align: center; color: #aaa;
	-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s;
}
a.service {
	min-height: 12em; float: left; margin-bottom: 30px; padding: 1.2em; border: 1px solid #e5e5e5; border-top: 3px solid #e5e5e5; color: #333; background: #eee;
	-moz-box-sizing: border-box; box-sizing:border-box; -webkit-order-sizing:border-box;
	-webkit-transition: color 0.2s, border-color 0.2s; -moz-transition: color 0.2s, border-color 0.2s; -o-transition: color 0.2s, border-color 0.2s; -ms-transition: color 0.2s, border-color 0.2s; transition: color 0.2s, border-color 0.2s;
}
a.service .text {
	float: left; padding-top: 0.4em; border-top: 3px solid #e5e5e5; font-weight: 400; text-align: center;
	-webkit-transition: color 0.2s, border-color 0.2s; -moz-transition: color 0.2s, border-color 0.2s; -o-transition: color 0.2s, border-color 0.2s; -ms-transition: color 0.2s, border-color 0.2s; transition: color 0.2s, border-color 0.2s;
}
a.service:hover .text { border-top: 3px solid #e5e5e5; }
a.service:hover .serviceicon { background-color: #eb9b1d; }
a.service:hover { border-top: 3px solid #eb9b1d; }

/* PRICING */
/* ------------------------------------ */

.pricing { float: left; width: 100%; }
.pricing .pricewrap { float: left; text-align: center; border: 1px solid #e5e5e5; border-top: 3px solid #e5e5e5; }
.pricing .thead { padding: 1.2em; background: #eee; color: #333; border-bottom: 1px solid #e5e5e5; }
.pricing .thead h4 { margin-bottom: 0.3em; font-size: 1.1875em; text-align: center; }
.pricing .thead h5 { margin-bottom: 0; font-size: 1em; font-weight: 400; text-align: center; color: #aaa; }
.pricing .price { padding: 0.4em 1.2em; font-size: 2.5em; font-weight: 700; line-height: 1; border-bottom: 1px solid #e5e5e5; background: #f7f7f7; color: #333; }
.pricing .price .dollar { padding: 0 0.5em; font-size: 0.4em; font-weight: 400; }
.pricing .item { padding: 0.625em 1.2em; background: #f7f7f7; border-top: 1px solid #fff; border-bottom: 1px solid #e5e5e5; }
.pricing .buy { padding: 1.2em; background: #eee; border-top: 1px solid #e5e5e5; }

.pricecol.highlight .pricewrap { -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
.pricing .highlight .thead { -webkit-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); -moz-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); }

.pricing.fivecols .pricecol .pricewrap { float: left; width: 19.8%; }
.pricing.fourcols .pricecol .pricewrap { float: left; width: 24.8%; }
.pricing.fourcols .pricecol .pricewrap { float: left; width: 24.8%; }
.pricing.threecols .pricecol .pricewrap { float: left; width: 33.1%; }
.pricing.twocols .pricecol .pricewrap { float: left; width: 49.8%; }
.pricing.onecol .pricecol .pricewrap { float: left; width: 99.8%; }
.pricing span.no { background: url('../images/tiles/remove.png') left center no-repeat; padding-left: 30px; padding-right: 30px; height: 16px; }
.pricing span.yes { background: url('../images/tiles/check.png') left center no-repeat; padding-left: 30px; padding-right: 30px; height: 16px; }

/* HOME BLOG POSTS */
/* ------------------------------------ */

.homeposts { margin-bottom: 2em; }
.homepost { float: left; margin-bottom: 2em; position: relative; }
.homepost img { width:100%; height:auto; }
.homepost h4 { float: left; width: 100%; text-align: center; font-size: 1.1875em; margin-bottom: 0.3em; }
.homepost h4 a { }
.homepost .post { float: right; width: 100%; }
.homepost .postbody { float: left; width: 100%; position: relative; margin-top: 0; }
.homepost .posttext { float: left; margin-top: 1em; }

.post .mediaholder, .homepost .mediaholder { position: relative; z-index: 0; margin: 0; }
.post .mediaholder .link, .homepost .mediaholder .link { left:50%; top:50%; margin-top: -20px;}
.post .mediaholder .show, .homepost .mediaholder .show { right:50%; top:50%; margin-top: -20px;}
.post .mediaholder:hover .date, .homepost .mediaholder:hover .date { -moz-opacity:0; filter:alpha(opacity=0); opacity:0; }

/* BLOG POSTS */
/* ------------------------------------ */

.blogpost { float: left; margin-bottom: 0; width: 100%; }
.blogpost h2 { text-align: center; float: left; width: 100%; margin-bottom: 0.3em; }
.blogpost .post { float: left; width: 100%; }
.blogpost .postbody { float: left; width: 100%; position: relative; margin-top: 0; }
.blogpost.nodate .postbody { padding-left: 0; }
.blogpost.nodate .date { display: none; }
.blogpost .postmedia { margin-bottom: 19px; position: relative; z-index: 0; width: 100%; }
.blogpost .postmedia img { width: 100%; }
.blogpost .posttext { max-width: 40em; margin-left: auto; margin-right: auto; }
.blogpost .postdivider { float: left; margin-left: 0; width: 100%; height: 2em; }

.blogpost.smallmedia .post { width: 100%; position: relative; z-index: 0; }
.blogpost.smallmedia .postmedia { float: left; width: 320px; margin-bottom: 0; position: relative; z-index: 0; }
.blogpost.smallmedia .postbody { float: left; margin-top: 0; width: 500px; padding-left: 25px; position: relative; z-index: 0; }
.blogpost.smallmedia h4 { margin-top: -3px; }
.blogpost.smallmedia .posttext { margin-top: 19px; }

.fullblog .blogpost.smallmedia .postmedia { width: 370px; }
.fullblog .blogpost.smallmedia .postbody { width: 770px; }

.postheader { position: relative; z-index: 0; float: left; width: 100%; padding: 1.2em; background: #eee; border: 1px solid #e5e5e5; border-top: 3px solid #e5e5e5; -moz-box-sizing: border-box; box-sizing:border-box; -webkit-order-sizing:border-box; }

/* Postinfo */
.postinfowrap { float: left; position: relative; left: 50%; }
.postinfo { margin-left: -50%; width: 100%; color: #aaa; }
.postinfo .time, .postinfo .tags, .postinfo .author, .postinfo .categories, .postinfo .comments, .postinfo .readmore, .postinfo .previous, .postinfo .next, .postinfo .divide { float: left; border: 0; line-height: 1; text-transform: uppercase; color: #aaa; }
.postinfo a { text-transform: uppercase; font-weight: 400; }
.postinfo .previous a, .postinfo .next a { font-weight: 700; }
.postinfo .divide { margin-left: 0.5em; margin-right: 0.5em; color: #e5e5e5; }

/* Post Date Box */
.blogpost .date, .homepost .date { float: left; width: 60px; position: absolute; left: 0; top: 0; z-index: 1; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; }
.blogpost .month, .homepost .month { cursor: default; width: 60px; font-size: 14px; line-height: 15px; font-weight: 800; text-transform: uppercase; color: #fff; text-align: center; background: rgba(0, 0, 0, 0.25); padding-top: 11px; }
.blogpost .day, .homepost .day { cursor: default; width: 60px; font-size: 23px; font-weight: 800; color: #fff; text-align: center; background: rgba(0, 0, 0, 0.25); padding-top: 0; padding-bottom: 14px; -webkit-border-radius: 0 0 0 0; border-radius: 0 0 0 0; }
.homepost .date { margin: 0; padding-left: 0; }
.datenoimage { margin-top: 1em; }
.blogpost.nodate .datenoimage { padding-left: 0; }
.smallmedianoimage { width: 100% !important; padding-left: 0 !important; }

/* COMMENTS */
/* ------------------------------------ */

#comments { width: 100%; max-width: 40em; margin-left: auto; margin-right: auto; }
#comments h3 { text-align: center;}
#comments .author h5 { margin-top: 0.5em; margin-bottom: 0.1em; }
#comments ol, #comments ul { float: left; position: relative; list-style: none; margin:0; padding:0; zoom: 1.0; width: 100%; }
#comments ul li { margin: 0; padding: 0; width: 100%; float: left; }
#comments .commentwrap { position: relative; width: auto; border-top: 3px solid #e5e5e5; padding-top: 0.5em; padding-bottom: 1.2em; }
#comments .commentwrap .posterpic{ float: left; width: 50px; height: 50px; margin-right: 1em; }
#comments .commentwrap .postertext{ display: inline-block; margin-top: 1em; }
#comments .depth-1 .commentwrap { margin-left: 0; }
#comments .depth-2 .commentwrap { margin-left: 2em; }
#comments .depth-3 .commentwrap { margin-left: 4em; }
#comments .depth-4 .commentwrap { margin-left: 6em; }
#comments .depth-5 .commentwrap { margin-left: 8em; }
#comments .replylink { position: absolute; right: 0; bottom: 0.5em; }
#comments .timestamp { float: left; color: #aaa; text-transform: uppercase; }

/* Comments Reply */
#respond { width: 100%; max-width: 40em; margin-left: auto; margin-right: auto; }
#respond #reply-title { margin: 0; padding: 0; }
#respond h3 { text-align: center; }
#respond h3 small { font-size: 0.7272em; display: block; margin-top: 1em; margin-bottom: 1em; text-transform: none; }
#respond h3 small a { font-weight: 700; }
#respond textarea { max-width: 100%; height: 20em; }
#respond p.comment-notes, #respond p.logged-in-as, #respond p.must-log-in, #respond p.form-submit { text-align: center; }
#respond p.form-submit { margin-top: 1em; }

/* Related Posts */
.relatedposts { float: left; width: 100%; margin-left: 0; }
.relatedposts h3 { margin-bottom: 2em; text-align: center; }
.relatedposts .homeposts { float: left; }
.relatedwrap { margin-left: 0; }

#recentcomments img.avatar {
	float: none;
	border: 1px solid #ddd;
	padding: 2px;
}
#recentcomments {
	border-top: 1px solid #e5e5e5;
}
#recentcomments li {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 0.5em;
	margin-bottom: 0;
}

/* HIGHLIGHT BOX */
/* ------------------------------------ */

.highlightbox { margin-left: 0; color: #333; font-weight: normal; background: #f7f7f7; border: 10px solid #eee; padding: 40px; padding-top: 25px; padding-bottom: 25px; }
.highlightbox h1,.highlightbox h2,.highlightbox h3,.highlightbox h4,.highlightbox h5,.highlightbox h6 { margin-top: 0; color: #65afc2; }
.highlightbox .pattern { background: #eee url('../images/tiles/diag2.png') repeat; padding: 30px; }
.highlightbox .lighter { background: #f2f2f2; padding: 30px; }
.highlightbox .nobottom { margin-bottom: 0; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }

/* COLUMN SHORTCODES */
/* ------------------------------------ */
	
.one_half { width: 49%; }
.one_third { width: 32%; }
.two_third { width: 66%; }
.one_fourth { width: 23.5%; }
.three_fourth { width: 74.5%; }
.one_fifth { width: 18.4%; }
.one_sixth { width: 15%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .one_sixth { margin-right: 2%; margin-bottom: 20px; float: left; }
.lastcolumn { margin-right: 0!important; clear: right; }

/* SIDEBAR */
/* ------------------------------------ */

.sidebar { /*padding-top: 28px;*/ }
.pagewrapright { padding-right: 20px; }
.pagewrapleft { padding-left: 20px; }
.sidebar .footertitle { float: left; width: 100%; }
.sidebar .footertitle h4 { float: left; color: #333; margin-top: -5px; margin-bottom: 26px; padding-right: 10px; }
.sidebar .widget { float: left; margin-bottom: 61px; }
.sidebar .widget:last-child { margin-bottom: 0; }
.sidebar .widget ul, .footer .widget ul { float: left; }

/* FOOTER */
/* ------------------------------------ */

.footerwrap { width: 100%; left: 0; margin-left: 0; background: url('../images/tiles/footertile.jpg') repeat top left; padding: 0px; padding-top: 60px; padding-bottom: 60px; margin-bottom: 0; border-top: 3px solid #e5e5e5; }
.footer { margin: 0 auto; width: 1170px; }
.footer .widget { float: left; color: #333; margin-bottom: 0px;  }
.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6 { color: #555; }
.footer .footertitle { float: left; width: 100%; } 
.footer .footertitle h4 { float: left; color: #333; margin-top: -6px; margin-bottom: 26px; padding-right: 10px; }

/* SUBFOOTER */
/* ------------------------------------ */

.subfooterwrap { width: 100%; left: 0; margin-left: 0; background: url('../images/tiles/headertile.jpg') repeat top left; padding: 0px; padding-top: 25px; padding-bottom: 25px; }
.subfooter { color: #aaa; margin: 0 auto; width: 1170px;  }
.subfooter a { color: #fff; }
.subfooter a:hover { color: #eb9b1d; }
.subfooter .lefttext { text-align: left; padding-top: 4px; }
.subfooter .righttext { text-align: right; }
.subfooter .spacer { padding-right: 15px; }

/* WIDGETS */
/* ------------------------------------ */

.widgetclass { float: left; width: 100%; }
.textwidget { float: left; margin-bottom: -5px; margin-top: -6 px; width: 100%; }

/* Twitter */
.twitter_container_head		{	display:none;}
.twitter_container_footer	{	display:none;}
.twitter_container ul { float: left; margin: 0; padding: 0; list-style:none; margin-top: -6px; }
.twitter_container li				{	margin-bottom:20px; background: url('../images/icons/twitter.png') no-repeat left 6px; padding-left: 45px; }
.twitter_container li:last-child	{	margin-bottom:0px; }
.twitter_container .twitter-date	{	color:#999; font-weight: 700; }
.twitter-follow	a { display: none; float: left; font-size: 12px; margin-top: 20px; background: #444; padding: 5px; padding-right: 10px; padding-left: 10px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; margin-left: 30px; }
.twitter-follow	a:hover { color: #fff; background: #2e2e2e; }

/* Tag Cloud */
.tagcloud a { float: left; color: #fff; text-transform: uppercase; font-size: 12px; text-decoration: none; font-weight: 700; background-color: #65afc2; padding-bottom: 4px; padding-top: 4px; padding-left: 8px; padding-right: 8px; margin-right: 1px; margin-bottom: 1px; -webkit-transition: background-color 0.2s, color 0.2s; -moz-transition: background-color 0.2s, color 0.2s; -o-transition: background-color 0.2s, color 0.2s; -ms-transition: background-color 0.2s, color 0.2s; transition: background-color 0.2s, color 0.2s; -webkit-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); -moz-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25);  }
.tagcloud a:hover { background-color: #eb9b1d; }

/* Categories */
.widget_categories { float: left; margin-top: -13px; margin-bottom: -5px; color: #888; }
.widget_categories ul { float: left; padding: 0; margin: 0; }
.widget_categories ul li { float: left; padding: 0; margin: 0; padding-bottom: 7px; padding-top: 7px; width: 100%; border-bottom: 1px solid #e5e5e5; list-style: none; }
.widget_categories ul li a { font-size: 12px; text-transform: uppercase; }
.widget_categories ul li span { font-size: 15px; font-weight: 700; margin-right: 5px; color: #aaa; }
.widget_categories ul li:last-child { padding-bottom: 0px; border-bottom: 0; }

/* Posts */
.widget_posts { float: left; margin-top: -13px; }
.widget_posts ul { margin: 0; padding: 0; list-style:none; }
.widget_posts ul li { float: left; width: 100%; border-bottom: 1px solid #d5d5d5; padding-top:7px; padding-bottom: 7px; }
.widget_posts ul li a { font-size: 12px; text-transform: uppercase; }
.widget_posts ul li span { font-size: 15px; font-weight: 700; margin-right: 5px; color: #aaa; }
.widget_posts ul li:last-child { border-bottom: 0; padding-bottom: 0; }

.widget_flickr { float: left; width: 100%; }
.widget_flickr ul { float: left; margin: 0; padding: 0; list-style:none; margin-bottom: -10px; }
.widget_flickr ul li { float: left; margin-right:10px; margin-bottom: 10px; }
.widget_flickr li a { opacity: 1; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; }
.widget_flickr li a:hover { opacity: 0.5; }

.widget_projects { float: left; width: 100%; }
.widget_projects ul { float: left; margin: 0; padding: 0; list-style:none; margin-bottom: -3px; }
.widget_projects ul li { float: left; margin-right:3px; margin-bottom: 3px; background: #000; }
.widget_projects li a { float: left; opacity: 1; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; }
.widget_projects li a:hover { opacity: 0.4; }

/* Posts */
.widget_text { float: left;  }

/* CAROUSEL */
/* ------------------------------------ */

.carousel { float: left; position: relative; margin-bottom: 0px; line-height: 1; border: 1px solid #e5e5e5; }
.carousel-inner { float: left; position: relative; width: 100%; overflow: hidden; }
.carousel .item { font-size: 14px; line-height: 26px; position: relative; display: none; -webkit-transition: 0.6s left; -moz-transition: 0.6s left; -o-transition: 0.6s left; transition: 0.6s left; color: #757575; height: auto; background: #f7f7f7; font-family: 'Segoe UI', Helvetica, Arial, sans-serif; }
.carousel .padded { padding: 35px; }
.carousel .item > img { display: block; line-height: 1; width: 100%;}
.carousel .active, .carousel .next, .carousel .prev { display: block; }
.carousel .active { left: 0; }
.carousel .next, .carousel .prev { position: absolute; top: 0; width: 100%; }
.carousel .next { left: 100%; }
.carousel .prev { left: -100%; }
.carousel .next.left, .carousel .prev.right { left: 0; }
.carousel .active.left { left: -100%; }
.carousel .active.right { left: 100%; }
.carousel-control { position: absolute; top: 100%; width: 25px; height: 25px; margin-top: -30px; font-size: 25px; font-weight: bold; line-height: 20px; color: #888; text-align: center; background: transparent; border: 0px solid #ffffff; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; opacity: 1; filter: alpha(opacity=100); }
.carousel-control.right { right: 5px; left: auto; }
.carousel-control.left { right: 30px; left: auto; }
.carousel-control:hover { color: #65afc2; text-decoration: none; opacity: 1; filter: alpha(opacity=100); }
.carousel-caption { font-size: 12px; line-height: 20px; color: #fff; position: absolute; right: 0; bottom: 0; left: 0; padding: 15px; padding-bottom: 10px; padding-top: 10px; background: #333333; background: rgba(0, 0, 0, 0.75); }
.carousel-caption h4, .carousel-caption p { line-height: 20px; color: #ffffff; }
.carousel-caption h4 { margin: 0 0 5px; }
.carousel-caption p { margin-bottom: 0; }
.carousel .item .image { float: left; margin-right: 15px; margin-bottom: 15px; margin-top: 0px; } 
.carousel .item .image.right { float: right; margin-left: 15px; margin-right: 0; } 
.carousel .item .image.left { float: left; margin-right: 15px; } 

/* Mediaholder */
/* ------------------------------------ */

.mediaholder { position:relative; -moz-box-sizing: border-box; box-sizing:border-box; -webkit-order-sizing:border-box; margin: 1.5px; }
.mediaholder .innershadow { z-index: 50; width:100%; height:3px; position:absolute; top:0px; left:0px; -webkit-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); -moz-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); }
.mediaholder .cover	{ width:100%; height:100%; position:absolute; top:0px; left:0px; background: #000; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; -moz-opacity:0.0; filter:alpha(opacity=0); opacity:0; -webkit-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); -moz-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); }
.mediaholder .link	{ cursor:pointer; position:absolute; left:50%; top:49%; background: rgba(0, 0, 0, 0.25) url(../images/tiles/link.png) no-repeat; width:40px; height:40px; margin-left:-20px; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; -ms-transition: all 0.15s; -moz-opacity:0.0; filter:alpha(opacity=0); opacity:0; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.mediaholder .show	{ cursor:pointer;  position:absolute; right:50%; top:49%; background: rgba(0, 0, 0, 0.25) url(../images/tiles/zoom.png) no-repeat; width:40px; height:40px; margin-right:-20px; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; -ms-transition: all 0.15s; -moz-opacity:0.0; filter:alpha(opacity=0); opacity:0; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.mediaholder .itemtitle	{ bottom:51%; cursor:pointer; text-transform:uppercase; position:absolute; width: 100%; text-align: center; -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -o-transition: all 0.1s; -ms-transition: all 0.1s; -moz-opacity:0.0; filter:alpha(opacity=0); opacity:0; margin-left: 0px; }
.mediaholder .itemtitle a { color: #fff; font-weight: 800; font-size: 15px; }
.mediaholder .itemcategories { float: left; color: #aaa; font-weight: 400; font-size: 12px; text-transform:uppercase;  cursor:pointer; width: 100%; text-align: center; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; -moz-opacity:0.0; filter:alpha(opacity=0); opacity:0; margin-top: 6px; }
.mediaholder .itemcategories a { color: #aaa; font-weight: 400; font-size: 12px; }
.mr .mediaholder, .ml .mediaholder  { margin: 0; }
.link.notalone { left:50%; margin-left:-45px;}
.show.notalone { right:50%; margin-right:-45px;}
.mediaholder:hover .link, .mediaholder:hover .show, .mediaholder:hover .itemtitle, .mediaholder:hover .itemcategories {	-moz-opacity:1.0; filter:alpha(opacity=100); opacity:1; }
.mediaholder:hover .cover {	-moz-opacity:0.75; filter:alpha(opacity=75); opacity:0.75;}
.mediaholder .link:hover	{ background: rgba(255, 255, 255, 0.1) url(../images/tiles/link.png) no-repeat; }
.mediaholder .show:hover	{ background: rgba(255, 255, 255, 0.1) url(../images/tiles/zoom.png) no-repeat; }

/* BUTTONS */
/* ------------------------------------ */

.morebtn { text-align: center; margin: 0; }
.btn { font-weight: 800; }
.btn-primary { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #76ba00; *background-color: #5ea600; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#76ba00), to(#5ea600));background-image: -webkit-linear-gradient(top, #76ba00, #5ea600); background-image: -o-linear-gradient(top, #76ba00, #5ea600); background-image: linear-gradient(to bottom, #76ba00, #5ea600); background-image: -moz-linear-gradient(top, #76ba00, #5ea600); background-repeat: repeat-x; border-color: #5ea600 #5ea600 #325800; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5ea600', endColorstr='#ff4d8800', GradientType=0); filter: progid:dximagetransform.microsoft.gradient(enabled=false); }
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { color: #ffffff; background-color: #5ea600; *background-color: darken(#5ea600, 50%); }
.btn-primary:active, .btn-primary.active { background-color: #5ea600 \9; }
.btn-primary { text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }
.btn:focus { outline: none; }

/* FORM STYLES */
/* ------------------------------------ */

.btn-square {
	width: auto !important;
	border: 0;
	padding: 0.5em 1.2em;
	font-weight: 700;
	line-height: 2.45;
	background: #65afc2; color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); -moz-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; -ms-transition: all 0.15s; transition: all 0.15s;
}
input[type="submit"], button[type="submit"], button[type="button"] {
	width: auto !important;
	height: 2.45em;
	border: 0;
	padding: 0 1.2em;
	font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 1em !important;
	font-weight: 700;
	background: #65afc2; color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	-webkit-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); -moz-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; -ms-transition: all 0.15s; transition: all 0.15s;
}
.btn-square:hover, input[type="submit"]:hover, button[type="submit"]:hover, button[type="button"]:hover {
	background: #eb9b1d; color: #fff;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	width: 100%;
	height: 2.45em;
	border: 1px solid #e5e5e5;
	padding: 0.2em 0.6em;
	margin-bottom: 1em;
	display: inline-block;
	font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 1em !important;
	line-height: 1.5;
	background-color: #fff; color: #333;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: #ccc;
	outline: 0;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

input:-moz-placeholder, textarea:-moz-placeholder { color: #333; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #333; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #333; }

.headertopwrap form { margin-bottom: 0px !important; }

.headertopwrap input[type="text"],
.headertopwrap input[type="password"] {
	color: #aaa;
	background-color: #333;
	border-color: #444;
}

.headertopwrap input:-moz-placeholder, textarea:-moz-placeholder { color: #666; }
.headertopwrap input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #666; }
.headertopwrap input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #666; }

input[type="text"]:disabled, input[type="email"]:disabled, input[readonly="readonly"] { background:#f4f4f4; }

/* Override bootstrap */
label, input, button, select, textarea { font-size: inherit; font-weight: inherit; }
input[type="radio"], input[type="checkbox"] { margin: 0; }

/* BOOTSTRAP ELEMENTS */
/* ------------------------------------ */

/* Progress Bars */
.progress .bar { font-weight: normal; }
.progress .tag { float: left; padding-left: 15px; color: #888; font-weight: normal; }

/* Tabs */
.tab-content { float: left; }
.nav > li > a:hover { text-decoration: none; background-color: #fff; }
.nav-tabs { border-bottom: 1px solid #e5e5e5; width: 100%; position: relative; }
.nav-tabs > li { padding: 0; margin: 0; margin-bottom: -1px; }
.nav-tabs > li > a { margin-right: -2px; color: #333; font-weight: 700; background: #eee; text-transform: uppercase; padding: 8px 15px; line-height: 20px; border: 1px solid #e5e5e5; border-top: 3px solid #e5e5e5; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.nav-tabs > li > a:hover { color: #eb9b1d; background: #eee; border-top: 3px solid #e5e5e5; }
.nav-tabs > .active > a, .nav-tabs > .active > a:hover { color: #65afc2; cursor: default; background: #eee; border: 1px solid #e5e5e5; border-top: 3px solid #65afc2; border-bottom: 0; border-bottom-color: transparent; }

/* Accordions */
.accordion { margin-bottom: 0px; }
.accordion-group { border: 1px solid #e5e5e5; }
.accordion-heading .accordion-toggle { font-weight: 700; background: #eee; text-transform: uppercase; display: block; padding: 0.5em 1em; }
.accordion-toggle { cursor: pointer; }
.accordion-toggle:hover { cursor: pointer; }
.accordion-inner { padding: 0.8em 1em; border-top: 1px solid #e5e5e5; }
.collapseicon { float: left; font-weight: 700; margin-right: 8px; margin-top: -1px; color: #aaa; }

/* Alerts */
.alert {
	margin-bottom: 2em; padding: 0.5em 35px 0.5em 1em;
	color: #c09853; background-color: #fcf8e3; border: 1px solid #fbeed5;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
.alert.alert-block h4 { margin: 0; margin-bottom: 5px; color: #c09853; }
.alert h4 { margin: 0; }
.alert .close { position: relative; top: -2px; right: -21px; line-height: 20px; }
.alert-success { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; }
.alert-danger, .alert-error { color: #b94a48; background-color: #f2dede; border-color: #eed3d7; }
.alert-info { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; }
.alert-block { padding-top: 14px; padding-bottom: 14px; }

/* Popovers */
.popover-title { font-weight: bold; }

/* Pagination */
.pagination { float: right; height: 3.2em; margin: 0; }
.pagination ul { display: inline-block; *display: inline; margin-bottom: 0; margin-left: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; *zoom: 1; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; text-align: right; }
.pagination ul > li { display: inline; }
.pagination ul > li > a, .pagination ul > li > span, .bbp-pagination-links .page-numbers { float: left; padding: 0 1em; line-height: 2.5; text-decoration: none; border: 1px solid #e5e5e5; border-top: 3px solid #e5e5e5; border-left-width: 0; background: #eee; text-transform: uppercase; }
.pagination ul > li > a:hover, .bbp-pagination-links > a:hover { color: #eb9b1d; background: #eee; border-top: 3px solid #eb9b1d; }
.pagination ul > .active > a, .pagination ul > .active > span, .bbp-pagination-links .current { cursor: auto; color: #65afc2; background: #eee; border-top: 3px solid #65afc2; }
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover { color: #aaa; cursor: default; background-color: transparent; }
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span { border-left-width: 1px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.pagination-centered { text-align: center; }
.pagination-right { text-align: right; }
.span9.left .pagination { margin-right: 20px; }
.span9.right .pagination { margin-left: 20px; }
.pagenumbers { float: left; margin-top: 9px; color: #333; font-weight: 700; text-transform: uppercase; }

/* GOOGLE MAPS */
/* ------------------------------------ */

.gmap { width: 100%; height: 400px; margin-bottom: 56px; background: #eee; }
#gmap_inner { width: 100%; height: 400px;}
#gmap_inner img { max-width: none; }

/* THEME-MY-LOGIN */
/* ------------------------------------ */
.tml {
	max-width: none !important; /* Override setting in theme-my-login.css */
}
.tml h3 {
	text-align: center !important;
}
.tml textarea {
	height: inherit; /* To get proper height of profile about textarea */
}
.tml .error,
.tml .message {
	text-align: center;
	margin-bottom: 2.5em;
	padding: 0.5em 1em !important;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
.tml .error {
	color: #b94a48 !important;
	background-color: #f2dede !important;
	border: 1px solid #eed3d7 !important;
}
.tml .message {
	color: #468847 !important;
	background-color: #dff0d8 !important;
	border: 1px solid #d6e9c6 !important;
}
.tml-login .tml-rememberme-wrap,
.tml-login .tml-submit-wrap {
	display: block !important;
}
.tml-form-table {
	width: 100%;
}
.tml-form-table td {
	text-align: center;
}
.tml .wp-pwd {
	text-align: center !important;
}
.tml .tml-submit-wrap {
	margin-top: 2em;
	text-align: center;
}
.tml #pass-strength-result {
	margin: 1em auto !important;
	padding: 0.5em 1em;
	width: 10em;
	text-align: center;
	float: none !important; /* Undo styling in themed-profiles.css */
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
.tml #pass-strength-result {
	background-color: #f4f4f4 !important;
	border-color: #ddd !important;
}
.tml #pass-strength-result.short {
	background-color: #ffa0a0 !important;
	border-color: #f04040 !important;
}
.tml #pass-strength-result.bad {
	background-color: #ffb78c !important;
	border-color: #ff853c !important;
}
.tml #pass-strength-result.good {
	background-color: #ffec8b !important;
	border-color: #fc0 !important;
}
.tml #pass-strength-result.strong {
	background-color: #c3ff88 !important;
	border-color: #8dff1c !important;
}

/* CONTACT FORM 7 */
/* ------------------------------------ */

.wpcf7-form { margin-bottom: 0; }
.wpcf7-form .one_half, .wpcf7-form .one_third, .wpcf7-form .two_third, .wpcf7-form .three_fourth, .wpcf7-form .one_fourth, .wpcf7-form .one_fifth, .wpcf7-form .one_sixth { margin-bottom: 10px; }
.wpcf7 input[type="text"],.wpcf7 select{ width:100%; max-width:100%; }
.wpcf7-textarea { width:100%; max-width:100%; height: 15em; }
div.wpcf7-response-output {	margin: 0; padding: 0.2em 1em; }
.wpcf7-form-control.captcha	{ margin-bottom:5px;}
div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors {
	position:relative; text-align: center;
	margin-top: 2em; margin-bottom: 2em; padding: 0.5em 1em;
	color: #c09853; background-color: #fcf8e3; border: 1px solid #fbeed5;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
div.wpcf7-mail-sent-ok { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; }
div.wpcf7-mail-sent-ng { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; }
div.wpcf7-spam-blocked { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; }
div.wpcf7-validation-errors { color: #b94a48; background-color: #f2dede; border-color: #eed3d7; }
span.wpcf7-form-control-wrap { position: relative; }
span.wpcf7-not-valid-tip { position: absolute; top: -12px; left: 1px; z-index: 100; border: none; float:left; background-color: #fff; border: 1px solid #EED3D7; color: #B94A48; padding: 5px 7px 5px 10px; max-width:92%; }
.footer span.wpcf7-not-valid-tip { position: absolute; top: -3px; }
span.wpcf7-not-valid-tip-no-ajax { color: #f00; display: block; }

/* JETPACK */
/* ------------------------------------ */

.jetpack_subscription_widget h2.widgettitle { display: none; }
.jetpack_subscription_widget .success {
	margin-bottom: 2em; padding: 0.5em 1em;
	color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
.jetpack_subscription_widget .success p { margin-bottom: 0; }
.jetpack_subscription_widget input[type="text"] { width: 100% !important; padding: 0.2em 0.6em !important; }
#respond p.comment-subscription-form { margin-bottom: 0; }

div.sharedaddy div.sd-block {
	border-top: 0 !important;
	margin-top: 3em !important;
	text-align: center !important;
}
div.sharedaddy .sd-content {
	float: none !important;
	width: auto !important;
}
div.sharedaddy .sd-content li {
	float: none !important;
	margin: 0 0 5px 5px !important;
	display: inline-block !important;
}
div.sharedaddy .sd-content .share-facebook {
	margin-left: 35px !important;
}

/* CUSTOM RESPONSIVE STYLES */
/* ------------------------------------ */

/* WIDE DESKTOP */
@media only screen and (min-width: 1200px) {
	.pricing.fivecols .pricecol .pricewrap { width: 19.8%; }
	.pricing.fourcols .pricecol .pricewrap { width: 24.8%; }
	.pricing.threecols .pricecol .pricewrap { width: 33.1%; }
	.pricing.twocols .pricecol .pricewrap { width: 49.8%; }
	.pricing.onecol .pricecol .pricewrap { width: 99.8%; }
}

/* REGULAR DESKTOP */
@media only screen and (min-width: 980px) and (max-width: 1199px) {
	.footer, .subfooter  { width: 940px; }
	
	.pricing.fivecols .pricecol .pricewrap { width: 19.8%; }
	.pricing.fourcols .pricecol .pricewrap { width: 24.8%; }
	.pricing.threecols .pricecol .pricewrap { width: 33.1%; }
	.pricing.twocols .pricecol .pricewrap { width: 49.8%; }
	.pricing.onecol .pricecol .pricewrap { width: 99.8%; }
	
	.blogpost.smallmedia .postmedia { width: 270px; }
	.blogpost.smallmedia .postbody { width: 380px; }
	
	.fullblog .blogpost.smallmedia .postmedia { width: 370px; }
	.fullblog .blogpost.smallmedia .postbody { width: 540px; }
}

/* SMALL DESKTOP */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.footer, .subfooter { width: 724px; }
	
	.pricing.fivecols .pricecol .pricewrap { width: 33.1%; }
	.pricing.fourcols .pricecol .pricewrap { width: 33.1%; }
	.pricing.threecols .pricecol .pricewrap { width: 33.1%; }
	.pricing.twocols .pricecol .pricewrap { width: 49.8%; }
	.pricing.onecol .pricecol .pricewrap { width: 99.8%; }
	
	.blogpost.smallmedia .postmedia { width: 200px; }
	.blogpost.smallmedia .postbody { width: 288px; }
	.fullblog .blogpost.smallmedia .postmedia { width: 270px; }
	.fullblog .blogpost.smallmedia .postbody { width: 424px; }
}

/* ALL NON-MOBILE SIZES */
@media only screen and (min-width: 768px) {
	.showifmobile { display: none; }
}

/* ALL MOBILE SIZES */
@media only screen and (max-width: 767px) {
	body { padding-right: 0.8em; padding-left: 0.8em; }
	
	.hideifmobile { display: none; }
	
	.subfooter .spacer { padding-right: 10px; }

	.headertopline { width: 100%; padding-left: 20px; padding-right: 20px; margin-left: -20px; left: 0; }
	.headertopwrap { float: left; position: relative; left: 0; padding-top: 0 !important; margin-top: 1em; }
	
	.footerwrap, .subfooterwrap, .headerwrap { padding-left: 20px; padding-right: 20px; margin-left: -20px; }
	.footer, .subfooter, .headertop { width: 100%; }
	
	.mediaholder .show, .mediaholder .itemcategories, .mediaholder .cover, .mediaholder .itemtitle { display: none; }
	.mediaholder .link	{ cursor:pointer; position:absolute; left:0; top:0; background: transparent; width:100%; height:100%; margin-top:0px; margin-left:0px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; -moz-opacity:1; filter:alpha(opacity=100); opacity:1; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; }
	.link.notalone { left:0; margin-left:0;}
	.mediaholder:hover .link {	-moz-opacity:1.0; filter:alpha(opacity=100); opacity:1;  width:100%; height:100%; top:0; left:0;}
	.mediaholder:hover .link.notalone { left:0; top:0;}
	.mediaholder:hover .link { top:0;}
	.mediaholder .link:hover {	background: transparent; }

	.header .logo { margin-top: 0; margin-bottom: 0; width: 100%; text-align: center; }
	/* width: (numicons * 29) - 5; margin-left: -width/2; */
	.social { position: relative; width: 140px; text-align: center; left: 50%; padding: 0; margin: 0; margin-left: -70px; margin-bottom: 40px; }
	
	.linktext { display: none; }
	
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .one_sixth { width: 100%; }
	
	.sidebar { margin-top: 80px; }
	.pagewrapright { padding-right: 0px; }
	.pagewrapleft { padding-left: 0px; }
	
	.post .mediaholder:hover .date, .homepost .mediaholder:hover .date { -moz-opacity:1; filter:alpha(opacity=100); opacity:1; }
	.blogpost .postbody { padding-left: 0; }
	.blogpost.smallmedia .postmedia { width: 100%; margin-bottom: 19px; }
	.blogpost.smallmedia .postbody { width: 100%; }
	
	.blogpost.smallmedia .postbody { padding-left: 0; }
	.blogpost.smallmedia .posttext { margin-top: 0; }
		
	.datenoimage { padding-left: 0; }
	.smallmedianoimage { margin-top: 19px !important; }
	
	.blogpost.smallmedia h4 { margin-top: 27px; }
	.fullblog .blogpost.smallmedia .postmedia { width: 100%; }
	.fullblog .blogpost.smallmedia .postbody { width: 100%; }
	
	.footer .widget { margin-bottom: 60px; }
	.footer .widget:last-child { margin-bottom: 0; }
	
	.subfooter .lefttext { text-align: center; margin-bottom: 10px; }
	.subfooter .righttext { text-align: center; }
	
	.pagetitle { width: 100%; padding-left: 20px; padding-right: 20px; margin-left: -20px; left: 0; }
	.pagetitle h1 { margin: 0; font-size: 2em; }
	
	.homesliderwrapper { position: relative; margin-left: -20px; margin-right: -20px; }
	.homeslider { width: 100%; } 
	
	.span9.left .pagination { margin: 0; }
	.span9.right .pagination { margin: 0; }
	
	.gmap { height: 200px; }
	#gmap_inner { height: 200px; position: relative; padding-left: 20px; padding-right: 20px; margin-left: -20px; left: 0;}
    
    #optionswrap { display: none; }
	
	a.service:hover .text { border-top: 3px solid #e5e5e5; }
	a.service:hover .serviceicon { background-color: #65afc2; }
	a.service:hover { border-top: 3px solid #e5e5e5; }
}

/* MOBILE LANDSCAPE TO TABLET PORTRAIT */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.pricing.fivecols .pricecol .pricewrap { width: 49.7%; }
	.pricing.fourcols .pricecol .pricewrap { width: 49.7%; }
	.pricing.threecols .pricecol .pricewrap { width: 49.7%; }
	.pricing.twocols .pricecol .pricewrap { width: 49.7%; }
	.pricing.onecol .pricecol .pricewrap { width: 99.7%; }
}

/* MOBILE PORTRAIT TO MOBILE LANDSCAPE */
@media only screen and (min-width: 0px) and (max-width: 479px) {
	.pricing.fivecols .pricecol .pricewrap { width: 99.6%; }
	.pricing.fourcols .pricecol .pricewrap { width: 99.6%; }
	.pricing.threecols .pricecol .pricewrap { width: 99.6%; }
	.pricing.twocols .pricecol .pricewrap { width: 99.6%; }
	.pricing.onecol .pricecol .pricewrap { width: 99.6%; }
	#respond input { float: left; width: 100%; margin-right:0; }
}

/* PRETTY PHOTO STYLES */
div.pp_default .pp_description { padding-left: 45px; padding-top: 10px; text-align: center !important; color: #555 !important; font-size: 15px !important; line-height: 20px !important; font-weight: 800 !important; text-transform: uppercase; }
div.pp_default .pp_close { margin-top: 10px; }

/* WP CORE STYLES */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
	max-width: 100%;
	height: auto;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 0px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 0px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 20px;
}

.bypostauthor {}
.sticky{}
.gallery-caption{}

iframe.twitter-timeline{
	width:100% !important;
	min-width:100% !important;
	max-width:100% !important;
	display:none;
}