/*
Theme Name: LN Motors New Theme
Theme URI: 
Author: Mareks Voicehs	
Author URI: http://www.mareksvoicehs.info
Description: Custom responsive garage theme
Version: 1
*/
/*  TABLE OF CONTENTS
00. @IMPORT
01. RESET
02. GLOBAL
03. STRUCTURE
04. MEDIA
05. NAVIGATION
06. HEADER
	-Main
	-Menu
	-Bootstrap Menu
	-Slider
	-Intro Options
	-Notification Bar
07. MAIN CONTENT
	-Breadcrumbs
	-Pre-Designed Homepage
	-Call to Action / Attention Grabber
	-Floating Content
08. FOOTER
09. WIDGETS & SIDEBAR
10. PAGE FORMATS
	-Meta Content
	-Blog
	-Single Post
	-Contact Us
	-Archive
	-Sitemap
	-Parallax
	-Search Results
	-404 Error
	-Portfolio
	-Project
11. IE STYLES
12. SAFARI STYLES
13. MISC
14. Custom CSS
15. Testimonials
*/
/* ---------------------------------------------------------------------------------------
	00. @IMPORT
--------------------------------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Roboto);
/* ---------------------------------------------------------------------------------------
	01. RESET
--------------------------------------------------------------------------------------- */
/* line 64, style.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, cite,
del, dfn, em, font, q, s, samp,
strike, strong,
ol, ul, li,
fieldset, form, label, legend,
tbody, tfoot, thead, tr {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: 'Roboto', sans-serif;
}

/* line 83, style.scss */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 90, style.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

/* line 101, style.scss */
ol, ul {
  list-style: none;
}

/* line 104, style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

/* line 108, style.scss */
blockquote, q {
  quotes: "" "";
}

/* line 111, style.scss */
dt {
  font-weight: bold;
}

/* line 114, style.scss */
a:focus {
  outline: thin dotted;
}

/* line 117, style.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 121, style.scss */
a img {
  border: 0;
}

/* line 124, style.scss */
.clearboth {
  width: 100%;
  clear: both;
  display: block;
}

/* line 130, style.scss */
*,
*:after,
*:before {
  box-sizing: border-box;
}

/* ---------------------------------------------------------------------------------------
	02. GLOBAL
--------------------------------------------------------------------------------------- */
/* line 139, style.scss */
body,
button,
input,
select,
textarea,
p {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  word-wrap: break-word;
}

/* line 153, style.scss */
#body-core {
  background: white;
  min-width: 320px;
}

/* line 160, style.scss */
body {
  background-image: url("../images/grey_wash_wall.png");
  background-attachment: fixed;
}

/* Responsive screen width */
/* line 168, style.scss */
body.layout-fixed,
body.layout-fixed #body-core,
body.layout-fixed #site-header,
body.layout-fixed #notification {
  min-width: 960px;
}

/* Headings */
/* line 176, style.scss */
h1, h2, h3, h4, h5, h6 {
  color: #202020;
  clear: both;
  margin: 0 0 0.8em;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 188, style.scss */
h1 {
  font-size: 28px;
}

/* line 191, style.scss */
h2 {
  font-size: 24px;
}

/* line 194, style.scss */
h3 {
  font-size: 20px;
}

/* line 197, style.scss */
h4 {
  font-size: 16px;
}

/* line 200, style.scss */
h5 {
  font-size: 14px;
}

/* line 203, style.scss */
h6 {
  font-size: 12px;
}

/* line 206, style.scss */
hr {
  background-color: #E6E6E6;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
/* line 214, style.scss */
p {
  margin-bottom: 20px;
}

/* line 217, style.scss */
ul, ol {
  margin: 0 0 20px 20px;
}

/* line 220, style.scss */
ul {
  list-style: disc;
}

/* line 223, style.scss */
ol {
  list-style: decimal;
}

/* line 226, style.scss */
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 231, style.scss */
ol li {
  list-style: inside;
}

/* line 235, style.scss */
b, strong {
  font-weight: bold;
}

/* line 238, style.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 241, style.scss */
blockquote {
  font-style: italic;
  margin: 0 1.5em;
}

/* line 245, style.scss */
pre {
  line-height: 25px;
  padding: 0px 20px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 50%, #f9f9f9 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f2f2f2), color-stop(50%, #f9f9f9));
  background: -webkit-linear-gradient(top, #f2f2f2 50%, #f9f9f9 50%);
  background: -o-linear-gradient(top, #f2f2f2 50%, #f9f9f9 50%);
  background: -ms-linear-gradient(top, #f2f2f2 50%, #f9f9f9 50%);
  background: linear-gradient(to bottom, #f2f2f2 50%, #f9f9f9 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f9f9f9',GradientType=0 );
  background-size: 50px 50px;
}

/* line 260, style.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 274, style.scss */
button,
input {
  line-height: normal;
  *overflow: visible;
}

/* line 279, style.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 6px 15px;
}

/* line 287, style.scss */
input.searchsubmit {
  padding: 6px 15px;
}

/* line 290, style.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

/* line 294, style.scss */
input[type="search"] {
  -webkit-appearance: textfield;
}

/* line 297, style.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 300, style.scss */
input[type="password"] {
  padding: 4px 5px;
}

/* line 303, style.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 308, style.scss */
input[type=text],
input[type=email],
input[type="password"],
textarea {
  background: white;
  border: 1px solid #E0E0E0;
  padding: 5px;
}

/* line 316, style.scss */
input[type=text]:focus,
input[type=email]:focus,
input[type="password"]:focus,
textarea:focus {
  background: #fff;
}

/* line 322, style.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
}

/* Tables */
/* line 329, style.scss */
table {
  text-align: center;
  margin: 0 0 25px;
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: none;
  border-collapse: collapse;
}

/* line 337, style.scss */
caption {
  font-size: 0.875rem;
  font-style: italic;
  color: #888;
}

/* line 342, style.scss */
th,
td {
  padding: 4px 2%;
  border: 1px solid #ddd;
  border-left: none;
}

/* line 348, style.scss */
th {
  font-size: 0.9em;
  font-weight: bold;
}

/* line 352, style.scss */
td {
  border-top: none;
}

/* line 355, style.scss */
#footer table,
#footer th,
#footer td {
  border-color: #444;
}

/* line 361, style.scss */
td:not(:first-child) {
  color: #FD5200;
  font-size: 1.5em;
  vertical-align: middle;
}

/* line 367, style.scss */
td:first-child {
  text-align: left;
  vertical-align: middle;
}

/* Links */
/* line 373, style.scss */
a {
  cursor: pointer;
  text-decoration: none;
  outline: 0 none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 383, style.scss */
a,
a:visited {
  color: #FD5200;
  text-decoration: none;
}

/* Alignment */
/* line 390, style.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* line 396, style.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

/* line 402, style.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 20px auto;
}

/* ---------------------------------------------------------------------------------------
	03. STRUCTURE
--------------------------------------------------------------------------------------- */
/* line 412, style.scss */
#pre-header-core,
#header-core,
#header-links-inner,
#content-core,
#footer-core,
#sub-footer-core,
#notification-core,
#introaction-core,
#outroaction-core {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

/* line 427, style.scss */
#content,
.main-navigation,
.site-title,
.site-description {
  margin: 0 auto;
}

/* line 433, style.scss */
#content {
  clear: both;
  margin: 0;
  padding: 20px 10px;
}

/* Boxed layout */
/* line 440, style.scss */
body.custom-background #body-core {
  max-width: 1220px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

/* ---------------------------------------------------------------------------------------
	04. MEDIA
--------------------------------------------------------------------------------------- */
/* line 457, style.scss */
.entry-content img,
.entry-content iframe {
  display: block;
}

/* line 461, style.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 465, style.scss */
embed,
iframe,
object,
.wp-caption {
  max-width: 100%;
}

/* line 471, style.scss */
iframe.twitter-tweet {
  margin: 0 !important;
  width: 100%;
}

/* line 476, style.scss */
iframe {
  width: 100%;
}

/* line 479, style.scss */
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 12px;
  font-style: italic;
}

/* line 484, style.scss */
#content .gallery a img {
  border: none;
}

/* ---------------------------------------------------------------------------------------
	05. NAVIGATION
--------------------------------------------------------------------------------------- */
/* line 492, style.scss */
#nav-above,
#nav-below {
  margin: 0px 0px 10px 0px;
}

/* line 498, style.scss */
.nav-previous a {
  color: #FFF;
  background: #FD5200;
  padding: 5px 10px;
  float: left;
}

/* line 504, style.scss */
.nav-previous a .meta-icon {
  float: left;
  margin-right: 5px;
  padding: 1px 6px 2px 0;
}

/* line 512, style.scss */
.nav-next a {
  color: #FFF;
  background: #FD5200;
  padding: 5px 10px;
  float: right;
}

/* line 518, style.scss */
.nav-next a .meta-icon {
  float: right;
  margin-left: 5px;
  padding: 1px 0 2px 6px;
}

/* line 524, style.scss */
.nav-previous a .meta-icon,
.nav-next a .meta-icon {
  display: table;
}

/* line 528, style.scss */
.nav-previous a:hover,
.nav-next a:hover {
  background: #333;
}

/* line 532, style.scss */
.nav-previous a i,
.nav-next a i {
  vertical-align: top;
  display: table-cell;
}

/* line 538, style.scss */
address a,
p a {
  color: #FD5200;
}

/* line 543, style.scss */
ol p a {
  color: #FD5200;
}

/* =Pagination
----------------------------------------------------------------------------- */
/* =Pagination
----------------------------------------------------------------------------- */
/* line 552, style.scss */
.pag {
  text-align: right;
  margin: 0;
  list-style: none;
}

/* line 557, style.scss */
.pag li {
  font-size: smaller;
  display: inline-block;
  margin-right: 2px;
}

/* line 562, style.scss */
.pag li a,
.pag li span {
  color: inherit;
  padding: 1px 6px;
  border: 1px solid #EEE;
  background: white;
  display: block;
}

/* line 570, style.scss */
.pag li a:hover {
  color: #FD5200;
  border-color: #FD5200;
}

/* line 574, style.scss */
.pag li.current span {
  color: #fff;
  background: #FD5200;
  border-color: #FD5200;
}

/* line 579, style.scss */
li.pag-first {
  display: none;
}

/* line 582, style.scss */
li.pag-last {
  display: none;
}

/* ---------------------------------------------------------------------------------------
	06. HEADER
--------------------------------------------------------------------------------------- */
/* Custom Header */
/* line 596, style.scss */
.custom-header img {
  display: block;
}

/* =Main
----------------------------------------------------------------------------- */
/* line 602, style.scss */
.site-description {
  color: #FD5200;
  font-size: 13px;
  line-height: 13px;
}

/* line 610, style.scss */
.header-logo {
  display: block;
  float: left;
}

/* line 615, style.scss */
.top-slogan {
  float: right;
  font-size: 2em;
  padding-top: 45px;
  padding-right: 5%;
}

/* line 622, style.scss */
#logo img {
  max-height: 150px;
  display: block;
  margin: 0 auto;
  padding: 20px;
}

/* line 628, style.scss */
#logo h1 {
  font-size: 22px;
  font-weight: bold;
}

