/*-----------------------------------------------------------

    Theme Name: GT Group
	Version: 1.0
    Description: GT Group Theme
    Author: 23 Advertising Agency
    Author URI: http://www.23.is

----------------------------------------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video { font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
:focus { outline: 0 }
table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; height: auto; }

/*	24 COLUMN - RESPONSIVE GRID SYSTEM
----------------------------------------------------------- */
.row:after, .col:after, .clr:after, .group:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.row { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.col { margin-bottom: 1.5em; display: block; float: left; width: 100%; margin-bottom:30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.col { margin-left: 2% }
/*percent grid*/
.span_1 { width: 2.25% }
.span_2 { width: 6.5% }
.span_3 { width: 10.75% }
.span_4 { width: 15.0% }
.span_5 { width: 19.25% }
.span_6 { width: 23.5% }
.span_7 { width: 27.75% }
.span_8 { width: 32.0% }
.span_9 { width: 36.25% }
.span_10 { width: 40.5% }
.span_11 { width: 44.75% }
.span_12 { width: 49.0% }
.span_13 { width: 53.25% }
.span_14 { width: 57.5% }
.span_15 { width: 61.75% }
.span_16 { width: 66.0% }
.span_17 { width: 70.25% }
.span_18 { width: 74.5% }
.span_19 { width: 78.75% }
.span_20 { width: 83.0% }
.span_21 { width: 87.25% }
.span_22 { width: 91.5% }
.span_23 { width: 95.75% }
.span_24 { width: 100% }
/*columns without margin*/
.one-half, .one-third, one-fourth, one-fifth { display: block; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.one-half { width: 50% }
.one-third { width: 33.3333% }
.one-fourth { width: 25% }
.one-fifth { width: 20% }
/*clear float and remove left margin*/
.clr-margin { margin-left: 0 }
.count-1 { clear: both; margin-left: 0; }
/*custom floats*/
.float-left { float: left }
.float-right { float: right }

/* Site Widths
----------------------------------------------------------- */
.container { width: 960px; margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.sidebar-container { padding-left: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Lists
----------------------------------------------------------- */
.entry ul, .entry ol { margin: 30px 0 30px 30px }
.entry ul { list-style: disc }
.entry ol { list-style: decimal }

.entry h2, .entry h4, .entry h1, .entry h3 { font-weight: bold; color: #444; }

/* Forms
----------------------------------------------------------- */
/*reset search styling*/
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none }
/*inputs*/
input[type=search], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea { font-family: inherit; border: 1px solid #ddd; background: #fff;color: #777; display: block; font-size: 12px; line-height: 1.6em; font-weight: normal; margin: 0 0 5px; padding: 8px 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; box-shadow: 0 1px 1px rgba(0,0,0,0.03);  max-width: 80%; width: 240px;  }
textarea { width: 100%; max-width: 100%; padding: 15px; -webkit-appearance: none;border-radius: 0; -webkit-appearance: none; }
input[type=search] { font-size: 12px; font-weight: normal; max-width: 100%; width: 100%; background: url("images/search.png") 95% center no-repeat; }
input[type="search"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus { outline: none; }
/*buttons*/
button, input[type="button"], input[type="submit"], input[type="submit"] { cursor: pointer; display: inline-block; padding: 10px 14px; background: #008fd5; border-radius: 3px; color: #fff; font-size: 12px; font-weight: normal; border: none; letter-spacing: 0.06em; outline: none; -webkit-appearance: none; }
button:hover, input[type="button"]:hover, input[type="submit"]:hover, #commentsbox input[type="submit"]:hover { opacity: 0.9 }
button:active, input[type="button"]:active, input[type="submit"]:active, #commentsbox input[type="submit"]:active { outline: 0; border-color: transparent; }

/* WordPress Styles
----------------------------------------------------------- */
/*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 { text-align: center; max-width: 100%; }
.wp-caption { border: 1px solid #dfdfdf; text-align: center; background-color: #fafafa; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { display: block; margin: 0 auto; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 12px; padding: 4px; margin: 0; text-align: center; }
.gallery-caption { font-size: 13px; text-transform: uppercase; color: #555; }
.gallery-item img { border: none !important; }
.gallery-item img.hover { opacity: 0.8; }
/*smiley reset*/
.wp-smiley { margin: 0; max-height: 1em; }
/*blockquote*/
blockquote.left { margin-right: 20px; text-align: right; margin-left: 0; width: 33%; float: left; }
blockquote.right { margin-left: 20px; text-align: left; margin-right: 0; width: 33%; float: right; }
/*img attachment*/
#img-attch-page { text-align: center; overflow: hidden; }
#img-attch-page img { display: inline-block; margin: 0 auto; max-width: 100%; margin-bottom: 20px; }
/*gallery shortcode*/
.gallery-item img { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Body, Main & Commons
----------------------------------------------------------- */
body { background: #efefef; nowhitespace: afterproperty; font: 13px/1.6 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #777; }
body a { color: #008fd5 }
body a:hover { text-decoration: underline }
#main { margin-bottom: 40px; }
#wrap { background: #fff; }
.home #main,
.single-portfolio #main { margin-bottom: 0; }
img { max-width: 100%; height: auto; }
.entry-footer { clear: both; margin: 20px 0 0; }
.full-width { width: 100% !important }

/* Commons
----------------------------------------------------------- */
/*main button*/
.theme-button { display: inline-block; line-height: 1.3em; padding: 11px 16px; background: #008fd5; border-radius: 3px; color: #fff; font-size: 14px; font-weight: normal;letter-spacing: 0.06em; font-weight: bold; }
.theme-button:hover { opacity: 0.8; text-decoration: none; }
.theme-button:active { box-shadow: inset 0 2px 4px rgba(0,0,0,0.4); }
/*read more*/
a.read-more { float: right; margin-top: 10px; }
a.read-more:hover { color: #000; text-decoration: none; }
blockquote { border-left: double #ddd; margin: 20px; padding-left: 20px; font-family: Georgia, Times New Roman, Times, serif; font-style: italic; font-size: 18px; color: #999; line-height: 1.4em; font-weight: normal; }
blockquote p:last-child { margin: 0 }
pre { background: #fafafa; margin: 20px 0px; padding: 20px; border: 1px solid #dfdfdf; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
address { letter-spacing: 1px; margin: 20px 0; }
#page-featured-img { max-height: 350px; overflow: hidden; }
#page-featured-img img { display: block; width: 100%; }
.page-slider, #page-featured-img { margin-top: -41px; margin-bottom: 40px; }
.bypostauthor { }
.sticky { } /* I don't like styling this but it removes the theme check nag */

/* Typography
----------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { color: #555 }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #555 }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #008fd5; text-decoration: none; }
h2, h3, h4, h5, h6 { margin: 30px 0 20px; font-weight: 400; }
h1 { font-size: 24px; margin: 0 0 20px; }
h2 { font-size: 18px }
h3 { font-size: 16px }
h4 { font-size: 14px }
h5 { font-size: 12px }
h6 { font-size: 11px }
.subheader { color: #777 }
p { margin: 0 0 20px }
p img { margin: 0 }
p.lead { font-size: 21px; line-height: 27px; color: #777; }
em { font-style: italic }
strong { font-weight: bold }
small { font-size: 80% }
hr { border: solid rgba(0, 0, 0, 0.2); border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
p a, p a:visited { line-height: inherit }
a:link { text-decoration: none }
a:focus { outline: 0 }
a { outline: 0 }
p a, p a:visited { line-height: inherit }
a:link { text-decoration: none }
a:focus { outline: 0 }

/* Headings
----------------------------------------------------------- */
/*page heading*/
.page-header { margin-bottom: 40px; padding: 25px 0; background: #fafafa; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; box-shadow: inset 0 1px 1px #f0f0f0; }
.page-header .container { position: relative; }
.page-header-title { font-size: 18px; line-height: 1.2em; color: #555; font-weight: bold; text-transform: uppercase; margin: 0px; max-width: 85%; å}
.archive-meta { margin-top: 20px }
.archive-meta p:last-child { margin: 0 }
/*archive description*/
.archive-description { margin-bottom: 30px }

/* Header
----------------------------------------------------------- */
#masthead { padding: 30px 0; width: 100%; background: #fff; }
#masthead-inner { position: relative; }
#masthead-image { display: block; }
#masthead.fixed-header { position: fixed; z-index: 99999; box-shadow: 0 3px 20px rgba(0,0,0,0.15); }
.logo { float: left }
.logo a { font-weight: 700; padding: 0px; margin: 0px; text-decoration: none; display: inline-block; }
.logo img { display: block; max-width: 100%; }
.logo h1, .logo h2 { font-size: 32px; margin: 0; line-height: 1.3em; }
p.site-description { font-size: 11px; text-transform: uppercase; font-weight: normal; margin: 0; }

/* Main Navigation
----------------------------------------------------------- */
/*core styles*/
.dropdown-menu { margin: 0; padding: 0; list-style: none; }
.dropdown-menu li { position: relative }
.dropdown-menu ul { position: absolute; nowhitespace: afterproperty; nowhitespace: afterproperty; nowhitespace: afterproperty; nowhitespace: afterproperty; top: 100%; left: 0; z-index: 99; opacity: 0; visibility: hidden; transition: all .2s ease-in-out; margin: 10px 0 0 0; _margin: 0; /*IE6 only*/ }
.dropdown-menu > li { float: left; display: block; }
.dropdown-menu li:hover > ul { opacity: 1; visibility: visible; margin: 0; }
.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% }
/*styling*/
#navbar { float: left; position: absolute; right: 0; top: 50%;  margin-top: -16px; line-height: 32px; height: 32px; }
#navbar .dropdown-menu a { float: left; font-size: 11px; color: #888; text-decoration: none; font-weight: bold; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
#navbar .dropdown-menu > li > a { border: 3px solid transparent; }
#navbar .dropdown-menu > li { height: 32px; line-height: 32px; float: left; margin-left: 25px; text-transform: uppercase; }
#navbar .dropdown-menu > li:last-child { margin-right: 0 }
#navbar .dropdown-menu > li:first-child { border-left: none }
#navbar .dropdown-menu li:first-child > a, .dropdown-menu li:first-child > a:hover { border-left: none }
#navbar .dropdown-menu > li > a:hover,
#navbar .dropdown-menu > .current-menu-item > a,
#navbar .dropdown-menu .current-menu-parent > a,
#navbar .dropdown-menu .current-menu-parent > a:hover,
#navbar .dropdown-menu > .current-menu-item > a:hover { color: #000; text-decoration: none; }
/*drop-down styles*/
#navbar .dropdown-menu ul { background: #fff; width: 150px; text-transform: none; margin-top: 20px; padding: 0; border: 1px solid #ddd; box-shadow: 0 2px 3px rgba(102,102,102,0.1); }
#navbar .dropdown-menu li:hover > ul { margin-top: 10px; }
#navbar .dropdown-menu ul ul:before { display: none }
#navbar .dropdown-menu ul li { float: none; display: block; border-bottom: 1px solid #dedede; }
#navbar .dropdown-menu ul li:last-child { border: none; }
#navbar .dropdown-menu ul a { display: block; float: none; padding: 12px 15px; height: auto; margin: 0px; border: 0px; line-height: 1em; font-size: 12px; font-weight: 400; text-shadow: none; color: #666; }
#navbar .dropdown-menu ul a:hover { color: #000 }
#navbar .dropdown-menu ul ul { margin: -1px 0 0 !important; }
/*nav icons => don't allow in this theme by default*/
#navbar .dropdown-menu li[class^="icon-"], #navbar .dropdown-menu li[class*=" icon-"] { font-family: inherit; }
#navbar .dropdown-menu li[class^="icon-"]:before, #navbar .dropdown-menu li[class*=" icon-"]:before { display: none; }
/*nav-button*/
#navbar .dropdown-menu > .nav-button > a { border-color: #ddd; color: #666; border-radius: 3px; padding: 0 15px; }
#navbar .dropdown-menu > .nav-button > a:hover { border-color: #008fd5; }
/*nav arrows*/
#navbar .dropdown-menu > li .nav-arrow { margin-left: 5px; }
#navbar .dropdown-menu > li ul li .nav-arrow { float: right; }
/*hide responsive nav*/
#site-navigation select { display: none; }
/* Homepage
----------------------------------------------------------- */
/*tagline*/
.home-content { padding: 0 0 30px; font-size: 18px; color: #81888d; }
.home-content h1,
.home-content h2,
.home-content h3 { margin: 0; font-size: 28px; font-weight: 400; color: #222; }
.home-content-inner.animate-home-content { opacity: 0; margin-top: 15px; }
.home-content-inner a { border-bottom: 1px dotted #008fd5; }
.home-content-inner a:hover { text-decoration: none; color: #000; border-color: #000; }
.home-content-inner:before { content: ""; display: block; height: 1px; background: #ddd; width: 50px; margin-bottom: 30px; }
.home-content-inner p { margin: 0 0 15px; line-height: 1.6em; font-weight: 400; }
.home-content p:last-child { margin: 0 }
/*home slider*/
.home-slider-tab { position: relative; }
.home-slider-tab:before { display: block; content: ""; position: absolute; top: 0; left: 50px; z-index: 99999; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #fff; }
/*services*/
.home-services { padding: 60px 0 40px; }
/*portfolio*/
.home-portfolio { padding-bottom: 40px; background: #f8f8f8; border-bottom: 1px solid #dfdfdf; }
.home-portfolio-pattern { background: #f8f8f8 url("images/pw_pattern.png") repeat; }
.home-portfolio-title { position: relative; font-size: 24px; color: #444; text-align: center; margin: 0 0 40px; background: #efefef; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #ddd; padding: 20px; }
.home-portfolio-title span { display: block; font-size: 12px; font-weight: normal; margin-top: 5px; color: #999; text-transform: uppercase; font-weight: bold; }
.home-portfolio-title:after { position: absolute; bottom: -2px; left: 0; content: ""; display: block; height: 1px; width: 100%; background: #f0f0f0; }
.home-portfolio-title i { color: #bbb; }
.home-portfolio-btn { text-align: center; }
.home-port-top-padding { height: 40px; }
/*home blog*/
.home-blog { margin-bottom: 30px }
.home-blog .visit-blog { text-align: center }
.home-blog .theme-button { display: inline-block }
/*home callout*/
.home-callout { background: #fff; padding: 40px 0 0; font-size: 18px; text-align: center; font-weight: 400; color: #81888d; overflow: hidden; }
.home-callout img { display: block; margin: 0 auto; }
.home-callout h2, .home-callout h3 { margin: 0; font-size: 28px; color: #222; line-height: 1.2em; }
.home-callout p { margin: 0 0 30px; }
.home-callout a { color: #008fd5; }
.home-callout a:hover { color: #008fd5; text-decoration: underline; }
.home-callout-icon { font-size: 56px; }
.home-callout-img.hidden { opacity: 0; }

/* Animation
----------------------------------------------------------- */
.animate-services .service-entry { opacity: 0; }
.animate-portfolio .portfolio-entry { opacity: 0; }
.animate-portfolio .home-portfolio-btn { opacity: 0; }

/* Slider
----------------------------------------------------------- */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
/* FlexSlider Necessary Styles */
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block; }
.flex-pauseplay span { text-transform: capitalize }
/* Clearfix for the .slides element */
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block }
* html .slides { height: 1% }
/* No JavaScript Fallback */
.no-js .slides > li:first-child { display: block }
/*main*/
.flexslider-container { position: relative }
.flexslider { zoom: 1; position: relative; }
.flexslider ul { margin: 0 }
.flex-viewport { max-height: 2000px }
/*control nav*/
.flex-control-nav { height: 8px; position: absolute; right: 20px; bottom: 20px; }
.flex-control-nav li { margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-nav li:first-child { margin: 0 }
.flex-control-nav li a { width: 8px; height: 8px; display: block; background: url("images/bullets.png") no-repeat 0 0; cursor: pointer; text-indent: -9999px; }
.flex-control-nav li a:hover { background-position: -9px 0 }
.flex-control-nav li a.flex-active { background-position: -9px 0; cursor: default; }
/*next/prev arrows*/
.home-slider .flex-direction-nav li a.flex-next, .home-slider .flex-direction-nav li a.flex-prev { position: absolute; display: block; width: 40px; height: 40px; line-height: 40px; position: absolute; bottom: 0; cursor: pointer; font-size: 18px; text-align: center; background: #000; background: rgba(0,0,0,0.85); color: #fff; z-index: 99; }
.home-slider .flex-direction-nav li a.flex-next { right: 0px }
.home-slider .flex-direction-nav li a.flex-prev { right: 41px }
.home-slider .flex-direction-nav li a:hover { background: #e95656; color: #fff; text-decoration: none; }

/* Tax Filter
----------------------------------------------------------- */
.tax-archives-filter { position: absolute; right: 0; top: 50%; margin-top: -18px; height: 36px; line-height: 36px; font-size: 11px; text-transform: uppercase; font-weight: bold; color: #777; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; cursor: pointer; }
.tax-archives-filter > li { padding: 0 15px; cursor: default; display: block; position: relative; border-radius: 3px; background: #F5F5F5 ;background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#FFF)), #FFF;background: -moz-linear-gradient(90deg, #F5F5F5 0%, #FFF 100%), #FFF;border: 1px solid #ddd; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02); }
.tax-archives-filter > li { display: block }
.tax-archives-filter > li i { margin-left: 10px }
.tax-archives-filter:hover > li { color: #555; }
.tax-archives-filter.dropdown-menu ul { background: #fff; border: 1px solid #ddd; width: 100%; max-width: 100%; min-width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top: 0px; font-size: 12px; text-transform: none; font-weight: normal; border-radius: 0 0 3px 3px; box-shadow: 0 2px 3px rgba(102,102,102,0.1); }
.tax-archives-filter > li:hover ul { margin: 5px 0 0; }
.tax-archives-filter li ul li { height: auto; line-height: 1.6em; padding: 8px 15px; border-bottom: 1px solid #ddd; }
.tax-archives-filter li ul li:last-child { border: none }
.tax-archives-filter li ul li a { color: #888; display: block; padding: 0 5px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.tax-archives-filter li ul li a:hover { color: #008fd5; text-decoration: none; }

/* Services
----------------------------------------------------------- */
.post-type-archive-services #post-type-description,
.tax-services_tag #archive-description,
.tax-services_category #archive-description { margin-bottom: 60px; padding-bottom: 30px; border-bottom: 1px solid #eee; }
.service-entry { text-align: center; padding: 0 10px 20px 10px; }
.service-entry h2 { font-size: 14px; margin: 0 0 10px; font-weight: bold; }
.service-entry p { margin: 0 0 25px; }

.service-entry-icon { text-align: center; margin-bottom: 25px; overflow: hidden; }
.service-entry-icon img { display: inline; }
.service-entry-icon img:hover { opacity: 0.7; }
.service-entry-icon .service-font-icon { display: inline-block; font-size: 28px; color: #fff; background: #008fd5; height: 60px; width: 60px; line-height: 60px; text-align: center; border-radius: 60px; font-weight: normal; }
.service-entry-icon .service-font-icon:hover { text-decoration: none; background: #000; }
.service-entry-icon a:hover { text-decoration: none; }

.service-readmore { font-size: 11px; text-decoration: none; background: #F5F5F5 ;background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#FFF)), #FFF;background: -moz-linear-gradient(90deg, #F5F5F5 0%, #FFF 100%), #FFF;border: 1px solid #bbb;color: #666;font-weight: bold;line-height: 1.4em;padding: 8px 10px;width: auto; border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.service-readmore:hover { text-decoration: none; background: #fff; }
.service-readmore:active { box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }

/*posts*/
.single-services .post-title { margin: 0 0 15px; color: #444; }
#service-post-media { margin-bottom: 25px; }

/* Portfolio
----------------------------------------------------------- */
/*main*/
#post-type-description,
#archive-description { margin-bottom: 30px; font-size: 21px; color: #81888d; }
#post-type-description p:last-child,
#archive-description p { margin: 0 }
#portfolio-wrap ul { margin: 0px; list-style: none; }
/*portfolio entry*/
.portfolio-entry a { display: block; text-decoration: none; }
.portfolio-entry-title a, .portfolio-entry-title a:hover { color: #fff }
.portfolio-entry:hover .portfolio-entry-title a { text-decoration: underline }
.portfolio-entry-img-link { display: block; position: relative; }
.portfolio-entry-img-link img { width: 100%; display: block; }
.portfolio-entry-overlay { visibility: hidden; opacity: 0; font-size: 14px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #212a30; background: rgba(0, 0, 0, 0.7); color: #fff; padding: 30px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font-weight: bold; transition: all 0.2s ease-in-out; }
.portfolio-entry-title { margin: 0 0 5px; color: #fff; }
.portfolio-entry-icon { position: absolute; bottom: 20px; right: 20px; font-size: 14px; color: #fff; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.portfolio-entry-img-link:hover .portfolio-entry-overlay { visibility: visible; opacity: 1; }
/*single portfolio*/
.single-portfolio-media { padding-right: 20px }
.single-portfolio-media img { display: block; width: 100%; }
#portfolio-post-media-alternative img { width: auto; max-width: 100%; }
.single-portfolio-content p:last-child { margin: 0 }
.single-portfolio-title { margin-bottom: 10px; font-size: 18px; color: #444; }
.single-portfolio-content .theme-button { padding: 6px 10px; font-size: 13px; }
/*single portfolio slider*/
.portfolio-post-slider-loader { text-align: left; font-size: 18px; }
#portfolio-slides-wrap { position: relative; width: 100%; }
.portfolio-slider-loader { font-size: 16px; color: #000; }
#portfolio-post-slider .flex-direction-nav li a.flex-next, #portfolio-post-slider .flex-direction-nav li a.flex-prev { height: 30px; line-height: 30px; width: 30px; font-size: 14px; }
#portfolio-post-slider .flex-direction-nav li a.flex-next { left: 31px }
#portfolio-post-slider .flex-direction-nav li a.flex-next, #portfolio-post-slider .flex-direction-nav li a.flex-prev { position: absolute; display: block; width: 30px; height: 30px; line-height: 30px; position: absolute; bottom: 0; cursor: pointer; font-size: 18px; text-align: center; background: #000; background: rgba(0,0,0,0.85); color: #fff; }
#portfolio-post-slider .flex-direction-nav li a.flex-next { left: 31px }
#portfolio-post-slider .flex-direction-nav li a.flex-prev { left: 0 }
#portfolio-post-slider .flex-direction-nav li a:hover { background: #008fd5; color: #fff; text-decoration: none; }
/*pass protection*/
.protected-item-form { margin-botom: 30px }
.protected-item-form p:first-child { margin: 0 0 10px; text-transform: uppercase; color: #666; font-weight: bold; }
/*related portfolio items*/
.related-portfolio-posts h4 { margin: 0 0 20px; font-size:18px; font-size: 16px; font-weight: bold; color: #444; }
.related-portfolio-posts .related-portfolio-posts-inner { border-top: 3px solid #efefef; padding-top: 20px; }

/* Blog Posts & Blog Entries
----------------------------------------------------------- */
/*entry*/
.blog-entry { margin-bottom: 50px; border-bottom: 3px solid #efefef; padding-bottom: 50px; }
.blog-entry .col { margin-bottom: 0; }
.blog-entry .theme-button { padding: 10px 14px; font-size: 13px; }
.blog-entry .meta.span_5 { font-size: 12px; color: #777; list-style: none; }
.blog-entry .meta.span_5 a { text-decoration: none; }
.blog-entry .meta.span_5 a:hover { color: #000; text-decoration: underline; }
.blog-entry .meta.span_5 li { float: left; margin-right: 20px; margin-bottom: 5px; }
.blog-entry .meta.span_5 li i { display: inline-block; color: #ccc; width: 25px; }
.meta.standard-meta { display: block; float: none; font-size: 12px; color: #777; margin: -5px 0 20px; list-style: none; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.meta.standard-meta a { text-decoration: none; }
.meta.standard-meta a:hover { color: #000; text-decoration: underline; }
.meta.standard-meta li { float: left; margin-right: 20px; margin-bottom: 5px; }
.meta.standard-meta li i { color: #ccc; margin-right: 7px; }
.blog-entry .blog-entry-img-link img { display: block; }
.blog-entry .blog-entry-img-link img:hover { opacity: 0.8; }
.blog-entry .blog-entry-img-link { display: block; margin-bottom: 20px; }
.blog-entry h2 { margin: 0 0 5px; font-size: 24px; }
.blog-entry h2 a { color: #444; }
.blog-entry h2 a:hover { color: #008fd5; }
.blog-entry-video { margin-bottom: 20px; }
/*post title + meta*/
.post-title { font-size: 24px; margin: 0 0 20px; line-height: 1.3em; }
.single .meta { display: block; float: none; font-size: 12px; color: #777; margin: -15px 0 20px; list-style: none; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.single .meta a { text-decoration: none; }
.single .meta a:hover { color: #000; text-decoration: underline; }
.single .meta li { float: left; margin-right: 20px; margin-bottom: 5px; }
.single .meta li i { color: #ccc; margin-right: 7px; }
/*post-thumbnail*/
#post-thumbnail { display: block; position: relative; margin-bottom: 20px; }
#post-thumbnail img { width: 100%; display: block; }
#blog-post-video { margin-bottom: 20px; }
/*tags*/
.post-tags { margin-top: 40px }
.post-tags a { display: block; float: left; padding: 4px 7px; background: #f5f5f5; color: #666; margin-right: 5px; margin-bottom: 5px; font-size: 11px; font-weight: 400; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; }
.post-tags a:hover { background: #e95656; color: #fff; text-decoration: none; }
/*author bio*/
.author-info { margin-top: 40px; padding: 20px 0; font-size: 13px; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
.archive.author .author-info { margin-bottom: 40px; }
.author-avatar { float: left; margin-right: 30px; margin-bottom: 30px; }
.author-avatar img { display: block; padding: 4px; border: 1px solid #e6e6e6; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.author-info h4 { font-size: 14px; margin: 0 0 5px; color: #444; font-weight: bold; }
.author-link { display: inline-block; margin-top: 5px; }
.author-info .col { margin-bottom: 0 }
.author-info p:last-child { margin-bottom: 0 }
.author .author-info { margin: 0 0 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
/*related posts*/
.related-posts { margin-top: 40px }
.related-posts h4 { font-size: 16px; margin: 0 0 20px; color: #444; font-weight: bold; }
.related-posts .related-entry { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.related-posts .col { margin-bottom: 0 }
.related-posts p:last-child { margin-bottom: 0 }
.related-posts .related-entry:last-child { margin: 0; padding: 0; border: none; }
.related-posts .related-entry .read-more { font-weight: bold; font-size: 11px; }
.related-entry-img a { max-width: 100%; float: left; display: block; }
.related-entry-img img { display: block;  max-size: 100%; padding: 4px; border: 1px solid #e6e6e6; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.related-entry-img img:hover { opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; }
.related-entry-title { margin: 0 0 10px; font-size: 14px; font-weight: bold; }
.related-entry-content { padding-left: 10px }
.related-posts .span_6 { width: 23.5% }
.related-posts .span_18 { width: 74.5% }

/* Gallery
----------------------------------------------------------- */
.gallery-entry { max-size: 100%; border-radius: 3px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.gallery-entry img { display: block; max-width: 100%; }
.gallery-entry img:hover { opacity: 0.8 }

/* Pagination
----------------------------------------------------------- */
ul.page-numbers { list-style: none; margin: 0; }
.page-numbers:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
ul.page-numbers li { display: block; float: left; margin: 0 4px 4px 0; text-align: center; }
.page-numbers a, .page-numbers span { display: block; padding: 2px 9px; text-decoration: none; font-size: 11px; font-weight: normal; cursor: pointer; background: #F5F5F5;background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#FFF)), #FFF;background: -moz-linear-gradient(90deg, #F5F5F5 0%, #FFF 100%), #FFF;border: 1px solid #bbb;color: #444;font-weight: normal;line-height: 1em; padding: 7px 10px;width: auto; border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.page-numbers a span { padding: 0 }
.page-numbers a:hover { background: #fff; text-decoration: none; }
.page-numbers.current, .page-numbers.current:hover { color: #fff; background: #008fd5; border-color: #008fd5; text-decoration: none; }

/* Single Nav
----------------------------------------------------------- */
.single-nav { position: absolute; top: 50%; right: 0; margin-top: -13px; height: 26px; }
.single-nav-left, .single-nav-right { float: left; margin-left: 3px; }
.single-nav a { font-size: 14px; display: block; width: 26px; height: 26px; line-height: 26px; background: #F5F5F5;background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#FFF)), #FFF;background: -moz-linear-gradient(90deg, #F5F5F5 0%, #FFF 100%), #FFF;border: 1px solid #ddd;color: #999;font-weight: normal; text-align: center; border-radius: 3px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02); }
.single-nav a:hover { text-decoration: none; color: #000; }

/* Yoast Breadcrumbs
----------------------------------------------------------- */
#breadcrumbs { font-size: 11px; margin-top: 7px; color: #999; }
#breadcrumbs a { color: #666; }
#breadcrumbs a:hover { color: #222; }

/* Sidebar
----------------------------------------------------------- */
.sidebar-container { font-size: 12px; }
.sidebar-box { margin-bottom: 20px; border: 1px solid #e6e6e6; padding: 20px; box-shadow: 0 1px 1px rgba(0,0,0,0.03); }
.widget_search { border: none; padding: 0; }
.sidebar-box h4 { background: #fafafa; margin: -20px -20px 20px; padding: 15px 20px; border-bottom: 1px solid #e6e6e6; font-weight: bold; text-transform: uppercase; font-size: 11px; color: #777;  }
.sidebar-box a { color: #666; }
.sidebar-box a:hover { color: #008fd5; text-decoration: none; }

/* Widgets
----------------------------------------------------------- */
/*tagcloud*/
.tagcloud a { float: left; display: block; font-size: 12px !important; line-height: 1.6em !important; margin-bottom: 7px; margin-right: 7px; padding: 4px 14px; background: #F5F5F5;background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#FFF)), #FFF;background: -moz-linear-gradient(90deg, #F5F5F5 0%, #FFF 100%), #FFF;border: 1px solid #bbb;color: #444;font-weight: normal;line-height: 1em; border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); }
.tagcloud a:hover { background: #fff; color: #444; }
.tagcloud a:active { box-shadow: inset 0 2px 4px rgba(0,0,0,0.1); }
/*calendar*/
#wp-calendar { width: 100% }
/*recent enties*/
.widget_recent_entries li { display: block; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.widget_recent_entries li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
#footer .widget_recent_entries li:first-child { padding-top: 10px; border-top: 1px solid #eee; border-color: rgba(102,102,102,0.13); }
#footer .widget_recent_entries li:last-child { padding-bottom: 10px; margin-bottom: 0; border-bottom: 1px solid #eee; border-color: rgba(102,102,102,0.13); }
/*pages*/
.widget_nav_menu li { display: block; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.widget_nav_menu li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.widget_nav_menu li ul li { padding-bottom: 0; border-bottom: none; padding-left: 20px; }
.widget_nav_menu li[class^="icon-"], #navbar .dropdown-menu li[class*=" icon-"] { font-family: inherit; }
#footer .widget_recent_entries li,
#footer .widget_recent_entries li ul li:first-child,
#footer .widget_nav_menu li,
#footer .widget_nav_menu li ul li:first-child { border-color: #e0e0e0; border-color: rgba(102,102,102,0.13); }
#footer .widget_nav_menu li:first-child { padding-top: 10px; border-top: 1px solid #eee; border-color: rgba(102,102,102,0.13); }
#footer .widget_nav_menu li:last-child { padding-bottom: 10px; margin-bottom: 0; border-bottom: 1px solid #eee; border-color: rgba(102,102,102,0.13); }

/* Footer
----------------------------------------------------------- */
/*footer main*/
#footer { background: #fafafa; border-top: 1px solid #dfdfdf; color: #666; padding: 50px 0 20px; font-size: 13px; box-shadow: inset 0 1px 1px #f0f0f0; font-size: 12px; }
#footer .container { position: relative; }
#footer a { color: #777; }
#footer a:hover { color: #000; text-decoration: none; }
#footer ul { margin: 0 }
#footer .col { margin-bottom: 0 }
/*footer widgets*/
.footer-widget { margin-bottom: 40px }
.footer-widget h6 { font-size: 12px; text-transform: uppercase; margin: 0 0 15px; color: #555; font-weight: bold; }
/*footer bottom*/
#footer-bottom { position: relative; background: #efefef; font-size: 11px; color: #444; border-top: 2px solid #dfdfdf;  }
#footer-bottom .container { position: relative; padding: 20px 0; }
#footer-bottom a { color: #444 }
#footer-bottom a:hover { color: #e95656 }
#copyright p:last-child { margin: 0 }
#footer-bottom .col { margin-bottom: 0 }
/*footer menu*/
#copyright a { color: #e95656 }
#footer-menu { text-align: right }
#footer-menu ul { float: right }
#footer-menu li { display: block; float: left; margin-left: 15px; font-weight: normal; }
#footer-menu a { display: block }
#footer-menu li:last-child a { margin: 0; padding: 0; background: none; }

/* Social
----------------------------------------------------------- */
#social { position: absolute; right: 0; top: 50%; height: 16px; margin-top: -8px; list-style: none; }
#social li { display: block; float: left; margin-left: 4px; }
#social a { display: block; float: left; opacity: 0.4; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; margin-left: 5px; }
#social a img { height: 14px; width: 14px; display: block; }
#social a:hover { opacity: 1; }

/* Search
----------------------------------------------------------- */
.search-entry { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #eee; }
.search-entry h2 { font-size: 14px; text-transform: uppercase; margin: 0 0 10px; font-weight: bold; color: #444; }
.search-entry-img-link { display: block; float: left; margin-right: 30px; }
.search-entry-img-link img { display: block; padding: 4px; background: #fff; max-size: 100%; }
.search-entry-img-link img:hover { opacity: 0.8; }
.search-entry-text p:last-child { margin: 0 }

/* Form 7
----------------------------------------------------------- */
div.wpcf7 .wpcf7-not-valid { border-color: #F00; box-shadow: 0 0 6px rgba(255,0,0,0.4); }
span.wpcf7-not-valid-tip { display: none !important }
div.wpcf7-validation-errors { margin: 0; padding: 10px; color: #c4690e; background: #fffdf3; text-align: center; border: 1px solid #e6bf4a; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
div.wpcf7-mail-sent-ng { margin: 0; padding: 10px; background: #ffe9e9; color: #d04544; border: 1px solid #e7a9a9; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.wpcf7 p { font-size: 11px; text-transform: uppercase; }
.wpcf7 input, .wpcf7 textarea { margin-top: 5px; }

/* Comments
----------------------------------------------------------- */
.comments-title { color: #444; font-size: 16px; font-weight: bold; margin-top: 40px; padding-top: 30px; border-top: 2px solid #e6e6e6; }
.comment-notes { font-size: 12px; color: #666; font-family: Georgia, "Times New Roman", Times, serif; }
.comment-list .children { margin-left: 25px }
.comment-list li article { position: relative }
.comment-author { position: absolute; top: 0; left: 0; padding: 3px; border: 1px solid #e6e6e6; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.comment-author .avatar { display: block; max-size: 100%; border-radius: 3px; }
.comment-details { margin-bottom: 25px; padding: 20px; margin-left: 80px; background: #fafafa; border: 1px solid #e6e6e6; font-size: 12px; }
.comment-meta { margin-bottom: 5px; }
.comment-meta .fn { font-weight: bold; font-size: 14px; }
.comment-date a { font-size: 12px; color: #888; font-size: 11px; }
.comment-meta:after { content: ""; display: block; width: 20px; height: 1px; background: #ddd; margin: 10px 0; }
.comment-reply-link { float: right; font-weight: 400; color: #666; font-size: 12px; text-decoration: none; }
.comment-reply-link:hover { color: #008fd5; }
#cancel-comment-reply-link { float: left; margin-right: 10px; color: #F00; font-size: 18px; }
#cancel-comment-reply-link:hover { text-decoration: none; color: #000; }
#respond h3 { height: 35px; line-height: 35px; margin: 15px 0; font-size: 16px; font-weight: #444; font-weight: bold; margin: 0; }
.logged-in-as { font-size: 13px }
label { font-size: 13px; font-weight: bold; color: #666; margin: 0; }
.comment-navigation { font-size: 12px }
.nav-next { text-align: right }
.form-allowed-tags { display: none }
span.required { color: #F00 }
.comment-form-comment label[for=comment] { display: none; }
/*WP JetPack*/
.comment-subscription-form { font-size: 12px; margin-top: 20px; margin-bottom: 0px; }
.comment-subscription-form:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.comment-subscription-form input, .comment-subscription-form label { float: left; margin: 0px !important; margin-right: 5px !important; padding: 10px; }

/* 404 Page
----------------------------------------------------------- */
#error-page-title { font-size: 32px; text-align: center; font-weight: bold; background: none; line-height: 1em; border: none; margin: 0 0 10px; color: #777; }
#error-page-title span { margin-right: 7px }
#error-page-text { text-align: center; font-size: 11px; }

/* View.js Lightbox
----------------------------------------------------------- */
.viewer { background-color: rgba(0,0,0,0.8); background-color: transparent; background-image: -moz-radial-gradient(50% 50%,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.9) 100%); background-image: -webkit-radial-gradient(50% 50%,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.9) 100%); background-image: -o-radial-gradient(50% 50%,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.9) 100%); background-image: -ms-radial-gradient(50% 50%,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.9) 100%); background-image: radial-gradient(50% 50%,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.9) 100%); }
.viewer .caption { color: #fff; font-size: 16px; font-weight: bold; line-height: 50px; }
.viewer li>div { left: 50px; top: 50px; bottom: 50px; right: 50px; }
.viewer li.loading.previous, .viewer li.loading.next { background: 0 }
.viewer img { -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.5); -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.5); box-shadow: 0 5px 20px rgba(0,0,0,0.5); }
/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=3.1.0');src:url('font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=3.1.0') format('woff'),url('font/fontawesome-webfont.ttf?v=3.1.0') format('truetype'),url('font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}a [class^="icon-"],a [class*=" icon-"],a [class^="icon-"]:before,a [class*=" icon-"]:before{display:inline}[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.2857142857142858em;text-align:center}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.5714285714285714em}ul.icons-ul{list-style-type:none;text-indent:-0.7142857142857143em;margin-left:2.142857142857143em}ul.icons-ul>li .icon-li{width:.7142857142857143em;display:inline-block;text-align:center}[class^="icon-"].hide,[class*=" icon-"].hide{display:none}.icon-muted{color:#eee}.icon-light{color:#fff}.icon-dark{color:#333}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.icon-5x{font-size:5em}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em}[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block}.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em}.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em}.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}.icon-stack .icon-stack-base{font-size:2em;*line-height:1em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.icon-flip-horizontal:before{-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.icon-flip-vertical:before{-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-cog:before{content:"\f013"}.icon-trash:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download-alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle:before{content:"\f01d"}.icon-repeat:before,.icon-rotate-right:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before{content:"\f044"}.icon-share:before{content:"\f045"}.icon-check:before{content:"\f046"}.icon-move:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-share-alt:before,.icon-mail-forward:before{content:"\f064"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-sign:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder-close:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-up:before{content:"\f087"}.icon-thumbs-down:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-signin:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-check-empty:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0a2"}.icon-certificate:before{content:"\f0a3"}.icon-hand-right:before{content:"\f0a4"}.icon-hand-left:before{content:"\f0a5"}.icon-hand-up:before{content:"\f0a6"}.icon-hand-down:before{content:"\f0a7"}.icon-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"\f0b2"}.icon-group:before{content:"\f0c0"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-beaker:before{content:"\f0c3"}.icon-cut:before{content:"\f0c4"}.icon-copy:before{content:"\f0c5"}.icon-paper-clip:before{content:"\f0c6"}.icon-save:before{content:"\f0c7"}.icon-sign-blank:before{content:"\f0c8"}.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before{content:"\f0dc"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-up:before{content:"\f0de"}.icon-envelope-alt:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-undo:before,.icon-rotate-left:before{content:"\f0e2"}.icon-legal:before{content:"\f0e3"}.icon-dashboard:before{content:"\f0e4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before{content:"\f0ea"}.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-alt:before{content:"\f0f3"}.icon-coffee:before{content:"\f0f4"}.icon-food:before{content:"\f0f5"}.icon-file-alt:before{content:"\f0f6"}.icon-building:before{content:"\f0f7"}.icon-hospital:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before{content:"\f10b"}.icon-circle-blank:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-reply:before,.icon-mail-reply:before{content:"\f112"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}.icon-expand-alt:before{content:"\f116"}.icon-collapse-alt:before{content:"\f117"}.icon-smile:before{content:"\f118"}.icon-frown:before{content:"\f119"}.icon-meh:before{content:"\f11a"}.icon-gamepad:before{content:"\f11b"}.icon-keyboard:before{content:"\f11c"}.icon-flag-alt:before{content:"\f11d"}.icon-flag-checkered:before{content:"\f11e"}.icon-terminal:before{content:"\f120"}.icon-code:before{content:"\f121"}.icon-reply-all:before{content:"\f122"}.icon-mail-reply-all:before{content:"\f122"}.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123"}.icon-location-arrow:before{content:"\f124"}.icon-crop:before{content:"\f125"}.icon-code-fork:before{content:"\f126"}.icon-unlink:before{content:"\f127"}.icon-question:before{content:"\f128"}.icon-info:before{content:"\f129"}.icon-exclamation:before{content:"\f12a"}.icon-superscript:before{content:"\f12b"}.icon-subscript:before{content:"\f12c"}.icon-eraser:before{content:"\f12d"}.icon-puzzle-piece:before{content:"\f12e"}.icon-microphone:before{content:"\f130"}.icon-microphone-off:before{content:"\f131"}.icon-shield:before{content:"\f132"}.icon-calendar-empty:before{content:"\f133"}.icon-fire-extinguisher:before{content:"\f134"}.icon-rocket:before{content:"\f135"}.icon-maxcdn:before{content:"\f136"}.icon-chevron-sign-left:before{content:"\f137"}.icon-chevron-sign-right:before{content:"\f138"}.icon-chevron-sign-up:before{content:"\f139"}.icon-chevron-sign-down:before{content:"\f13a"}.icon-html5:before{content:"\f13b"}.icon-css3:before{content:"\f13c"}.icon-anchor:before{content:"\f13d"}.icon-unlock-alt:before{content:"\f13e"}.icon-bullseye:before{content:"\f140"}.icon-ellipsis-horizontal:before{content:"\f141"}.icon-ellipsis-vertical:before{content:"\f142"}.icon-rss-sign:before{content:"\f143"}.icon-play-sign:before{content:"\f144"}.icon-ticket:before{content:"\f145"}.icon-minus-sign-alt:before{content:"\f146"}.icon-check-minus:before{content:"\f147"}.icon-level-up:before{content:"\f148"}.icon-level-down:before{content:"\f149"}.icon-check-sign:before{content:"\f14a"}.icon-edit-sign:before{content:"\f14b"}.icon-external-link-sign:before{content:"\f14c"}.icon-share-sign:before{content:"\f14d"}section.related-portfolio-posts{display:none;}.bx-wrapper{margin:35px auto !important;}#navbar .dropdown-menu a{font-size:small;}.page-header-title{font-size:x-large;}body, html, a, span, p{font-size:medium;}li.meta-category, li.meta-author, li.meta-date {display:none !important;}