/*-----------------------------------------------------------

    Theme Name: The Professional
	Version: 1.2
    Description: Premium WordPress theme by WPExplorer
    Author: WPExplorer
    Author URI: http://themeforest.net/user/WPExplorer/?ref=wpexplorer
    Designed & Developed by WPExplorer
	Theme URI: http://themeforest.net/user/WPExplorer/portfolio
	License: Custom + GPL version 3.0
    License URI: http://themeforest.net/licenses/regular_extended
	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 }
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; }
img { max-width: 100% }
/* Body
================================================== */
body { background: #fff; nowhitespace: afterproperty; font: 14px/1.8 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #444; }
/* Main Wraps
================================================== */
/*main*/
#wrap { position: relative }
.boxed { width: 940px; margin: 0 auto; }
.container { background: #fff; padding: 50px 0; }
#post { float: left; width: 660px; }
#sidebar { float: right; width: 230px; }
/* Commons
================================================== */
/*grids*/
.grid-1 { width: 940px; float: none; margin-bottom: 30px; }
.grid-2 { width: 455px; margin-right: 30px; margin-bottom: 30px; }
.grid-3 { float: left; width: 300px; margin-right: 20px; margin-bottom: 20px; }
.grid-4 { float: left; width: 220px; margin-right: 20px; margin-bottom: 20px; }
#post .grid-1 { width: 640px }
#post .grid-2 { width: 320px; margin-right: 20px; margin-bottom: 20px; }
#post .grid-3 { width: 206px; margin-right: 21px; margin-bottom: 21px; }
#post .grid-4 { width: 156px; margin-right: 12px; margin-bottom: 12px; }
/*negative bottom margins removes margin from last items to keep things clean*/
.grid-1-wrap, .grid-2-wrap { margin-bottom: -30px }
.grid-3-wrap, .grid-4-wrap { margin-bottom: -20px }
#post .grid-2-wrap { margin-bottom: -20px }
#post .grid-3-wrap { margin-bottom: -21px }
#post .grid-4-wrap { margin-bottom: -12px }
/*clear grid floats for cleaner grids*/
.portfolio-wrap .grid-2:nth-child(2n+3) { clear: left }
.portfolio-wrap .grid-3:nth-child(3n+4) { clear: left }
.portfolio-wrap .grid-4:nth-child(4n+5) { clear: left }
.portfolio-wrap .grid-5:nth-child(5n+6) { clear: left }
.portfolio-with-filter .grid-2:nth-child(2n+3), .portfolio-with-filter .grid-3:nth-child(3n+4), .portfolio-with-filter .grid-4:nth-child(4n+5), .portfolio-with-filter .grid-5:nth-child(5n+6) { clear: none }
/*remove right column margin*/
.remove-margin { margin-right: 0 !important }
/*clear floats*/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clear { clear: both; content: "."; display: block; visibility: hidden; line-height: 0; height: 0; }
/*blockquote*/
blockquote { position: relative; margin: 30px 0; padding: 20px; background: #eee; border-left: 5px solid #ddd; }
blockquote p:last-child { margin: 0 }
/*preformatted text*/
pre, code { font-family: Tahoma, Geneva, sans-serif; font-size: 0.929em; background: #eee; color: #000; text-shadow: 1px 1px 1px #fff; margin-bottom: 20px; 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*/
address { font-style: italic; margin: 20px 0; }
/*page featured image*/
#page-featured-img { position: relative; margin-bottom: 50px; }
#page-featured-img img { display: block; width: 100%; }
/*wp*/
.sticky { }
.gallery-caption { }
/* Lists
================================================== */
.entry ul { margin: 30px 0 30px 20px }
.entry ol { margin: 30px 0 30px 25px }
.entry ul { list-style: disc }
.entry ol { list-style: decimal }
.entry ul li, .entry ol li { margin: 0 0 5px }
/* Typography
================================================== */
/*headings*/
h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height: 1.6em; }
h1, h2, h3, h4, h5, h6 { color: #000; margin: 40px 0 20px; }
h1 { font-size: 32px; margin: 0 0 20px; letter-spacing: -1px; line-height: 1.2em; }
h2 { font-size: 20px; letter-spacing: -1px; }
h3 { font-size: 16px; letter-spacing: -1px; }
h3 strong { font-weight: 600 }
h4 { font-size: 14px; font-weight: 700; }
h5 { font-size: 12px }
h6 { font-size: 10px }
/*paragraphs*/
p { margin: 0 0 20px }
.entry p:last-child { margin: 0 }
p img { margin: 0 }
p.lead { font-size: 1.500em; line-height: 27px; color: #777; }
p a, p a:visited { line-height: inherit }
/*other*/
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em }
sub { bottom: -0.25em }
em { font-style: italic }
strong { font-weight: bold }
small { font-size: 80% }
hr { border: solid #eeeeee; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
/* Link Styling
================================================== */
body a { color: #e92a0b }
body a:hover { text-decoration: underline }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #000 }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #e92a0b; text-decoration: none; }
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
================================================== */
/*heading class*/
.heading { font-weight: 900; text-align: left; font-size: 1em; text-transform: uppercase; margin-bottom: 40px; }
.heading span { padding-bottom: 10px; border-bottom: 1px solid #222; }
/* Header
================================================== */
/*header*/
#header-wrap { background: #111 }
#header { position: relative; padding: 50px 0; }
/*logo*/
#logo h1 a, #logo h2 a { color: #fff; float: left; display: block; padding: 0px; margin: 0px; text-decoration: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#logo img { display: block; max-width: 100%; }
#logo h1, #logo h2 { color: #fff; font-weight: bold; font-size: 2.286em; line-height: 1em; margin: 0; }
/* Page Headings
================================================== */
/* page heading*/
#page-heading { background: #222222; padding: 70px 0; }
#page-heading .boxed { position: relative }
#page-heading h1, #page-heading h2, #page-heading span.main-title { color: #fff; font-weight: bold; font-size: 46px; margin: 0; letter-spacing: -1px; line-height: 1.2em; }
/*home heading*/
#page-heading.home-heading { text-align: center }
#page-heading.home-heading h1 { font-weight: 400 }
/*breadcrumbs*/
#breadcrumbs { color: #aaa; font-size: 14px; font-weight: bold; }
#breadcrumbs a { color: #bbb }
#breadcrumbs a:hover { color: #fff; text-decoration: none; }
#breadcrumbs span { margin: 0 2px }
#breadcrumbs span:first-child { margin-left: 0 }
.breadcrumb_last { color: #ffe806 }
/*page featured images*/
#full-page-featured-img { text-align: center; margin-top: 30px; }
#full-page-featured-img img { max-width: 100%; display: inline-block; }
/* 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: 200px; }
.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 { 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: 200px; top: 0; }
/*styling*/
#navigation { height: 40px; position: absolute; top: 50%; margin-top: -20px; right: -12px; }
#navigation .sf-menu > li:hover > ul, .sf-menu li.sfHover > ul { top: 40px; left: 12px; }
#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: -1px; }
#navigation .sf-menu a { font-size: 14px; height: 30px; line-height: 30px; color: #fff; text-decoration: none; font-weight: bold; padding: 0 12px; }
#navigation .sf-menu > li { height: 40px; float: left; position: relative; }
#navigation .sf-menu > li > a:hover, #navigation .sf-menu > .current-menu-item > a, #navigation .current-menu-parent > a, #navigation .current-menu-parent > a:hover, #navigation .sf-menu > .current-menu-item > a:hover { color: #ffe605 }
/*drop-down styles*/
#navigation .sf-menu ul { position: absolute; nowhitespace: afterproperty; top: -999em; z-index: 9999; border: 1px solid #3c3c3c; box-shadow: 2px 2px 2px rgba(0,0,0,0.08); }
#navigation .sf-menu ul li { float: left; display: block; position: relative; background: #333; border-bottom: 1px solid #3c3c3c; }
#navigation .sf-menu ul li:last-child { border-bottom: 0 }
#navigation .sf-menu ul a { line-height: 1.7em; display: block; padding: 12px 15px; color: #bbb; height: auto; margin: 0px; border: 0px; font-size: 0.857em; font-weight: 300; text-shadow: none; text-transform: none; border: none !important; }
#navigation .sf-menu ul li > a:hover { color: #ffe605; background: #222; }
/* Homepage
================================================== */
#homepage-tagline h1 { font-size: 46px; margin: 50px 0 0; color: #000; font-weight: bold; line-height: 55px; letter-spacing: -2px; line-height: 1.1em; }
/* FlexSlider
================================================== */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { max-width: 100%; display: block; margin: 0 auto; }
.flex-pauseplay span { text-transform: capitalize }
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block }
* html .slides { height: 1% }
.no-js .slides > li:first-child { display: block }
/*main*/
.flexslider-container { position: relative }
.flexslider { zoom: 1; position: relative; }
.flexslider ul { margin: 0 }
.flex-viewport { max-height: 2000px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
/*homepage slider*/
#home-slider { margin-top: 50px }
#home-slider .flex-direction-nav li a.flex-next, #home-slider .flex-direction-nav li a.flex-prev { position: absolute; display: block; width: 30px; height: 30px; line-height: 30px; position: absolute; bottom: 0; cursor: pointer; font-size: 1em; text-align: center; background: #000; color: #fff !important; text-indent: -9999px; }
#home-slider .flex-direction-nav li a.flex-next { left: 30px; background: #000 url("images/arrow-right.png") no-repeat; }
#home-slider .flex-direction-nav li a.flex-prev { left: 0px; background: #000 url("images/arrow-left.png") no-repeat; }
#home-slider .flex-direction-nav li a:hover { background-color: #ffe806; background-position: 0 -30px; text-decoration: none; }
#home-slider .flex-control-nav { position: absolute; top: 30px; right: 30px; }
#home-slider .flex-control-nav li { float: left; margin-left: 5px; }
#home-slider .flex-control-nav li a { background: url("images/bullets.png") no-repeat scroll -13px 0 transparent; cursor: pointer; display: block; height: 13px; text-indent: -9999px; width: 13px; }
#home-slider .flex-control-nav li a:hover { background-position: 0 0 }
#home-slider .flex-control-nav li a.flex-active { background-position: 0 0; cursor: default; }
#home-slider .slide-inner { position: relative }
#home-slider .flex-caption { color: #fff; position: absolute; top: 40px; left: 0; max-width: 25%; padding: 20px 30px; background: #000; background: rgba(0,0,0,0.7); text-align: center; font-weight: bold; font-size: 16px; }
#home-slider .flex-caption p:last-child { margin: 0 }
/* Portfolio post slider */
#portfolio-post-slider img { display: block; width: 100%; }
#portfolio-post-slider .flex-direction-nav li a.flex-next, #portfolio-post-slider .flex-direction-nav li a.flex-prev { position: absolute; display: block; width: 30px; height: 30px; line-height: 30px; position: absolute; bottom: 0; cursor: pointer; font-size: 1em; text-align: center; background: #000; color: #fff !important; }
#portfolio-post-slider .flex-direction-nav li a.flex-next { left: 30px; background: #000 url("images/arrow-right.png") no-repeat; }
#portfolio-post-slider .flex-direction-nav li a.flex-prev { left: 0px; background: #000 url("images/arrow-left.png") no-repeat; }
#portfolio-post-slider .flex-direction-nav li a:hover { background-color: #ffe806; background-position: 0 -30px; text-decoration: none; }
#portfolio-post-slider .flex-control-nav { position: absolute; top: 30px; right: 30px; }
#portfolio-post-slider .flex-control-nav li { float: left; margin-left: 5px; }
#portfolio-post-slider .flex-control-nav li a { background: url("images/bullets.png") no-repeat scroll -13px 0 transparent; cursor: pointer; display: block; height: 13px; text-indent: -9999px; width: 13px; }
#portfolio-post-slider .flex-control-nav li a:hover { background-position: 0 0 }
#portfolio-post-slider .flex-control-nav li a.flex-active { background-position: 0 0; cursor: default; }
/* Portfolio Filter
================================================== */
ul.portfolio-filter { list-style: none; margin: 0 0 30px; }
ul.portfolio-filter li { display: block; float: left; margin-right: 7px; margin-bottom: 7px; }
ul.portfolio-filter a { position: relative; display: block; padding: 5px 20px; text-align: center; font-size: 1em; font-weight: normal; color: #444; background: #f6f6f6; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
ul.portfolio-filter a:hover, ul.portfolio-filter a.active:hover, ul.portfolio-filter a.active { color: #fff; background: #313131; text-decoration: none; }
/* Portfolio Entries
================================================== */
/*Shortcode & Archive Entries*/
.portfolio-wrap { margin-right: -40px }
.portfolio-entry { float: left; background: #fff; }
.portfolio-entry-media { position: relative }
.portfolio-entry-media a { display: block }
.portfolio-entry-media.opacity-hover:hover img { opacity: 0.85 }
.portfolio-entry-media img { display: block; border-radius: 2px; box-shadow: #000 0em 0em 0em; }
.portfolio-entry-img, .portfolio-entry-video { overflow: hidden; display: block; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.portfolio-entry-img:hover, .portfolio-entry-video:hover { border-color: #313131 }
.portfolio-entry-details { margin-top: 20px }
.portfolio-entry-title h3 { font-size: 18px; font-weight: bold; text-transform: none; margin: 0; line-height: 1.2em; }
.portfolio-entry-excerpt { margin-top: 10px }
.portfolio-entry-readmore { display: block; float: left; margin-top: 15px; white-space: nowrap; font-size: 13px; font-weight: bold; padding: 2px 8px; background: #000; color: #fff; border-radius: 2px; }
.portfolio-entry-readmore:hover { background-color: #ffe605; color: #000; text-decoration: none; }
/* Tweaks For 1 Column Grid Style */
.portfolio-entry.grid-1 .portfolio-entry-img, .portfolio-entry.grid-1 .portfolio-entry-video, .portfolio-entry.grid-1 .portfolio-entry-other { float: left; width: 48%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.portfolio-entry.grid-1 .portfolio-entry-details { float: right; width: 48%; }
.grid-1 .portfolio-entry-title h3 { font-size: 1.250em; margin-bottom: 10px; }
.grid-1 .portfolio-entry-details { margin-top: 0 }
/*other fun stuff*/
.portfolio-entry-overlay { display: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.portfolio-entry-overlay-inner { position: relative; height: 100%; width: 100%; border-radius: 2px; background-position: center center; background-repeat: no-repeat; background-color: #ffe605; background-color: rgba(255, 230, 5, 0.85); }
.portfolio-entry-overlay-inner.default { background-image: url("images/icons/overlay/default-dark.png") }
.portfolio-entry-overlay-inner.lightbox { background-image: url("images/icons/overlay/lightbox-dark.png") }
.portfolio-entry-overlay-inner.redirect { background-image: url("images/icons/overlay/redirect-dark.png") }
.portfolio-entry-overlay-inner.video { background-image: url("images/icons/overlay/video-dark.png") }
.portfolio-entry-overlay-inner h3 { position: absolute; top: 50%; margin: 0; color: #000; font-size: 16px; font-weight: bold; text-align: center; padding: 0 25px; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#post .portfolio-entry-overlay-inner h3 { }
.opacity { -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; transition: all 0.1s ease; }
.opacity:hover { -webkit-opacity: 0.8; -moz-opacity: 0.8; -o-opacity: 0.8; opacity: 0.8; }
/* Portfolio Posts
================================================== */
#portfolio-post-media { display: block; margin-bottom: 30px; }
#portfolio-post-thumbnail img, #portfolio-post-video, #portfolio-post-slider { display: block; margin: 0 auto; max-width: 100%; border-radius: 2px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* Related Portfolio Posts
================================================== */
#single-portfolio-related { margin-top: 50px }
#single-portfolio-related h2 { margin: 0 0 20px; font-weight: bold; letter-spacing: -1px; font-size: 21px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
#single-portfolio-related a { display: block; -webkit-transition: border 0.1s ease; -moz-transition: border 0.1s ease; transition: border 0.1s ease; }
#single-portfolio-related a:hover { border-color: #313131 }
#single-portfolio-related img { display: block; border-radius: 2px; }
#single-portfolio-related .portfolio-entry:nth-child(4) { margin-right: 0 }
/* Blog Entries
================================================== */
.recent-posts-entry { margin-bottom: 50px }
.recent-posts-entry-img, .recent-posts-entry-video { display: block; margin-bottom: 20px; }
.recent-posts-entry-img img { display: block; width: 100%; border-radius: 2px; }
.recent-posts-entry-img:hover, .recent-posts-entry-video:hover, .recent-posts-entry-other:hover { opacity: 0.85 }
.recent-posts-entry-title h3, .recent-posts-entry-title h2 { font-size: 32px; font-weight: bold; text-transform: none; margin: 0 0 20px; letter-spacing: -1px; line-height: 1.2em; }
.recent-posts-entry-excerpt { margin-top: 15px }
.recent-posts-entry-readmore { display: block; float: left; margin-top: 20px; white-space: nowrap; font-size: 13px; font-weight: bold; padding: 2px 8px; background: #000; color: #fff; border-radius: 2px; }
.recent-posts-entry-readmore:hover { background-color: #ffe605; color: #000; text-decoration: none; }
/* Blog Posts
================================================== */
/*header*/
#post-header h1 { margin: 0 0; font-size: 2.000em; line-height: 1.2em; }
/*post slider*/
#single-post-slider { margin: 0 0 30px }
/*post-thumbnail*/
.single #blog-post-thumbnail, .single #blog-post-video { margin-bottom: 20px }
.single #blog-post-thumbnail img { display: block; max-width: 100%; width: 100%; border-radius: 2px; }
/*post audio*/
#single-post-audio-wrap { margin: 0 0 30px }
#single-post-audio-wrap img { display: block; width: 100%; }
/*footer*/
.blog-post-footer { margin-top: 30px }
.blog-post-footer .post-tags a { display: block; float: left; margin-right: 5px; margin-bottom: 5px; background: #222; color: #fff; font-weight: bold; padding: 3px 10px; font-size: 13px; border-radius: 2px; }
.blog-post-footer .post-tags a:hover { background: #ffe605; color: #000; text-decoration: none; }
/* Post Meta - date, author, comments
================================================== */
.post-meta { color: #666; font-size: 13px; margin: -15px 0 20px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.post-meta li { float: left; margin-right: 20px; }
.entry ul.post-meta { margin: -15px 0 20px; list-style: none; }
.entry ul.post-meta li { float: left; margin-right: 20px; }
.post-meta a { color: #666 }
.post-meta span { color: #222; font-weight: 900; }
/* Pagination
================================================== */
ul.page-numbers { list-style: none; margin: 20px 0 0; }
.page-numbers:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
ul.page-numbers li { display: block; float: left; height: 28px; line-height: 28px; margin: 0 8px 0 0; text-align: center; }
.page-numbers a, .page-numbers span { font-size: 12px; display: block; height: 28px; line-height: 28px; padding: 0 10px; color: #bbb; background: #222; border-radius: 2px; }
.page-numbers a:hover, .page-numbers.current { background-color: #ffe605; color: #000; text-decoration: none; }
/* Post Pagination
================================================== */
#post-pagination { position: absolute; right: 0px; bottom: 10px; font-weight: bold; }
#post-pagination a { color: #bbb }
#post-pagination a:hover { color: #fff; text-decoration: none; }
#post-pagination .post-prev, #post-pagination .post-next { position: relative }
#post-pagination .post-prev a, #post-pagination .post-next a { display: block }
#post-pagination .post-prev { float: left; text-align: left; }
#post-pagination .post-next { float: right; text-align: right; margin-left: 25px; }
/* Sidebar
================================================== */
#sidebar { font-size: 13px }
#sidebar h5 { margin: 0 0 15px; font-size: 14px; font-weight: bold; }
.sidebar-box { margin-bottom: 50px }
.sidebar-box .heading { margin-top: 0 }
#sidebar a { color: #444 }
#sidebar a:hover { color: #e92a0b; text-decoration: none; }
/* Widgets
================================================== */
/*social*/
.symple-social { margin-right: -8px }
.symple-social-social img { display: block; max-width: 100%; }
.symple-social img:hover { opacity: 0.7 }
#sidebar .symple-social li { float: left; margin-right: 5px; margin-bottom: 5px; height: 32px; width: 32px; position: relative; }
/*tagcloud*/
.tagcloud a { float: left; display: block; font-weight: 400; font-size: 0.929em !important; line-height: 0.929em !important; padding: 7px 15px; display: block; float: left; margin-right: 7px; margin-bottom: 7px; }
#sidebar .tagcloud a { position: relative; color: #fff; white-space: nowrap; background: #333; }
#sidebar .tagcloud a:hover { background: #666; color: #fff; }
/*sidebar custom menu*/
#sidebar .widget_nav_menu ul li { margin-bottom: 7px }
#sidebar .widget_nav_menu ul a { display: block; background: #f9f9f9; padding: 7px; color: #444; border-left: 2px solid #f9f9f9; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; transition: all 0.1s ease; }
#sidebar .widget_nav_menu ul li a:hover, #sidebar .widget_nav_menu ul li.current-menu-item > a { padding-left: 10px; border-color: #01abaa; }
#sidebar .widget_nav_menu ul ul { margin-top: 7px; margin-left: 20px; }
/*calendar*/
#wp-calendar { width: 100% }
#wp-calendar caption { text-align: center; font-size: 12px; background: #222; color: #fff; font-weight: bold; padding: 6px; }
#wp-calendar thead th { font-size: 10px; background: #eee; padding: 6px; font-weight: bold; }
#wp-calendar tbody { color: #bbb }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding: 6px; font-size: 10px; }
#wp-calendar tbody td:hover { background: #fff }
#wp-calendar tbody .pad { background: #eee }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
/* Footer
================================================== */
#footer { background: #222; color: #aaa; margin-top: 50px; padding: 30px 0; text-align: left; font-size: 12px; font-weight: normal; min-height: 20px; overflow: hidden; }
#footer a { color: #aaa; text-decoration: underline; }
/*copyright*/
#copyright { float: left; width: 48%; }
/*footer menu*/
#footer-menu { float: right; width: 48%; text-align: right; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#footer-menu ul { margin: 0; padding: 0; list-style: none; }
#footer-menu ul li { display: inline; margin-right: 5px; padding-right: 12px; background: url("images/footer-menu-dash.png") right center no-repeat; }
#footer-menu ul li:last-child { margin: 0; background: none; padding: 0; }
#footer-menu a { font-weight: bold; color: #aaa; text-decoration: none; }
#footer-menu a:hover { color: #fff }
/* Search
================================================== */
/*main*/
input[type="search"] { background: url("./images/search.png") no-repeat scroll 96% center #fff; width: 100%; outline: none; background: #fff; color: #aeaeae; border: 1px solid #ccc; padding: 10px; display: block; font-size: 0.857em; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.08); box-shadow: 0px 1px 3px rgba(0,0,0,0.08); }
#footer input[type="search"] { background-image: url("./images/search-light.png") }
input[type="search"]:focus { }
input[type="search"]::-webkit-search-decoration { display: none }
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none }
#footer input[type="search"] { background-color: #222; border-color: #222; color: #666; }
#footer input[type="search"]:focus { color: #aaa }
#footer input[type="search"] { box-shadow: none }
/*entries*/
.search-entry { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #eee; }
.search-entry h2 { margin: -5px 0 5px; font-size: 1.143em; }
.search-entry h2 a { color: #000 }
.search-entry-image { float: left; max-width: 30%; margin-right: 30px; }
.search-entry-image a { display: inline-block; border: 5px solid #eee; }
.search-entry-image a:hover { border-color: #ddd }
.search-entry-image img { display: block }
/* Forms / Inputs / Buttons
================================================== */
/*inputs*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"] { height: 30px; line-height: 30px; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea { font-family: inherit; background: #fff; color: #aeaeae; border: 1px solid #ccc; display: block; font-size: 0.857em; margin-left: 0; padding: 0 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 100%; -webkit-appearance: none; -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.08); box-shadow: 0px 1px 3px rgba(0,0,0,0.08); }
textarea { width: 100%; padding: 10px; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"] { width: 200px }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus { outline: none; border-color: #bbb; }
/*buttons*/
.entry button, .entry input[type="button"], .entry input[type="submit"], #commentsbox input[type="submit"] { font-family: inherit; position: relative; font-size: 14px; cursor: pointer; display: inline-block; white-space: nowrap; nowhitespace: afterproperty; text-align: center; outline: none; text-decoration: none; display: block; color: #444; font-weight: bold; height: 37px; line-height: 37px; padding: 0 10px; text-decoration: none; text-align: center; white-space: nowrap; background: #efefef; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border: 1px solid #bcbcbc; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1); box-shadow: 0 1px 3px rgba(0,0,0,0.1); background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%); background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%); background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%); background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%); background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%); -webkit-appearance: none; }
.entry button:hover, .entry input[type="button"]:hover, .entry input[type="submit"]:hover, #commentsbox input[type="submit"]:hover { opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity: 0.7; text-decoration: none; color: #000; }
.entry button:active, .entry input[type="button"]:active, .entry input[type="submit"]:active, #commentsbox input[type="submit"]:active { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset }
/*wpcf*/
.wpcf7 p { font-size: 0.929em }
.wpcf7 input { margin-top: 5px }
/* Comments
================================================== */
#commentsbox { margin-top: 50px }
.comments-title { margin: 0 0 20px; font-weight: bold; letter-spacing: -1px; font-size: 21px; }
.comment-details ul { margin: 0 }
.commentlist { margin: 0; padding-top: 40px; border-top: 1px solid #eee; }
.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-details { position: relative; padding-left: 80px; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #eee; }
.comment-avatar { position: absolute; left: 5px; top: 5px; }
.comment-avatar img { display: block; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.comment-author { color: #111 }
.comment-author, .comment-author .author a:link { font-weight: 700 }
.comment-content { margin-top: 5px }
.comment-content p:last-child { margin: 0 }
.comment-date { font-size: 0.786em; font-weight: normal; }
.comment-date a { color: #888 }
.comment-reply-link { font-size: 0.786em; color: #888; }
.comment-reply-link:hover { color: #000; text-decoration: none; }
.comment-reply-link:before { content: "\b7\a0" }
.commentlist .children { margin: 0 }
#comments_wrap { margin-top: 15px }
#comments-logged-in { margin-bottom: 30px; margin-top: 10px; font-size: 0.929em; }
#log-out { float: right; margin-top: -56px; }
.form-submit { margin-bottom: 0; height: 55px; }
#reply-title { margin: 0 0 20px; font-weight: bold; letter-spacing: -1px; font-size: 21px; }
#cancel-comment-reply-link { font-size: 13px; font-weight: normal; color: #F00; }
#reply-title small:before { content: '\b7\a0' }
#cancel-comment-reply-link:hover { text-decoration: underline }
.children #commentform textarea { width: 95.6% }
#commentform input { float: left; margin-right: 10px; }
#commentform label { font-size: 0.929em; font-weight: normal; }
#commentsbox span.required { color: #C30; font-size: 0.643em; }
#commentform input { margin-top: 0 !important }
#commentform input#author, #commentform input#email, #commentform input#url { font-size: 0.929em; width: 40%; margin-top: 10px; }
#commentform textarea { font-size: 0.929em; width: 100%; margin-top: 10px; }
/*jetpack subscription support*/
#commentform .comment-subscription-form { margin-bottom: 0; margin-top: 20px; }
#commentform .comment-subscription-form input { padding: 0; margin: 0; display: inline; height: auto; line-height: 0; margin-right: 10px; }
#commentform .comment-subscription-form label { float: none; display: inline; height: auto; line-height: 0; top: -5px; position: relative; width: auto; }
/* 404 Page
================================================== */
#error-page-text { font-size: 1.143em }
#error-page-img { display: block; margin: 0 auto; }
/* Isotope CSS Animations
================================================== */
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; -ms-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: top, left, opacity; transition-property: transform, opacity; }
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
/* Custom WordPress Gallery
================================================== */
.wpex-gallery .gallery-item img { display: block; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
.wpex-gallery .gallery-item { float: left; width: auto; display: block; margin-right: 4%; margin-bottom: 1.5em; }
.wpex-gallery .gallery-item:hover img { opacity: 0.6 }
.wpex-gallery .gallery-caption { background: #f9f9f9; color: #444; font-weight: bold; padding: 10px; text-align: center; font-size: 0.929em; }
.wpex-gallery.gallery-1-column .gallery-item { max-width: 100%; margin-left: auto; margin-right: 20px; float: none; }
.wpex-gallery.gallery-2-column .gallery-item { width: 48% }
.wpex-gallery.gallery-3-column .gallery-item { width: 30.66% }
.wpex-gallery.gallery-4-column .gallery-item { width: 22% }
.wpex-gallery.gallery-5-column .gallery-item { width: 16.8% }
.wpex-gallery.gallery-6-column .gallery-item { width: 13.33% }
.wpex-gallery.gallery-6-column .gallery-caption { display: none }
/* WordPress Styles
================================================== */
/*aligns*/
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 20px 20px; }
.alignleft { float: left; margin: 0 20px 20px 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.aligncenter { margin: 20px auto }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f9f9f9; padding: 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 { color: #000; line-height: 17px; padding: 10px; 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: block; margin: 0 auto; max-width: 100%; }
/*other*/
.bypostauthor { }
/*================================================= */
/*
 * Plugin: Symple Shortcodes Plugin CSS
 * Author: AJ Clarke : http://wpexplorer.com
 * Copyright: Copyright (c) 2012, AJ Clarke
 * License: GNU General Public License version 3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* Clear Floats
================================================== */
.symple-clear-floats { clear: both }
.symple-clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* Spacing
================================================== */
.symple-spacing { display: block; height: auto; margin: 0 !important; padding: 0 !important; background: none !important; border: none !important; outline: none !important; }
/* Divider
================================================== */
.symple-divider { display: block; width: 100%; height: 0; margin: 0; background: none; }
.symple-divider.solid { border-top: 1px solid #ddd }
.symple-divider.dashed { border-top: 2px dashed #ddd }
.symple-divider.dotted { border-top: 3px dotted #ddd }
.symple-divider.double { height: 5px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.symple-divider.fadeout { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#eeeeee), to(#ffffff)); background-image: -webkit-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -moz-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -o-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -ms-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: radial-gradient(50% 50%, #eeeeee, #ffffff); }
.symple-divider.fadein { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#ffffff), to(#eeeeee)); background-image: -webkit-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -moz-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -o-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -ms-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: radial-gradient(50% 50%, #ffffff, #eeeeee); }
/* Social
================================================== */
.symple-social-icon { display: inline-block; margin-right: 5px; }
.symple-social-icon img { display: inline; border: none; outline: none; padding: 0; margin: 0; box-shadow: none !important; }
.symple-social-icon img:hover { opacity: 0.8 }
/* Columns
================================================== */
.symple-one-half { width: 48% }
.symple-one-third { width: 30.66% }
.symple-two-third { width: 65.33% }
.symple-one-fourth { width: 22% }
.symple-three-fourth { width: 74% }
.symple-one-fifth { width: 16.8% }
.symple-two-fifth { width: 37.6% }
.symple-three-fifth { width: 58.4% }
.symple-four-fifth { width: 67.2% }
.symple-one-sixth { width: 13.33% }
.symple-five-sixth { width: 82.67% }
.symple-one-half, .symple-one-third, .symple-two-third, .symple-three-fourth, .symple-one-fourth, .symple-one-fifth, .symple-two-fifth, .symple-three-fifth, .symple-four-fifth, .symple-one-sixth, .symple-five-sixth { position: relative; margin-right: 4%; margin-bottom: 2em; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.symple-column-last { margin-right: 0!important; clear: right; }
.symple-column-last:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.symple-one-half, .symple-one-third, .symple-two-third, .symple-three-fourth, .symple-one-fourth, .symple-one-fifth, .symple-two-fifth, .symple-three-fifth, .symple-four-fifth, .symple-one-sixth, .symple-five-sixth { }
/* Buttons
================================================== */
.symple-button { margin: 5px 5px 5px 0; cursor: pointer; display: inline-block; white-space: nowrap; nowhitespace: afterproperty; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); outline: none; border: 1px solid #7e7e7e; border-radius: 2px; background: #aaaaaa; text-decoration: none !important; background: -moz-linear-gradient(top,  #aaaaaa 0%, #7e7e7e 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#7e7e7e)); background: -webkit-linear-gradient(top,  #aaaaaa 0%,#7e7e7e 100%); background: -o-linear-gradient(top,  #aaaaaa 0%,#7e7e7e 100%); background: -ms-linear-gradient(top,  #aaaaaa 0%,#7e7e7e 100%); background: linear-gradient(to bottom,  #aaaaaa 0%,#7e7e7e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#7e7e7e',GradientType=0 ); border: 1px solid #7e7e7e; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
.symple-button span.symple-button-inner { display: block; color: #fff; font-weight: bold; padding: 1.1em 1.4em; line-height: 0.8em; text-decoration: none; text-align: center; white-space: nowrap; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); border-top: 1px solid #c3c3c3; border-radius: 3px; }
.symple-button:active { text-decoration: none; background: #7e7e7e; background: -moz-linear-gradient(top,  #7e7e7e 0%, #aaaaaa 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e7e7e), color-stop(100%,#aaaaaa)); background: -webkit-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%); background: -o-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%); background: -ms-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%); background: linear-gradient(to bottom,  #7e7e7e 0%,#aaaaaa 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#aaaaaa',GradientType=0 ); }
.symple-button:hover { text-decoration: none; opacity: 0.9; -moz-opacity: 0.9; -webkit-opacity: 0.9; }
.symple-button.black { background: #505050; background: -moz-linear-gradient(top,  #505050 0%, #101010 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#101010)); background: -webkit-linear-gradient(top,  #505050 0%,#101010 100%); background: -o-linear-gradient(top,  #505050 0%,#101010 100%); background: -ms-linear-gradient(top,  #505050 0%,#101010 100%); background: linear-gradient(to bottom,  #505050 0%,#101010 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#101010',GradientType=0 ); border: 1px solid #101010; }
.symple-button.black:active { background: #101010; background: -moz-linear-gradient(top,  #101010 0%, #505050 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#101010), color-stop(100%,#505050)); background: -webkit-linear-gradient(top,  #101010 0%,#505050 100%); background: -o-linear-gradient(top,  #101010 0%,#505050 100%); background: -ms-linear-gradient(top,  #101010 0%,#505050 100%); background: linear-gradient(to bottom,  #101010 0%,#505050 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#505050',GradientType=0 ); }
.symple-button.black span.symple-button-inner { border-top: 1px solid #6e6e6e }
.symple-button.red { background: #d01d10; background: -moz-linear-gradient(top,  #f36d64 0%, #d01d10 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f36d64), color-stop(100%,#d01d10)); background: -webkit-linear-gradient(top,  #f36d64 0%,#d01d10 100%); background: -o-linear-gradient(top,  #f36d64 0%,#d01d10 100%); background: -ms-linear-gradient(top,  #f36d64 0%,#d01d10 100%); background: linear-gradient(to bottom,  #f36d64 0%,#d01d10 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36d64', endColorstr='#d01d10',GradientType=0 ); border: 1px solid #d01d10; }
.symple-button.red span.symple-button-inner { border-top: 1px solid #f69a93 }
.symple-button.red:active { background: #d01d10; background: -moz-linear-gradient(top,  #d01d10 0%, #f36d64 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d01d10), color-stop(100%,#f36d64)); background: -webkit-linear-gradient(top,  #d01d10 0%,#f36d64 100%); background: -o-linear-gradient(top,  #d01d10 0%,#f36d64 100%); background: -ms-linear-gradient(top,  #d01d10 0%,#f36d64 100%); background: linear-gradient(to bottom,  #d01d10 0%,#f36d64 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01d10', endColorstr='#f36d64',GradientType=0 ); }
.symple-button.orange { background: #fa9e19; background: -moz-linear-gradient(top,  #fa9e19 0%, #fb6909 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa9e19), color-stop(100%,#fb6909)); background: -webkit-linear-gradient(top,  #fa9e19 0%,#fb6909 100%); background: -o-linear-gradient(top,  #fa9e19 0%,#fb6909 100%); background: -ms-linear-gradient(top,  #fa9e19 0%,#fb6909 100%); background: linear-gradient(to bottom,  #fa9e19 0%,#fb6909 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9e19', endColorstr='#fb6909',GradientType=0 ); border: 1px solid #FB6909; }
.symple-button.orange span.symple-button-inner { border-top: 1px solid #fcc87d }
.symple-button.orange:active { background: #fb6909; background: -moz-linear-gradient(top,  #fb6909 0%, #fa9e19 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb6909), color-stop(100%,#fa9e19)); background: -webkit-linear-gradient(top,  #fb6909 0%,#fa9e19 100%); background: -o-linear-gradient(top,  #fb6909 0%,#fa9e19 100%); background: -ms-linear-gradient(top,  #fb6909 0%,#fa9e19 100%); background: linear-gradient(to bottom,  #fb6909 0%,#fa9e19 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6909', endColorstr='#fa9e19',GradientType=0 ); }
.symple-button.blue { background: #1571f0; background: -moz-linear-gradient(top,  #41a7fc 0%, #1571f0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41a7fc), color-stop(100%,#1571f0)); background: -webkit-linear-gradient(top,  #41a7fc 0%,#1571f0 100%); background: -o-linear-gradient(top,  #41a7fc 0%,#1571f0 100%); background: -ms-linear-gradient(top,  #41a7fc 0%,#1571f0 100%); background: linear-gradient(to bottom,  #41a7fc 0%,#1571f0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7fc', endColorstr='#1571f0',GradientType=0 ); border: 1px solid #1a6dd7; }
.symple-button.blue span.symple-button-inner { border-top: 1px solid #84c6fd }
.symple-button.blue:active { background: #1571f0; background: -moz-linear-gradient(top,  #1571f0 0%, #41a7fc 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1571f0), color-stop(100%,#41a7fc)); background: -webkit-linear-gradient(top,  #1571f0 0%,#41a7fc 100%); background: -o-linear-gradient(top,  #1571f0 0%,#41a7fc 100%); background: -ms-linear-gradient(top,  #1571f0 0%,#41a7fc 100%); background: linear-gradient(to bottom,  #1571f0 0%,#41a7fc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1571f0', endColorstr='#41a7fc',GradientType=0 ); }
.symple-button.rosy { background: #f295a2; background: -moz-linear-gradient(top,  #ee7787 0%, #e84a5f 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee7787), color-stop(100%,#e84a5f)); background: -webkit-linear-gradient(top,  #ee7787 0%,#e84a5f 100%); background: -o-linear-gradient(top,  #ee7787 0%,#e84a5f 100%); background: -ms-linear-gradient(top,  #ee7787 0%,#e84a5f 100%); background: linear-gradient(to bottom,  #ee7787 0%,#e84a5f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7787', endColorstr='#e84a5f',GradientType=0 ); border: 1px solid #e84a5f; }
.symple-button.rosy:active { background: #e84a5f; background: -moz-linear-gradient(top,  #e84a5f 0%, #ee7787 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e84a5f), color-stop(100%,#ee7787)); background: -webkit-linear-gradient(top,  #e84a5f 0%,#ee7787 100%); background: -o-linear-gradient(top,  #e84a5f 0%,#ee7787 100%); background: -ms-linear-gradient(top,  #e84a5f 0%,#ee7787 100%); background: linear-gradient(to bottom,  #e84a5f 0%,#ee7787 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84a5f', endColorstr='#ee7787',GradientType=0 ); }
.symple-button.rosy span.symple-button-inner { border-top: 1px solid #f3a4af }
.symple-button.pink { background: #e3618d; background: -moz-linear-gradient(top,  #e3618d 0%, #cb245c 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3618d), color-stop(100%,#cb245c)); background: -webkit-linear-gradient(top,  #e3618d 0%,#cb245c 100%); background: -o-linear-gradient(top,  #e3618d 0%,#cb245c 100%); background: -ms-linear-gradient(top,  #e3618d 0%,#cb245c 100%); background: linear-gradient(to bottom,  #e3618d 0%,#cb245c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3618d', endColorstr='#cb245c',GradientType=0 ); border: 1px solid #cb245c; }
.symple-button.pink:active { background: #cb245c; background: -moz-linear-gradient(top,  #cb245c 0%, #e3618d 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb245c), color-stop(100%,#e3618d)); background: -webkit-linear-gradient(top,  #cb245c 0%,#e3618d 100%); background: -o-linear-gradient(top,  #cb245c 0%,#e3618d 100%); background: -ms-linear-gradient(top,  #cb245c 0%,#e3618d 100%); background: linear-gradient(to bottom,  #cb245c 0%,#e3618d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb245c', endColorstr='#e3618d',GradientType=0 ); }
.symple-button.pink span.symple-button-inner { border-top: 1px solid #eb8cac }
.symple-button.green { color: #fff; background: #88dd48; background: -moz-linear-gradient(top,  #88dd48 0%, #5fb139 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88dd48), color-stop(100%,#5fb139)); background: -webkit-linear-gradient(top,  #88dd48 0%,#5fb139 100%); background: -o-linear-gradient(top,  #88dd48 0%,#5fb139 100%); background: -ms-linear-gradient(top,  #88dd48 0%,#5fb139 100%); background: linear-gradient(to bottom,  #88dd48 0%,#5fb139 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88dd48', endColorstr='#5fb139',GradientType=0 ); border-color: #60AE40; }
.symple-button.green span.symple-button-inner { border-top: 1px solid #b7ea90 }
.symple-button.green:active { background: #5fb139; background: -moz-linear-gradient(top,  #5fb139 0%, #88dd48 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fb139), color-stop(100%,#88dd48)); background: -webkit-linear-gradient(top,  #5fb139 0%,#88dd48 100%); background: -o-linear-gradient(top,  #5fb139 0%,#88dd48 100%); background: -ms-linear-gradient(top,  #5fb139 0%,#88dd48 100%); background: linear-gradient(to bottom,  #5fb139 0%,#88dd48 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb139', endColorstr='#88dd48',GradientType=0 ); }
.symple-button.brown { background: #876565; background: -moz-linear-gradient(top,  #876565 0%, #604848 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#876565), color-stop(100%,#604848)); background: -webkit-linear-gradient(top,  #876565 0%,#604848 100%); background: -o-linear-gradient(top,  #876565 0%,#604848 100%); background: -ms-linear-gradient(top,  #876565 0%,#604848 100%); background: linear-gradient(to bottom,  #876565 0%,#604848 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#876565', endColorstr='#604848',GradientType=0 ); border: 1px solid #604848; }
.symple-button.brown:active { background: #604848; background: -moz-linear-gradient(top,  #604848 0%, #876565 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#604848), color-stop(100%,#876565)); background: -webkit-linear-gradient(top,  #604848 0%,#876565 100%); background: -o-linear-gradient(top,  #604848 0%,#876565 100%); background: -ms-linear-gradient(top,  #604848 0%,#876565 100%); background: linear-gradient(to bottom,  #604848 0%,#876565 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#604848', endColorstr='#876565',GradientType=0 ); }
.symple-button.brown span.symple-button-inner { border-top: 1px solid #ae9393 }
.symple-button.purple { background: #524656; background: -moz-linear-gradient(top,  #635569 0%, #372f3a 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#635569), color-stop(100%,#372f3a)); background: -webkit-linear-gradient(top,  #635569 0%,#372f3a 100%); background: -o-linear-gradient(top,  #635569 0%,#372f3a 100%); background: -ms-linear-gradient(top,  #635569 0%,#372f3a 100%); background: linear-gradient(to bottom,  #635569 0%,#372f3a 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#635569', endColorstr='#372f3a',GradientType=0 ); border: 1px solid #372f3a; }
.symple-button.purple:active { background: #372f3a; background: -moz-linear-gradient(top,  #372f3a 0%, #635569 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#372f3a), color-stop(100%,#635569)); background: -webkit-linear-gradient(top,  #372f3a 0%,#635569 100%); background: -o-linear-gradient(top,  #372f3a 0%,#635569 100%); background: -ms-linear-gradient(top,  #372f3a 0%,#635569 100%); background: linear-gradient(to bottom,  #372f3a 0%,#635569 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#372f3a', endColorstr='#635569',GradientType=0 ); }
.symple-button.purple span.symple-button-inner { border-top: 1px solid #7e6c85 }
.symple-button.gold { background: #ffc750; background: -moz-linear-gradient(top,  #ffc750 0%, #faaa00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc750), color-stop(100%,#faaa00)); background: -webkit-linear-gradient(top,  #ffc750 0%,#faaa00 100%); background: -o-linear-gradient(top,  #ffc750 0%,#faaa00 100%); background: -ms-linear-gradient(top,  #ffc750 0%,#faaa00 100%); background: linear-gradient(to bottom,  #ffc750 0%,#faaa00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc750', endColorstr='#faaa00',GradientType=0 ); border: 1px solid #faaa00; }
.symple-button.gold:active { background: #faaa00; background: -moz-linear-gradient(top,  #faaa00 0%, #ffc750 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faaa00), color-stop(100%,#ffc750)); background: -webkit-linear-gradient(top,  #faaa00 0%,#ffc750 100%); background: -o-linear-gradient(top,  #faaa00 0%,#ffc750 100%); background: -ms-linear-gradient(top,  #faaa00 0%,#ffc750 100%); background: linear-gradient(to bottom,  #faaa00 0%,#ffc750 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa00', endColorstr='#ffc750',GradientType=0 ); }
.symple-button.gold span.symple-button-inner { color: #9C6533; text-shadow: 1px 1px 1px #ffe2a5; border-top: 1px solid #ffd783; }
.symple-button.teal { background: #3c9091; background: -moz-linear-gradient(top,  #3c9091 0%, #286061 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c9091), color-stop(100%,#286061)); background: -webkit-linear-gradient(top,  #3c9091 0%,#286061 100%); background: -o-linear-gradient(top,  #3c9091 0%,#286061 100%); background: -ms-linear-gradient(top,  #3c9091 0%,#286061 100%); background: linear-gradient(to bottom,  #3c9091 0%,#286061 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9091', endColorstr='#286061',GradientType=0 ); border: 1px solid #286061; }
.symple-button.teal:active { background: #286061; background: -moz-linear-gradient(top,  #286061 0%, #3c9091 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#286061), color-stop(100%,#3c9091)); background: -webkit-linear-gradient(top,  #286061 0%,#3c9091 100%); background: -o-linear-gradient(top,  #286061 0%,#3c9091 100%); background: -ms-linear-gradient(top,  #286061 0%,#3c9091 100%); background: linear-gradient(to bottom,  #286061 0%,#3c9091 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286061', endColorstr='#3c9091',GradientType=0 ); }
.symple-button.teal span.symple-button-inner { border-top: 1px solid #63bdbf }
.symple-button.navy { background: #2c76cf; background: -moz-linear-gradient(top,  #2c76cf 0%, #1d4e89 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c76cf), color-stop(100%,#1d4e89)); background: -webkit-linear-gradient(top,  #2c76cf 0%,#1d4e89 100%); background: -o-linear-gradient(top,  #2c76cf 0%,#1d4e89 100%); background: -ms-linear-gradient(top,  #2c76cf 0%,#1d4e89 100%); background: linear-gradient(to bottom,  #2c76cf 0%,#1d4e89 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c76cf', endColorstr='#1d4e89',GradientType=0 ); border: 1px solid #1d4e89; }
.symple-button.navy:active { background: #1d4e89; background: -moz-linear-gradient(top,  #1d4e89 0%, #2c76cf 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d4e89), color-stop(100%,#2c76cf)); background: -webkit-linear-gradient(top,  #1d4e89 0%,#2c76cf 100%); background: -o-linear-gradient(top,  #1d4e89 0%,#2c76cf 100%); background: -ms-linear-gradient(top,  #1d4e89 0%,#2c76cf 100%); background: linear-gradient(to bottom,  #1d4e89 0%,#2c76cf 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4e89', endColorstr='#2c76cf',GradientType=0 ); }
.symple-button.navy span.symple-button-inner { border-top: 1px solid #619ade }
.symple-button { font-size: 13px }
.symple-button.large { font-size: 16px }
.symple-button.giant { font-size: 18px }
.symple-button.left { float: left }
.symple-button.right { float: right; margin-right: 0; margin-left: 5px; }
/* Testimonial
================================================== */
.symple-testimonial-content { font-family: Georgia, "Times New Roman", Times, serif; position: relative; background: #f5f5f5; padding: 20px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; font-size: 13px; }
.symple-testimonial-content img:first-child { background: #fff; padding: 3px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 transparent, 0 0 0 transparent; }
.symple-testimonial-content:after { content: ""; position: absolute; left: 12px; bottom: -15px; width: 0px; height: 0px; border-bottom: 15px solid rgba(255,255,255,0); border-top: 15px solid rgba(255,255,255,0); border-right: 15px solid #f5f5f5; font-size: 0px; line-height: 0px; border-radius: 2px; }
.symple-testimonial-content p:last-child { margin: 0 }
.symple-testimonial-author { margin-top: 20px; margin-left: 15px; font-size: 0.857em; font-weight: 900; color: #000; }
/* Highlights
================================================== */
.symple-highlight { padding: 0 3px }
.symple-highlight-yellow, .symple-highlight-yellow a { background-color: #f1a30b; color: #fff; }
.symple-highlight-blue, .symple-highlight-blue a { color: #fff; background: #1ba0e1; }
.symple-highlight-green, .symple-highlight-green a { color: #fff; background: #60aa17; }
.symple-highlight-red, .symple-highlight-red a { color: #fff; background: #e51400; }
.symple-highlight-gray, .symple-highlight-gray a { color: #fff; background: #657688; }
.symple-highlight-black, .symple-highlight-black a { color: #fff; background: #000; }
/* Boxes
================================================== */
/*main*/
.symple-box { position: relative; display: block; padding: 10px; margin: 10px 0; font-size: 13px; font-weight: bold; color: #fff; background: #657688; border: 1px solid rgba(0,0,0,0.1); text-shadow: 1px 1px 1px rgba(255,255,255, 0.5); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.symple-box a { color: #fff; text-decoration: underline; }
.symple-box a:hover { text-decoration: none }
.symple-box h2 a, .symple-box h3 a, .symple-box h4 a { color: #fff }
.symple-box p:last-child { margin: 0 }
.symple-box h2, .symple-box h3, .symple-box h4 { color: #fff; font-size: 1.125em; margin: 0 0 20px; }
/*aligns*/
.symple-box.left { float: left }
.symple-box.right { float: right }
/*colors*/
.symple-box.gray { background: #eee; color: #666; }
.symple-box.red { color: #be4a48; background: #f2dede; border-color: #eed3d7; }
.symple-box.green { color: #468847; background: #dff0d8; border-color: #d6e9c6; }
.symple-box.blue { color: #66a0bd; background: #d9edf7; border-color: #bce8f1; }
.symple-box.yellow { color: #c09853; background: #fcf8e3; border-color: #fbeed5; }
/* Toggle
================================================== */
.symple-toggle { margin-bottom: 10px }
.symple-toggle .symple-toggle-trigger { display: block; color: #868686; font-weight: bold; border: 1px solid #dfdfdf; padding: 12px 0 12px 37px; background: #fbfbfb url("images/plus.png") no-repeat; background-position: 12px center; outline: 0; text-transform: none; letter-spacing: normal; font-size: 13px; line-height: 1.5em; margin: 0; cursor: pointer; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.symple-toggle .symple-toggle-trigger:hover, .symple-toggle .symple-toggle-trigger.active:hover { background-color: #fff }
.symple-toggle .symple-toggle-trigger.active { background: #fbfbfb url("images/minus.png") no-repeat; background-position: 12px center; }
.symple-toggle .symple-toggle-container { display: none; overflow: hidden; padding: 12px; border: 1px solid #dfdfdf; border-top: none; }
/* Accordion
================================================== */
.symple-accordion { border-bottom: 1px solid #dfdfdf }
.symple-accordion h3.symple-accordion-trigger { display: block; color: #868686; border: 1px solid #dfdfdf; border-bottom: none; padding: 12px 0 12px 37px; background: #fbfbfb url("images/plus.png") no-repeat; background-position: 12px center; outline: 0; text-transform: none; letter-spacing: normal; font-size: 13px; font-weight: bold; line-height: 1.5em; margin: 0 !important; cursor: pointer; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
.symple-accordion h3.symple-accordion-trigger a { color: #868686; text-decoration: none !important; }
.symple-accordion .ui-state-focus { outline: none }
.symple-accordion .symple-accordion-trigger:hover { background-color: #fff; text-decoration: none; }
.symple-accordion .symple-accordion-trigger.ui-state-active, .symple-accordion .symple-accordion-trigger.ui-state-active:hover { background: #fbfbfb url("images/minus.png") 12px center no-repeat }
.symple-accordion .ui-accordion-content { padding: 12px; border: 1px solid #dfdfdf; border-bottom: none; }
.symple-accordion .ui-accordion-content p:last-child { margin: 0px }
.symple-accordion .ui-icon { margin-right: 7px }
/* Tabs
================================================== */
.symple-tabs ul.ui-tabs-nav { display: block; margin: 0; padding: 0; border-bottom: solid 1px #ddd; margin-left: 1px; }
.symple-tabs ul.ui-tabs-nav li { display: block; width: auto; height: 45px; padding: 0 !important; float: left !important; margin: 0 !important; outline: none; }
.symple-tabs ul.ui-tabs-nav li a { display: block; text-decoration: none; width: auto; height: 44px; padding: 0px 20px; line-height: 45px; margin: 0; font-weight: bold; border: solid 1px #dfdfdf; border-right: 0; background-color: #fbfbfb; font-size: 13px; color: #868686; outline: none; }
.symple-tabs ul.ui-tabs-nav li:last-child a { border-right: solid 1px #dfdfdf }
.symple-tabs ul.ui-tabs-nav li a:hover { background: #fff }
.symple-tabs ul.ui-tabs-nav .ui-state-active a { background: #fff; height: 45px; position: relative; border-bottom: none; margin: 0 0 0 -1px; color: #111 !important; }
.symple-tabs ul.ui-tabs-nav .ui-state-active a:hover { background: #fff }
.symple-tabs ul.ui-tabs-nav li:first-child .ui-state-active a { margin-left: 0 }
.symple-tabs .tab-content { background: #fff; padding: 20px; border-left: solid 1px #dfdfdf; border-right: solid 1px #dfdfdf; border-bottom: solid 1px #dfdfdf; }
.symple-tabs:before, ul.symple-tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.symple-tabs:after { clear: both }
.symple-tabs { zoom: 1 }
.symple-tabs .ui-tabs-hide { display: none }
/* Pricing Table
================================================== */
.symple-pricing-table { list-style: none; margin: 0; padding: 0; font-size: 16px; }
.symple-pricing-table div { list-style: none }
.symple-pricing-table > div { margin-right: 4%; list-style: none; text-shadow: none; margin-bottom: 0; background: #f6f6f6; color: #666; }
.symple-pricing-table .featured { border: 3px solid #000 }
.symple-pricing-table .symple-pricing-header { background: #ddd; text-align: center; padding: 20px 0; border-bottom: 1px solid #ebedf0; }
.symple-pricing-table .symple-pricing-header h5 { color: #000; font-size: 1em; margin: 0; padding: 0 20px 10px; font-weight: 700; }
.symple-pricing-table .symple-pricing-cost { color: #444; font-size: 2em; line-height: 1em; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; }
.symple-pricing-table .symple-pricing-per { margin-top: 7px; font-size: 0.786em; color: #666; font-style: italic; }
.symple-pricing-table .symple-pricing-content { font-size: 0.857em; text-align: center; }
.symple-pricing-table .symple-pricing-content ul { margin: 20px 0 !important; list-style: none !important; }
.symple-pricing-table .symple-pricing-content ul li { margin: 0 0 5px !important; padding: 0 20px !important; list-style: none !important; }
.symple-pricing-table .symple-pricing-button { text-align: center; background: #eee; padding: 20px; }
/* Heading - v1.1
================================================== */
.symple-heading { clear: left; font-weight: bold; font-size: 32px; margin: 50px 0; text-align: center; line-height: 1.3em; letter-spacing: -1px; }
.symple-heading span { display: inline-block; padding-bottom: 7px; border-bottom: 4px solid #000; }
.symple-heading.text-align-center { text-align: center }
.symple-heading.text-align-left { text-align: left }
.symple-heading.text-align-right { text-align: right }
/* Googlemap - v1.1
================================================== */
.googlemap { position: relative; max-width: inherit; }
.googlemap .map_canvas { width: 100%; height: 100%; font-size: 0.929em; }
.googlemap .map_canvas h3 { font-weight: bold; margin: 0 0 10px; font-size: 14px; }
.map_canvas img { max-width: none !important }