/* =Menu
----------------------------------------------------------------------------- */
/* Site-header */
/* line 638, style.scss */
#site-header {
  line-height: 1.5;
}

/* Pre-header */
/* line 643, style.scss */
#pre-header {
  background: #1C1C1C;
  padding-right: 20px;
}

/* line 647, style.scss */
#pre-header li {
  float: left;
}

/* line 650, style.scss */
#pre-header .header-links > ul > li > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 657, style.scss */
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
  color: white;
}

/* line 661, style.scss */
#pre-header .header-links li a,
#pre-header-social li,
#pre-header-social li a,
#pre-header-search input {
  color: #CCC;
  font-size: 12px;
  display: block;
}

/* line 669, style.scss */
#pre-header .header-links li a,
#pre-header-social li.message {
  padding: 9px 15px 7px;
}

/* line 673, style.scss */
#pre-header-social li,
#pre-header-social li a {
  border: 0px;
}

/* line 677, style.scss */
#pre-header .header-links .sub-menu {
  background: #1C1C1C;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #303030;
  position: absolute;
  display: none;
  z-index: 9999;
}

/* line 686, style.scss */
#pre-header .header-links .sub-menu li {
  border-bottom: 1px solid #303030;
}

/* line 689, style.scss */
#pre-header .header-links .sub-menu a {
  padding: 6px 20px 6px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 697, style.scss */
#pre-header .header-links .sub-menu a:hover {
  color: white;
}

/* line 700, style.scss */
#pre-header-core {
  display: table;
  width: 100%;
}

/* line 704, style.scss */
#pre-header-links-inner,
#pre-header-social,
#pre-header-search {
  display: table-cell;
  vertical-align: middle;
}

/* Pre-header - Search */
/* line 712, style.scss */
#pre-header-search {
  width: 1%;
  padding: 5px 5px 5px 20px;
}

/* line 716, style.scss */
#pre-header-search .search {
  max-width: 120px;
  background: #3A3A3A;
  border: 1px solid #444;
  padding: 3px 10px;
}

/* line 722, style.scss */
#pre-header-search .searchform {
  float: right;
}

/* line 725, style.scss */
#pre-header-search .searchsubmit {
  display: none;
}

/* Search input placeholder text color */
/* line 730, style.scss */
#pre-header-search ::-webkit-input-placeholder {
  color: #888;
}

/* line 731, style.scss */
#pre-header-search :-moz-placeholder {
  color: #888;
}

/* line 732, style.scss */
#pre-header-search ::-moz-placeholder {
  color: #888;
}

/* line 733, style.scss */
#pre-header-search :-ms-input-placeholder {
  color: #888;
}

/* Pre-header - Social Media */
/* line 736, style.scss */
#pre-header-social ul {
  display: table;
  float: right;
}

/* line 740, style.scss */
#pre-header-social li {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/* line 745, style.scss */
#pre-header-social li a {
  display: table;
  text-align: center;
  color: #FFF;
  width: 24px;
  height: 24px;
  margin: 3px;
  background: #4D4D4D;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}

/* line 759, style.scss */
#pre-header-social li.facebook a:hover {
  background: #3b5997;
}

/* line 762, style.scss */
#pre-header-social li.twitter a:hover {
  background: #a5dee8;
}

/* line 765, style.scss */
#pre-header-social li.google a:hover {
  background: #db4a39;
}

/* line 768, style.scss */
#pre-header-social li.linkedin a:hover {
  background: #56a1c4;
}

/* line 771, style.scss */
#pre-header-social li.flickr a:hover {
  background: #c5c5c5;
}

/* line 774, style.scss */
#pre-header-social li.youtube a:hover {
  background: #de1f26;
}

/* line 777, style.scss */
#pre-header-social li.rss a:hover {
  background: #fea81d;
}

/* line 780, style.scss */
#pre-header-social li i {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 1px;
}

/* Header */
/* line 788, style.scss */
#header {
  padding: 0;
}

/* line 791, style.scss */
#header-links {
  background-color: #000;
}

/* line 798, style.scss */
#header-links-inner {
  display: table;
  margin: 0 auto;
}

/* line 802, style.scss */
#header .header-links li {
  float: left;
}

/* line 805, style.scss */
#header .header-links > ul > li a {
  color: #fff;
  padding: 25px 20px;
}

/* line 809, style.scss */
#header .header-links > ul > li.menu-parent > a:after {
  position: relative;
  content: "\f107";
  font-family: fontawesome;
  padding-left: 6px;
}

/* line 815, style.scss */
#header .header-links li a {
  display: block;
  padding: 8px 14px;
  margin: 0px;
}

/* line 820, style.scss */
#header .header-links .sub-menu {
  display: none;
  float: left;
  position: absolute;
  z-index: 9999;
  border: 1px solid #303030;
  background: #1C1C1C;
}

/* line 828, style.scss */
#header .header-links .sub-menu a {
  color: white;
  font-size: 12px;
  border-bottom: 1px solid #303030;
  line-height: 32px;
  margin: 0;
  padding: 0 20px 0 10px;
}

/* line 836, style.scss */
#header .header-links .sub-menu li:last-child > a {
  border: 0;
}

/* line 843, style.scss */
#pre-header .sub-menu li,
#header .sub-menu li {
  float: none;
  position: relative;
}

/* line 848, style.scss */
#header .sub-menu li {
  padding: 2px 10px;
}

/* line 851, style.scss */
#header .sub-menu li:hover {
  padding-left: 10px;
}

/* line 855, style.scss */
#header .menu > li > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 862, style.scss */
#header .menu > li.menu-hover > a,
#header .menu > li.current_page_item > a,
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover {
  color: #FD5200;
}

/* line 868, style.scss */
.main-navigation:after {
  clear: both;
  content: "";
  display: block;
}

/* line 873, style.scss */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* line 878, style.scss */
.main-navigation .sub-menu a {
  white-space: nowrap;
}

/* line 881, style.scss */
.main-navigation .sub-menu .sub-menu {
  position: absolute;
  top: -1px;
  left: 100%;
}

/* line 888, style.scss */
#pre-header .main-navigation ul li:hover > ul,
#header .main-navigation ul li:hover > ul {
  display: block;
}

/* Header - Style 2 */
/* line 894, style.scss */
.slider-full.header-style2 #header-core {
  max-width: 100%;
}

/* line 897, style.scss */
.header-style2 #logo {
  float: none;
  margin: 25px 0;
}

/* line 901, style.scss */
.header-style2 #logo img {
  max-height: 90px;
}

/* line 904, style.scss */
.header-style2 #header-links {
  width: 100%;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

/* line 909, style.scss */
.header-style2 #header .header-links > ul > li > a {
  padding: 15px 20px;
}

