/*
Theme Name: Company
Theme URI: http://www.theme-junkie.com/
Author: Theme Junkie
Author URI: http://www.theme-junkie.com/
Description: WordPress Business Theme
Version: 10.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, flexible-width, translation-ready
Text Domain: junkie

*/
/*

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)

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

TABLE OF CONTENT:

0. Reset

1. Setup
-1.1 Defaults
-1.2 Hyperlinks

2. Site Structure & Appearance
-2.1 Navigation Menu
-2.2 Header
-2.3 Content
  -2.3.1 Slider
  -2.3.2 Features
  -2.3.3 Portfolio
  -2.3.4 Blog Posts
  -2.3.5 Testimonials
-2.5 Sidebar
-2.6 Footer

3. Posts
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination

4. Widgets
-4.1 Generic Widgets
-4.2 Specific Widgets

5. Comments

6. Page Templates
-6.1 Contact Form
-6.2 Archives & Sitemap
-6.3 Portfolio

7. MISC
-7.1 Buttons
-7.2 Overlay
-7.3 CSS3 Gradient

--------------------------------------------------------------------------------- */
/* =0. 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; }
.clear { clear: both; display: block; float: none; height: 0; line-height: 0; margin: 0; padding: 0; visibility: hidden; }
* html .clear { height: 1%; }
.clear:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clear { display: block; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { clear: both; }
/* =1. Setup
--------------------------------------------------------------------------------- */
/* 1.1 Defaults */
body { background: #f0f0f0; color: #676765; font-family: 'Georgia', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.75; }
h1,
h2,
h3,
h4,
h5,
h6 { font-family: Helvetica, Arial, sans-serif; font-weight: 600; margin: 0; color: #555555; }
h1 { font-size: 2.2em; }
h2 { font-size: 2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
p { margin: 0; line-height: 1.75; }
strong,
label,
.button { font-family: Arial, serif; font-weight: bold; }
hr { background-color: #e6e6e6; border: 0; height: 1px; margin-bottom: 20px; }
input[type="text"], 
textarea { background: #f7f7f7; border: 1px solid #e9e9e9; outline: none; margin: 0 0 10px 0; padding: 11px 15px 10px 15px; font: 14px/14px 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
input[type="text"]:focus, textarea:focus { background: #ffffff; border: 1px solid #bbbbbb; color: #232527; }
textarea { width: 100%; }
label { color: #aaa; font-size: 12px; font-weight: bold; }
.hide { display: none; }
img { vertical-align: bottom; max-width: 100%; }
.left { float: left; }
.right { float: right; }
/* 1.2 Hyperlinks */
a:link,
a:visited { text-decoration: none; -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; }
a:hover { text-decoration: none; }
h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited,
h6 a:link,
h6 a:visited { font-family: Helvetica, Arial, sans-serif; text-decoration: none; }
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover { text-decoration: none; }
/* =2. Site Structure & Containers
--------------------------------------------------------------------------------- */
#main { width: 960px; margin: 40px auto; }
.container { width: 960px; margin: 0 auto; padding: 0 10px; }
#content { background: #ffffff; border-radius: 3px; float: left; width: 570px; padding: 30px; }
.content-loop .post { border-bottom: 1px solid #e6e6e6; margin-bottom: 30px; padding-bottom: 30px; }
/* 2.1 Navigation Menu */
.nav { float: left; font-family: Helvetica, Arial, sans-serif; overflow: hidden; z-index: 999; }
.nav a { display: block; position: relative; text-decoration: none; z-index: 100; }
.nav li { float: left; width: auto; z-index: 999; }
.nav li a { border-top: 3px solid #ffffff; color: #555555; font-size: 13px; line-height: 87px; padding: 0 15px; }
.nav li a:hover,
.nav li.first a,
.nav .current_page_item a { border-top: 3px solid; }
.nav .sf-with-ul { padding-right: 18px; }
.nav li ul { background: #ffffff; border: 1px solid #dddddd; border-radius: 5px; float: left; left: -999em; position: absolute; width: 180px; margin-top: -10px; padding: 5px 0; z-index: 999; }
.nav li ul li a, .nav li ul li a:visited,
.nav li.current_page_item li a { border-top: none !important; border-bottom: 1px dotted #dddddd; border-radius: 0; color: #999999; font-weight: normal; line-height: 1; margin: 0 15px; padding: 10px 0; width: 150px; }
.nav li ul li a:hover { border-top: none; }
.nav li ul li:first-child a {  }
.nav li ul li:last-child a { border-bottom: none; }
.nav li ul li a.sf-with-ul { padding-right: 12px; }
.nav li ul ul { margin: -39px 0 0 164px !important; padding: 0 !important; }
.nav li:hover, .nav li.hover { position: static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left: -999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul { left: auto; }
.nav .sf-sub-indicator { background: url(/wp-content/themes/company/images/ico-arrow-down.png) no-repeat; display: block; overflow: hidden; position: absolute; width: 9px; height: 9px; text-indent: -999em; top: 43px; right: 4px; }
.nav li ul .sf-sub-indicator { display: none; }
/* 2.2 Header */
#header { background: #ffffff; height: 70px; padding-bottom: 20px; }
#logo { float: left; margin: 12px 100px 0 0; }
#text-logo { float: left; margin: 34px 100px 0 0; }
#text-logo #site-title { font-size: 24px; line-height: 1;}
#header-search { background: #162a33; display: none; width: 100%; height: 90px; }
.search-form input[type="text"],
.search-form input[type="text"]:focus { background: transparent url('/wp-content/themes/company/images/ico-search.png') no-repeat 0 16px; border: none; box-shadow: none; border-radius: 0; color: #ffffff !important; font-size: 32px; width: 100%; height: 60px; line-height: 60px; margin: 15px 0; padding: 0 0 0 40px; }
.header-icons { float: right; margin: 34px 0 0 40px; }
.header-icons a:hover {  }
/* 2.3 Content */
/* 2.3.1 Slider */
#home-slider { width: 100%; }
.home.page-title-disable-on { margin-bottom: 50px }
.home .home.page-title-disable-on { margin-bottom: 0 }
.home .ls-container .ls-nav-prev, .home .ls-container .ls-nav-next { display: block; text-decoration: none; color: #fff; position: absolute; width: 55px; text-align: center; height: 80px; top: 50%; margin: -40px 0 0; background-color: #000; color: #fff; visibility: hidden; opacity: 0.5; z-index: 99; }
.home .ls-container .ls-nav-prev, .home .ls-container .ls-nav-prev:hover { left: 0; border-radius: 0 3px 3px 0; background-image: url("/wp-content/themes/company/images/arrow-left.png"); background-repeat: no-repeat; background-position: center center; }
.home .ls-container .ls-nav-next, .home .ls-container .ls-nav-next:hover { right: 0; border-radius: 3px 0 0 3px; background-image: url("/wp-content/themes/company/images/arrow-right.png"); background-repeat: no-repeat; background-position: center center; }
.home .ls-container .ls-nav-prev:hover, .home .ls-container .ls-nav-next:hover { opacity: 0.8 }
.home .ls-fullwidthdark .ls-bottom-slidebuttons, .home .ls-fullwidthdark .ls-nav-start, .home .ls-fullwidthdark .ls-nav-stop, .home .ls-fullwidthdark .ls-nav-sides { top: -45px }
/* FlexSlider */
.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 { display: block; width: 100%; height: auto; margin: 0 auto; }
.slides:after { content: "\0020"; 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; }
.flexslider { position: relative; margin-bottom: 20px; }
.flexslider {  }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
/* Direction Nav */
.flex-direction-nav { *height: 0; display: block; text-indent: -9999px; }
.flex-direction-nav a { border-radius: 50%; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { background: #333333 url('/wp-content/themes/company/images/ico-nav.png') no-repeat center 13px; left: -50px; text-indent: -9999px; }
.flex-direction-nav .flex-next { background: #333333 url('/wp-content/themes/company/images/ico-nav.png') no-repeat center -19px; right: -50px; text-indent: -9999px; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter: alpha(opacity=0); cursor: default; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 20px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 20px; }
.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover { opacity: 1; }
/* Control Nav */
.flex-control-nav { position: absolute; top: -29px; right: 0; }
.flex-control-nav li { margin: 0 2px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { width: 5px; height: 5px; display: block; background: #ffffff; border: 1px solid #cccccc; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #e6e6e6; }
.flex-control-paging li a.flex-active { background: #e6e6e6; cursor: default; }
.section-heading { border-bottom: 1px solid #eeeeee; margin-bottom: 25px; padding-bottom: 15px; }
.section-title { color: #ffffff; font-size: 13px; font-weight: 700; margin-bottom: 20px; text-transform: uppercase; }
.section-desc { float: left; width: 225px; }
.section-content { float: right; width: 715px; }
/* 2.3.2 Features */
#home-features { background: #ebebeb; padding: 40px 0; }
#home-features .feature-block { float: left; width: 225px; margin: 0 20px 0 0; text-align: center; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); }
#home-features .feature-block a { background: #ffffff; border-radius: 3px; display: block; padding: 25px 15px 20px; position: relative; }
#home-features .feature-block .entry-thumb { margin-bottom: 10px; }
#home-features .feature-block .entry-title { font-size: 14px; margin-bottom: 10px; }
#home-features .feature-block p { color: #828282; margin-bottom: 15px; }
#home-features .last-feature { margin-right: 0 !important; }
#home-features .all { height: 32px; font: 11px/33px Arial, Helvetica, sans-serif; font-weight: 500; }
#home-features .all span { border-bottom: 1px solid #e9e9e9; font-size: 11px; padding-bottom: 5px; text-transform: uppercase; }
#home-features .feature-block a:hover .all span { height: 32px; border: none; text-align: center; -webkit-border-radius: 2px; border-radius: 2px; position: relative; padding: 0 10px; display: inline-block; color: #fff; }
.section-desc .more-button { margin-top: 30px; }
.section-desc .more-button a:link,
.section-desc .more-button a:visited { border-radius: 3px; color: #ffffff; font-family: Arial, serif; font-size: 11px; font-weight: bold; height: 32px; letter-spacing: 1px; padding: 12px 15px; line-height: 33px; text-transform: uppercase; }
#home-work .section-desc .more-button a:link,
#home-work .section-desc .more-button a:visited { background: #ffffff; }
/* 2.3.3 Portfolio */
/* Home - Portfolio Carousel */
#home-work { color: #ffffff; padding: 40px 0 20px; }
#home-work .portfolio-item { background: #ffffff; border-radius: 3px; float: left; margin: 0 20px 20px 0; padding-bottom: 20px; position: relative; width: 225px; text-align: center; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); }
#home-work .portfolio-item .entry-title { font-size: 14px; margin-bottom: 0px; }
#home-work .portfolio-item .entry-thumb { border-top-left-radius: 3px; border-top-right-radius: 3px; width: 100% !important; height: auto; margin-bottom: 20px; }
#home-work .portfolio-item .entry-desc { color: #9da0a4; }
.item-last { margin-right: 0 !important; }
#related-work { border-top: 1px solid #e9e9e9; margin-top: 30px; padding-top: 30px; padding-bottom: 30px; }
#related-work .section-title { color: #333333; }
#related-work .portfolio-item { border-bottom: 1px solid #eeeeee; float: left; width: 202px; margin-right: 30px; padding-bottom: 15px; text-align: center; }
#related-work .portfolio-item:hover { border-bottom-color: #cccccc; }
#related-work .portfolio-item .entry-thumb { width: 100%; height: auto; margin-bottom: 15px; }
#related-work .portfolio-item .entry-title { font-size: 14px; margin: 0; }
#related-work .portfolio-item .entry-desc { color: #999999; }
/* Portfolio Nav */
#sort-by { float: left; margin: 0; padding: 0; z-index: 40; }
#sort-by li { cursor: pointer; display: block; float: right; position: relative; }
#sort-by li ul { display: none; }
#sort-by li a,
#sort-by li a:visited { border-right: 1px solid #dddddd; color: #828282; font-family: Arial, serif; display: inline; font-size: 11px; padding: 0 10px; position: relative; z-index: 30; text-transform: uppercase; }
#sort-by .all { padding-left: 0; }
#portfolio .portfolio-header { display: block; margin-bottom: 40px; }
#portfolio { background: #ffffff; border-radius: 3px; position: relative; width: 900px; padding: 30px; }
#portfolio ul.ourHolder { display: inline; float: left; width: 960px; overflow: hidden; }
#portfolio .portfolio-item-2-col { width: 435px; height: 370px; }
#portfolio .portfolio-item-3-col { width: 280px; height: 260px; }
#portfolio .portfolio-item-4-col { width: 202px; height: 210px; }
#portfolio .portfolio-item { background: #ffffff; border-bottom: 1px solid #eeeeee; display: block; float: left; margin: 0 30px 30px 0; position: relative; text-align: center; }
#portfolio .portfolio-item:hover { border-bottom-color: #cfcfcf; }
#portfolio .portfolio-item .entry-title { margin: 14px 0 0 0 !important; }
#portfolio .portfolio-item .entry-title a,
#portfolio .portfolio-item .entry-title a:visited { font-size: 14px; text-decoration: none; }
#portfolio .portfolio-item .entry-desc { color: #9da0a4; }
#portfolio .portfolio-item .entry-thumb { width: 100%; height: auto; }
/* Portfolio Single */
.single-portfolio .entry-header { margin-bottom: 30px; text-align: center; }
.single-portfolio .entry-header .entry-desc { color: #9da0a4; }
.single-portfolio .entry-content { float: right; width: 700px; }
.single-portfolio .entry-meta { border-right: 1px dotted #dddddd; float: left; width: 160px; margin: 0; padding: 0; }
.single-portfolio .entry-meta p { margin: 0 0 15px 0; }
.single-portfolio .entry-meta span { color: #9da0a4; display: block; margin-bottom: 10px; }
.single-portfolio .entry-meta span.link { background: url(/wp-content/themes/company/images/ico-external-link.png) no-repeat 0 7px; margin-top: 30px; padding-left: 16px; }
.single-portfolio .entry-meta span.link a,
.single-portfolio .entry-meta span.link a:visited { border-bottom: 1px dashed #dddddd; color: #9da0a4; }
.single-portfolio .entry-meta span.link a:hover { border-bottom-color: #9da0a4; }
.single-portfolio .entry-meta strong { color: #555555; display: block; font-family: Arial, serif; }
.video-portfolio { margin-bottom: 20px; }
.video-portfolio embed,
.video-portfolio object,
.video-portfolio iframe { width: 900px; height: 510px; }
/* 2.3.4 Recent Posts */
#home-posts { background: #ffffff; padding: 40px 0 20px; }
#home-posts .section-title { color: #555555; }
#home-posts .hentry { float: left; margin: 0 20px 20px 0; width: 225px; position: relative; }
#home-posts .hentry .entry-title { font-size: 14px; }
.hentry .entry-meta { color: #9da0a4; margin-bottom: 10px; }
.hentry .entry-meta a,
.hentry .entry-meta a:visited { border-bottom: 1px dashed #dddddd; color: #9da0a4; text-decoration: none; }
.hentry .entry-meta a:hover { border-bottom-color: #9da0a4; color: #666666; }
.single .hentry .entry-tags { display: block; margin-bottom: 20px; }
.single .hentry .entry-content { margin-bottom: 20px; }
.single .read-more a { float: left; display: inline-block; margin-left: 2px; }
.entry-excerpt { color: #828282; }
.hentry .entry-thumb { border-radius: 3px; height: auto; margin-bottom: 20px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); }
.post-thumb { position: relative; }
.published { background: #333333; border-radius: 3px; font-family: Arial, serif; position: absolute; color: #ffffff; font-size: 11px; top: 124px; right: 8px; height: 18px; line-height: 19px; opacity: 0.2; -moz-opacity: 0.2; filter: alpha(opacity=20); padding: 0 5px; text-align: center; }
.error404 #content,
.search-no-results #content,
.page #content,
.single #content { background: #ffffff; }
.page #content .feature-block { border-bottom: 1px solid #eeeeee; margin-bottom: 30px; padding-bottom: 30px; }
.page #content .feature-block .entry-thumb { float: left; margin: 0 20px 0 0; }
.page #content .feature-block .entry-title { font-size: 16px; margin: 0; }
.page #content .feature-block p { display: table; }
.content-loop { background: transparent !important; width: 660px !important; padding: 0 !important; }
.content-loop .hentry { background: #ffffff; border-radius: 3px; float: left; width: 260px; margin: 0 30px 30px 0; padding: 20px; }
.content-loop .hentry .entry-title { font-size: 18px; }
.content-loop .entry-excerpt { margin-bottom: 20px; }
.first-post .hentry { width: 590px; }
.first-post .entry-thumb { width: 100%; height: auto; }
.first-post .entry-title { font-size: 26px !important; }
.entry-bottom i { line-height: 32px; margin-top: 10px !important; }
.entry-social a:link,
.entry-social a:visited { background: #cccccc; color: #ffffff; display: block; font-size: 16px; float: left; width: 32px; height: 32px; margin-right: 2px; text-align: center; }
.entry-social a:hover { background: #999999; }
.read-more { float: right; }
.read-more a:link,
.read-more a:visited { display: block; color: #ffffff; width: 32px; height: 32px; text-align: center; }
/* 2.3.5 Testimonials */
#home-testimonials { background: #f0f0f0; position: relative; padding: 40px 0; }
#home-testimonials .container { display: block; height: 300px; position: relative; overflow: hidden; }
.block-heading { font-family: Arial, serif; font-size: 18px; margin-bottom: 30px; text-align: center; }
.block-heading strong { border-bottom: 1px dotted #999999; font-size: 22px; font-weight: bold; }
#home-testimonials .testimonial { border: 0; display: none; width: 300px; margin: 0 auto; position: absolute; top: 30px; right: 0; z-index: 5; opacity: 0; padding: 0 30px 0 0; -moz-opacity: 0; filter: alpha(opacity=0); -webkit-transition: opacity .15s linear; -moz-transition: opacity .15s linear; -ms-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; }
#home-testimonials .testimonial.active { display: block; opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
#home-testimonials .testimonial p { color: #ffffff; font-size: 18px; font-style: italic; line-height: 30px; }
#home-testimonials .testimonial span { line-height: 1; color: #676765; }
#home-testimonials .testimonial a:link,
#home-testimonials .testimonial a:visited { border-bottom: 1px dotted #dddddd; color: #999999; }
#home-testimonials .testimonial a:hover { color: #676765; }
#home-testimonials .testimonial-author { display: block; font-family: Arial, serif; position: absolute; width: 300px; top: 226px; right: 420px; text-align: right; }
.author-name {  }
.site-url { color: #999999 !important; }
.author-avatar { width: 100%; }
#home-testimonials .testimonial-nav-wrapper { background: #ffffff url('/wp-content/themes/company/images/ico-t-arrow.png') no-repeat right 249px; border-bottom: 1px dotted #dddddd; position: absolute; left: 0; height: 300px; overflow: hidden; width: 600px; }
#home-testimonials .testimonial-nav { margin: 0; position: relative; right: 0; overflow: hidden; }
#home-testimonials .testimonial-nav li { float: left; display: inline-block; }
#home-testimonials .testimonial-nav a { display: block; background: none; padding: 0; opacity: 0.5; -moz-opacity: 0.5; filter: alpha(opacity=50); border: 0; width: 120px; height: 120px; position: relative; }
#home-testimonials .testimonial-nav a img { display: block; }
#home-testimonials .testimonial-nav a span { display: block; position: absolute; top: 0; left: 0; width: 48px; height: 48px; background: #ff4629; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
#home-testimonials .testimonial-nav li a:hover span,
#home-testimonials .testimonial-nav li a.active span { opacity: 0.4; -moz-opacity: 0.4; filter: alpha(opacity=40); }
#home-testimonials .testimonial-nav li a:hover,
#home-testimonials .testimonial-nav li a.active { opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
/* 2.4 Sidebar */
#sidebar { float: right; width: 300px; }
#sidebar .widget { background: #ffffff; border-radius: 3px; font-size: 13px; margin-bottom: 30px; padding: 25px; }
#sidebar .widget p { margin-bottom: 10px; }
#sidebar .widget a:link,
#sidebar .widget a:visited { border-bottom: 1px dotted #cccccc; color: #555555; }
#sidebar .widget li { background: url(/wp-content/themes/company/images/arrow-right-grey.png) no-repeat 0 12px; padding: 5px 0 5px 11px; }
#sidebar .widget-title { border-bottom: 1px solid #eeeeee; font-size: 14px; margin-bottom: 10px; padding-bottom: 10px; }
/* 2.5 Footer */
#footer { background: #162a33; margin-bottom: 20px; }
#footer a,
#footer a:visited { color: #9da0a4; }
#footer a:hover { color: #eeeeee; }
#footer-columns { padding: 40px 0 20px; }
#footer-columns .footer-column-1,
#footer-columns .footer-column-2,
#footer-columns .footer-column-3,
#footer-columns .footer-column-4 { float: left; width: 225px; padding-right: 20px; }
#footer-columns .footer-column-4 { padding-right: 0 !important }
#footer-columns .widget { color: #9da0a4; font-size: 13px; margin-bottom: 30px; }
#footer-columns .widget li { margin-bottom: 5px; }
#footer-columns .widget li a {  }
#footer-columns .widget-title { color: #eeeeee; font-size: 14px; margin-bottom: 15px; }
#footer-columns .tagcloud a:link,
#footer-columns .tagcloud a:visited { border-bottom: 1px dotted #9da0a4; color: #9da0a4; display: inline-block; display: block; float: left; font-size: 13px !important; margin: 0 10px 5px 0; }
#footer-columns .tagcloud a:hover { border-bottom-color: #ffffff; color: #ffffff; }
#copyright { color: #9da0a4; font-family: Arial, serif; font-size: 11px; padding: 30px 0; }
#copyright img { float: left; margin-right: 50px; }
#copyright .left img { margin-top: -3px; }
#copyright .left a { border-radius: 2px; color: #9da0a4; display: inline-block; float: left; font-size: 12px; padding: 4px 5px; }
#copyright .left a:hover { background: #ffffff; color: #162a33; }
/* =3. Posts
--------------------------------------------------------------------------------- */
.one-col { background: #ffffff; width: 900px !important; padding: 30px; }
.entry-title { line-height: 1.4; margin-bottom: 10px; }
.entry-title a:link,
.entry-title a:visited { color: #555555; }
.page-header { width: 100%; height: 80px; line-height: 80px; }
.page-title { color: #ffffff; font-size: 24px; }
.page .hentry,
.archive .hentry,
.search .hentry,
.single .hentry { border-bottom: 1px solid #eeeeee; margin-bottom: 30px; padding-bottom: 20px; }
.page .page { border-bottom: none !important; }
/* 3.1 Typographic Elements */
.entry-content a:hover { border-bottom: 1px solid #dddddd; }
.entry-content img { max-width: 600px; }
.entry-content blockquote { border-left: 10px solid #f5f5f5; margin: 20px; padding: 0 30px 0 20px; overflow: hidden; }
.entry-content blockquote p,
.entry-content blockquote blockquote a,
.entry-content blockquote blockquote { color: #666666; font-size: 1em; font-style: italic; }
.entry-content strong { font-weight: bold }
.entry-content strong em,
.entry-content em strong { font-style: italic; font-weight: bold; }
.entry-content li ul { margin: 0; padding: 0; }
.entry-content input,
.entry-content textarea { font-size: 1em; padding: 3px; }
.entry-content dfn { font-weight: bold }
.entry-content del { color: #aaa; text-decoration: line-through; }
.entry-content pre,
.entry-content code,
.entry-content tt { background: #f5f5f5; color: #666666; font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 20px; overflow: auto; padding: 1em; }
.entry-content pre,
.entry-content code,
.entry-content tt { display: block; margin: 1.5em 0; white-space: pre; }
.entry-content ins { font-weight: bold; text-decoration: underline; }
.entry-content em { font-style: italic; font-weight: normal; }
.entry-content ul { list-style: none; padding-bottom: 10px; }
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul { margin-bottom: 0; }
.entry-content ul li { background: url(/wp-content/themes/company/images/arrow-right-grey.png) no-repeat 0 14px; padding: 5px 0 5px 11px; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 { margin: 5px 0 10px 0; }
.entry-content hr { background: #E6E6E6; border: none; clear: both; color: #E6E6E6; height: 1px; margin: 15px 0; width: 100%; }
.entry-content ol { list-style-type: decimal; margin: 0 0 10px 25px; }
.entry-content ol ol { list-style: upper-alpha; }
.entry-content ol ol ol { list-style: lower-roman; }
.entry-content ol ol ol ol { list-style: lower-alpha; }
.entry-content ol li { font-size: 12px; margin: 5px 0; }
.entry-content p { margin: 0 0 10px 0; }
/* 3.2 Images */
img.centered { display: block; margin-bottom: 15px; margin-left: auto; margin-right: auto; padding: 0; }
img.alignnone { display: inline; margin: 0 0 15px 0; padding: 0; }
img.alignright { display: inline; margin: 0 0 15px 15px; padding: 0; }
img.alignleft { display: inline; margin: 0 15px 15px 0; padding: 0; }
.aligncenter { display: block; margin-bottom: 15px; margin-left: auto; margin-right: auto; }
.alignright { float: right; margin: 0 0 15px 15px; }
.alignleft { float: left; margin: 0 15px 15px 0; }
.wp-caption { background: #F7F7F7; border: 1px solid #E6E6E6; padding: 4px 0 5px 0; text-align: center; }
.wp-caption p.wp-caption-text { font-size: 11px; font-weight: normal; line-height: 12px; margin: 0; padding: 0; }
.wp-caption img { border: 0; margin: 0 0 5px 0; padding: 0; }
/* 3.3 Pagination */
.junkie-pagination { margin: 60px 0; text-align: center; }
.junkie-pagination .page-numbers,
.junkie-pagination a,
.junkie-pagination a:visited { background: #ffffff; border-radius: 3px; color: #9da0a4; font-family: Arial, serif; font-size: 13px; margin: 0 2px; padding: 6px 10px; }
.junkie-pagination .current,
.junkie-pagination a:hover { border-color: #dddddd; }
/* =4. Widgets
--------------------------------------------------------------------------------- */
.widget p { margin-bottom: 10px; }
/* CALENDAR */
#wp-calendar { width: 95%; margin-bottom: 15px; clear: both; padding: 0; }
#wp-calendar caption { padding: 10px; }
#wp-calendar th,
#wp-calendar td { text-align: center; background: #e6e6e6; padding: 3px 0; }
#wp-calendar td { background: transparent; color: #727272; }
.widget_search .search-form input { float: left; width: 70%; }
.widget_search .search-form button { float: right; width: 27%; }
/* =5. Comments
--------------------------------------------------------------------------------- */
#comments { clear: both; position: relative; }
#comments .commentlist { padding: 20px 0; }
#comments .children { list-style-type: none; margin-left: 16px; }
#comments ul.children li { background: url(/wp-content/themes/company/images/ico-mobile-nav.png) no-repeat 0 6px; padding-left: 35px; }
.pings-wrapper { position: relative; }
.pinglist { list-style-type: none; margin: 0; padding: 30px 0; }
.pinglist li { border-bottom: 1px solid #e9eaea; padding: 10px; }
.pinglist li a { border: 0; color: #4d4e52; display: block; font-weight: normal; }
.pinglist li a:hover { background: none !important; color: #202222; }
#reply-title,
.comments-title,
.pings-title { font-size: 22px; font-weight: 200; margin: 0 0 20px 0; }
.commentlist #commentform { margin-bottom: 60px; }
.comment .avatar { border-radius: 100px; float: left; margin: 0 15px 0 0; }
.comment-meta { color: #9da0a4; font-size: 13px; margin-bottom: 15px; }
.comment-meta a:link,
.comment-meta a:visited { border: 0; color: #9da0a4; font-weight: normal !important; text-decoration: none !important; }
.comment-meta a:hover { border-bottom: 1px dashed #dddddd; color: #555555; }
.moderation { color: #9da0a4; padding-left: 51px; }
.comment-body { border-bottom: 1px solid #eeeeee; margin-bottom: 20px; padding: 0 0 20px 51px; }
.comment-body ul { list-style-type: disc; }
.comment-body ol { list-style-type: decimal; }
.comment-author cite { color: #202222; font-family: Arial, serif; font-style: normal; font-weight: bold; }
.comment-author .says { display: none; }
.nocomments { padding: 20px; text-align: center; }
#commentform .comment-form-comment { margin-bottom: 10px; }
#commentform .form-submit input { border: 1px solid #E6E6E6; border-bottom-color: #DDDDDD; box-shadow: none; cursor: pointer; float: none; font-weight: 700; margin: 0; width: auto; }
#commentform .required { color: red; }
#commentform textarea { width: 99%; margin: 0 0 5px 0; }
#commentform input { float: left; margin-right: 15px; width: 40%; }
#commentform p { clear: both; line-height: 40px; margin-bottom: 15px; }
/* =6. Page Templates
--------------------------------------------------------------------------------- */
/* 6.1 Contact Form */
#contact-form { display: block; width: 100%; }
#contact-form input[type="text"] { padding: 11px 15px 10px 15px; width: 50%; }
#contact-form textarea { padding: 11px 15px 10px 15px; width: 95%; }
#contact-form #submit { margin: 15px 0 0 0; width: 120px; }
.contact-form label { display: block; line-height: 30px; }
.page .thanks { color: #0A9600; }
.page .error { color: red; }
/* 6.2 Archives & Sitemap */
/* =7. MISC
--------------------------------------------------------------------------------- */
/* Button */
button, .btn, 
.form-submit input,
.contact-form #submit,
#commentform .form-submit #submit { border: none; display: inline-block; outline: 0; margin: 0; padding: 13px 16px; color: #ffffff; font: 14px/14px Arial, sans-serif; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); }
.entry-thumb,
#home-features .feature-block a:hover .all span { -webkit-transition: opacity .2s linear; -moz-transition: opacity .2s linear; -o-transition: opacity .2s linear; -ms-transition: opacity .2s linear; transition: opacity .2s linear; }
#home-slider,
#home-features,
#home-testimonials .container,
.section-desc .more-button a,
.nav li ul,
.junkie-pagination .page-numbers,
.junkie-pagination a,
.junkie-pagination a:visited,
#content,
#sidebar .widget,
.content-loop .hentry,
#portfolio,
input[type="text"]:focus, 
textarea:focus { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); }
.content-loop { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }
#home-features .feature-block a:hover .all span,
.section-desc .more-button a:hover,
button:hover,
.btn:hover, 
.form-submit input:hover,
.contact-form #submit:hover,
#commentform .form-submit #submit:hover { -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
.footer-ad { width: 728px; height: 90px; margin: 0 auto 40px; }
.sticky {  }
.gallery-caption {  }
.bypostauthor {  }
.btn-nav-right {
	display: none;
	font-family: Arial, serif;
}
#responsive-menu {
	display: none;
}