/*
Main Stylesheet
Defines the styles that control widget appearance
*/

/* --------------------------------------------------------------
GENERAL STYLES
-------------------------------------------------------------- */


@font-face { font-family:'wpse-icons'; font-weight:normal; font-style:normal;
src:url('../fonts/social.eot'); 
src:url('../fonts/social.eot#iefix') format('embedded-opentype'),
url('../fonts/social.woff') format('woff'),
url('../fonts/social.ttf') format('truetype'),
url('../fonts/social.svg#social') format('svg'); }
[class^="wpse-icon-"]:before, [class*=" wpse-icon-"]:before { font-family:"wpse-icons"; font-style:normal; font-weight:normal; speak:none; display:inline-block; text-decoration:inherit; width:1em; margin-right:.2em; text-align:center; font-variant:normal; text-transform:none; line-height:1em; margin-left:.2em; }


/* --------------------------------------------------------------
WIDGETS
-------------------------------------------------------------- */


/* RECENT POSTS WIDGET */
.wpse-recent { }
.wpse-recent-item { overflow:hidden; padding:0; margin:0 0 20px; }
.wpse-recent-item .wpse-recent-image { display:block; width:50px; float:left; }
.wpse-recent-item .wpse-recent-image img { display:block; width:50px; height:auto; margin:0; padding:0; border-radius:2px; }
.wpse-recent-item .wpse-recent-body { margin:0; }
.wpse-has-thumbnail .wpse-recent-body { margin:0 0 0 65px; }
.wpse-recent-item .wpse-recent-title { margin:-5px 0 0; padding:0; }
.wpse-recent-item .wpse-recent-meta { font-size:0.8em; margin:0; }