/* Moving sub-menu items right */
/* line 914, style.scss */
#pre-header .header-links .sub-menu a,
#pre-header .header-links .sub-menu a span,
#pre-header .header-links .sub-menu .menu-parent > a:before,
#header .header-links .sub-menu a,
#header .header-links .sub-menu a span,
#header #header-core .sub-menu .menu-parent > a:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 926, style.scss */
#pre-header .header-links .sub-menu a:hover {
  padding-right: 10px;
}

/* line 929, style.scss */
#header .header-links .sub-menu a:hover {
  padding-right: 10px;
}

/* line 932, style.scss */
#pre-header .header-links .sub-menu a:hover span,
#header .header-links .sub-menu a:hover span {
  margin-left: 10px;
}

/* Arrows of menu parents (uses FontAwesome css) */
/* line 938, style.scss */
#pre-header .sub-menu .menu-parent > a:before {
  font-family: FontAwesome;
  font-size: 1em;
  text-align: right;
  content: "\f105";
  position: relative;
  left: 10px;
  display: inline-block;
  float: right;
}

/* line 948, style.scss */
#pre-header .sub-menu .menu-parent > a:hover:before {
  left: 0px;
}

/* line 951, style.scss */
#header .sub-menu .menu-parent > a:before {
  font-family: FontAwesome;
  font-size: 1.1em;
  text-align: right;
  content: "\f105";
  position: relative;
  left: 20px;
  display: inline-block;
  float: right;
}

/* line 961, style.scss */
#header .sub-menu .menu-parent > a:hover:before {
  left: 10px;
}

/* =Bootstrap Menu
----------------------------------------------------------------------------- */
/* line 968, style.scss */
#header-responsive {
  display: none;
}

/* =Slider
----------------------------------------------------------------------------- */
/* line 975, style.scss */
#slider-core {
  position: relative;
}

/* SlideDeck 2 Slider */
/* line 980, style.scss */
#slider .slidedeck-frame {
  margin: 0 auto;
}

/* Responsive ThinkUpSlider */
/* line 985, style.scss */
#slider .slides {
  height: 0;
  margin: 0;
}

/* line 989, style.scss */
#slider .rslides {
  margin: 0;
  overflow: hidden;
}

/* line 993, style.scss */
.rslides li {
  width: 100%;
}

/* line 996, style.scss */
.rslides img {
  width: 100%;
}

/* line 999, style.scss */
#slider .rslides-inner {
  position: relative;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
  overflow: hidden;
}

/* line 1007, style.scss */
#slider .rslides-inner li {
  height: auto;
  list-style: none;
}

/* line 1011, style.scss */
#slider .rslides-container {
  padding: 20px 10px;
}

/* line 1014, style.scss */
#slider a.rslides_nav {
  text-align: center;
  line-height: 1;
  width: 60px;
  height: 60px;
  margin: -30px 0 0;
  position: absolute;
  overflow: hidden;
  top: 50%;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 1028, style.scss */
#slider a.rslides_nav.prev {
  left: -60px;
}

/* line 1031, style.scss */
#slider a.rslides_nav.next {
  right: -60px;
}

/* line 1034, style.scss */
#slider a.rslides_nav.prev:before,
#slider a.rslides_nav.next:before {
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 60px;
  display: block;
  position: relative;
  z-index: 9999;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 1049, style.scss */
#slider a.rslides_nav.prev:hover:before,
#slider a.rslides_nav.next:hover:before {
  color: #333;
  background: #fff;
}

/* line 1054, style.scss */
#slider a.rslides_nav.prev:before {
  content: "\f104";
}

/* line 1057, style.scss */
#slider a.rslides_nav.next:before {
  content: "\f105";
}

/* line 1060, style.scss */
#slider .rslides-inner:hover a.rslides_nav {
  opacity: 1;
}

/* line 1063, style.scss */
#slider .rslides-inner:hover a.rslides_nav.prev {
  left: 0px;
}

/* line 1066, style.scss */
#slider .rslides-inner:hover a.rslides_nav.next {
  right: 0px;
}

/* line 1069, style.scss */
#slider .rslides_tabs {
  position: absolute;
  z-index: 99;
  text-align: center;
  width: 100%;
  bottom: 10px;
  margin: 0;
}

/* line 1077, style.scss */
#slider .rslides_tabs li {
  list-style: none;
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

/* line 1083, style.scss */
#slider .rslides_tabs li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 1100, style.scss */
#slider .rslides_tabs li a:hover,
#slider .rslides_tabs li.rslides_here a {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* Vary style for full-width and boxed slider */
/* line 1107, style.scss */
.slider-boxed #slider .rslides-inner {
  width: 950px;
}

/* line 1110, style.scss */
.slider-boxed #slider .rslides-inner {
  -webkit-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
  -moz-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
  -o-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
  box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
}

/* line 1116, style.scss */
.slider-full #header-core {
  max-width: 100%;
}

/* line 1119, style.scss */
.slider-full #header-links {
  border-bottom: none;
}

/* line 1122, style.scss */
.slider-full #slider .rslides-inner {
  width: 100%;
  position: relative;
}

/* line 1126, style.scss */
.slider-full #slider .rslides-container {
  padding: 0 0 20px;
}

/* Responsive ThinkUpSlider - Content */
/* line 1131, style.scss */
#slider .rslides-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

/* line 1137, style.scss */
#slider .rslides-content-inner {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* line 1143, style.scss */
#slider .featured {
  display: table-cell;
  vertical-align: middle;
}

/* line 1147, style.scss */
#slider .featured-title {
  margin-bottom: 10px;
}

/* line 1150, style.scss */
#slider .featured-title span {
  display: inline-block;
  color: #FFF;
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 10px;
}

/* line 1162, style.scss */
#slider .featured-excerpt p {
  margin-bottom: 25px;
}

/* line 1165, style.scss */
#slider .featured-excerpt span {
  display: inline-block;
  color: #FFF;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 10px;
  max-width: 50%;
  text-align: left;
}

/* line 1177, style.scss */
#slider .featured-link a {
  display: inline-block;
  color: #FD5200;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* line 1192, style.scss */
#slider .featured-link a:hover {
  background: #FD5200;
  border-color: #FD5200;
}

/* Animate slide content */
/* line 1198, style.scss */
#slider .featured-title,
#slider .featured-excerpt,
#slider .featured-link {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 1215, style.scss */
#slider .rslides1_on .featured-title,
#slider .rslides1_on .featured-excerpt,
#slider .rslides1_on .featured-link {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

/* line 1227, style.scss */
#slider .rslides1_on .featured-title {
  -webkit-transition-delay: 1.0s;
  -moz-transition-delay: 1.0s;
  -ms-transition-delay: 1.0s;
  -o-transition-delay: 1.0s;
  transition-delay: 1.0s;
}

/* line 1234, style.scss */
#slider .rslides1_on .featured-excerpt {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

/* line 1241, style.scss */
#slider .rslides1_on .featured-link {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

/* =Intro Options
----------------------------------------------------------------------------- */
/* line 1251, style.scss */
#intro.option1 {
  margin-bottom: 25px;
}

/* line 1254, style.scss */
#intro.option1 #intro-core {
  position: relative;
  width: 100%;
  display: table;
  padding-bottom: 20px;
}

/* line 1260, style.scss */
#intro.option1 .page-title {
  line-height: 1;
  text-transform: uppercase;
  margin: 0px;
  display: table-cell;
}

/* line 1266, style.scss */
#intro.option1 #intro-core:before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-bottom: 1px solid #EEE;
}

/* line 1273, style.scss */
#intro.option1 #intro-core:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 25px;
  border-bottom: 3px solid #FD5200;
}

/* =Notification Bar
----------------------------------------------------------------------------- */
/* line 1284, style.scss */
#notification {
  position: relative;
  z-index: 99999;
  width: 100%;
  background: #364BE6;
  border-bottom: 2px solid white;
  -webkit-box-shadow: 0 0 6px 0 #999;
  -moz-box-shadow: 0 0 6px 0 #999;
  -ms-box-shadow: 0 0 6px 0 #999;
  -o-box-shadow: 0 0 6px 0 #999;
  box-shadow: 0 0 6px 0 #999;
}

/* line 1296, style.scss */
#notification-core {
  text-align: center;
  color: white;
  padding: 5px 0px;
}

/* line 1301, style.scss */
#notification-core .notification-button {
  color: white;
  background: black;
  padding: 3px 10px;
  margin: 0px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* ---------------------------------------------------------------------------------------
	07. MAIN CONTENT
--------------------------------------------------------------------------------------- */
/* =Buttons
----------------------------------------------------------------------------- */
/* line 1320, style.scss */
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #FFF;
  text-align: center;
  border: none;
  background: #FD5200;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1335, style.scss */
a.themebutton {
  color: #FFF;
}

/* line 1338, style.scss */
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #333;
}

/* =Breadcrumbs
----------------------------------------------------------------------------- */
/* line 1348, style.scss */
#breadcrumbs {
  font-size: 10px;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

/* line 1354, style.scss */
#breadcrumbs .delimiter {
  padding: 0px 10px;
  color: #FD5200;
}

/* line 1358, style.scss */
#breadcrumbs a:hover {
  color: #FD5200;
}

