/*==================================================

 Theme Name: Flatiron
 Version: 1.0.6
 Description: Flatiron WordPress Theme by WPExplorer
 Author: WPExplorer
 Author URI: http://www.wpexplorer.com
 Theme URI: http://www.wpexplorer.com/
 License: GNU General Public License version 2.0
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: light, responsive-layout, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready

/* Browser 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;outline:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}body{background:#fff;line-height:1;}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0;}caption,th,td{font-weight:normal;text-align:left;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}blockquote,q{quotes:none}a:focus{outline:0}a:hover,a:active{outline:0}a img{border:0}img{max-width:100%;height:auto;}select{max-width:100%}

/* The Grid
================================================== */
.clr:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }

/*percent grid*/
.wpex-row { margin: 0 -10px }
.wpex-row .col { float: left; margin: 0 0 20px; padding: 0 10px; }
.wpex-row .col-1 { clear: both; }
.wpex-row .span_1_of_1 { width: 100%; }
.wpex-row .span_1_of_2 { width: 50% }
.wpex-row .span_1_of_3 { width: 33.33333333% }
.wpex-row .span_1_of_4 { width: 25% }
.wpex-row .span_1_of_5 { width: 20% }
.wpex-row .span_1_of_6 { width: 16.66666667% }

/*make text inputs 100% when inside a column*/
.wpex-row .col input[type="text"],
.wpex-row .col input[type="password"],
.wpex-row .col input[type="email"],
.wpex-row .col input[type="url"],
.wpex-row .col input[type="tel"] { width: 100%; }