/* SOCIAL LINKS WIDGET */
.wpse-social { overflow:hidden; }
.wpse-social-link { display:block; float:left; margin:0 8px 8px 0; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
.wpse-social .wpse-social-icon { font-family:'wpse-icons'; display:block; width:40px; height:40px; line-height:40px; color:#fff; background:#ddd; font-size:18px; border-radius:3px; text-align:center; }
.wpse-social-link:hover { opacity:0.8;text-decoration:none; }
.wpse-social .wpse-social-icon:hover { text-decoration:none; }
/* Icon Colors */
.wpse-social-rss .wpse-social-icon { background:#fe9900; }
.wpse-social-facebook .wpse-social-icon { background:#4862a3; }
.wpse-social-twitter .wpse-social-icon { background:#00acee; }
.wpse-social-gplus .wpse-social-icon { background:#dd4b39; }
.wpse-social-tumblr .wpse-social-icon { background:#2c4762; }
.wpse-social-youtube .wpse-social-icon { background:#dc2725; }
.wpse-social-pinterest .wpse-social-icon { background:#ce2125; }
.wpse-social-instagram .wpse-social-icon { background:#517FA4; }
.wpse-social-dribbble .wpse-social-icon { background:#ed6297; }
.wpse-social-linkedin .wpse-social-icon { background:#1a85bc; }
.wpse-social-skype .wpse-social-icon { background:#00aff0; }
/* Social Icons */
.wpse-social-rss .wpse-social-icon:before { content:'\e809'; } 
.wpse-social-facebook .wpse-social-icon:before { content:'\e800'; }
.wpse-social-twitter .wpse-social-icon:before { content:'\e802'; }
.wpse-social-gplus .wpse-social-icon:before { content:'\e801'; }
.wpse-social-tumblr .wpse-social-icon:before { content:'\e808'; }
.wpse-social-youtube .wpse-social-icon:before { content:'\e806'; }
.wpse-social-pinterest .wpse-social-icon:before { content:'\e803'; }
.wpse-social-instagram .wpse-social-icon:before { content:'\e804'; }
.wpse-social-dribbble .wpse-social-icon:before { content:'\e80a'; }
.wpse-social-linkedin .wpse-social-icon:before { content:'\e805'; }
.wpse-social-skype .wpse-social-icon:before { content:'\e807'; }


/* FLICKR WIDGET */
.wpse-flickr { overflow:hidden; }
.wpse-flickr a { display:block; line-height:0; }
.wpse-flickr .flickr_badge_image { float:left; overflow:hidden; width:23%; margin:0px 2% 2% 0px; }
.wpse-flickr .flickr_badge_image img { width:100%; height:auto; }


/* AD SPACE WIDGET */
.wpse-advert img { display:block; line-height:0; border-radius:2px; }


/* TWITTER WIDGET */
.wpse-tweets { margin:0 0 10px; }
.wpse-tweets .wpse-tweet  { position:relative; list-style:none; background:none; margin:0 0 15px 0; padding:0 0 0 30px; font-size:0.9em; }
.wpse-tweets .wpse-tweet:before { display:block; position:absolute; top:-2px; left:0; list-style:none; font-family:'wpse-icons'; content:'\e802'; font-size:20px; }
.wpse-tweets .wpse-tweet .tweet-content { margin:0; }
.wpse-tweets .wpse-tweet .tweet-date { display:block; text-align:right; }


/* --------------------------------------------------------------
SHORTCODES
-------------------------------------------------------------- */



/* ROWS / SECTIONS */
.wpse-section { position:relative; padding:40px 0; width:100%; margin:0 0 40px; background-repeat:no-repeat; background-position:center; background-size:cover; }
.wpse-section:last-child { margin-bottom:0; border-bottom:none; }
.wpse-section .wpse-section-content { position:relative; margin-bottom:0; }
.wpse-section .wpse-section-container { width:990px; max-width:100%; padding:0 0; margin:0 auto; }
.wpse-section-container .wpse-section-container { padding:0; margin:0; }
.wpse-section + .wpse-section { margin-top:-40px; }
/* Background */
.wpse-section-background { position:absolute; width:100%; height:100%; top:0; left:0; right:0; bottom:0; background-size:cover; }
.wpse-section-fixed .wpse-section-background { background-attachment:fixed; }
/* Video */
.wpse-section-video { position:absolute; overflow:hidden; width:100%; height:100%; top:0; left:0; right:0; bottom:0; }
.wpse-section-video video { width:100%; height:auto; }
/* Nested Rows */
.wpse-section .wpse-section { padding:0; margin:0 -15px; }



/* SECTION HEADINGS */
.wpse-section-heading {  margin-bottom:0; padding:0px 0 40px; }
.wpse-section-heading .wpse-section-title { font-size:2.5em; text-align:center; margin:0; }
.dark .wpse-section-heading .wpse-section-title { color:#fff; }
.wpse-section-heading .wpse-section-subtitle { display:block; position:relative; text-align:center; padding-top:20px; margin-top:20px; font-size:1.3em; opacity:0.9; }
.wpse-section-heading .wpse-section-subtitle:before { position:absolute; content:' '; background:#ddd; background:rgba(0,0,0,0.2); height:1px; width:40px; top:0; left:50%; margin-left:-20px; }
.dark .wpse-section-heading .wpse-section-subtitle:before { background:#ddd; background:rgba(255,255,255,0.5); }


/* COLUMNS */
.wpse-column { display:block; float:left; margin-right:2%; }
.wpse-col1 { width:100%; }
.wpse-col2 { width:49%; }
.wpse-col3 { width:32%; }
.wpse-col3x2 { width:66%; }
.wpse-col4 { width:23.5%; }
.wpse-col4x2 { width:49%; }
.wpse-col4x3 { width:74.5%; }
.wpse-col5 { width:18.4%; }
.wpse-col5x2 { width:38.8%; }
.wpse-col5x3 { width:59.2%; }
.wpse-col5x4 { width:79.6%; }
.wpse-col6 { width:15%; }
.wpse-col6x2 { width:32%; }
.wpse-col6x3 { width:49%; }
.wpse-col6x4 { width:66%; }
.wpse-col6x5 { width:83%; }
.wpse-col-last { margin-right:0; }
.wpse-clear { display:block; clear:both; width:100%; }
/* Columns with half padding */
.wpse-column-narrow { display:block; float:left; margin-right:2%; }
.wpse-column-narrow.wpse-col2 { width:49%; }
.wpse-column-narrow.wpse-col3 { width:32%; }
.wpse-column-narrow.wpse-col3x2 { width:66%; }
.wpse-column-narrow.wpse-col4 { width:23.5%; }
.wpse-column-narrow.wpse-col4x2 { width:49%; }
.wpse-column-narrow.wpse-col4x3 { width:74.5%; }
.wpse-column-narrow.wpse-col5 { width:18.4%; }
.wpse-column-narrow.wpse-col5x2 { width:38.8%; }
.wpse-column-narrow.wpse-col5x3 { width:60%; }
.wpse-column-narrow.wpse-col5x4 { width:80%; }
.wpse-column-narrow.wpse-col6 { width:15%; }
.wpse-column-narrow.wpse-col6x2 { width:32%; }
.wpse-column-narrow.wpse-col6x3 { width:49%; }
.wpse-column-narrow.wpse-col6x4 { width:66%; }
.wpse-column-narrow.wpse-col6x5 { width:83%; }
.wpse-column-narrow.wpse-col7 { width:12.57142%; }
/* Columns with no padding */
.wpse-column-fit { display:block; float:left; margin-right:0; }
.wpse-column-fit.wpse-col2 { width:50%; }
.wpse-column-fit.wpse-col3 { width:33.3333%; }
.wpse-column-fit.wpse-col3x2 { width:66.6666%; }
.wpse-column-fit.wpse-col4 { width:25%; }
.wpse-column-fit.wpse-col4x2 { width:50%; }
.wpse-column-fit.wpse-col4x3 { width:75%; }
.wpse-column-fit.wpse-col5 { width:20%; }
.wpse-column-fit.wpse-col5x2 { width:40%; }
.wpse-column-fit.wpse-col5x3 { width:60%; }
.wpse-column-fit.wpse-col5x4 { width:80%; }
.wpse-column-fit.wpse-col6 { width:16.66666%; }
.wpse-column-fit.wpse-col6x2 { width:33.3333%%; }
.wpse-column-fit.wpse-col6x3 { width:50%; }
.wpse-column-fit.wpse-col6x4 { width:66.666666%; }
.wpse-column-fit.wpse-col6x5 { width:83.333333%; }
.wpse-column-fit.wpse-col7 { width:14.2857%; }


/* SPACERS */
.wpse-spacer { width:100%; clear:both; padding:0; margin:0; height:30px; }


/* ENTRANCE ANIMATIONS */
.wpse-animation { opacity:0; visibility:hidden; -moz-transition:1s all cubic-bezier(0,.5,.5,1); -webkit-transition:1s all cubic-bezier(0,.5,.5,1); transition:1s all cubic-bezier(0,.5,.5,1); }
.wpse-animation-zoomin { -moz-transform:scale(0.5); -webkit-transform:scale(0.5); transform:scale(0.5); }
.wpse-animation-zoomout { -moz-transform:scale(1.5); -webkit-transform:scale(1.5); transform:scale(1.5); }
.wpse-animation-slideup { -moz-transform:translateY(20%); -webkit-transform:translateY(20%); transform:translateY(20%); }
.wpse-animation-slidedown { -moz-transform:translateY(-20%); -webkit-transform:translateY(-20%); transform:translateY(-20%); }
.wpse-animation-slideleft { -moz-transform:translateX(20%); -webkit-transform:translateX(20%); transform:translateX(20%); }
.wpse-animation-slideright { -moz-transform:translateX(-20%); -webkit-transform:translateX(-20%); transform:translateX(-20%); }
.wpse-animation-spinleft { -moz-transform:scale(1.5) rotate(15deg); -webkit-transform:scale(1.5) rotate(15deg); transform:scale(1.5) rotate(15deg); }
.wpse-animation-spinright { -moz-transform:scale(1.5) rotate(-15deg); -webkit-transform:scale(1.5) rotate(-15deg); transform:scale(1.5) rotate(-15deg); }
.wpse-animation-active { opacity:1; visibility:visible; -moz-transform:none; -webkit-transform:none; transform:none; }


/* BUTTONS */
body .wpse-button,
body .wpse-button:visited { display:inline-block; position:relative; width:auto; border:none; margin:5px 0; line-height:1; padding:15px; color:#fff; text-align:center; text-shadow:none; border-radius:2px; cursor:pointer; background:#ccc; border:0 solid rgba(0,0,0,0); border-style:solid; background:-moz-linear-gradient(top, #ccc 0%, #aaa 100%); background:-webkit-linear-gradient(top, #ccc 0%,#aaa 100%); background:linear-gradient(to bottom, #ccc 0%,#aaa 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#aaa',GradientType=0 ); }
body .wpse-button:link { color:#fff; text-decoration:none; }
html body .wpse-button:before { position:absolute; content:' '; top:0; bottom:0; left:0; right:0; background:#fff; opacity:0; -moz-transition:0.2s all; -webkit-transition:0.2s all; transition:0.2s all; z-index:99; }
html body .wpse-button:hover { }
html body .wpse-button:hover:before { opacity:0.2; }
body .wpse-button:hover { text-decoration:none; }
/* Button Contents */
body .wpse-button-content { position:relative; display:inline-block; text-align:center; }
body .wpse-button-text { font-weight:bold; }
body .wpse-button-description { display:block; text-transform:uppercase; text-align:left; font-size:0.7em; letter-spacing:1px; opacity:0.6; margin-top:5px; }
/* Button Sizes */
body .wpse-button-small { font-size:0.9em; padding:10px; margin:5px 0; }
body .wpse-button-medium { font-size:1.2em; padding:20px; margin:5px 0; }
body .wpse-button-large { font-size:1.8em; padding:30px; margin:10px 0; }
body .wpse-button-huge { font-size:2.3em; padding:40px; margin:15px 0; }
body .wpse-button-left { float:left; margin:0 30px 10px 0; }
body .wpse-button-right { float:right; margin:0 0 10px 30px; }
body .wpse-button-center { display:block; clear:both; float:none; margin:0 0 30px; }
/* Button Icons */
body .wpse-button-icon { display:block; position:absolute; top:50%; left:0; text-align:center; margin:-10px 0 0; width:20px; height:20px; line-height:20px; font-size:1.3em; }
body .wpse-button-small .wpse-button-icon { margin-top:-10px; }
body .wpse-button-medium .wpse-button-icon { margin-top:-15px; width:30px; height:30px; line-height:30px; }
body .wpse-button-large .wpse-button-icon { margin-top:-20px; width:40px; height:40px; line-height:40px; }
body .wpse-button-huge .wpse-button-icon { margin-top:-25px; width:50px; height:50px; line-height:50px; font-size:1.5em; }
body .wpse-button-has-icon  .wpse-button-content { padding-left:35px; }
body .wpse-button-small.wpse-button-has-icon .wpse-button-content { padding-left:30px; }
body .wpse-button-medium.wpse-button-has-icon  .wpse-button-content { padding-left:40px; }
body .wpse-button-large.wpse-button-has-icon .wpse-button-content { padding-left:60px; }
body .wpse-button-huge.wpse-button-has-icon .wpse-button-content { padding-left:75px; }


/* ICONS */
.wpse-icon { display:inline-block; position:relative; width:auto; border:none; margin:0; line-height:14px; width:14px; height:14px; padding:3px; text-align:center; text-shadow:none; border-radius:2px; border:0 solid rgba(0,0,0,0); border-style:solid; }
/* Icon Contents */
.wpse-icon-content { position:relative; display:inline-block; text-align:center; }
/* Icon Sizes */
.wpse-icon-small { font-size:10px; line-height:10px; width:10px; height:10px; padding:2px; border-radius:1px; }
.wpse-icon-medium { font-size:18px; line-height:18px; width:18px; height:18px; padding:5px; border-radius:3px; }
.wpse-icon-large { font-size:24px; line-height:24px; width:24px; height:24px; padding:10px; border-radius:5px; }
.wpse-icon-huge { font-size:34px; line-height:34px; width:34px; height:34px; padding:18px; border-radius:8px; }
/* Icon Positions */
.wpse-icon-left { float:left; margin:0 30px 10px 0; }
.wpse-icon-right { float:right; margin:0 0 10px 30px; }
.wpse-icon-center { display:block; clear:both; float:none; margin:0 0 30px; }
/* Icon Styles */
.wpse-icon-square { border-radius:0; }
.wpse-icon-circle { border-radius:1000px; }
.wpse-icon-leaf { border-radius:0.6em 0 0.6em 0; }


/* PROGRESS BARS */
.wpse-progress { display:block; overflow:hidden; background:rgba(0,0,0,0.1); margin:0 0 25px; height:30px; line-height:30px; padding:0; border-radius:3px; box-shadow:inset 0 1px 2px #999; }
.wpse-progress .bar-title { display:inline-block; color:#fff; padding:5px 10px; border-radius:3px; }
.wpse-progress .bar-content { float:left; border-radius:2px; text-align:left; height:30px; line-height:20px; width:0; }
.wpse-progress .bar-icon { margin-right:10px; }
/* Bar Size */
.wpse-progress-small { margin-top:4px; }
.wpse-progress-small, .wpse-progress-small .bar-content { height:10px; margin-top:0; line-height:10px; border-radius:50px; }
.wpse-progress-small .bar-title { display:none; }
.wpse-progress-medium, .wpse-progress-medium .bar-content { height:40px; line-height:40px; font-size:1.1em; }
.wpse-progress-medium .bar-title { line-height:25px; padding:0 15px; }
.wpse-progress-large, .wpse-progress-large .bar-content { height:60px; line-height:60px; font-size:1.3em; }
.wpse-progress-large .bar-title { line-height:35px; padding:0 20px; }
/* Bar Direction */
.wpse-progress-left .bar-content { float:right; text-align:right; }


/* MESSAGE BOXES */
.wpse-message { display:block; position:relative; background:#f9f9f9; margin:0 0 30px; padding:15px 20px; border:1px solid rgba(0,0,0,0.1); color:#666; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.wpse-message:before { display:block; position:absolute; top:50%; left:20px; content:''; font-family:'fontawesome'; font-size:20px; margin-top:-10px; line-height:1; }
.wpse-message-ok { background:#d9f5ce; color:#060; padding-left:60px; }
.wpse-message-ok:before { content:'\f058'; }
.wpse-message-error { background:#ffdec9; color:#761a1a; padding-left:60px; }
.wpse-message-error:before { content:'\f057'; }
.wpse-message-warn { background:#fff9d8; color:#960; padding-left:60px; }
.wpse-message-warn:before { content:'\f06a'; }
.wpse-message-info { background:#e1edf9; color:#3c3c7c; padding-left:60px; }
.wpse-message-info:before { content:'\f05a'; }


/* NOTICE BOXES */
.wpse-focus { display:block; position:relative; background:#f5f5f5; margin:0 0 30px; padding:30px; border-radius:3px; }
.wpse-focus-shadow { box-shadow:0 20px 15px -15px rgba(0,0,0,0.35); }
.wpse-dark .wpse-focus { background:#666; }
.wpse-focus > *:last-child { margin-bottom:0; }


/* CUSTOM LISTS */
.wpse-list { list-style:none; position:relative; margin:0 0 10px; padding-left:1.5em; }
.wpse-list .wpse-list-icon { position:absolute; left:0; top:0.3em; }
.wpse-list-round .wpse-list-icon { border-radius:50%; text-align:center; width:1.8em; height:1.8em; line-height:1.9em; color:#fff; }
.wpse-list-round { margin-bottom:15px; padding-top:6px; padding-left:2.5em; }
.wpse-list-square .wpse-list-icon { border-radius:2px; text-align:center; width:1.8em; height:1.8em; line-height:1.9em; color:#fff; }
.wpse-list-square { margin-bottom:15px; padding-top:6px; padding-left:2.5em; }


/* ACCORDIONS */
.wpse-accordion { clear:both; margin:0 0 30px; }
.wpse-accordion + .wpse-accordion { margin-top:-15px; }
.wpse-accordion-title { font-size:1.2em; padding:0 0 10px; margin:0; cursor:pointer; }
.wpse-accordion-title .icon { margin-right:10px; }
.wpse-accordion-content { padding:10px 0; }
.wpse-accordion-content p:last-child { margin-bottom:0; }
.wpse-accordion-title:after { display:block; float:right; opacity:0.2; color:#000; content:'\f105'; font-family:'fontawesome'; font-size:20px; line-height:1; }
.wpse-accordion-icon { margin-right:10px; }
.wpse-accordion-open .wpse-accordion-title:after { content:'\f107'; }
/* Accordion Styles */
.wpse-accordion-boxed { background:#fff; background:rgba(255,255,255,0.2); }
.wpse-accordion-boxed .wpse-accordion-title, 
.wpse-accordion-boxed .wpse-accordion-content { padding:10px; border:1px solid rgba(0,0,0,0.1); border-width:0 1px 1px; }
.wpse-accordion-boxed .wpse-accordion-title { background:rgba(255,255,255,0.3); border:1px solid rgba(0,0,0,0.1); border-width:1px; }
.wpse-dark .wpse-accordion-boxed { background:#666; background:rgba(0,0,0,0.5); border:1px solid #666; }


/* TABBED CONTENT */
.wpse-tablist { overflow:hidden; margin:0 0 30px; padding:0 0 5px; }
.wpse-tablist .wpse-tablist-nav { display:block; overflow:hidden; margin:0; padding:0; padding:0; }
.wpse-tablist .wpse-tablist-nav li { display:block; float:left; width:auto; padding:0; margin:0; list-style:none; }
.wpse-tablist .wpse-tablist-nav li a { display:block; background:#f2f2f2; padding:10px 20px; font-weight:bold; border:solid 1px #ddd; border-width:1px 1px 0 0; margin:0; color:#999; }
.wpse-tablist .wpse-tablist-nav li a:hover { text-decoration:none; }
.wpse-tablist .wpse-tablist-nav .ui-state-active a,
.wpse-tablist .wpse-tablist-nav .ui-state-active a:hover  { background:#fff; position:relative; color:#444; }
.wpse-tablist .wpse-tablist-nav li:first-child a { border-width:1px 1px 0 1px; }
.wpse-tablist .wpse-tab-content { overflow:hidden; background:#fff; background:rgba(255,255,255,0.5); padding:20px 20px; border:solid 1px #ddd; }
/* Vertical tabs */
.wpse-tablist-vertical .wpse-tablist-nav { float:left; width:25%; }
.wpse-tablist-vertical .wpse-tablist-nav li { float:none; width:auto; }
.wpse-tablist-vertical .wpse-tablist-nav li a { border-width:0 0 1px 1px; }
.wpse-tablist-vertical .wpse-tablist-nav li:first-child a { border-width:1px 0 1px 1px; }
.wpse-tablist-vertical .wpse-tab-content { margin-left:25%; }
.wpse-tablist .ui-tabs-hide { display:none; }


/* SEPARATORS */
.wpse-separator { position:relative; clear:both; width:100%; margin:50px 0 50px; }
.wpse-separator .wpse-separator-line { border-top:1px solid #ddd; border-top:1px solid rgba(0,0,0,0.1); }
.wpse-separator-has-icon .wpse-separator-line { position:relative; margin-bottom:3px; border:none; height:1px; }
.wpse-separator-has-icon .wpse-separator-line:before,
.wpse-separator-has-icon .wpse-separator-line:after { position:absolute; display:block; content:' '; top:0; width:46%; border-top:1px solid #ddd; border-top:1px solid rgba(0,0,0,0.1); }
.wpse-separator-has-icon .wpse-separator-line:before { left:0; }
.wpse-separator-has-icon .wpse-separator-line:after { right:0; }
.wpse-separator .wpse-separator-title { font-size:0.8em; }
.wpse-separator .wpse-separator-top { display:block; float:right; font-size:0.8em; text-align:right; }
.wpse-separator .wpse-separator-icon { position:absolute; top:-20px; left:50%; margin-left:-35px; text-align:center; height:40px; width:70px; line-height:40px; font-size:28px; }
.wpse-separator-dashed .wpse-separator-line:before,
.wpse-separator-dashed .wpse-separator-line:after { border-width:1px 0 0; border-style:dashed; }
.wpse-separator-dotted .wpse-separator-line:before,
.wpse-separator-dotted .wpse-separator-line:after { border-width:1px 0 0; border-style:dotted; }
.wpse-separator-thick .wpse-separator-line:before,
.wpse-separator-thick .wpse-separator-line:after { border-width:3px 0 0; }
.wpse-separator-narrow { width:60%; margin:50px 20%; }


/* DROPCAPS */
.wpse-dropcap { display:block; float:left; font-size:3em; padding:10px 12px; border-radius:3px; line-height:1; margin-right:10px; }
.wpse-dropcap-square { background:#777; color:#fff; }
.wpse-dropcap-round { background:#777; color:#fff; border-radius:500px; padding:10px 20px; }


/* DROPCAPS */
.wpse-leading { display:block; font-size:1.3em; margin:0 0 30px; opacity:0.8; }


/* TOOLTIPS */
.wpse-tooltip { display:inline-block; position:relative; margin:0 10px; }
.wpse-tooltip .wpse-tooltip-icon { font-size:1.4em; cursor:pointer; }
.wpse-tooltip .wpse-tooltip-content { display:block; visibility:hidden; opacity:0; position:absolute; bottom:100%; margin:0 0 20px -120px; padding:20px; font-size:0.9em; left:0; width:250px; background:#666; background:rgba(0,0,0,0.6); border-radius:3px; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all;}
.wpse-tooltip:hover .wpse-tooltip-content { visibility:visible; opacity:1; margin-bottom:0; }


/* FEATURES */
.wpse-feature { margin:0 0 30px; }
.wpse-feature .wpse-feature-image { display:block; margin:0 20px 10px 0; }
.wpse-feature .wpse-feature-image img { display:block; margin:0; padding:0; height:auto; }
.wpse-feature .wpse-feature-icon { display:block; font-family:'fontawesome'; background-size:100% auto; background-position:center; background-repeat:no-repeat; text-align:center; font-size:32px; line-height:40px; height:40px; width:40px; margin:0 20px 10px 0; border-radius:2px; border-style:solid; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box; }
.wpse-feature .wpse-feature-icon span { line-height:40px; }
.wpse-feature .wpse-feature-body { overflow:hidden; }
.wpse-feature .wpse-feature-title { clear:none; font-size:1.3em; line-height:1.2; margin:5px 0 10px; }
.wpse-feature .wpse-feature-title a { color:inherit; }
.wpse-feature .wpse-feature-content { clear:both; }
/* Feature Sizes */
.wpse-feature-small .wpse-feature-icon { font-size:24px; line-height:30px; height:30px; width:30px; }
.wpse-feature-small .wpse-feature-icon span { line-height:30px; }
.wpse-feature-medium .wpse-feature-icon { font-size:40px; line-height:50px; height:50px; width:50px; }
.wpse-feature-medium .wpse-feature-icon span { line-height:50px; }
.wpse-feature-large .wpse-feature-icon { font-size:60px; line-height:76px; height:76px; width:76px; }
.wpse-feature-large .wpse-feature-icon span { line-height:76px; }
.wpse-feature-huge .wpse-feature-icon { font-size:80px; line-height:100px; height:100px; width:100px; }
.wpse-feature-huge .wpse-feature-icon span { line-height:100px; }
/* Feature Layouts */
.wpse-feature-horizontal .wpse-feature-image,
.wpse-feature-horizontal .wpse-feature-icon { float:left; }
.wpse-feature-horizontal .wpse-feature-title { margin:0 0 10px; }
.wpse-feature-horizontal .wpse-feature-content { clear:none; margin:0; }
.wpse-feature-vertical { text-align:center; }
.wpse-feature-vertical .wpse-feature-image,
.wpse-feature-vertical .wpse-feature-icon { display:inline-block; max-width:100%; margin:0 0 20px; }
.wpse-feature-vertical .wpse-feature-title { margin:0 0 10px; }
.wpse-feature-vertical .wpse-feature-content { }
/* Features With Icon Backgrounds */
.wpse-feature-has-icon .wpse-feature-icon { padding:0.15em; }
.wpse-feature-has-icon .wpse-feature-icon * { font-size:0.9em; }


/* PRICING TABLE */
.wpse-pricing { list-style:none; display:block; background:#fff; margin:15px 0; padding:0; text-align:center; border:1px solid #ddd; border:1px solid rgba(0,0,0,0.1); box-shadow:0 5px 5px -5px rgba(0,0,0,0.2); }
.wpse-pricing-highlight { position:relative; margin:0; box-shadow:0 0 15px 0 rgba(0,0,0,0.1); border:1px solid #ddd; margin-left:-1px; }
.wpse-pricing .wpse-pricing-title { font-size:2em; padding:10px 10px 20px; background:#f5f5f5; background:rgba(0,0,0,0.04); }
.wpse-pricing .wpse-pricing-subtitle { font-size:0.4em; text-transform:uppercase; opacity:0.5; font-weight:bold; }
.wpse-pricing-highlight .wpse-pricing-title { padding-top:25px; }
.wpse-pricing .wpse-pricing-price { border:none; padding:30px 15px; margin:0; border:1px solid #eee; border-width:1px 0; line-height:1.1; }
.wpse-pricing .wpse-pricing-price-value { font-size:4em;  }
.wpse-pricing .wpse-pricing-before,
.wpse-pricing .wpse-pricing-after { font-size:2em; }
.wpse-pricing .wpse-pricing-description { display:block; text-align:center; opacity:0.7; }
.wpse-pricing .wpse-pricing-content { padding:20px; }
.wpse-pricing-highlight .wpse-pricing-content { padding-bottom:35px; }


/* PRICING TABLE */
.wpse-client-list { width:100%; overflow:hidden; margin:0 0 40px; padding:0; }
.wpse-client-list + .wpse-client-list { margin-top:-20px; }
.wpse-client-list .wpse-client-column { display:block; float:left; padding:0; width:25%; margin:0 0 2% 2%; }
.wpse-client-row { clear:both; width:100%; margin-left:0; }
.wpse-client-column:first-child { margin-left:0; }
.wpse-client-col1 .wpse-client-column { width:100%; margin-left:0; }
.wpse-client-col2 .wpse-client-column { width:49%; }
.wpse-client-col3 .wpse-client-column { width:32%; }
.wpse-client-col4 .wpse-client-column { width:23.5%; }
.wpse-client-col5 .wpse-client-column { width:18.4%; }
.wpse-client-col6 .wpse-client-column { width:15%; }
.wpse-client-col7 .wpse-client-column { width:12.571%; }
.wpse-client-list .wpse-client-separator { clear:both; width:100%; }
.wpse-client-item { padding:10px; text-align:center; border:1px solid #eee; border:1px solid rgba(0,0,0,0.07); }
.dark .wpse-client-item { border:1px solid #eee; border:1px solid rgba(255,255,255,0.2); }
.wpse-client-item img { display:block; width:100%; height:auto; }
.wpb_row .wpse-client-list:last-child { margin-bottom:0; }


/* SHARE BUTTONS */
.wpse-share { display:inline-block; position:relative; width:auto; border:none; margin:5px 0; line-height:1; padding:4px; color:#fff; text-align:center; text-shadow:none; border-radius:3px; cursor:pointer; background:#ccc; }
.wpse-share:link,
.wpse-share:visited { color:#fff; text-decoration:none; }
.wpse-share:before { position:absolute; content:' '; top:0; bottom:0; left:0; right:0; background:#fff; opacity:0; -moz-transition:0.2s all; -webkit-transition:0.2s all; transition:0.2s all; z-index:99; }
.wpse-share:hover { }
.wpse-share:hover:before { opacity:0.2; }
.wpse-share:hover { text-decoration:none; }
/* Button Contents */
.wpse-share-content { position:relative; display:inline-block; text-align:center; line-height:0; padding-left:35px; }
.wpse-share-icon { display:block; position:absolute; text-align:center; top:50%; left:0; margin:-15px 0 0 0; width:30px; height:30px; line-height:30px; font-family:'fontawesome'; font-size:1.3em; }
.wpse-share-text { font-weight:bold; display:inline-block; line-height:30px; padding:0 10px; background:rgba(255,255,255,0.3); border-radius:2px; }
.wpse-share-counter { display:inline-block; text-align:center; line-height:30px; color:#666; padding:0 10px; margin:0 0 0 5px; background:rgba(255,255,255,0.9); border-radius:2px; }
/* Button Sizes */
.wpse-share-small { font-size:0.9em; padding:4px; margin:5px 0; }
.wpse-share-medium { font-size:1.2em; padding:5px; margin:7px 0; }
.wpse-share-large { font-size:1.8em; padding:7px; margin:10px 0; }
.wpse-share-huge { font-size:2.3em; padding:10px; margin:15px 0; }
.wpse-share-left { float:left; margin:0 30px 10px 0; }
.wpse-share-right { float:right; margin:0 0 10px 30px; }
.wpse-share-center { display:block; clear:both; float:none; margin:0 0 20px; }
.wpse-share-center + .wpse-share-center { margin:-15px 0 0; }
/* Button Sizes */
body .wpse-share-icon:before { content:'\f064'; }
body .wpse-share-small .wpse-share-icon { }
body .wpse-share-medium .wpse-share-icon { width:30px; height:30px; line-height:30px; }
body .wpse-share-large .wpse-share-icon { width:40px; height:40px; line-height:40px; }
body .wpse-share-huge .wpse-share-icon { width:50px; height:50px; line-height:50px; font-size:1.5em; }
body .wpse-share-content { margin-left:0; }
body .wpse-share-small .wpse-share-content { padding-left:35px; }
body .wpse-share-medium  .wpse-share-content { }
body .wpse-share-large .wpse-share-content { }
body .wpse-share-huge .wpse-share-content { }
/* Button types */
.wpse-share-facebook { background:#3b579d; }
.wpse-share-facebook .wpse-share-icon:before { content:'\f09a'; }
.wpse-share-twitter { background:#00aced; }
.wpse-share-twitter .wpse-share-icon:before { content:'\f099'; }
.wpse-share-google-plus { background:#dd4b39; }
.wpse-share-google-plus .wpse-share-icon:before { content:'\f0d5'; }
.wpse-share-linkedin { background:#007bb6; }
.wpse-share-linkedin .wpse-share-icon:before { content:'\f0e1'; }
.wpse-share-pinterest { background:#cb2027; }
.wpse-share-pinterest .wpse-share-icon:before { content:'\f0d2'; }
.wpse-share-email { background:#bbbbbe; }
.wpse-share-email .wpse-share-icon:before { content:'\f0e0'; }


/* MODAL POPUPS */
.wpse-popup { position:fixed; visibility:hidden; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.7); -moz-transition:0.5s all; -webkit-transition:0.5s all; transition:0.5s all; opacity:0; z-index:999990; }
.wpse-popup.wpse-popup-active { visibility:visible; opacity:1;}
.wpse-popup-close { position:absolute; top:0; right:0; width:50px; height:50px; margin:30px; z-index:999991; cursor:pointer; }
.wpse-popup-close:before,
.wpse-popup-close:after { position:absolute; content:' '; top:50%; right:50%; margin-right:-30px; width:60px; height:1px; background:#fff; }
.wpse-popup-close:before { -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); transform:rotate(45deg); }
.wpse-popup-close:after { -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); transform:rotate(-45deg); }
.wpse-popup-wrap { position:absolute; background:#fff; width:800px; left:50%; top:50%; border-radius:3px; margin:0 0 0 -400px; }
.wpse-popup-content { padding:30px; overflow:auto; max-height:900px; }
/* Popup Styles */
.wpse-popup-wrap {  -moz-transform:scale(1.3); -webkit-transform:scale(1.3); transform:scale(1.3); -moz-transition:0.5s all; -webkit-transition:0.5s all; transition:0.5s all; }
.wpse-popup-active .wpse-popup-wrap { -moz-transform:scale(1); -webkit-transform:scale(1); transform:scale(1); }
.wpse-popup-door .wpse-popup-wrap {  -moz-transform:scale(1) rotateY(45deg) perspective(1000px); -webkit-transform:scale(1) rotateY(45deg) perspective(1000px); transform:scale(1) rotateY(45deg) perspective(1000px); -moz-transform-origin:left; -webkit-transform-origin:left; transform-origin:left; }
.wpse-popup-active.wpse-popup-door .wpse-popup-wrap { -moz-transform:scale(1) rotateY(0) perspective(1000px); -webkit-transform:scale(1) rotateY(0) perspective(1000px); transform:scale(1) rotateY(0) perspective(1000px); }


/* POST LIST */
.wpse-postlist { margin:0; }
.wpse-postlist-list {}
.wpse-postlist .wpse-post { overflow:hidden; margin:0 0 30px; }
.wpse-postlist .wpse-post-thumbnail { margin:0 0 10px; }
.wpse-postlist .wpse-post-thumbnail img { display:block; width:100%; height:auto; border-radius:2px; }
.wpse-postlist .wpse-post-title { margin:0 0 10px; }
.wpse-postlist .wpse-post-byline { overflow:hidden; font-size:0.85em; }
.wpse-postlist .wpse-post-byline div { float:left; margin:0 15px 10px 0; }
.wpse-postlist .wpse-post-readmore { display:inline-block; margin:20px 0 0; }
/* List Style */
.wpse-postlist-list .wpse-post { margin:0 0 20px; }
.wpse-postlist-list .wpse-post-thumbnail { display:table-cell; vertical-align:middle; width:70px; margin:0; }
.wpse-postlist-list .wpse-post-thumbnail img { display:block; height:auto; width:50px; margin-right:20px; }
.wpse-postlist-list .wpse-post-body { display:table-cell; vertical-align:middle; overflow:hidden; }
.wpse-postlist-list .wpse-post-title { font-size:1.2em; margin:0 0 5px; }
.wpse-postlist-list .wpse-post-byline div { margin-bottom:0; }
.wpse-postlist-list .wpse-post-content { display:none; }


/* PORTFOLIO */
.wpse-portfolio {  }
.wpse-portfolio-content { margin:0 -2.5%; width:105%; }
/* Columns */
.wpse-portfolio-column { float:left; width:33.33333%; padding:0 2.5% 5%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.wpse-portfolio-col1 .wpse-portfolio-column { width:100%; float:none; }
.wpse-portfolio-col2 .wpse-portfolio-column { width:50%; }
.wpse-portfolio-col4 .wpse-portfolio-column { width:25%; }
.wpse-portfolio-col5 .wpse-portfolio-column { width:20%; }
.wpse-portfolio-col6 .wpse-portfolio-column { width:16.66666%; }
.wpse-portfolio-narrow .wpse-portfolio-column { padding:0 1% 2%; }
.wpse-portfolio-narrow .wpse-portfolio-content { margin:0 -1% 25px; width:102%; }
.wpse-portfolio-thin .wpse-portfolio-column { padding:0 1px 2px; }
.wpse-portfolio-thin .wpse-portfolio-content { margin:0 0 40px; width:100%; }
/* Portfolio Items */
.wpse-portfolio-item { display:block; position:relative; text-align:center; list-style:none; padding:0; margin:0; -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; }
.wpse-portfolio-item .wpse-portfolio-image { display:block; position:relative; border-radius:2px; }
.wpse-portfolio-item .wpse-portfolio-image img { display:block; max-width:100%; margin:0 auto; width:100%; height:auto; line-height:0; border-radius:2px; }
.wpse-portfolio-item .wpse-portfolio-overlay { opacity:0; position:absolute; top:0; background:rgba(0,0,0,0.3); z-index:50; width:100%; top:0; bottom:0; -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; }
.wpse-portfolio-item .wpse-portfolio-icon { display:block; font-family:'fontawesome'; background:rgba(0,0,0,0.3); position:absolute; top:50%; left:50%; font-size:20px; line-height:60px; color:#fff; margin:-30px 0 0 -30px; width:60px; height:60px; z-index:999; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; opacity:0; border-radius:4px; -moz-transform:scale(1.2); -webkit-transform:scale(1.2); transform:scale(1.2); }
.wpse-portfolio-item .wpse-portfolio-body { position:absolute; left:0; right:0; bottom:0; color:#fff; z-index:51; text-align:center; padding:0 5% 8%; margin:0; font-size:1em; opacity:0; -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; }
.wpse-portfolio-item .wpse-portfolio-title { color:#fff; font-size:1.2em; margin:0; -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; }
.wpse-portfolio-item .wpse-portfolio-title a:link,
.wpse-portfolio-item .wpse-portfolio-title a:visited { color:#fff; }
.wpse-portfolio-item .wpse-portfolio-categories { margin:10px 0 0; }
.wpse-portfolio-item .wpse-portfolio-excerpt {}
.wpse-portfolio-item a:hover { text-decoration:none; }
.wpse-portfolio-item:hover .wpse-portfolio-overlay { opacity:1; }
.wpse-portfolio-item:hover .wpse-portfolio-body { opacity:1; }
.wpse-portfolio-item:hover .wpse-portfolio-icon { opacity:1; text-decoration:none; -moz-transform:none; -webkit-transform:none; transform:none; }



/* NUMBERED NAVIGATION */
.wpse-portfolio-nav { clear:both; text-align:center; margin:0 0 30px; }
.wpse-portfolio-nav ul {  display:inline-block; border:1px solid #ddd; }
.wpse-portfolio-nav li { list-style:none; display:inline-block; margin:0; padding:0; }
.wpse-portfolio-nav li a,
.wpse-portfolio-nav li span { display:block; padding:10px 15px; margin:0; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
.wpse-portfolio-nav li a:hover { background:rgba(0,0,0,0.1); text-decoration:none; }
.dark .wpse-portfolio-nav li a:hover { background:rgba(255,255,255,0.1); }


/* NUMBERED PAGINATION */
.wpse-pagination { clear:both; text-align:center; margin:0 0 30px; }
.wpse-pagination ul {  display:inline-block; border:1px solid #ddd; }
.wpse-pagination .page-numbers li { list-style:none; display:inline-block; margin:0; padding:0; }
.wpse-pagination .page-numbers li a,
.wpse-pagination .page-numbers li span { display:block; padding:10px 15px; margin:0; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
.wpse-pagination .page-numbers li a:hover { background:rgba(0,0,0,0.1); text-decoration:none; }
.dark .wpse-pagination .page-numbers li a:hover { background:rgba(255,255,255,0.1); }


/* BANNER IMAGE*/
.wpse-banner { position:relative; overflow:hidden; margin:0 0 30px; border-radius:3px; }
.wpse-banner .wpse-banner-link { display:block; color:#fff; }
.wpse-banner .wpse-banner-link:hover { text-decoration:none; }
.wpse-banner .wpse-banner-body { position:absolute; text-align:left; padding:0; left:0; top:0; width:100%; right:0; border-radius:3px; }
.wpse-banner .wpse-banner-wrap { display:block; padding:20px; }
.wpse-banner .wpse-banner-wrap > * { margin-bottom:0; }
.wpse-banner-body.wpse-dark { text-shadow:0 0 2px rgba(0,0,0,0.3); }
.wpse-banner .wpse-banner-title { font-size:1.2em; margin:0 0 5px; }
.wpse-banner img { display:block; width:100%; height:auto; }
/* Banner Styles */
.wpse-banner.wpse-banner-square { border-radius:0; }
.wpse-banner.wpse-banner-round { border-radius:25px; }
.wpse-banner.wpse-banner-circle { border-radius:1000px; }
.wpse-banner.wpse-banner-oval { border-radius:50%; }
/* Banner Position */
.wpse-banner-middle .wpse-banner-body { top:0; bottom:0; height:100%; display:table; }
.wpse-banner-middle .wpse-banner-wrap { vertical-align:middle; display:table-cell; }
.wpse-banner-bottom .wpse-banner-body { top:auto; bottom:0; }
.wpse-banner-center .wpse-banner-body { text-align:center; }
.wpse-banner-right .wpse-banner-body { text-align:right; }


/* DEFINITION LIST*/
.wpse-definition { margin-bottom:30px; overflow:hidden; }
.wpse-definition + .wpse-definition { margin-top:-15px; }
.wpse-definition-term { float:left; width:30%; font-weight:bold; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; padding-right:30px; }
.wpse-definition-description { margin:0 0 0 30%; }


/* INLINE SLIDESHOWS */
.wpse-slideshow { padding:0; margin:0 0 50px; position:relative; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
.wpse-slideshow .wpse-slideshow-slides { display:block; overflow:hidden; padding:0; margin:0; width:100%; }
.wpse-slideshow .wpse-slide { overflow:hidden; margin:0; padding:0; width:100%; }
.wpse-slideshow .wpse-slide *:last-child { margin-bottom:0; }
.wpse-slideshow .wpse-slide .wpse-caption { overflow:hidden; position:absolute; background:rgba(0,0,0,0.5); color:#fff; bottom:0; left:0; right:0; padding:10px; text-align:left; }
/* Paging and navigation */
.wpse-slideshow-prev, .wpse-slideshow-next, .wpse-slideshow-pages { -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; opacity:0; }
.wpse-slideshow-prev, .wpse-slideshow-next { position:absolute; width:30px; height:40px; background:#444; background:rgba(0,0,0,0.4); border-radius:2px; font-size:24px; line-height:40px; margin-top:-20px; top:50%; text-align:center; color:#fff; z-index:999; text-shadow:0 0 3px rgba(0,0,0,0.5); cursor:pointer; }
.wpse-slideshow-prev { left:5px;  }
.wpse-slideshow-prev:before { font-family:'fontawesome'; content:'\f104'; }
.wpse-slideshow-next { right:5px; }
.wpse-slideshow-next:before { font-family:'fontawesome'; content:'\f105'; }
.wpse-slideshow .wpse-slideshow-pages { position:absolute; width:100%; height:40px; bottom:0; text-align:center; opacity:0; z-index:1000; }
.wpse-slideshow .wpse-slideshow-pages a { display:inline-block; background:#000; background:rgba(0,0,0,0.5); overflow:hidden; color:transparent; margin:10px 5px 0; width:10px; height:10px; padding:10px 10px 0 0; border-radius:50px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.wpse-slideshow .wpse-slideshow-pages .activeSlide { background:#fff; }
.wpse-slideshow:hover .wpse-slideshow-prev, 
.wpse-slideshow:hover .wpse-slideshow-next, 
.wpse-slideshow:hover .wpse-slideshow-pages { opacity:0.8; }


/* INLINE SLIDESHOWS */
.wpse-slider { padding:0; margin:0 0 0px; position:relative; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
.wpse-slider .wpse-slider-slides { display:block; overflow:hidden; padding:0; margin:0; width:100%; }
.wpse-slider .wpse-slide { overflow:hidden; margin:0; padding:0; width:100%; }
.wpse-slider .wpse-slide *:last-child { margin-bottom:0; }
.wpse-slider .wpse-slide .wpse-caption { overflow:hidden; position:absolute; background:rgba(0,0,0,0.5); color:#fff; bottom:0; left:0; right:0; padding:10px; text-align:left; }
/* Paging and navigation */
.wpse-slider-prev, .wpse-slider-next, .wpse-slider-pages { -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; opacity:0; }
.wpse-slider-prev, .wpse-slider-next { position:absolute; width:60px; height:60px; background:#444; background:rgba(0,0,0,0.3); border-radius:100px; font-size:32px; line-height:60px; margin:-30px 20px 0; top:50%; text-align:center; color:#fff; z-index:999; cursor:pointer; }
.wpse-slider-prev { right:105%;  }
.wpse-slider-prev:before { font-family:'fontawesome'; content:'\f104'; }
.wpse-slider-next { left:105%; }
.wpse-slider-next:before { font-family:'fontawesome'; content:'\f105'; }
.wpse-slider .wpse-slider-pages { position:absolute; width:100%; height:40px; bottom:0; text-align:center; opacity:0; z-index:1000; }
.wpse-slider .wpse-slider-pages a { display:inline-block; background:#000; background:rgba(0,0,0,0.5); overflow:hidden; color:transparent; margin:10px 5px 0; width:10px; height:10px; padding:10px 10px 0 0; border-radius:50px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.wpse-slider .wpse-slider-pages .activeSlide { background:#fff; }
.wpse-slider:hover .wpse-slider-prev, 
.wpse-slider:hover .wpse-slider-next, 
.wpse-slider:hover .wpse-slider-pages { opacity:0.8; }


/* TESTIMONIALS */
.wpse-testimonial { margin:0 0 30px; }
.wpse-testimonial-content { position:relative; background:#fff; background:rgba(255,255,255,0.3); padding:30px; margin-bottom:15px; border:1px solid #ddd; border-radius:3px; }
.wpse-testimonial-content:after { display:block; position:absolute; font-family:'fontawesome'; content:'\f10e'; bottom:10px; right:10px; font-size:18px; line-height:1; opacity:0.2; }
.wpse-testimonial-content p { margin-bottom:5px; }
.wpse-testimonial-image { display:block; float:left; width:50px; height:auto; line-height:0; margin-right:20px; border-radius:5px; }
.wpse-testimonial-name { margin:0 0 5px; }
.wpse-testimonial-title { font-size:0.9em; letter-spacing:1px; text-transform:uppercase; margin:0 0 5px; opacity:0.8;}
.wpse-testimonial-meta { margin-left:70px; }
.wpse-testimonial-right .wpse-testimonial-image { float:right; margin:0 0 0 20px; }
.wpse-testimonial-right .wpse-testimonial-meta { margin:0 70px 0 0; text-align:right; }
.wpse-testimonial-noimage .wpse-testimonial-meta { margin-right:0; }


/* TEAM MEMBER SNIPPETS */
.wpse-team { margin:0 0 40px; }
.wpse-team-image { line-height:0; margin:0 0 20px; }
.wpse-team-image img { display:block; width:100%; height:auto; margin:0; padding:0; border-radius:3px; }
.wpse-team-body { }
.wpse-team-name { margin:0 0 5px; }
.wpse-team-title { display:block; font-size:0.9em; letter-spacing:1px; text-transform:uppercase; margin:0 0 10px; opacity:0.8; }
.wpse-team-content { }
.wpse-team-content p:last-child { margin-bottom:0; }
/* Social links */
.wpse-team-social { }
.wpse-team-social a,
.wpse-team-social a:link,
.wpse-team-social a:visited { display:inline-block; font-family:'fontawesome'; font-size:14px; text-align:center; line-height:32px; width:32px; height:32px; margin:10px 0 0 5px; color:#fff; border-radius:50px; }
.wpse-team-social a:first-child { margin:10px 0 0; }
.wpse-team-social a:hover { text-decoration:none; opacity:0.8; }
.wpse-team-web { background:#777; }
.wpse-team-facebook { background:#3b5998; }
.wpse-team-twitter { background:#00aced; }
.wpse-team-google-plus { background:#dd4b39; }
.wpse-team-linkedin { background:#007bb6; }
.wpse-team-pinterest { background:#cb2027; }
.wpse-team-tumblr { background:#32506d; }

.wpse-team-web:before { content:'\f0c1'; }
.wpse-team-facebook:before { content:'\f09a'; }
.wpse-team-twitter:before { content:'\f099'; }
.wpse-team-google-plus:before { content:'\f0d5'; }
.wpse-team-linkedin:before { content:'\f0e1'; }
.wpse-team-pinterest:before { content:'\f231'; }
.wpse-team-tumblr:before { content:'\f173'; }
/* Metadata */
.wpse-team-meta { }
.wpse-team-link { display:inline-block; position:relative; margin:15px 20px 0 0; padding-left:42px; }
.wpse-team-link:before { position:absolute; content:' '; text-align:center; font-size:14px; left:0; top:50%; margin:-16px 0 0; width:30px; height:30px; line-height:30px; font-family:'fontawesome'; background:rgba(255,255,255,0.5); color:#666; border:1px solid #aaa; border-radius:50px; }
.wpse-team-phone:before { content:'\f095'; }
.wpse-team-cellphone:before { content:'\f10b'; }
.wpse-team-fax:before { content:'\f1ac'; }
.wpse-team-email:before { content:'\f003'; }


/* MAPS */
.wpse-map { height:400px; margin:0 0 40px; }
.wpse-map html, #contactmap body { height:100%; }
.wpse-map label { width: auto; display:inline; }
.wpse-map img { max-width: none; }


/* COUNTERS */
.wpse-counter { margin:0 0 20px; font-size:3em; line-height:1.3; }
.wpse-counter-icon { display:block; float:left; width:0.85em; text-align:center; margin-right:10px; }
.wpse-counter-body { overflow:hidden; }
.wpse-counter-number { line-height:0.8; margin:0 0 5px; }
.wpse-counter-title { font-size:0.3em; margin-left:5px; }
/* Counter Sizes */
.wpse-counter-small { font-size:2em; }
.wpse-counter-medium { font-size:4em; }
.wpse-counter-large { font-size:5em; }


/* COLORS */
.wpse-primary-color { color:#f90; }
.wpse-primary-color-border { border-color:#f90; }
.wpse-primary-color-bg { background-color:#f90; }


/* DARK CONTENT */
body .wpse-dark { color:#eee; }
body .wpse-dark h1, 
body .wpse-dark h2, 
body .wpse-dark h3, 
body .wpse-dark h4, 
body .wpse-dark h5, 
body .wpse-dark h6, 
body .wpse-dark .heading,
body .wpse-dark a:link,
body .wpse-dark a:visited,
body .wpse-dark a:hover { color:#fff; }


/* GRADIENTS */
html body .wpse-gradient-red { border-color:#ce3160; background:#e08f74; background:-moz-linear-gradient(top, #e08f74 0%, #ce3160 100%); background:-webkit-linear-gradient(top, #e08f74 0%,#ce3160 100%); background:linear-gradient(to bottom, #e08f74 0%,#ce3160 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e08f74', endColorstr='#ce3160',GradientType=0 ); }
html body .wpse-gradient-blue { border-color:#5985c8; background:#82dbeb; background:-moz-linear-gradient(top, #82dbeb 0%, #5985c8 100%); background:-webkit-linear-gradient(top, #82dbeb 0%,#5985c8 100%); background:linear-gradient(to bottom, #82dbeb 0%,#5985c8 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#82dbeb', endColorstr='#5985c8',GradientType=0 ); }
html body .wpse-gradient-green { border-color:#469b4e; background:#66d582; background:-moz-linear-gradient(top, #66d582 0%, #469b4e 100%); background:-webkit-linear-gradient(top, #66d582 0%,#469b4e 100%); background:linear-gradient(to bottom, #66d582 0%,#469b4e 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66d582', endColorstr='#469b4e',GradientType=0 ); }
html body .wpse-gradient-teal { border-color:#449987; background:#5bbfb9; background:-moz-linear-gradient(top, #5bbfb9 0%, #449987 100%); background:-webkit-linear-gradient(top, #5bbfb9 0%,#449987 100%); background:linear-gradient(to bottom, #5bbfb9 0%,#449987 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bbfb9', endColorstr='#449987',GradientType=0 ); }
html body .wpse-gradient-purple { border-color:#9b4eae; background:#b68ae8; background:-moz-linear-gradient(top, #b68ae8 0%, #9b4eae 100%); background:-webkit-linear-gradient(top, #b68ae8 0%,#9b4eae 100%); background:linear-gradient(to bottom, #b68ae8 0%,#9b4eae 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b68ae8', endColorstr='#9b4eae',GradientType=0 ); }
html body .wpse-gradient-pink { border-color:#be589f; background:#e78be8; background:-moz-linear-gradient(top, #e78be8 0%, #be589f 100%); background:-webkit-linear-gradient(top, #e78be8 0%,#be589f 100%); background:linear-gradient(to bottom, #e78be8 0%,#be589f 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e78be8', endColorstr='#be589f',GradientType=0 ); }
html body .wpse-gradient-orange { border-color:#cf5e36; background:#dcb466; background:-moz-linear-gradient(top, #dcb466 0%, #cf5e36 100%); background:-webkit-linear-gradient(top, #dcb466 0%,#cf5e36 100%); background:linear-gradient(to bottom, #dcb466 0%,#cf5e36 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb466', endColorstr='#cf5e36',GradientType=0 ); }
html body .wpse-gradient-yellow { border-color:#c59a3c; background:#e6d43e; background:-moz-linear-gradient(top, #e6d43e 0%, #c59a3c 100%); background:-webkit-linear-gradient(top, #e6d43e 0%,#c59a3c 100%); background:linear-gradient(to bottom, #e6d43e 0%,#c59a3c 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d43e', endColorstr='#c59a3c',GradientType=0 ); }
html body .wpse-gradient-gray { border-color:#777; background:#aaa; background:-moz-linear-gradient(top, #aaa 0%, #777 100%); background:-webkit-linear-gradient(top, #aaa 0%,#777 100%); background:linear-gradient(to bottom, #aaa 0%,#777 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#777',GradientType=0 ); }
html body .wpse-gradient-black { border-color:#222; background:#555; background:-moz-linear-gradient(top, #555 0%, #222 100%); background:-webkit-linear-gradient(top, #555 0%,#222 100%); background:linear-gradient(to bottom, #555 0%,#222 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#555', endColorstr='#222',GradientType=0 ); }
html body .wpse-gradient-white { border-color:#bbb; background:#f5f5f5; background:-moz-linear-gradient(top, #f5f5f5 0%, #ddd 100%); background:-webkit-linear-gradient(top, #f5f5f5 0%,#ddd 100%); background:linear-gradient(to bottom, #f5f5f5 0%,#ddd 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ddd',GradientType=0 ); color:#333; text-shadow:0 1px 0 rgba(255, 255, 255, 0.5); }


/* RESPONSIVE STYLES */

/* Large Screens */
@media only screen and (max-width:1600px){
}


/* Normal Screens */
@media only screen and (max-width:1400px){
}

/* LARGE SCREENS */
@media screen and (min-width: 1280px){
	.wpse-section .wpse-section-container { width:1210px; }
}

/* Small Screens */
@media only screen and (max-width:1023px){
	/*.wpse-section .wpse-section-container { width:780px; }*/
	
	/* PORTFOLIOS */
	.wpse-portfolio-col5 .wpse-portfolio-column { width:33.33333%; }
	.wpse-portfolio-col6 .wpse-portfolio-column { width:33.33333%; }
	
}

/* Small Screens */
@media only screen and (max-width:800px){
	
	/* SECTIONS & COLUMNS */
	.wpse-section-container { padding:0 10px; }
	.wpse-columns > .wpse-col4 { width:47.5%; }
	.wpse-columns > .wpse-col4:nth-child(2n) { margin-right:0; }
	
	/* PORTFOLIOS */
	.wpse-portfolio-col2 .wpse-portfolio-column { width:50%; }
	.wpse-portfolio-col4 .wpse-portfolio-column { width:50%; }
	.wpse-portfolio-col5 .wpse-portfolio-column { width:50%; }
	.wpse-portfolio-col6 .wpse-portfolio-column { width:50%; }

	
	/* DEFINITION LIST*/
	.wpse-definition-term { float:none; width:auto; padding:0 0 5px; }
	.wpse-definition-description { margin:0; }
}


/* SMARTPHONE */
@media only screen and (max-width:600px){
	
	/* COLUMNS */
	.wpse-column { float:none; width:auto; margin:0; }
	
	/* TABBED CONTENT */
	.wpse-tablist .wpse-tablist-nav { float:none; width:auto; margin:0; padding:0 5px; }
	.wpse-tablist .wpse-tablist-nav li { float:none; width:auto; padding:0; margin:0; }
	.wpse-tablist .wpse-tablist-nav li a { width:auto; border:solid 1px #ddd; border-width:1px 1px 0 1px; margin:0; }
	.wpse-tablist .wpse-tablist-nav li:first-child a { border-width:1px 1px 0 1px; }
	.wpse-tablist .wpse-tab_content, .wpse-tablist-vertical .wpse-tab-content { margin:0; }

	/* NOTICE BOXES */
	.wpse-notice-box { padding:10px 10px 0; }
	
	/* PRICING TABLE */
	.wpse-pricing-table .wpse-pricing-column { width:auto; display:block; }
	
	/* PORTFOLIO */
	html .wpse-portfolio .wpse-portfolio-content { margin:0; width:auto; }
	.wpse-portfolio .wpse-portfolio-content .wpse-portfolio-column { float:none; width:auto; padding:0 0 20px; }
	
	
}