/* =Pre-Designed Homepage (code also in style-responsive.css)
----------------------------------------------------------------------------- */
/* line 1364, style.scss */
#section-home {
  text-align: center;
  padding: 0 10px;
}

/* line 1368, style.scss */
#section-home-inner {
  max-width: 100%;
  margin: 20px auto 0;
}

/* line 1372, style.scss */
#section-home .section {
  display: block;
  background: white;
  padding: 10px;
  border: 1px solid #E0E0E0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1387, style.scss */
#section-home .entry-header {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1397, style.scss */
#section-home .entry-header span {
  background: #333;
  display: block;
  position: relative;
  border-radius: 500px;
  width: 90px;
  height: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

/* line 1411, style.scss */
#section-home .entry-header i {
  font-size: 50px;
  color: white;
  position: relative;
  top: 20px;
}

/* line 1418, style.scss */
#section-home img {
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1430, style.scss */
#section-home .entry-content {
  padding-top: 20px;
}

/* line 1433, style.scss */
#section-home h3 {
  font-size: 18px;
  font-weight: 600;
}

/* line 1437, style.scss */
#section-home .more-link {
  padding: 5px 10px;
}

/* line 1440, style.scss */
#section-home .more-link:after {
  font-family: FontAwesome;
  content: '\F101';
  padding-left: 5px;
}

/* =Call to Action / Attention Grabber
----------------------------------------------------------------------------- */
/* line 1449, style.scss */
#introaction,
#outroaction {
  padding: 10px;
}

/* line 1453, style.scss */
#introaction-core,
#outroaction-core {
  padding: 20px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #EEE;
}

/* line 1460, style.scss */
.action-text.three_fourth,
.action-button.one_fourth,
.action-text h3,
.action-text p,
.attention_text.three_fourth,
.attention_button.one_fourth,
.attention_text h3,
.attention_text p {
  margin-bottom: 0px;
}

/* line 1470, style.scss */
.action-text h3,
.attention_text h3 {
  margin-top: 0px;
}

/* line 1474, style.scss */
.action-text h3,
.action-text p,
.attention_text h3,
.attention_text p {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 1481, style.scss */
.action-button h4,
.attention_button h4 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 20px;
  margin: 0px 10px;
}

/* =Floating Content
----------------------------------------------------------------------------- */
/* line 1492, style.scss */
#header-core:before,
#header-core:after,
#header-links-inner .menu:before,
#header-links-inner .menu:after,
#intro-core:before,
#intro-core:after,
#introaction-core:before,
#introaction-core:after,
#outroaction-core:before,
#outroaction-core:after,
#main-core:before,
#main-core:after,
#content-core:before,
#content-core:after,
#article:before,
#article:after,
#nav-above:before,
#nav-above:after,
#nav-below:before,
#nav-below:after,
#sharepost:before,
#sharepost:after,
#author-image:before,
#author-image:after,
#author-bio:before,
#author-bio:after,
#sub-footer:before,
#sub-footer:after,
#footer-core:before,
#footer-core:after,
.entry-meta:before,
.entry-meta:after,
.attention:before,
.attention:after,
ul.pricing-table:before,
ul.pricing-table:after,
.popular-posts:before,
.popular-posts:after,
.recent-comments:before,
.recent-comments:after,
.recent-posts:before,
.recent-posts:after,
.searchform:before,
.searchform:after {
  content: "";
  display: table;
}

/* line 1539, style.scss */
#header-core:after,
#header-links-inner .menu:after,
#intro-core:after,
#introaction-core:after,
#outroaction-core:after,
#main-core:after,
#content-core:after,
#article:after,
#nav-above:after,
#nav-below:after,
#sharepost:after,
#author-image:after,
#author-bio:after,
#sub-footer:after,
#footer-core:after,
.entry-meta:after,
.attention:after,
ul.pricing-table:after,
.popular-posts:before,
.popular-posts:after,
.recent-comments:after,
.recent-posts:after,
.searchform:after {
  clear: both;
}

/* ---------------------------------------------------------------------------------------
	08. FOOTER
--------------------------------------------------------------------------------------- */
/* line 1569, style.scss */
#footer {
  background: #333;
  border-top: 6px solid #FD5200;
  border-bottom: 1px solid #111;
  padding: 15px 10px;
}

/* line 1575, style.scss */
#footer-core h3 {
  color: #EEE;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin: 10px 0px 15px;
  border-bottom: 1px solid #222;
  -webkit-box-shadow: 0 1px 0 0 #444;
  -moz-box-shadow: 0 1px 0 0 #444;
  -ms-box-shadow: 0 1px 0 0 #444;
  -o-box-shadow: 0 1px 0 0 #444;
  box-shadow: 0 1px 0 0 #444;
}

/* line 1590, style.scss */
#footer-core,
#footer-core p,
#footer-core a:hover {
  color: #AAA;
}

/* line 1595, style.scss */
#footer-core a {
  color: #FD5200;
}

/* Sub Footer */
/* line 1599, style.scss */
#sub-footer {
  background: #222;
  border-top: 1px solid #444;
  padding: 15px 0px;
}

/* line 1604, style.scss */
#sub-footer-core {
  padding: 0px 10px;
}

/* line 1607, style.scss */
#sub-footer-core,
#sub-footer-core a {
  font-size: 11px;
}

/* line 1611, style.scss */
#sub-footer-core {
  color: #AAA;
  text-align: center;
}

/* line 1615, style.scss */
#sub-footer-core a {
  color: #EEE;
}

/* line 1618, style.scss */
#sub-footer-core a:hover {
  color: #FD5200;
}

/* line 1622, style.scss */
#footer-menu {
  margin-bottom: 10px;
}

/* line 1625, style.scss */
#footer-menu a {
  padding: 0 8px;
}

/* line 1628, style.scss */
#footer-menu ul {
  margin: 0px;
}

/* line 1631, style.scss */
#footer-menu li {
  display: inline-block;
}

/* line 1634, style.scss */
#footer-menu li:after {
  content: "|";
}

/* line 1637, style.scss */
#footer-menu li:last-child:after {
  content: none;
}

/* ---------------------------------------------------------------------------------------
	09. WIDGETS & SIDEBAR
--------------------------------------------------------------------------------------- */
/* =Sidebar
--------------------------------------------------------------------------------------- */
/* line 1651, style.scss */
#sidebar .widget {
  margin-bottom: 35px;
  border-bottom: 1px solid #EEE;
}

/* line 1655, style.scss */
#sidebar h3.widget-title {
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0 0 15px;
}

/* line 1662, style.scss */
#sidebar .rev_slider_wrapper {
  padding: 3px;
  border: 1px solid #ddd;
}

/* line 1666, style.scss */
#sidebar h3.widget-title:before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-bottom: 1px solid #EEE;
}

/* line 1673, style.scss */
#sidebar h3.widget-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 25px;
  border-bottom: 3px solid #FD5200;
}

/* =Widgets
--------------------------------------------------------------------------------------- */
/* line 1684, style.scss */
.widget {
  line-height: 1.8;
}

/* line 1687, style.scss */
.widget select {
  max-width: 100%;
}

/* line 1690, style.scss */
#footer .widget {
  margin-bottom: 20px;
}

/* line 1693, style.scss */
#footer .widget-area .widget:last-child {
  margin-bottom: 0px;
}

/* Link color  - Various widgets */
/* line 1698, style.scss */
#footer .thinkup_widget_categories a,
#footer .popular-posts a,
#footer .recent-comments a,
#footer .recent-posts a,
#footer .thinkup_widget_tagscloud a {
  color: #AAA;
}

/* line 1705, style.scss */
#footer .thinkup_widget_categories a:hover {
  color: white;
}

/* line 1708, style.scss */
#footer .popular-posts a:hover,
#footer .recent-comments a:hover,
#footer .recent-posts a:hover,
#footer .thinkup_widget_tagscloud a:hover {
  color: #FD5200;
}

/* Categories */
/* line 1716, style.scss */
.thinkup_widget_categories {
  list-style: none;
  padding-bottom: 10px;
}

/* line 1717, style.scss */
.thinkup_widget_categories ul {
  list-style: none;
  margin: 0;
}

/* line 1718, style.scss */
.thinkup_widget_categories li i {
  padding: 0 10px;
}

/* line 1719, style.scss */
.thinkup_widget_categories li a {
  display: block !important;
  padding-left: 10px !important;
}

/* line 1720, style.scss */
.thinkup_widget_categories li a:hover {
  color: white !important;
  background: #FD5200;
}

/* line 1721, style.scss */
.thinkup_widget_categories li span span {
  float: right;
  padding-right: 5px;
}

/* line 1722, style.scss */
.thinkup_widget_categories select {
  width: 95%;
  margin-top: 5px;
}

/* line 1724, style.scss */
#sidebar .thinkup_widget_categories select {
  width: 100%;
}

/* line 1725, style.scss */
#sidebar .thinkup_widget_categories .widget-main {
  padding-top: 5px;
}

/* Contact Form */
/* line 1728, style.scss */
.wpcf7-form p {
  margin-bottom: 10px;
}