/* Body & Layout
================================================== */
body { background: #fff; color: #404040; font: 400 14px/1.625 'Open Sans', Helvetica Neue, Helvetica, Arial; }

/*main containers*/
.content-area { padding: 50px 0; }
.page-template-templateshome-php .content-area { padding-top: 0; }
.container { margin: 0 auto; width: 1100px; }
.left-content { float: left; width: 70%; padding-right: 25px; }
.sidebar-container { float: right; width: 30%; padding-left: 25px; }

/* Commons
================================================== */

/*clear floats*/
.clr:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.clear { clear: both }

/*images*/
img { height: auto; max-width: 100%; }
.post-thumbnail { margin-bottom: 30px; }
.post-thumbnail img { display: block; width: 100%; }

/*blockquote*/
blockquote { font-size: 18px; margin-bottom: 30px; position: relative; font-family: 'PT Serif', Georgia; color:  #787878; background: url("images/quote.png") left 15px no-repeat; padding-left: 50px; padding-top: 10px; padding-bottom: 10px; }
blockquote.left { float: left; margin-left: 0; margin-right: 20px; text-align: right; width: 33%; }
blockquote.right { float: right; margin-left: 20px; margin-right: 0; text-align: left; width: 33%; }
blockquote p:last-child { margin: 0; }

/*pre tag*/
pre { background: #f9f9f9; padding: 20px 30px; margin-bottom: 30px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-family: 'Verdana'; border-left: 10px solid #ccc; font-size: 0.929em; }
address { letter-spacing: 1px; margin: 20px 0; }

/*theme heading*/
.heading { font-size: 18px; margin: 0 0 30px; border-bottom: 1px solid #eee; font-weight: 600; padding-bottom: 2px; }

/*video embeds*/
.wpex-video-embed { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }
.wpex-video-embed frame,
.wpex-video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*display*/
.display-none { display: none; }
.display-block { display: block; }

/*highlight*/
.text-highlight { display: inline-block; background-color: #FFF49B; color: #A5651A; padding: 0 5px; }

/*notices*/
.notice { padding: 20px; margin: 0 0 20px; border: 1px solid #ddd; border-left-width: 5px; border-left-color: #f0ad4e; border-radius: 3px; }
.notice.info { border-left-color: #5bc0de; }
.notice.info strong { color: #5bc0de; }
.notice.warning { border-left-color: #d9534f; }
.notice.warning strong { color: #d9534f; }
.notice.success { border-left-color: #5cb85c; }
.notice.success strong { color: #5cb85c; }

/* Lists
================================================== */
.entry ul { margin: 30px 0 30px 20px }
.entry ul li,
.entry ol li { margin: 0 0 5px }
.entry ol { margin: 30px 0 30px 25px }
.entry ul { list-style: disc }
.entry ol { list-style: decimal }

/* Typography
================================================== */
a { color: #206ED0; text-decoration: none; }
a:hover { color: #206ED0; text-decoration: underline; }
h1,h2,h3,h4,h5,h6 { font-weight: 600; color: #000; line-height: 1.6em; }
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 { margin: 40px 0 20px }
h1 { font-size: 24px; margin: 0 0 30px; }
h2 { font-size: 21px }
h3 { font-size: 18px }
h4 { font-size: 16px }
h5 { font-size: 14px }
h6 { font-size: 12px }
p { margin: 0 0 20px }
h1 a, h2 a, h3 a, h4 a { color: #000; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { color: #206ED0; text-decoration: none; }
p.lead { color: #777; font-size: 21px; line-height: 27px; }
em { font-style: italic }
strong { font-weight: 600; }
small { font-size: 80% }
hr { border: solid #eee; border-width: 1px 0 0; clear: both; height: 0; margin: 40px 0; }
a { outline: 0 }

/* Page Header
================================================== */
.archive-description { margin-bottom: 40px; }
.archive-description p:last-child { margin-bottom: 0; }

/*page titles*/
.page-header-title{ font-size: 24px; margin-bottom: 40px; }
.post-header { margin: 0 0 20px; }
.post-header-title { margin: 0 0 10px; font-size: 24px; }

/*page header with background*/
.page-header.with-background { background: #000; position: relative; padding: 80px 0; text-align: center; background-repeat: no-repeat; background-position: center center; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; }
.page-header .overlay { position: absolute; height: 100%; width: 100%; top: 0; left: 0; z-index: 1; background: rgba(0,0,0,0.5); }
.page-header.with-background .container { position: relative; z-index: 2; }
.page-header.with-background .page-header-title { color: #fff; margin: 0; font-size: 34px; font-weight: 400; }
.page-header-excerpt { color: #fff; font-size: 19px; font-weight: 300; }
.page-header-excerpt p:last-child { margin: 0; }
.page-header.with-background .spacer { display: block; width: 40px; margin: 15px auto 20px; height: 2px; background: #fff; }

/* Header
================================================== */

/*header*/
.site-header-wrap { text-align: left; border-bottom: 1px solid #eee; }
.site-header { padding: 30px 0; }
.site-header { position: relative; }

/*logo*/
.site-logo img { display: block; max-width: 100%; }
.site-logo .site-text-logo { font-size: 24px; font-weight: 600; }
.site-logo a { color: #000; text-decoration: none; }
.site-logo a:hover { text-decoration: none; }

/*searchform*/
.header-searchform input[type="search"] { height: 100%; width: 100%; background: #fff; border: none; position: absolute; top: 0; left: 0; z-index: 2; font-size: 24px; outline: none; -webkit-appearance: none; }
.header-searchform .menu-search-close { display: block; position: absolute; top: 50%; right: 0; height: 30px; line-height: 30px; margin-top: -15px; font-size: 18px; z-index: 3; color: #bbb; }
.header-searchform .menu-search-close:hover { color: #000;}

/* Dropdowns
================================================== */
.dropdown-menu { margin: 0; padding: 0; list-style: none; }
.dropdown-menu li { position: relative }
.dropdown-menu ul { visibility: hidden; opacity: 0; position: absolute; nowhitespace: afterproperty; nowhitespace: afterproperty; nowhitespace: afterproperty; nowhitespace: afterproperty; nowhitespace: afterproperty; top: 100%; left: 0; z-index: 999; margin: 10px 0 0 0; _margin: 0; transition: 0.2s all ease-in-out; }
.dropdown-menu > li { float: left; display: block; }
.dropdown-menu li:hover > ul { margin: 0; visibility: visible; opacity: 1; }
.dropdown-menu a { display: block; position: relative; }
.dropdown-menu ul ul { top: 0; left: 100%; }
.dropdown-menu > li ul { min-width: 150px }
.dropdown-menu ul ul li { width: 100% }

/* Main Navigation
================================================== */

/*styling*/
.primary-menu-wrap { position: absolute; right: 0; top: 50%; margin-top: -25px; height: 50px; }
.primary-menu .dropdown-menu li { display: block; float: left; height: 50px; line-height: 50px; margin-left: 30px; }
.primary-menu .dropdown-menu a { color: #767676; font-weight: 400; text-decoration: none; cursor: pointer; }
.primary-menu .dropdown-menu a .fa-angle-down { margin-left: 5px; }
.primary-menu .dropdown-menu a:hover,
.primary-menu .dropdown-menu > .current-menu-item > a,
.primary-menu .dropdown-menu > .current-menu-ancestor > a { color: #000; }
.primary-menu .dropdown-menu > .current-menu-item > a,
.primary-menu .dropdown-menu > .current-menu-ancestor > a { text-decoration: underline; }

/*drop-down styles*/
.primary-menu .dropdown-menu ul { background: #fff; border: 1px solid #ccc; border-radius: 4px; padding: 5px 0; }
.primary-menu .dropdown-menu ul a { display: block; height: auto; line-height: 1.7em; padding: 5px 15px; margin: 0px; border: 0px; text-transform: none; }
.primary-menu .dropdown-menu ul li { line-height: 1.4em; height: auto; float: none; display: block; margin: 0; }

/* Mobile Menu
================================================== */
.mobile-menu { width: 100%; padding: 30px 0; background: #202020; font-size: 16px; }
.mobile-menu li a { display: block; padding: 5px 0; border-bottom: 1px solid #333; color: #777; }
.mobile-menu li a:hover { text-decoration: none; color: #fff; }
.mobile-menu li ul li a:before { content:"\f105"; font-family: "FontAwesome"; margin: 0 10px 0 25px; }
.mobile-menu .mobile-menu-ul > li:first-child > a { border-top: 1px solid #333; }
.mobile-menu .dropdown-arrow,
.mobile-menu .menu-search-toggle-li { display: none; }

/*mobile menu searchform*/
.mobile-menu-searchform { margin-top: 20px; }
.mobile-menu-searchform input { border-radius: 0; width: 100%; background: #fff; border: none; outline: none; padding: 10px; font-size: 16px; }
.mobile-menu-searchform .menu-search-close { display: none; }

/* Homepage
================================================== */
.homepage-content,
.homepage-features,
.homepage-portfolio,
.homepage-blog { margin-top: 60px; }

/* Homepage Slider
================================================== */
.homepage-slider-wrap { overflow: hidden; position: relative; background: #000; }
.homepage-slider-wrap .homepage-slider-slide { position: relative; }
.homepage-slider-wrap .homepage-slider-slide.no-content { max-height: 400px; overflow: hidden; }
.homepage-slider-wrap .homepage-slider-slide-image { position: absolute; z-index: 1; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; }
.homepage-slider-content { position: relative; padding: 180px 0; text-align: center; z-index: 2; }
.homepage-slider-content p,
.homepage-slider-content a { color: #fff; }
.homepage-slider-content p:last-child { margin: 0; }

.homepage-slider-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; z-index: 1; opacity: 0.5; }

/* Feature Entries
================================================== */
.feature-entry { text-align: center; }
.feature-thumbnail { margin: 0 0 20px; }
.feature-thumbnail img { display: block; width: auto; margin: 0 auto; }
.feature-thumbnail a:hover img { opacity: 0.8; }
.feature-entry-title { margin: 0 0 10px; font-size: 21px; }
.features-entry { text-align: center; }
.feature-icon { font-size: 42px; margin-bottom: 30px; display: block; color: #206ED0; }
.feature-entry-content p:last-child { margin: 0; }

/* Home Blog Entries
================================================== */
.home-blog-entry { }
.home-blog-entry-thumb { margin: 0 0 20px; }
.home-blog-entry-thumb img { display: block; width: 100%; }
.home-blog-entry-title { margin: 0; }
.home-blog-entry-date { font-size: 0.929em; color: #666; margin-bottom: 10px; }

/* Portfolio
================================================== */
.portfolio-page-content { margin-bottom: 40px; }
.portfolio-page-content p:last-child { margin: 0; }

/*portfolio entry*/
.portfolio-entry-media img { display: block; width: 100%; }
.portfolio-entry-title { margin: 0; font-weight: 600; font-size: 16px; }
.portfolio-entry-content { padding: 20px 0 0; }
.portfolio-entry-categories a { color: #666; }
.portfolio-entry-categories a:hover { color: #000; }
.portfolio-entry-content .entry { margin-top: 10px; }

/*portfolio post*/
.single-portfolio .post-slider-wrap { float: left; width: 60%; }
.portfolio-post-content.float { float: right; width: 40%; padding-left: 40px; }

/* Staff
================================================== */
.staff-page-content { margin-bottom: 40px; }
.staff-page-content p:last-child { margin: 0; }
.staff-entries.wpex-row { margin: 0 -20px; }
.staff-entries.wpex-row .col { padding: 0 20px; margin-bottom: 40px; }

/*staff entry*/
.staff-entry-media { margin-bottom: 20px; }
.staff-entry-media img { display: block; }
.staff-entry-title { font-size: 16px; font-weight: 600; margin: 0; }
.staff-entry-position { font-family: 'PT Serif', Georgia; font-style: italic; color: #747474; font-size: 15px; }
.staff-entry-categories a { color: #666; }
.staff-entry-categories a:hover { color: #000; }
.staff-entry-content .entry { margin-top: 10px; }
.staff-entry-content p:last-child { margin: 0; }

/* Standard Entries
================================================== */
.loop-entry { border-bottom: 1px solid #eee; margin-bottom: 40px; padding-bottom: 40px; }
.loop-entry.post-entry p:last-child { margin: 0 }
.loop-entry-title{ font-size: 26px; margin: 0 0 10px; }
.loop-entry-thumbnail { margin-bottom: 30px; }
.loop-entry-thumbnail img { display: block; width: 100%; }
.loop-entry .post-slider-wrap,
.single-post .post-slider-wrap { margin-bottom: 20px; }

/* Posts
================================================== */
.post-video { margin-bottom: 30px; }
.entry-footer { margin-top: 40px; }
.post-edit-link { color: #000; text-decoration: underline; }
.author-info { margin-top: 40px; }
.author-info .author-info-inner { position: relative; padding-left: 100px; }
.author-info .author-avatar { position: absolute; left: 0; top: 0; }
.author-info .author-avatar img { border-radius: 2px; }
.post-slider-slider-wrap { margin-bottom: 20px; }

/* Post Meta
================================================== */
.post-meta { color: #000; font-weight: 600; display: block; float: none; margin-bottom: 10px; }
.post-meta li { display: block; float: left; margin: 0 10px 0 0; }
.post-meta a,
.post-meta span { color: #777; font-weight: normal; }
.post-meta a:hover { opacity: 0.5; text-decoration: none; }

/* Sidebar
================================================== */
.sidebar-container .sidebar-widget { margin-bottom: 40px; }
.sidebar-container .sidebar-widget .widget-title { font-size: 14px; text-transform: uppercase; margin: 0 0 20px; font-weight: 600; }


/* Widgets
================================================== */
.sidebar-container select { width: 100%; }

/*calendar widget*/
#wp-calendar { width: 100%; font-size: 11px; }
#wp-calendar thead th { background: #f5f5f5; border: 1px solid #ddd; border-top: none; font-size: 11px; }
#wp-calendar tbody td { text-align: center; border: 1px solid #ddd; line-height: 2.5em; transition: background 0.15s ease; -webkit-transition: background 0.15s ease; -o-transition: background 0.15s ease; -moz-transition: background 0.15s ease; }
#wp-calendar tbody td a,
#wp-calendar tbody td a:hover { color: #206ED0; text-decoration: underline; }
#wp-calendar tfoot td { padding-top: 1px; padding: 4px; }
#wp-calendar caption { cursor: pointer; font-size: 12px; text-transform: uppercase; margin: 0; padding: 12px; outline: 0 none !important; background: #206ED0; color: #fff; }
#wp-calendar tbody a { display: block; text-decoration: underline; }
#wp-calendar th { text-align: center; border: 1px solid transparent; border-top: none; padding: 2px 0; color: #a7a7a7; }
#wp-calendar tfoot td#next { text-align: right; }
#footer #wp-calendar thead th { background: #232323 }
#footer #wp-calendar thead th,
#footer #wp-calendar tbody td { border-color: #333 }

/*social profiles*/
.wpex-social-profiles-widget .desc { margin-bottom: 15px; }
.wpex-social-profiles-widget { list-style: none }
.wpex-social-profiles-widget li { margin: 0; padding: 0; border: none; float: left; margin-right: 5px; margin-bottom: 5px; }
.wpex-social-profiles-widget ul a { background: #444; display: block; height: 30px; line-height: 30px; width: 30px; border-radius: 3px; text-align: center; font-size: 14px; color: #fff !important; }
.wpex-social-profiles-widget ul a:hover { opacity: 0.7 }
.wpex-social-profiles-widget .twitter a { background: #55ACCE }
.wpex-social-profiles-widget .dribbble a { background: #ea4c89 }
.wpex-social-profiles-widget .facebook a { background: #3b5998 }
.wpex-social-profiles-widget .flickr a { background: #FF0084 }
.wpex-social-profiles-widget .vk a { background: #55779b }
.wpex-social-profiles-widget .tumblr a { background: #2C4762 }
.wpex-social-profiles-widget .google-plus a { background: #DD4B39 }
.wpex-social-profiles-widget .youtube-play a { background: #C4302B }
.wpex-social-profiles-widget .skype a { background: #00AFF0 }
.wpex-social-profiles-widget .rss a { background: #FF7900 }
.wpex-social-profiles-widget .instagram a { background: #3F729B }
.wpex-social-profiles-widget .linkedin a { background: #3399CC }
.wpex-social-profiles-widget .renren a { background: #2970ad }
.wpex-social-profiles-widget .pinterest a { background: #CB2027 }
.wpex-social-profiles-widget .github a { background: #555 }
.wpex-social-profiles-widget .foursquare a { background: #0CBADF }
.wpex-social-profiles-widget .trello a { background: #2174a6 }
.wpex-social-profiles-widget .xing a { background: #026466 }

/*tabs widget*/
.wpex-tabs-widget { font-size: 0.929em; }
.wpex-tabs-widget-tabs ul { float: left; }
.wpex-tabs-widget-tabs li { display: block; float: left; position: relative; bottom: -1px; }
.wpex-tabs-widget-tabs li a { color: #999; display: block; padding: 7px 15px; background: #f7f7f7; border: 1px solid #e7e7e7; border-right: 0;transition: color 0.25s ease; outline: none; }
.sidebar-container .wpex-tabs-widget-tabs a { color: #999; }
.wpex-tabs-widget-tabs li:last-child a { border-right: 1px solid #e7e7e7; }
.wpex-tabs-widget-tabs li a:hover { background: #fff; color: #000; text-decoration: none; }
.wpex-tabs-widget-tabs li.active a { border-bottom-color: transparent; color: #000; background: #fff; position: relative; }
.wpex-tabs-widget-tabs li.active a:hover { cursor: default; }
.wpex-tabs-widget-tab { border: 1px solid #e7e7e7; background: #fff; padding: 20px 15px; display: none; }
.wpex-tabs-widget-tab.active-tab { display: block; }

/*recent posts lists*/
.widget-recent-list li { position: relative; padding-left: 80px; min-height: 70px; display: block; border-bottom: 1px solid #e7e7e7; padding-bottom: 10px; margin-bottom: 10px; font-size: 0.929em; }
.widget-recent-list li:last-child { border: none; padding-bottom: 0; margin-bottom: 0; }
.widget-recent-list .thumbnail { width: 60px; height: 60px; position: absolute; left: 0; top: 0; display: block; }
.widget-recent-list .excerpt a { font-size: 14px; font-weight: 600; }

/*tagcloud*/
#wpex-widget-tags-tab a,
.widget_tag_cloud a { font-size: 1em !important; font-weight: normal; display: block; float: left; padding: 4px 10px; background: #206ED0; color: #fff !important; margin: 0 2px 2px 0; webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; transition: all 0.25s ease; }
#wpex-widget-tags-tab a:hover,
.widget_tag_cloud a:hover { opacity: 0.75; text-decoration: none; }

/* Search
================================================== */
.search-entries { margin: 0 0 20px; list-style: none; }
.search-entry { border-bottom: 1px solid #eee; padding: 4px 0; }
.search-entry:last-child { border: none; padding-bottom: 0; }
.search-entry:last-child { padding-top: 0; }
.search-entry-pt { text-transform: capitalize; }

/* Pagination
================================================== */
ul.page-numbers { list-style: none; margin: 0; }
.page-template-templatesportfolio-php ul.page-numbers,
.tax-portfolio_category ul.page-numbers { margin-top: 20px; }
ul.page-numbers li { display: block; float: left; text-align: center; }
.page-numbers:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.page-numbers a,
.page-numbers span,
#edd_download_pagination .page-numbers { background-color: transparent; border: 0; color: #404040; border: 1px solid #ccc; cursor: pointer; display: block; float: left; margin-right: 4px; margin-top: 4px; width: auto; padding: 6px 8px; font-size: 12px; line-height: 1em; text-align: center; text-decoration: none; transition: 0.15s all ease-in-out; }
.page-numbers a:hover,
.page-numbers span.current,
#edd_download_pagination .page-numbers:hover,
#edd_download_pagination .page-numbers.current { background: #000; color: #fff; border-color: transparent; text-decoration: none; }
.infinite-scroll ul.page-numbers { display: none !important }

/*post nav*/
.post-navigation { margin-top: 40px; padding-top: 40px; border-top: 1px solid #eee; }
.post-navigation .prev { float: left; width: 50%; }
.post-navigation .prev .fa { margin-right: 8px; }
.post-navigation .next { float: right; width: 50%; text-align: right; }
.post-navigation .next .fa { margin-left: 8px; }
.post-navigation a { color: #000; }

/* LightSlider
================================================== */

/* !!! core css Should not edit !!! */
.lSSlideOuter { overflow: hidden }
.lSSlideOuter * { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.lightSlider:before,
.lightSlider:after { content: " "; display: table; }
.lightSlider { overflow: hidden; }
.lightSlider img { display: block; width: 100%; }
.lSSlideWrapper { max-width: 100%; overflow: hidden; position: relative; }
.lSSlideWrapper > .lightSlider:after { clear: both }
.lSSlideWrapper .lSSlide { -webkit-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); -webkit-transition: all 1s; -webkit-transition-property: -webkit-transform,height; -moz-transition-property: -moz-transform,height; transition-property: transform,height; -webkit-transition-duration: inherit; transition-duration: inherit; -webkit-transition-timing-function: inherit; transition-timing-function: inherit; }
.lSSlideWrapper .lSFade { position: relative }
.lSSlideWrapper .lSFade > * { position: absolute !important; top: 0; left: 0; z-index: 9; margin-right: 0; width: 100%; }
.lSSlideWrapper.usingCss .lSFade > * { opacity: 0; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: inherit; transition-duration: inherit; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: inherit; transition-timing-function: inherit; }
.lSSlideWrapper .lSFade > *.active { z-index: 10 }
.lSSlideWrapper.usingCss .lSFade > *.active { opacity: 1 }
/* !!! END of core CSS !!! */

/* Pager */
.lSSlideOuter { position: relative; }
.lSSlideOuter .lSPager.lSpg { width: 100%; position: absolute; bottom: 20px; padding: 0; text-align: center; z-index: 99; }
.lSSlideOuter .lSPager.lSpg > li { cursor: pointer; display: inline-block; padding: 0 2px; }
.lSSlideOuter .lSPager.lSpg > li a { background: none; border-radius: 50%; display: inline-block; height: 12px; overflow: hidden; text-indent: -999em; width: 12px; position: relative; z-index: 99; -webkit-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; border: 2px solid #fff; }
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a { background: #fff }
.lSSlideOuter .media { opacity: 0.8 }
.lSSlideOuter .media.active { opacity: 1 }

/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery { list-style: none outside none; padding-left: 0; margin: 0; overflow: hidden; transform: translate3d(0px, 0px, 0px); -moz-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.lSSlideOuter .lSPager.lSGallery li { opacity: 0.7; overflow: hidden; -webkit-transition: opacity 0.35s linear 0s; transition: opacity 0.35s linear 0s; }
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover { opacity: 1 }
.lSSlideOuter .lSPager.lSGallery img { display: block; height: auto; max-width: 100%; }
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after { content: " "; display: table; }
.lSSlideOuter .lSPager.lSGallery:after { clear: both }

/* End of Gallery*/

/* slider actions */
.lSAction > a { z-index: 999; position: absolute; top: 0; height: 100%; text-align: center; font-size: 42px; color: #fff;color: #fff; text-decoration: none; cursor: pointer; box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; opacity: 0.85; width: 50px; text-align: center; }
.lSAction > a .fa { position: absolute; top: 50%; left:0; height: 80px; line-height: 80px; margin-top: -40px; width: 100%; }
.lSAction > a:hover { background: rgba(0,0,0,0.07); }
.lSAction > a:hover { opacity: 1; color: #fff; }
.lSAction > .lSPrev { left: 0; }
.lSAction > .lSNext { right: 0; }
.cS-hidden { height: 1px; opacity: 0; filter: alpha(opacity=0); overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical { position: relative }
.lSSlideOuter.vertical.noPager { padding-right: 0px !important }
.lSSlideOuter.vertical .lSGallery { position: absolute !important; right: 0; top: 0; }
.lSSlideOuter.vertical .lightSlider > * { width: 100% !important; max-width: none !important; }

/* Rtl */
.lSSlideOuter.lSrtl { direction: rtl }
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager { padding-left: 0; list-style: none outside none; }
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager { padding-right: 0 }
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li { float: left }
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li { float: right !important }

/*preloader*/
.slider-preloader { display: block; font-size: 28px; color: #aaa; text-align: center; padding: 60px 0; }

/*prevent slider flash*/
.lightslider div { display: none; }

/* Forms / Inputs / Buttons
================================================== */

/*inputs*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea { background: transparent; border: 1px solid #ccc; border-radius: 4px; color: #555; display: block; margin: 0; max-width: 100%; padding: 10px; font-size: 1em; line-height: 1.6em; }
textarea { width: 100%; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus { color: #000; outline: none; border-color: #206ED0; }

/*labels*/
.entry label { color: #000; }

/*buttons*/
button,
input[type="button"],
input[type="submit"] { background: #206ED0; border: transparent; border-radius: 3px; color: #fff; display: inline-block; font-weight: 400; outline: none; padding: 0 25px; height: 40px; line-height: 40px; position: relative; font-size: 1em; cursor: pointer; -webkit-appearance: none; }
input[type="button"]:active,
input[type="submit"]:active { margin-top: 1px; }
.entry input[type="submit"] { margin-top: 10px; }
button:active,
input[type="button"]:active,
input[type="submit"]:active { /* no default styling yet*/ }
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover { opacity: 0.85; }

/*theme-button*/
.theme-button { background: #206ED0; color: #fff; font-weight: 400; text-shadow: none; display: inline-block; padding: 0.5em 1.2em; border-radius: 3px; }
.theme-button:hover { color: #fff; opacity: 0.85; text-decoration: none; }

/*theme-button colors*/
.theme-button.blue { background: #206ED0; }
.theme-button.red { background: #d9534f; }
.theme-button.orange { background: #f0ad4e; }
.theme-button.green { background: #5cb85c; }
.theme-button.black { background: #000; }
.theme-button.white { background: #fff; color: #000; }
.theme-button.clean { color: #000; background: none; border: 1px solid #ccc; }
.theme-button.clean:hover { opacity: 1; background: #f4f4f4; }

/*chrome resets*/
input[type="search"],
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/* Search
================================================== */
.site-searchform { position: relative; }
.site-searchform input[type="search"] { background: #fff; border: none; border-radius: 4px; outline: none; padding: 12px 30px 12px 12px; width: 100%; border: 1px solid #ddd; font-size: 1em; transition: 0.2s all ease-in-out; }
.site-searchform input[type="search"]:focus { border-color: #206ED0; }
.site-searchform button { position: absolute; right: 0; top: 50%; margin-top: -10px; height: 20px; line-height: 20px; width: 40px; text-align: center; background: none; height: auto; display: block; border: none; outline: none; color: #555; padding: 0; font-size: 14px; }
.site-searchform:hover button,
.site-searchform button:hover { color: #000; }
.site-searchform input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none }
.site-searchform input[type="search"]::-webkit-search-decoration { display: none }

.site-footer-wrap .site-searchform input[type="search"] { border-color: transparent; }

/* Contact Form 7
================================================== */
.wpcf7-form span.wpcf7-form-control-wrap { display: block; margin-top: 10px; position: relative; }
.wpcf7-form p { margin: 0 0 20px }
div.wpcf7-validation-errors { margin: 25px 0 0 }
span.wpcf7-not-valid-tip { font-size: 12px; color: #898989; font-family: 'Verdana'; padding-top: 10px; }
.wpcf7-response-output { background: #f4f4f4; color: #888; display: none; line-height: 1.45em; margin-top: 30px; padding: 12px; text-align: center; }
input.wpcf7-not-valid[type="text"],
input.wpcf7-not-valid[type="password"],
input.wpcf7-not-valid[type="email"],
input.wpcf7-not-valid[type="url"],
input.wpcf7-not-valid[type="tel"],
textarea.wpcf7-not-valid { border-color: #FF4847 }

/* Comments
================================================== */
#comments { margin-top: 40px }
#comments span.required { color: #C30 }
#comments-title { margin-bottom: 40px; }
.commentlist { margin: 0 }
.commentlist .children { margin-left: 30px; }
.commentlist li { list-style: none; margin: 0; }
.commentlist .comment { border-bottom: 1px solid #eee; margin-bottom: 30px; padding-bottom: 30px; }
.comment-author { left: 0; position: absolute; top: 0; }
.comment-author .avatar { display: block; border-radius: 2px; }
.comment-meta { margin-bottom: 10px }
.comment-meta .fn { font-size: 1.1em; color: #000; display: block; font-weight: 400; }
.comment-date { display: inline-block; margin-right: 12px; }
.comment-details { margin-left: 80px; }
.comment-content p:last-child { margin: 0 }
.comment-date a,
a.comment-reply-link { font-size: 0.9em; }
a.comment-reply-link { text-decoration: underline; color: #000; }
a.comment-reply-link:hover { color: #888; }
a#cancel-comment-reply-link { color: red; float: right; text-decoration: underline; margin-left: 20px; }
#respond { margin: 40px 0 0; }
.commentlist li article { position: relative }
.commentlist #respond { margin-bottom: 100px }
#comments-logged-in { font-size: 0.929em; margin-bottom: 30px; margin-top: 10px; }
#log-out { float: right; margin-top: -56px; }
#reply-title { font-size: 16px; margin: 0 0 20px; }
#commentform label { display: block; margin-bottom: 5px; }
#commentform textarea { width: 100% }
#comments .form-allowed-tags { font-size: 0.929em; }
#comments .form-allowed-tags { font-style: italic; color: #777; }
.comment-awaiting-moderation { background: #206ED0; color: #fff; display: inline-block; line-height: 1em; margin-bottom: 20px; margin-top: 10px; padding: 2px 6px; }

/* Footer
================================================== */
.site-footer-wrap { background: #202020; color: #707070; overflow: hidden; font-size: 0.929em; }
.site-footer-wrap select { width: 100%; }
.site-footer-wrap a { color: #aaa; }
.site-footer-wrap a:hover { color: #fff; text-decoration: none; }
.footer-widgets { padding: 50px 0 0; margin: 0 -20px; }
.footer-widgets .col { padding: 0 20px; margin-bottom: 0; }
.footer-widgets .footer-widget { margin-bottom: 50px; }
.footer-widgets .widget-title { color: #fff; font-size: 14px; text-transform: uppercase; margin: 0 0 15px; }
.footer-widgets .span_1_of_3.col-1 { padding-right: 10px; }
.footer-widgets .span_1_of_3.col-2 { padding-left: 5px; padding-right: 5px; }
.footer-widgets .span_1_of_3.col-3 { padding-left: 10px; }
.footer-widgets .widget-recent-list li,
.footer-widget.widget_categories li,
.footer-widget.widget_archive li,
.footer-widget.widget_pages li,
.footer-widget.widget_recent_entries li,
.footer-widget.widget_nav_menu li { border-bottom: 1px solid #333; padding-top: 4px; padding-bottom: 4px; }
.footer-widget.widget_categories li:last-child,
.footer-widget.widget_categories li:last-child,
.footer-widget.widget_archive li:last-child,
.footer-widget.widget_pages li:last-child,
.footer-widget.widget_recent_entries li:last-child,
.footer-widget.widget_nav_menu li:last-child { border: none; }
.footer-widgets .widget-recent-list li { padding-bottom: 10px; margin-bottom: 10px; padding-top: 0; }

/* Copyright
================================================== */
.site-copyright-wrap { overflow: hidden; padding: 10px 0; font-size: 0.929em; background: #111; color: #bbb; }
.site-copyright-wrap a { color: #fff; }
.scroll-top { float: right; }
.scroll-top a { opacity: 0.7 }
.scroll-top a:hover { opacity: 1; text-decoration: none; }
.scroll-top .fa { margin-left: 4px; }

/* 404 Page
================================================== */
#error-page { text-align: center; margin-top: 60px; }
#error-page-title { border: none; font-size: 7.5em; line-height: 1em; margin: 0 0 30px; }
#error-page-title span { margin-right: 7px }
#error-page-text { font-size: 1.15em; }

/* WordPress Styles
================================================== */
.sticky { }
.bypostauthor { }
.gallery-caption { }

/*aligns*/
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 10px 20px; }
.alignleft { float: left; margin: 0 20px 10px 0; }

/*floats*/
.floatleft { float: left }
.floatright { float: right }

/*text style*/
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }

/*captions*/
.wp-caption { max-width: 100% !important }
.wp-caption p.wp-caption-text { text-align: center; }
.wp-caption img { display: block; border: 0 none; margin: 0; width: 100%; padding: 0; }

/*smiley reset*/
.wp-smiley { margin: 0 !important; max-height: 1em; }

/*img attachment*/
#img-attch-page { overflow: hidden; text-align: center; }
#img-attch-page img { display: inline-block; margin: 0 auto; margin-bottom: 20px; max-width: 100%; }

/*gallery*/
.gallery { margin: 0 0 30px !important; }
.gallery-icon img { border: none !important; }

/*Responsive elements
================================================== */
.mobile-navigation-toggle,
.sidr,
.sidr-close { display: none }

/* Magnific Lightbox
================================================== */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8;filter:alpha(opacity=80);}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden;}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle;}.mfp-align-top .mfp-container:before{display:none;}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045;}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto;}.mfp-ajax-cur{cursor:progress;}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}.mfp-auto-cursor .mfp-content{cursor:auto;}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none;}.mfp-loading.mfp-figure{display:none;}.mfp-hide{display:none !important;}.mfp-preloader{color:#cccccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044;}.mfp-preloader a{color:#cccccc;}.mfp-preloader a:hover{color:white;}.mfp-s-ready .mfp-preloader{display:none;}.mfp-s-error .mfp-content{display:none;}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none;}button::-moz-focus-inner{padding:0;border:0;}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:white;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace;}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100);}.mfp-close:active{top:1px;}.mfp-close-btn-in .mfp-close{color:#333333;}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:white;right:-6px;text-align:right;padding-right:6px;width:100%;}.mfp-counter{position:absolute;top:0;right:0;color:#cccccc;font-size:12px;line-height:18px;white-space:nowrap;}.mfp-arrow{position:absolute;opacity:0.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0);}.mfp-arrow:active{margin-top:-54px;}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100);}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent;}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px;}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:0.7;}.mfp-arrow-left{left:0;}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid white;margin-left:31px;}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f;}.mfp-arrow-right{right:0;}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid white;margin-left:39px;}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f;}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px;}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px;}.mfp-iframe-holder .mfp-close{top:-40px;}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%;}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:black;}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;padding:40px 0 40px;margin:0 auto;}.mfp-figure{line-height:0;}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444444;}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px;}.mfp-figure figure{margin:0;}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto;}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px;}.mfp-image-holder .mfp-content{max-width:100%;}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0;}.mfp-img-mobile img.mfp-img{padding:0;}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0;}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px;}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0;}.mfp-img-mobile .mfp-counter{right:5px;top:3px;}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0;}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75);}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0;}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%;}.mfp-container{padding-left:6px;padding-right:6px;}}.mfp-ie7 .mfp-img{padding:0;}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px;}.mfp-ie7 .mfp-container{padding:0;}.mfp-ie7 .mfp-content{padding-top:44px;}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0;}