/* line 1732, style.scss */
.wpcf7-form input,
.wpcf7-form textarea {
  border: 0;
  padding: 10px;
  padding-left: 20px;
  border: 2px solid #FD5200;
}

/* line 1741, style.scss */
.wpcf7-form input {
  width: 100%;
}

/* line 1744, style.scss */
.wpcf7-form input[type="submit"] {
  width: inherit;
  padding: 8px 30px;
  margin: 0 auto;
}

/* line 1749, style.scss */
.wpcf7-form textarea {
  height: 200px;
  min-height: 68px;
  resize: none;
}

/* line 1755, style.scss */
.wpcf7-form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

/* line 1759, style.scss */
.wpcf7-form .wpcf7-not-valid-tip {
  width: 100%;
  left: 0;
  top: -6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1770, style.scss */
#footer .wpcf7-form input,
#footer .wpcf7-form textarea {
  color: #BBB;
  border: 1px solid #353535;
  background: #222;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* line 1787, style.scss */
#footer .wpcf7-form input[type=submit] {
  text-transform: capitalize;
  border: 1px solid #111;
  background: #1A1A1A;
}

/* Contact Form 7 placeholder text color */
/* line 1794, style.scss */
.wpcf7-form ::-webkit-input-placeholder {
  opacity: 0.6;
}

/* line 1795, style.scss */
.wpcf7-form :-moz-placeholder {
  opacity: 0.6;
}

/* line 1796, style.scss */
.wpcf7-form ::-moz-placeholder {
  opacity: 0.6;
}

/* line 1797, style.scss */
.wpcf7-form :-ms-input-placeholder {
  opacity: 0.6;
}

/* Flickr */
/* line 1800, style.scss */
.thinkup_widget_flickr a,
.thinkup_widget_flickr img {
  display: block;
}

/* line 1804, style.scss */
.thinkup_widget_flickr img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1816, style.scss */
.thinkup_widget_flickr .column-2,
.thinkup_widget_flickr .column-3,
.thinkup_widget_flickr .column-4 {
  float: none;
  width: 100%;
}

/* line 1822, style.scss */
.thinkup_widget_flickr .column-2 .flickr-photo {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 10px;
  float: left;
  position: relative;
}

/* line 1829, style.scss */
.thinkup_widget_flickr .column-3 .flickr-photo {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 5px;
  float: left;
  position: relative;
}

/* line 1836, style.scss */
.thinkup_widget_flickr .column-4 .flickr-photo {
  width: 21.25%;
  margin-right: 5%;
  margin-bottom: 8px;
  float: left;
  position: relative;
}

/* line 1843, style.scss */
.thinkup_widget_flickr .column-2 .flickr-photo:nth-child(2n),
.thinkup_widget_flickr .column-3 .flickr-photo:nth-child(3n),
.thinkup_widget_flickr .column-4 .flickr-photo:nth-child(4n) {
  margin-right: 0;
}

/* line 1848, style.scss */
.thinkup_widget_flickr a .image-overlay {
  background-color: #FD5200;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 100%;
  max-width: 75px;
  max-height: 75px;
  background-image: url("images/shortcodes/icon-link.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1867, style.scss */
.thinkup_widget_flickr a:hover .image-overlay {
  opacity: 0.9;
  width: 100%;
  height: 100%;
}

/* Popular Posts */
/* Recent Comments */
/* Recent Posts */
/* line 1874, style.scss */
.popular-posts .image,
.recent-comments .image,
.recent-posts .image {
  margin-right: 5%;
  margin-bottom: 10px;
  position: relative;
  float: left;
  max-width: 30%;
}

/* line 1883, style.scss */
.popular-posts .main,
.recent-comments .main,
.recent-posts .main {
  margin-bottom: 10px;
  position: relative;
  float: left;
  width: 65%;
}

/* line 1891, style.scss */
.popular-posts,
.recent-comments,
.recent-posts {
  clear: both;
}

/* line 1896, style.scss */
.popular-posts a,
.recent-comments a,
.recent-posts a,
.popular-posts img,
.recent-comments img,
.recent-posts img {
  display: block;
}

/* line 1904, style.scss */
.popular-posts .comment,
.recent-comments .date,
.recent-posts .date {
  font-size: smaller;
  opacity: 0.8;
}

/* line 1911, style.scss */
.popular-posts a .image-overlay,
.recent-comments a .image-overlay,
.recent-posts a .image-overlay {
  background-color: #FD5200;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 100%;
  max-width: 75px;
  max-height: 75px;
  background-image: url("images/shortcodes/icon-link.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1932, style.scss */
.popular-posts:hover .image-overlay,
.recent-comments:hover .image-overlay,
.recent-posts:hover .image-overlay {
  opacity: 0.9;
  width: 100%;
  height: 100%;
}

/* line 1939, style.scss */
.popular-posts:last-child,
.recent-comments:last-child,
.recent-posts:last-child {
  margin-bottom: 1px;
}

/* Recent Comments Quotes */
/* line 1946, style.scss */
.thinkup_widget_recentcomments .quote {
  padding-left: 15px;
}

/* line 1949, style.scss */
.thinkup_widget_recentcomments .quote:before {
  font-family: "Times New Roman",Georgia,Times,serif;
  content: '\201C';
  margin: -8px -15px;
  position: absolute;
}

/* line 1955, style.scss */
.thinkup_widget_recentcomments .quote:before {
  color: #FD5200;
  font-size: 150%;
  font-weight: bold;
  display: inline;
}

/* Tabs Specific */
/* line 1963, style.scss */
.thinkup_widget_tabs .nav-tabs {
  margin: 0;
  border: none;
}

/* line 1967, style.scss */
.thinkup_widget_tabs li {
  border-bottom: none !important;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1976, style.scss */
.thinkup_widget_tabs li a,
.thinkup_widget_tabs li a:hover,
.thinkup_widget_tabs li.active a,
.thinkup_widget_tabs li.active:hover a {
  display: block !important;
  padding: 0 !important;
  margin: 0;
  border: none;
  background: none;
}

/* line 1986, style.scss */
.thinkup_widget_tabs h3.widget-title {
  text-align: center;
  padding: 6px 5px 5px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

/* line 1996, style.scss */
#sidebar .thinkup_widget_tabs h3.widget-title:before,
#sidebar .thinkup_widget_tabs h3.widget-title:after {
  visibility: hidden;
}

/* line 2000, style.scss */
#sidebar .thinkup_widget_tabs h3.widget-title {
  border-top: 2px solid white;
  border-bottom: 1px solid #DDD;
  margin: 0;
}

/* line 2005, style.scss */
#sidebar .thinkup_widget_tabs .nav .active h3.widget-title {
  padding-top: 5px;
  border: 1px solid #DDD;
  border-top: 3px solid #FD5200;
  border-bottom: none;
  -webkit-box-shadow: 1px 0px 1px 0px #EEE;
  -moz-box-shadow: 1px 0px 1px 0px #EEE;
  -ms-box-shadow: 1px 0px 1px 0px #EEE;
  -o-box-shadow: 1px 0px 1px 0px #EEE;
  box-shadow: 1px 0px 1px 0px #EEE;
}

/* line 2016, style.scss */
#sidebar .thinkup_widget_tabs .tab-content {
  padding: 10px;
  border: 1px solid #DDD;
  border-top: none;
  -webkit-box-shadow: 1px 1px 1px 0px #EEE;
  -moz-box-shadow: 1px 1px 1px 0px #EEE;
  -ms-box-shadow: 1px 1px 1px 0px #EEE;
  -o-box-shadow: 1px 1px 1px 0px #EEE;
  box-shadow: 1px 1px 1px 0px #EEE;
}

/* line 2026, style.scss */
#sidebar .thinkup_widget_tabs .recent-posts:last-child,
#sidebar .thinkup_widget_tabs .popular-posts:last-child {
  margin: 0;
  border: 0;
}

/* line 2032, style.scss */
#footer .thinkup_widget_tabs h3.widget-title {
  border-bottom: 1px solid #222;
  margin: 0;
  -webkit-box-shadow: inset 0 -1px 0 0 #444;
  -moz-box-shadow: inset 0 -1px 0 0 #444;
  -ms-box-shadow: inset 0 -1px 0 0 #444;
  -o-box-shadow: inset 0 -1px 0 0 #444;
  box-shadow: inset 0 -1px 0 0 #444;
}

/* line 2041, style.scss */
#footer .thinkup_widget_tabs .nav .active h3.widget-title {
  padding-top: 5px;
  border: 1px solid #222;
  border-bottom: none;
  -webkit-box-shadow: 1px 0 0 0 #444;
  -moz-box-shadow: 1px 0 0 0 #444;
  -ms-box-shadow: 1px 0 0 0 #444;
  -o-box-shadow: 1px 0 0 0 #444;
  box-shadow: 1px 0 0 0 #444;
}

/* line 2051, style.scss */
#footer .thinkup_widget_tabs .tab-content {
  padding: 10px 10px 5px;
  border: 1px solid #222;
  border-top: none;
  -webkit-box-shadow: 1px 1px 0 0 #444;
  -moz-box-shadow: 1px 1px 0 0 #444;
  -ms-box-shadow: 1px 1px 0 0 #444;
  -o-box-shadow: 1px 1px 0 0 #444;
  box-shadow: 1px 0 0 0 #444;
}

/* line 2061, style.scss */
#footer .thinkup_widget_tabs .recent-posts:last-child,
#footer .thinkup_widget_tabs .popular-posts:last-child {
  margin: 0;
  border: 0;
}

/* Search Form */
/* line 2068, style.scss */
.thinkup_widget_search form {
  padding-bottom: 15px;
}

/* line 2071, style.scss */
.thinkup_widget_search .search {
  float: left;
  width: 68%;
  margin-right: 2%;
  border: 1px solid #E0E0E0;
}

/* line 2077, style.scss */
.thinkup_widget_search .searchsubmit {
  display: block;
  float: left;
  width: 30%;
  padding: 6px;
  border: none;
}

/* line 2084, style.scss */
#footer .thinkup_widget_search .search {
  background: #222;
  border: 1px solid #444;
}

/* line 2089, style.scss */
#footer .thinkup_widget_search .searchsubmit {
  background: #FD5200;
}

/* line 2092, style.scss */
#footer .thinkup_widget_search .searchsubmit:hover {
  background: #82CB51;
}

/* Search input placeholder text color */
/* line 2097, style.scss */
.thinkup_widget_search ::-webkit-input-placeholder {
  color: white;
}

/* line 2098, style.scss */
.thinkup_widget_search :-moz-placeholder {
  color: white;
}

/* line 2099, style.scss */
.thinkup_widget_search ::-moz-placeholder {
  color: white;
}

/* line 2100, style.scss */
.thinkup_widget_search :-ms-input-placeholder {
  color: white;
}

/* line 2102, style.scss */
#footer .thinkup_widget_search ::-webkit-input-placeholder {
  color: #222;
}

/* line 2103, style.scss */
#footer .thinkup_widget_search :-moz-placeholder {
  color: #222;
}

/* line 2104, style.scss */
#footer .thinkup_widget_search ::-moz-placeholder {
  color: #222;
}

/* line 2105, style.scss */
#footer .thinkup_widget_search :-ms-input-placeholder {
  color: #222;
}

/* Tags Cloud */
/* line 2108, style.scss */
.thinkup_widget_tagscloud {
  padding-bottom: 10px;
}

/* line 2111, style.scss */
.thinkup_widget_tagscloud a {
  display: inline-block;
  font-size: smaller;
  padding: 2px 8px;
  margin: 0 2px 2px 0;
}

/* line 2118, style.scss */
#sidebar .thinkup_widget_tagscloud a {
  border: 1px solid #DDD;
  text-transform: uppercase;
}

/* line 2122, style.scss */
#sidebar .thinkup_widget_tagscloud a:hover {
  border-color: #FD5200;
}

/* line 2126, style.scss */
#footer .thinkup_widget_tagscloud a {
  border: 1px solid #222;
}

/* line 2129, style.scss */
#footer .thinkup_widget_tagscloud a:hover {
  color: #f5f5f5;
  border-color: #FD5200;
}

/* Twitter Feed */
/* line 2135, style.scss */
.thinkup_widget_twitterfeed {
  padding-bottom: 10px;
}

/* line 2138, style.scss */
.thinkup_widget_twitterfeed ul {
  margin: 0;
  list-style: none;
}

/* line 2142, style.scss */
.thinkup_widget_twitterfeed .tweet-content {
  padding: 0 0 0px 35px;
}

/* line 2145, style.scss */
.thinkup_widget_twitterfeed .tweet-content p {
  margin-top: 10px;
}

/* line 2148, style.scss */
.thinkup_widget_twitterfeed .tweet-content:last-child p {
  margin: 0;
}

/* line 2151, style.scss */
.thinkup_widget_twitterfeed .tweet-content a {
  display: inline;
  padding: 0;
}

/* line 2156, style.scss */
#sidebar .thinkup_widget_twitterfeed a {
  color: #FD5200;
}

/* line 2159, style.scss */
#sidebar .thinkup_widget_twitterfeed a:hover {
  color: inherit;
}

/* line 2162, style.scss */
#sidebar .thinkup_widget_twitterfeed .tweet-content {
  background: url("images/widgets/twitter-bird-light-bgs.png") -8px -5px no-repeat;
  background-size: 40px;
}

/* line 2167, style.scss */
#footer .thinkup_widget_twitterfeed .tweet-content {
  background: url("images/widgets/twitter-bird-dark-bgs.png") -8px -5px no-repeat;
  background-size: 40px;
}

/* line 2171, style.scss */
#footer .thinkup_widget_twitterfeed small {
  color: white;
  display: block;
}

/* Default Widgets */
/* line 2177, style.scss */
.widget ul {
  margin: 0;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #EEE;
}

/* line 2183, style.scss */
.widget li {
  list-style: none;
  border-bottom: 1px solid #EEE;
}

/* line 2187, style.scss */
.widget li a {
  padding: 5px 0px 5px 20px;
  display: inline-block;
}

/* line 2191, style.scss */
.widget li a:hover {
  color: #FD5200;
}

/* line 2194, style.scss */
.widget ul.children,
.widget ul.sub-menu {
  border-left: none;
  border-right: none;
  border-bottom: none !important;
}

/* line 2200, style.scss */
.widget ul.children li:last-child,
.widget ul.sub-menu li:last-child {
  border-bottom: none;
}

/* line 2204, style.scss */
.widget ul.children li a,
.widget ul.sub-menu li a {
  padding-left: 40px;
}

/* line 2208, style.scss */
.widget ul.children ul.children li a,
.widget ul.sub-menu ul.sub-menu li a {
  padding-left: 60px;
}

/* line 2212, style.scss */
.widget select {
  width: 100%;
  margin-top: 10px;
}

/* Default Widgets - Footer Area */
/* line 2218, style.scss */
#footer .widget ul {
  border: none;
}

/* line 2221, style.scss */
#footer .widget li {
  border: none;
  padding: 2px 0;
}

/* line 2225, style.scss */
#footer .widget li a {
  padding: 1px 0px;
}

/* line 2228, style.scss */
#footer .widget ul.children li a,
#footer .widget ul.sub-menu li a {
  padding-left: 15px;
}

/* line 2232, style.scss */
#footer .widget ul.children ul.children li a,
#footer .widget ul.sub-menu ul.sub-menu li a {
  padding-left: 30px;
}

/* Widget Specific - Calendar */
/* line 2238, style.scss */
.widget_calendar #wp-calendar {
  margin: 0;
}

/* Default Widget - Rss */
/* line 2243, style.scss */
#sidebar .widget_rss li {
  padding: 20px;
}

/* line 2246, style.scss */
.widget li a.rsswidget {
  padding: 0;
}

/* line 2249, style.scss */
.widget li .rsswidget,
.widget li .rss-date,
.widget li .rssSummary {
  padding: 5px 0;
}

/* Default Widget - Tag Cloud */
/* line 2256, style.scss */
.widget_tag_cloud a {
  font-size: 10px !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 2px 8px;
  margin: 0 0px 3px 0;
}

/* line 2263, style.scss */
#sidebar .widget_tag_cloud a {
  border: 1px solid #DDD;
}

/* line 2266, style.scss */
#sidebar .widget_tag_cloud a:hover {
  border-color: #FD5200;
}

/* line 2269, style.scss */
#footer .widget_tag_cloud a {
  border: 1px solid #1C1C1C;
  padding: 2px 8px;
}

/* line 2273, style.scss */
#footer .widget_tag_cloud a:hover {
  color: white;
  border-color: #FD5200;
}

/* Default Widget - Text */
/* line 2279, style.scss */
#sidebar .textwidget {
  padding: 20px;
  border: 1px solid #EEE;
}

/* line 2287, style.scss */
.textwidget iframe {
  border: 0;
  /*background-color: rgba(255, 255, 255, 0.8);*/
}

/* Default Widget - Search */
/* line 2293, style.scss */
.widget_search .search {
  float: left;
  width: 68%;
  margin-right: 2%;
  border: 1px solid #E0E0E0;
}

/* line 2299, style.scss */
.widget_search .searchsubmit {
  display: block;
  float: left;
  width: 30%;
  padding: 6px;
  border: none;
}

/* line 2306, style.scss */
#footer .widget_search .search {
  background: #222;
  border: 1px solid #444;
}

/* line 2310, style.scss */
#footer .widget_search .searchsubmit {
  background-color: #FD5200;
}

/* line 2313, style.scss */
#footer .widget_search .searchsubmit:hover {
  background-color: #82CB51;
}

/* Default Widget - Remove Borders */
/* line 2318, style.scss */
#sidebar .widget_tag_cloud,
#sidebar .widget_archive,
#sidebar .widget_categories,
#sidebar .widget_search {
  border-bottom: none;
}

/* ---------------------------------------------------------------------------------------
	10. PAGE FORMATS
--------------------------------------------------------------------------------------- */
/* =Meta Content
----------------------------------------------------------------------------- */
/* line 2333, style.scss */
.entry-meta {
  font-size: 90%;
  margin-bottom: 20px;
}

/* line 2337, style.scss */
.entry-meta a {
  color: inherit;
}

/* line 2340, style.scss */
.entry-meta a:hover {
  color: #FD5200;
}

/* line 2343, style.scss */
.entry-meta > span {
  display: inline-block;
  padding-right: 15px;
}

/* line 2347, style.scss */
.entry-meta i {
  padding-right: 10px;
}

/* =Blog - Style 1
--------------------------------------------------------------------------------------- */
/* line 2353, style.scss */
.blog-thumb {
  overflow: hidden;
  position: relative;
}

/* line 2357, style.scss */
.blog-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 2362, style.scss */
.blog-title a {
  color: inherit;
}

/* line 2365, style.scss */
.blog-style1 .more-link {
  padding: 5px 10px;
}

/* line 2368, style.scss */
.blog-style1 .more-link:after {
  font-family: FontAwesome;
  content: '\F101';
  padding-left: 5px;
}

/* line 2373, style.scss */
.blog-thumb .image-overlay {
  opacity: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 2392, style.scss */
.blog-thumb:hover .image-overlay {
  opacity: 1;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

/* line 2402, style.scss */
.blog-thumb .image-overlay::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 2408, style.scss */
.blog-thumb .hover-link {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  background-image: url("images/shortcodes/icon-link.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}

/* line 2422, style.scss */
.blog-thumb .hover-link:hover {
  opacity: 0.9;
}

/* line 2426, style.scss */
.blog-style1 {
  padding: 20px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #E0E0E0;
}

/* line 2432, style.scss */
.blog-style1 .entry-header {
  margin-bottom: 0;
}

/* line 2435, style.scss */
.blog-style1 .blog-title {
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px;
}

/* =Single Post
--------------------------------------------------------------------------------------- */
/* Post - Share */
/* line 2445, style.scss */
#sharepost {
  display: table;
  width: 100%;
  padding: 10px 0;
  margin: 20px 0px;
}

/* line 2451, style.scss */
#sharemessage,
#shareicons {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

/* line 2457, style.scss */
#sharemessage {
  text-align: right;
  padding-right: 20px;
  white-space: nowrap;
}

/* line 2462, style.scss */
#sharemessage h3 {
  font-size: 13px;
  word-spacing: 1px;
  margin: 0;
}

/* line 2467, style.scss */
#shareicons {
  padding-left: 20px;
}

/* line 2470, style.scss */
#shareicons a {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  width: 20px;
  height: 20px;
}

/* line 2478, style.scss */
#shareicons i {
  text-shadow: 1px 1px 0px #FFF;
  margin-top: 5px;
  overflow: visible;
  font-size: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* line 2491, style.scss */
#shareicons .tooltip-inner {
  text-shadow: none;
  padding: 4px 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* Author Bio */
/* line 2502, style.scss */
#author-bio {
  border: 1px solid #E5E5E5;
  margin: 20px 0 30px;
  padding: 15px 15px 20px;
}

/* line 2507, style.scss */
#author-bio .one_sixth,
#author-bio .five_sixth,
#author-bio p:last-child {
  margin-bottom: 0px;
}

/* line 2512, style.scss */
#author-bio h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

/* User Comment */
/* line 2521, style.scss */
#comments-title,
#reply-title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

/* line 2527, style.scss */
.commentlist article {
  display: table;
  width: 100%;
}

/* line 2531, style.scss */
.commentlist article header {
  display: table;
}

/* line 2534, style.scss */
.commentlist article header img,
.commentlist article header span {
  display: table-cell;
  vertical-align: middle;
}

/* line 2540, style.scss */
.commentlist article header img {
  padding: 10px;
}

/* line 2544, style.scss */
.commentlist article header span {
  padding: 10px 5px 10px 10px;
}

/* line 2548, style.scss */
.commentlist article footer {
  position: relative;
  padding: 20px;
  margin-top: 10px;
  border: 1px solid #E5E5E5;
}

/* line 2554, style.scss */
.commentlist article footer:after,
.commentlist article footer:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 2564, style.scss */
.commentlist article footer:before {
  border-bottom-color: #CCC;
  border-width: 11px;
  top: -22px;
  left: 17px;
}

/* line 2570, style.scss */
.commentlist article footer:after {
  border-bottom-color: #FFF;
  border-width: 10px;
  top: -20px;
  left: 18px;
}

/* line 2576, style.scss */
.commentlist {
  margin: 0 0 25px 0;
}

/* line 2579, style.scss */
.commentlist .children {
  list-style: none;
  margin: 0px;
}

/* line 2583, style.scss */
.commentlist .children {
  margin: 0 0 0 82px;
}

/* line 2586, style.scss */
.commentlist .comment,
.commentlist .pingback {
  list-style: none;
  margin-bottom: 15px;
}

/* line 2591, style.scss */
.commentlist .avatar {
  width: 40px;
}

/* line 2594, style.scss */
.comment-meta {
  padding-right: 10px;
}

/* line 2597, style.scss */
.comment-author a {
  color: inherit;
  font-weight: bold;
}

/* line 2601, style.scss */
.comment-meta a {
  color: inherit;
}

/* line 2604, style.scss */
.comment .reply a {
  color: #FD5200;
}

/* line 2607, style.scss */
.comment-author a:hover,
.comment-meta a:hover {
  color: #FD5200;
}

/* line 2611, style.scss */
.comment .reply a:hover {
  color: inherit;
}

/* line 2614, style.scss */
.comment-meta a,
.comment .reply a {
  font-size: 90%;
}

/* line 2618, style.scss */
.comment-content p:last-child {
  margin: 0;
}

/* line 2621, style.scss */
li.pingback {
  font-weight: bold;
}

/* line 2624, style.scss */
li.pingback a {
  font-weight: normal;
}

/* Comment Form */
/* line 2629, style.scss */
#commentform input[type="text"] {
  width: 100%;
}

/* line 2632, style.scss */
#commentform input[type="text"],
#commentform #comment {
  margin-top: 5px;
}

/* line 2636, style.scss */
#commentform .form-allowed-tags {
  font-size: 11px;
}

/* line 2639, style.scss */
.required {
  color: #880000;
}

/* =Contact Us
--------------------------------------------------------------------------------------- */
/* line 2645, style.scss */
.page-template-template-contact-php #main .google-map-placeholder {
  width: 100% !important;
  height: 260px !important;
}

/* line 2649, style.scss */
.page-template-template-contact-php #main .wpcf7-form input[type="submit"] {
  padding: 10px 40px;
}

/* =Archive
--------------------------------------------------------------------------------------- */
/* line 2655, style.scss */
.page-template-template-archive-php h3.page-title {
  margin-top: 0;
}

/* line 2658, style.scss */
.page-template-template-archive-php #main-core a {
  color: inherit;
}

/* line 2661, style.scss */
.page-template-template-archive-php #main-core a:hover {
  color: #3F4DF3;
}

/* line 2664, style.scss */
.page-template-template-archive-php ul.archive-pages,
.page-template-template-archive-php ul.archive-categories,
.page-template-template-archive-php ul.archive-authors,
.page-template-template-archive-php ul.archive-monthly,
.page-template-template-archive-php ul.archive-recent {
  margin-left: 2px;
  list-style: none;
}

/* line 2672, style.scss */
.page-template-template-archive-php ul.archive-pages li,
.page-template-template-archive-php ul.archive-categories li,
.page-template-template-archive-php ul.archive-authors li,
.page-template-template-archive-php ul.archive-monthly li,
.page-template-template-archive-php ul.archive-recent li {
  padding-bottom: 4px;
}

/* line 2679, style.scss */
.page-template-template-archive-php ul.archive-pages .children li,
.page-template-template-archive-php ul.archive-categories .children li,
.page-template-template-archive-php ul.archive-authors .children li,
.page-template-template-archive-php ul.archive-monthly .children li,
.page-template-template-archive-php ul.archive-recent .children li {
  padding-left: 25px;
}

/* line 2686, style.scss */
.page-template-template-archive-php ul.archive-pages li:before,
.page-template-template-archive-php ul.archive-categories li:before,
.page-template-template-archive-php ul.archive-authors li:before,
.page-template-template-archive-php ul.archive-monthly li:before,
.page-template-template-archive-php ul.archive-recent li:before {
  color: #AAA;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 1.3333333333333333em;
  padding-right: 10px;
}

/* line 2698, style.scss */
.page-template-template-archive-php ul.archive-pages ul.children,
.page-template-template-archive-php ul.archive-categories ul.children,
.page-template-template-archive-php ul.archive-authors ul.children,
.page-template-template-archive-php ul.archive-monthly ul.children,
.page-template-template-archive-php ul.archive-recent ul.children {
  margin: 10px 0px 10px -2px;
  list-style: none;
}

/* =Sitemap
--------------------------------------------------------------------------------------- */
/* line 2709, style.scss */
.page-template-template-sitemap-php h3.page-title {
  margin-top: 0;
}

/* line 2712, style.scss */
.page-template-template-sitemap-php #main-core a {
  color: inherit;
}

/* line 2715, style.scss */
.page-template-template-sitemap-php #main-core a:hover {
  color: #FD5200;
}

/* line 2718, style.scss */
.page-template-template-sitemap-php ul.sitemap-pages,
.page-template-template-sitemap-php ul.sitemap-authors,
.page-template-template-sitemap-php ul.sitemap-archives,
.page-template-template-sitemap-php ul.sitemap-posts,
.page-template-template-sitemap-php ul.sitemap-posts ul {
  margin-left: 2px;
  list-style: none;
}

/* line 2726, style.scss */
.page-template-template-sitemap-php ul.sitemap-pages li,
.page-template-template-sitemap-php ul.sitemap-authors li,
.page-template-template-sitemap-php ul.sitemap-archives li,
.page-template-template-sitemap-php ul.sitemap-posts li,
.page-template-template-sitemap-php ul.sitemap-posts ul li {
  padding-bottom: 4px;
}

/* line 2733, style.scss */
.page-template-template-sitemap-php ul.sitemap-pages .children li,
.page-template-template-sitemap-php ul.sitemap-authors .children li,
.page-template-template-sitemap-php ul.sitemap-archives .children li,
.page-template-template-sitemap-php ul.sitemap-posts .children li,
.page-template-template-sitemap-php ul.sitemap-posts ul .children li {
  padding-left: 25px;
}

/* line 2740, style.scss */
.page-template-template-sitemap-php ul.sitemap-pages li:before,
.page-template-template-sitemap-php ul.sitemap-authors li:before,
.page-template-template-sitemap-php ul.sitemap-archives li:before,
.page-template-template-sitemap-php ul.sitemap-posts li:before,
.page-template-template-sitemap-php ul.sitemap-posts ul li:before {
  color: #AAA;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 1.3333333333333333em;
  padding-right: 10px;
}

/* line 2752, style.scss */
.page-template-template-sitemap-php ul.sitemap-pages ul.children,
.page-template-template-sitemap-php ul.sitemap-authors ul.children,
.page-template-template-sitemap-php ul.sitemap-archives ul.children,
.page-template-template-sitemap-php ul.sitemap-posts ul.children,
.page-template-template-sitemap-php ul.sitemap-posts ul ul.children {
  margin: 10px 0px 10px -2px;
  list-style: none;
}

/* =Parallax
--------------------------------------------------------------------------------------- */
/* line 2763, style.scss */
.page-template-template-parallax-php #content {
  padding: 0;
}

/* line 2766, style.scss */
.page-template-template-parallax-php #content-core {
  margin: 0;
  max-width: 100%;
}

/* line 2770, style.scss */
.page-template-template-parallax-php .panel-grid {
  padding: 30px 10px 0;
}

/* line 2773, style.scss */
.page-template-template-parallax-php .panel-grid-core {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}

/* =Search Results
--------------------------------------------------------------------------------------- */
/* line 2781, style.scss */
article#no-results {
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.3);
}

/* =404 Error
--------------------------------------------------------------------------------------- */
/* line 2789, style.scss */
.title-404 {
  text-align: center;
  margin: 20px 0;
}

/* line 2793, style.scss */
.title-404 h2 {
  line-height: 1;
  font-size: 60px;
  margin: 0 0 30px 0;
}

/* line 2798, style.scss */
.title-404 p {
  margin-bottom: 30px;
}

/* line 2801, style.scss */
.title-404 .search {
  margin-bottom: 20px;
  width: 200px;
  max-width: 200px;
}

/* =Portfolio (styling code in style-portfolio.css)
--------------------------------------------------------------------------------------- */
/* line 2810, style.scss */
.column-1 {
  width: 100%;
  padding: 5px;
}

/* line 2811, style.scss */
.column-2 {
  width: 50%;
  padding: 5px;
}

/* line 2812, style.scss */
.column-3 {
  width: 33.333%;
  padding: 5px;
}

/* line 2813, style.scss */
.column-4 {
  width: 25%;
  padding: 5px;
}

/* line 2815, style.scss */
.column-1,
.column-2,
.column-3,
.column-4 {
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* =Project
--------------------------------------------------------------------------------------- */
/* line 2830, style.scss */
h4.project-title {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin: 0 0 10px;
}

/* line 2837, style.scss */
.project-button {
  display: inline-block;
  float: left;
  padding: 10px 15px;
  margin: 0;
}

/* Bootstrap accordion */
/* line 2845, style.scss */
#project-accordion {
  margin-bottom: 20px;
}

/* line 2848, style.scss */
#project-accordion .accordion-group {
  margin: 0;
  border: 1px solid #E5E5E5;
  border-bottom: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 2858, style.scss */
#project-accordion .accordion-group:last-child {
  border-bottom: 1px solid #E5E5E5;
}

/* line 2861, style.scss */
#project-accordion .accordion-toggle:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 15px;
  left: 12px;
  background-color: #FD5200;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 2875, style.scss */
#project-accordion .accordion-toggle.collapsed:before {
  background-color: #333;
}

/* line 2878, style.scss */
#project-accordion .accordion-toggle {
  color: inherit;
  position: relative;
  background: #FCFCFC;
  padding-left: 40px;
  -webkit-box-shadow: inset 0 0 0 1px #FFF;
  -moz-box-shadow: inset 0 0 0 1px #FFF;
  -ms-box-shadow: inset 0 0 0 1px #FFF;
  -o-box-shadow: inset 0 0 0 1px #FFF;
  box-shadow: inset 0 0 0 1px #FFF;
}

/* ---------------------------------------------------------------------------------------
	11. IE STYLES
--------------------------------------------------------------------------------------- */
/* line 2894, style.scss */
#ie8 .entry-content img,
#ie8 .widget img,
#ie8 .wp-caption img {
  width: auto;
}

/* line 2899, style.scss */
#ie8 .content-core {
  zoom: 1;
}

/* ---------------------------------------------------------------------------------------
	12. SAFARI STYLES
--------------------------------------------------------------------------------------- */
/* Fix 100% table width issue on Safari */
/* line 2909, style.scss */
.wrap-safari {
  display: block;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* ---------------------------------------------------------------------------------------
	13. MISC
--------------------------------------------------------------------------------------- */
/* line 2922, style.scss */
.hidden {
  display: none;
}

/* ---------------------------------------------------------------------------------------
	14. Custom CSS
--------------------------------------------------------------------------------------- */
/* line 2934, style.scss */
.row-wrapper .row-wrapper.inner {
  padding: 10px;
}
/* line 2939, style.scss */
.row-wrapper section {
  width: 25%;
  float: left;
  padding: 0;
  margin: 0;
  padding: 10px;
  padding-top: 0;
}
/* line 2949, style.scss */
.row-wrapper section .section-inner {
  border: 1px solid grey;
  padding: 5px;
  box-shadow: 0 0 10px black;
  border-radius: 3px;
}
/* line 2955, style.scss */
.row-wrapper section .section-inner h2 {
  text-align: center;
}

/* ---------------------------------------------------------------------------------------
	15. Testimonials
--------------------------------------------------------------------------------------- */
/* line 2966, style.scss */
.happy-user-wrapper {
  width: 70%;
  margin: 0 auto;
  padding: 20px 0;
}
/* line 2971, style.scss */
.happy-user-wrapper img {
  border-radius: 50%;
  border: 5px solid grey;
}
/* line 2976, style.scss */
.happy-user-wrapper .happy-user {
  font-size: 1.5em;
  color: grey;
  text-align: center;
}
/* line 2981, style.scss */
.happy-user-wrapper .happy-user span {
  color: #000;
  padding: 10px;
  font-style: oblique;
}

/* ---------------------------------------------------------------------------------------
	16. Helper Classes
--------------------------------------------------------------------------------------- */
/* line 2995, style.scss */
.center {
  text-align: center;
  display: block;
}

/* line 3000, style.scss */
.divider {
  height: 20px;
  border: 0;
}

/* ---------------------------------------------------------------------------------------
	17. Helper Classes
--------------------------------------------------------------------------------------- */
/* line 3010, style.scss */
#svg-logo {
  width: 250px;
}

/* line 3014, style.scss */
.btn-navbar {
  padding: 15px 10px;
}

/* ---------------------------------------------------------------------------------------
  18. Moving address splash screen
--------------------------------------------------------------------------------------- */

#cookie-wrapper {
  width: 100%;
  z-index: 2;
  position: fixed;
  bottom: 0;
  background: #FD5200;
  display: none;
}

#cookie-wrapper p {
  padding: 5px 10px;
  float: left;
  width: 50%;
  margin: 0;
}

#accept-cookies {
  float: right;
  padding: 5px 10px;
  color: white;
  background: #333;
  cursor: default;
}

#live-tour {
  width: 100px;
  height: 100px;
  position:fixed;
  right: 0;
  top: 0;
  margin-top: 1em;
  margin-right: 1em;
  background-image: url('images/360.svg');
  background-size:contain;
  background-repeat: no-repeat;
  z-index: 999;
}

#close-popup {
  float: right;
  margin-right: 20px;
}

