@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 Reset
1.0 Grid
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*
@import "colors-layout/color_blue";
@import "colors-layout/color_default";

@import "colors-layout/color_free_green";
@import "colors-layout/color_green";
@import "colors-layout/color_purple";
@import "colors-layout/color_red";
@import "colors-layout/color_yellow";
*/
/*--------------------------------------------------------------
0.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #FFFFFF;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

/*ol, ul {
	list-style: none;
}*/
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/*--------------------------------------------------------------
1.0 Grid
--------------------------------------------------------------*/
.container {
  position: relative;
  width: 93%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0; }
  .container .one.column {
    width: 4.1%; }
  .container .two.columns {
    width: 10.4%; }
  .container .three.columns {
    width: 16.6%; }
  .container .four.columns {
    width: 22.9%; }
  .container .five.columns {
    width: 29.16%; }
  .container .six.columns {
    width: 35%; }
  .container .seven.columns {
    width: 41.6%; }
  .container .eight.columns {
    width: 47.9%; }
  .container .nine.columns {
    width: 54.16%; }
  .container .ten.columns {
    width: 60%; }
  .container .eleven.columns {
    width: 66.66%; }
  .container .twelve.columns {
    width: 72.9%; }
  .container .thirteen.columns {
    width: 79.16%; }
  .container .fourteen.columns {
    width: 85%; }
  .container .fifteen.columns {
    width: 91.66%; }
  .container .sixteen.columns {
    width: 97.9%; }
  .container .one-third.column {
    width: 31.25%; }
  .container .tow-thirds.column {
    width: 64.5%; }
  .container .offset-by-one {
    padding-left: 6.25%; }
  .container .offset-by-two {
    padding-left: 12.5%; }
  .container .offset-by-three {
    padding-left: 18.75%; }
  .container .offset-by-four {
    padding-left: 25%; }
  .container .offset-by-five {
    padding-left: 31.25%; }
  .container .offset-by-six {
    padding-left: 37.5%; }
  .container .offset-by-seven {
    padding-left: 43.7%; }
  .container .offset-by-eight {
    padding-left: 50%; }
  .container .offset-by-nine {
    padding-left: 56.25%; }
  .container .offset-by-ten {
    padding-left: 62.5%; }
  .container .offset-by-eleven {
    padding-left: 68.75%; }
  .container .offset-by-twelve {
    padding-left: 75%; }
  .container .offset-by-thirteen {
    padding-left: 81.25%; }
  .container .offset-by-fourteen {
    padding-left: 87.5%; }
  .container .offset-by-fifteen {
    padding-left: 93.75%; }

.column, .columns {
  float: left;
  display: inline;
  margin-left: 1%;
  margin-right: 1%; }
  .column .alpha, .columns .alpha {
    margin-left: 0; }
  .column .omega, .columns .omega {
    margin-right: 0; }

.row {
  margin-bottom: 2%; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 93%; }
    .container .column, .container .columns {
      margin-left: 1.3%;
      margin-right: 1.3%; }
      .container .column .alpha, .container .columns .alpha {
        margin-left: 0;
        margin-right: 1.3%; }
      .container .column .omega, .container .columns .omega {
        margin-left: 1.3%;
        margin-right: 0%; }
    .container .one.column {
      width: 3.64%; }
    .container .two.columns {
      width: 9.89%; }
    .container .three.columns {
      width: 16.1%; }
    .container .four.columns {
      width: 22.39%; }
    .container .five.columns {
      width: 28.64%; }
    .container .six.columns {
      width: 34.89%; }
    .container .seven.columns {
      width: 41.14%; }
    .container .eight.columns {
      width: 47.39%; }
    .container .nine.columns {
      width: 53.64%; }
    .container .ten.columns {
      width: 59.89%; }
    .container .eleven.columns {
      width: 66.14%; }
    .container .twelve.columns {
      width: 72.39%; }
    .container .thirteen.columns {
      width: 78.64%; }
    .container .fourteen.columns {
      width: 84.89%; }
    .container .fifteen.columns {
      width: 91.14%; }
    .container .sixteen.columns {
      width: 97.39%; }
    .container .one-third.column {
      width: 30.72%; }
    .container .two-thirds.column {
      width: 64%; }
    .container .offset-by-one {
      padding-left: 6.25%; }
    .container .offset-by-two {
      padding-left: 12.5%; }
    .container .offset-by-three {
      padding-left: 18.75%; }
    .container .offset-by-four {
      padding-left: 25%; }
    .container .offset-by-five {
      padding-left: 31.25%; }
    .container .offset-by-six {
      padding-left: 37.5%; }
    .container .offset-by-seven {
      padding-left: 43.75%; }
    .container .offset-by-eight {
      padding-left: 45%; }
    .container .offset-by-nine {
      padding-left: 56.25%; }
    .container .offset-by-ten {
      padding-left: 62.5%; }
    .container .offset-by-eleven {
      padding-left: 68.75%; }
    .container .offset-by-twelve {
      padding-left: 75%; }
    .container .offset-by-thirteen {
      padding-left: 81.25%; }
    .container .offset-by-fourteen {
      padding-left: 87.5%; }
    .container .offset-by-fifteen {
      padding-left: 93.75%; } }
@media only screen and (max-width: 767px) {
  .container {
    width: 93%; }
    .container .one.column,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .two-thirds.column {
      width: 100%; }
    .container .offset-by-one,
    .container .offset-by-two,
    .container .offset-by-three,
    .container .offset-by-four,
    .container .offset-by-five,
    .container .offset-by-six,
    .container .offset-by-seven,
    .container .offset-by-eight,
    .container .offset-by-nine,
    .container .offset-by-ten,
    .container .offset-by-eleven,
    .container .offset-by-twelve,
    .container .offset-by-thirteen,
    .container .offset-by-fourteen,
    .container .offset-by-fifteen {
      padding-left: 0; }

  .columns, .column {
    margin: 0; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 93%; }
    .container .one.column,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .two-thirds.column {
      width: 100%; }

  .columns, .column {
    margin: 0; } }
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.panel-row-style-full-width-layout:before,
.panel-row-style-full-width-layout:after,
.panel-row-style-section-divider:before,
.panel-row-style-section-divider:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after,
.panel-row-style-full-width-layout:before,
.panel-row-style-full-width-layout:after,
.panel-row-style-section-divider:before,
.panel-row-style-section-divider:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* ==|== primary styles =====================================================
   Author: Lucas - Skeleton Based Media Queries
   ========================================================================== */
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #34495E;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Bitter", serif;
  font-weight: 700; }

h1 {
  font-size: 48px;
  font-size: 4.8rem; }

h2 {
  font-size: 36px;
  font-size: 3.6rem; }

h3 {
  font-size: 30px;
  font-size: 3rem; }

h4 {
  font-size: 24px;
  font-size: 2.4rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #F5F5F5;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  border: 1px solid #ECF0F1; }

code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #34495E;
  cursor: help; }

mark, ins {
  background: #b9c8d8;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ECF0F1;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

/*ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}*/
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  width: 100%;
  border-spacing: 0;
  margin: 0 0 1.5em;
  border-collapse: separate;
  border: 1px solid #ECF0F1; }
  table th {
    font-weight: bold; }
  table caption,
  table td,
  table th {
    text-align: center;
    padding: 5px; }
  table td,
  table th {
    border: 1px solid #ECF0F1;
    border-top: 0;
    border-right: 0; }
  table td#today {
    background-color: #3498DB;
    color: #FFFFFF; }

table {
  border-left: 0;
  border-bottom: 0; }

pre {
  padding: 9.5px;
  display: block;
  margin: 0 0 24px;
  background-color: #D7D7D7;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 14px; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #34495E;
  color: #FFFFFF;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  line-height: 1;
  padding: 7px 10px;
  border: 0;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -ms-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #3498DB; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #3498DB; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #6D6D6D;
  border: 1px solid #ECF0F1;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #6D6D6D; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

.required {
  color: #3498DB; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  -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;
  text-decoration: none;
  color: #3498DB;
  outline: none; }
  a:visited {
    color: #3498DB; }
  a:hover, a:focus, a:active {
    color: black;
    outline: none;
    outline-offset: 0; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.nav-wrap {
  background-color: #34495E; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul.nav-menu > li > a {
    text-transform: uppercase; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      background-color: #34495E;
      float: left;
      position: absolute;
      top: 57px;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        line-height: 40px; }
        .main-navigation ul ul li:hover > ul {
          left: 100%; }
      .main-navigation ul ul a {
        width: 300px;
        border-left: 5px solid transparent;
        padding: 3px 15px;
        -webkit-transition: padding 0.5s ease;
        -moz-transition: padding 0.5s ease;
        -ms-transition: padding 0.5s ease;
        -o-transition: padding 0.5s ease;
        transition: padding 0.5s ease; }
      .main-navigation ul ul :hover > a {
        padding-left: 25px; }
      .main-navigation ul ul a:hover {
        border-color: #1aace7; }
    .main-navigation ul li:hover > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative;
    line-height: 57px; }
    .main-navigation li:hover > a {
      background-color: #3498DB; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 0 25px;
    color: #FFFFFF; }
  .main-navigation .current_page_item a,
  .main-navigation .current-menu-item a,
  .main-navigation .current-menu-parent > a,
  .main-navigation .current_page_parent > a {
    background-color: #3498DB; }

/* Small menu */
.menu-toggle {
  display: none; }

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }

  .main-navigation ul {
    display: none; } }
.comment-navigation .nav-previous a,
.paging-navigation .nav-previous a,
.post-navigation .nav-previous a, .comment-navigation .nav-next a,
.paging-navigation .nav-next a,
.post-navigation .nav-next a, .page-links a, .entry-body .more-link,
.page-navigation a {
  display: inline-block;
  background-color: #34495E;
  color: #FFFFFF;
  padding: 7px 10px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -ms-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease; }
  .comment-navigation .nav-previous a:hover,
  .paging-navigation .nav-previous a:hover,
  .post-navigation .nav-previous a:hover, .comment-navigation .nav-next a:hover,
  .paging-navigation .nav-next a:hover,
  .post-navigation .nav-next a:hover, .page-links a:hover, .entry-body .more-link:hover,
  .page-navigation a:hover {
    background-color: #3498DB;
    color: #FFFFFF; }

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
  .comment-navigation .nav-previous .meta-nav,
  .paging-navigation .nav-previous .meta-nav,
  .post-navigation .nav-previous .meta-nav {
    padding: 6px 10px; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }
  .comment-navigation .nav-next .meta-nav,
  .paging-navigation .nav-next .meta-nav,
  .post-navigation .nav-next .meta-nav {
    padding: 6px 10px; }

.slicknav_menu {
  display: none; }

.page-navigation ol {
  list-style-type: none;
  text-align: right;
  margin: 0; }
  .page-navigation ol li {
    display: inline;
    padding: 0 4px; }
    .page-navigation ol li a {
      display: inline-block;
      padding: 3px 10px; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #FFFFFF;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #6D6D6D;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

h1.tcenter,
h2.tcenter,
h3.tcenter,
h4.tcenter,
h5.tcenter,
h6.tcenter {
  text-align: center; }

h1.tright,
h2.tright,
h3.tright,
h4.tright,
h5.tright,
h6.tright {
  text-align: right; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget-title {
  color: #34495E; }

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets */ }
  .widget h3 {
    margin-bottom: .5em; }
  .widget select {
    max-width: 100%;
    width: 100%; }
  .widget ul {
    margin: 0;
    list-style: none; }
    .widget ul li {
      border-bottom: 1px solid #ECF0F1;
      color: #797979; }
      .widget ul li a {
        -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; }
        .widget ul li a:hover {
          background-position: 5px 8px; }
      .widget ul li li {
        padding-left: 20px; }
  .widget a {
    color: #34495E; }
    .widget a:hover {
      color: #3498DB; }

#secondary .widget ul li {
  padding: 8px 0; }
  #secondary .widget ul li a {
    padding-left: 15px;
    background: url("../images/list.png") no-repeat left 8px; }
    #secondary .widget ul li a:hover {
      color: #3498DB;
      background-position: 5px 8px; }
#secondary .widget_calendar caption {
  color: #3498DB; }

.widget li ul.sub-menu li:last-child,
.widget li ul.children li:last-child {
  border-bottom: 0; }

.widget_rss ul li {
  padding: 8px 0; }
  .widget_rss ul li .rss-date {
    color: #3498DB;
    display: block; }
  .widget_rss ul li cite {
    color: #797979; }

/* Search widget */
.widget_search .search-submit {
  display: none; }
.widget_search input {
  width: 95%;
  padding: 5px 10px; }

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_nav_menu li,
.widget_list-widget li {
  padding: 10px 0; }

.widget li ul {
  border-top: 1px solid #ECF0F1;
  margin-top: 10px; }

.widget_tag_cloud a {
  background-color: #ECF0F1;
  padding: 5px;
  margin: 2px;
  display: inline-block; }
  .widget_tag_cloud a:hover {
    color: #FFFFFF;
    background-color: #3498DB; }

.widget_text ul {
  list-style: disc;
  margin: 0 0 0 30px !important;
  border: 0 !important; }
  .widget_text ul li {
    border: 0;
    color: #34495E;
    padding-left: 20px; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.site-title {
  line-height: 1; }

.site-title a {
  color: #34495E; }
  .site-title a:hover {
    color: #3498DB; }

.site-description {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6D6D6D; }

.site-header {
  padding-top: 25px;
  padding-bottom: 25px; }

.top-right {
  margin-top: -25px;
  float: right; }
  .top-right .widget_social-networks-widget {
    min-height: 50px; }
    .top-right .widget_social-networks-widget h3 {
      display: none; }
    .top-right .widget_social-networks-widget li a:hover {
      padding-bottom: 12px; }
  .top-right .widget {
    clear: both;
    margin-bottom: 10px; }

.site-footer {
  background-color: #34495E; }
  .site-footer a {
    color: #FFFFFF; }
    .site-footer a:hover {
      color: #3498DB; }
  .site-footer .widget li,
  .site-footer .widget li ul {
    border-color: #6D6D6D; }
  .site-footer .widget li ul.sub-menu li:last-child,
  .site-footer .widget li ul.children li:last-child {
    border-bottom: 0; }
  .site-footer .widget_tag_cloud a {
    background-color: #D7D7D7;
    color: #34495E; }
    .site-footer .widget_tag_cloud a:hover {
      color: #FFFFFF;
      background-color: #3498DB; }
  .site-footer .widget-title {
    color: #3498DB;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .site-footer .widget_social-networks-widget {
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 500ms;
    -moz-transition-property: opacity;
    -moz-transition-duration: 500ms; }
    .site-footer .widget_social-networks-widget li a {
      background-color: #D7D7D7;
      color: #34495E; }
    .site-footer .widget_social-networks-widget li:hover {
      opacity: 1 !important; }
    .site-footer .widget_social-networks-widget:hover ul li {
      opacity: 0.2;
      -webkit-transition-property: opacity;
      -webkit-transition-duration: 500ms;
      -moz-transition-property: opacity;
      -moz-transition-duration: 500ms; }
  .site-footer .widget_search .search-form {
    position: relative; }
  .site-footer .widget_search input[type="search"] {
    width: 90%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 2px 10px; }
  .site-footer .widget_search input[type="submit"] {
    display: block;
    width: auto;
    padding: 8px 8px 7px;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 0;
    -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;
    background-color: #3498DB; }
    .site-footer .widget_search input[type="submit"]:hover {
      background-color: #34495E;
      color: #FFFFFF; }
  .site-footer .widget_calendar td,
  .site-footer .widget_calendar th,
  .site-footer .widget_calendar table {
    border: 0;
    padding: 2px; }
  .site-footer .widget_calendar th {
    color: #3498DB; }
  .site-footer .widget_calendar caption,
  .site-footer .widget_calendar td#prev {
    text-align: left; }
  .site-footer .widget_calendar td#next {
    text-align: right; }
  .site-footer input[type="email"] {
    width: 90%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 2px 10px; }
  .site-footer .widget_archive li a,
  .site-footer .widget_categories li a,
  .site-footer .widget_pages li a,
  .site-footer .widget_nav_menu li a {
    color: #FFFFFF;
    background: url("../images/list-white.png") no-repeat left 10px;
    display: inline-block;
    padding-left: 15px; }
    .site-footer .widget_archive li a:hover,
    .site-footer .widget_categories li a:hover,
    .site-footer .widget_pages li a:hover,
    .site-footer .widget_nav_menu li a:hover {
      color: #3498DB;
      background-position: 5px 10px; }
  .site-footer input[type="submit"] {
    display: block;
    width: auto;
    padding: 8px 8px 7px;
    text-align: center;
    top: 0;
    -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;
    background-color: #3498DB; }
    .site-footer input[type="submit"]:hover {
      background-color: #34495E;
      color: #FFFFFF; }

#colophon {
  color: #FFFFFF; }

.site-info {
  padding: 20px 0; }

.footer-top {
  background: #34495E;
  padding: 25px 0 15px; }

.footer-bottom {
  background-color: #D7D7D7;
  border-top: 1px solid #F0F2F3; }
  .footer-bottom a {
    color: #3498DB; }
    .footer-bottom a:hover {
      color: #34495E; }
  .footer-bottom p {
    color: #34495E;
    font-size: 0.9em;
    padding: 20px 0 15px;
    margin-bottom: 0; }
  .footer-bottom .row {
    margin-bottom: 0; }
  .footer-bottom ul.menu {
    text-align: right;
    padding-top: 15px;
    margin-bottom: 0; }
    .footer-bottom ul.menu li {
      display: inline;
      margin: 0 4px 0 0; }
      .footer-bottom ul.menu li a {
        display: inline-block;
        font-size: 0.9em;
        padding: 2px 6px;
        color: #34495E; }
      .footer-bottom ul.menu li ul.sub-menu {
        margin: 0;
        display: inline; }
    .footer-bottom ul.menu li a:hover,
    .footer-bottom ul.menu li.current_page_item a {
      background-color: #3498DB;
      color: #FFFFFF; }

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
  background-color: #F5F5F5;
  padding: 10px;
  border: 1px solid #d6e6ea;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.hentry {
  margin: 0 0 4em; }
  .hentry h1 {
    line-height: 1.3;
    margin-bottom: 20px; }

.entry-meta,
.entry-footer {
  border-top: 1px solid #d6e6ea;
  border-bottom: 1px solid #d6e6ea;
  padding: 8px 0;
  color: #7F8C8D;
  margin-top: 10px; }
  .entry-meta span,
  .entry-footer span {
    padding-right: 25px; }
    .entry-meta span span,
    .entry-footer span span {
      padding-right: 0; }
    .entry-meta span i,
    .entry-footer span i {
      padding-right: 5px; }
  .entry-meta a,
  .entry-footer a {
    color: #7F8C8D; }
    .entry-meta a:hover,
    .entry-footer a:hover {
      color: #34495E; }

.single .entry-header .entry-meta {
  margin-bottom: 25px; }

.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

blockquote {
  position: relative;
  margin-bottom: 1.5em; }
  blockquote:before {
    position: absolute;
    content: "\f10d";
    color: #3498DB;
    font-size: 1.4em;
    font-family: 'FontAwesome'; }
  blockquote p {
    width: 95%;
    margin: 0 0 0 35px;
    display: block; }

.blog-thumb {
  float: left;
  margin-right: 20px; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

.site-content {
  padding: 40px 0; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

h2.comments-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  line-height: normal; }

ol.comment-list {
  margin: 0 0 1.5em 0;
  list-style-type: none; }
  ol.comment-list li.pingback {
    border: 1px solid #F5F5F5;
    margin: 5px;
    padding: 10px; }
  ol.comment-list .bypostauthor {
    display: block; }
  ol.comment-list ol.children,
  ol.comment-list ul.children {
    list-style-type: none; }
  ol.comment-list .comment-body {
    border: 2px solid #F0F2F3;
    left: 60px;
    padding: 5px 20px 10px;
    position: relative;
    width: 92%; }
    ol.comment-list .comment-body p {
      margin-bottom: 10px; }
  ol.comment-list .comment-author img {
    top: 0;
    left: -60px;
    position: absolute;
    width: 50px;
    height: 50px; }
  ol.comment-list .parent article {
    border: 2px solid #F0F2F3;
    margin-bottom: 20px;
    padding: 5px 20px 10px; }
  ol.comment-list .comment-metadata {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 20px; }
    ol.comment-list .comment-metadata a {
      color: #797979; }
      ol.comment-list .comment-metadata a:hover {
        color: #3498DB; }
  ol.comment-list .comment-author cite {
    font-style: normal; }
    ol.comment-list .comment-author cite a {
      font-size: 17px;
      font-size: 1.7rem;
      color: #34495E; }
      ol.comment-list .comment-author cite a:hover {
        color: #3498DB; }
  ol.comment-list .comment-content li {
    list-style-type: unset;
    overflow: visible; }

ol.comment-list > li {
  margin-bottom: 20px; }

ol.comment-list .even.depth-1 .comment-body {
  background-color: #F0F2F3; }
ol.comment-list .even.depth-1 .odd.depth-2 .comment-body {
  background-color: #FFFFFF; }
ol.comment-list .even.depth-1 .even.depth-3 .comment-body {
  background-color: #F0F2F3; }
ol.comment-list .even.depth-1 .odd.depth-4 .comment-body {
  background-color: #FFFFFF; }
ol.comment-list .even.depth-1 .even.depth-5 .comment-body {
  background-color: #F0F2F3; }
ol.comment-list .odd.depth-1 .comment-body {
  background-color: #FFFFFF; }
ol.comment-list .odd.depth-1 .even.depth-2 .comment-body {
  background-color: #F0F2F3; }
ol.comment-list .odd.depth-1 .odd.depth-3 .comment-body {
  background-color: #FFFFFF; }
ol.comment-list .odd.depth-1 .even.depth-4 .comment-body {
  background-color: #F0F2F3; }
ol.comment-list .odd.depth-1 .odd.depth-5 .comment-body {
  background-color: #FFFFFF; }
ol.comment-list .bypostauthor .comment-body,
ol.comment-list .byuser .comment-body {
  background-color: #d6e6ea !important; }
ol.comment-list li.pingback .comment-body {
  border: 0;
  padding: 0;
  position: static;
  width: 100%;
  background-color: transparent !important; }

.comment-form label {
  min-width: 80px;
  display: inline-block; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  padding: 5px 10px; }
.comment-form textarea {
  margin-top: 10px; }

.contactform .wpcf7-form {
  position: relative; }
.contactform .wpcf7-form p {
  width: 48%;
  margin-left: 2%; }
  .contactform .wpcf7-form p input,
  .contactform .wpcf7-form p textarea {
    width: 100%;
    -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;
    padding: 10px;
    padding-left: 30px;
    border-color: #D7D7D7;
    border-width: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 0;
    border-radius: 0; }
  .contactform .wpcf7-form p input:focus,
  .contactform .wpcf7-form p textarea:focus {
    border-color: #3498DB; }
  .contactform .wpcf7-form p textarea {
    height: 265px; }
  .contactform .wpcf7-form p input[type="submit"] {
    width: auto;
    padding: 15px 50px;
    background-color: #3498DB; }
    .contactform .wpcf7-form p input[type="submit"]:hover {
      background-color: #34495E; }
.contactform .wpcf7-form p:nth-of-type(5) {
  position: absolute;
  right: 0;
  top: 0; }
.contactform .wpcf7-form p:nth-of-type(6) {
  width: 100%;
  text-align: center;
  margin: 0; }
.contactform span {
  position: relative; }
.contactform span:after {
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: 0px;
  pointer-events: none; }
.contactform span.your-name:after {
  content: "\f007"; }
.contactform span.your-email:after {
  content: "\f003"; }
.contactform span.your-subject:after {
  content: "\f044"; }
.contactform span.your-message:after {
  content: "\f086"; }
.contactform span.your-number:after {
  content: "\f095"; }

/*--------------------------------------------------------------
10.4 Shortcodes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.4 Shortcodes
--------------------------------------------------------------*/
.tabs-container {
  width: 99%; }
  .tabs-container ul.tabs {
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0 !important; }
    .tabs-container ul.tabs li {
      display: inline;
      list-style-type: none;
      float: left;
      margin-bottom: 0; }
      .tabs-container ul.tabs li a {
        display: inline-block;
        padding: 5px 30px;
        margin: 0;
        position: relative;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        border-bottom: 0;
        background-color: #34495E;
        color: #FFFFFF;
        font-size: 18px;
        font-size: 1.8rem; }
      .tabs-container ul.tabs li a:hover {
        background-color: #3498DB;
        color: #FFFFFF; }
    .tabs-container ul.tabs li.ui-tabs-active a {
      background-color: #3498DB;
      color: #FFFFFF; }
  .tabs-container div {
    clear: both;
    padding: 20px;
    position: relative;
    top: 0px;
    background-color: #D7D7D7;
    border: 2px solid #CFD0D1;
    border-top: 0; }

.widget ul.ui-tabs-nav li {
  padding: 0;
  border: 0; }

.tabs-container.center div.fa {
  clear: none;
  float: left;
  width: 30%;
  font-size: 5em;
  padding: 40px 0;
  position: absolute;
  text-align: center;
  left: -40%;
  top: 10%;
  border: 0;
  background: #F0F2F3 url("../images/bg-arrow.png") no-repeat center top; }

.tabs-container.center {
  width: 70%;
  float: right; }

.tabs-container.center h2 {
  font-size: 24px; }

.tabs-container.center ul.tabs li a {
  border: 0;
  padding: 8px 30px; }

.tabs-container.center div {
  border: 0;
  background-color: #FFFFFF;
  padding: 20px 0; }

.widget.widget_ourteam-widget .our-team {
  position: relative;
  overlfow: hidden; }
  .widget.widget_ourteam-widget .our-team p {
    margin-bottom: 0; }
.widget.widget_ourteam-widget .team-social ul {
  margin: 0;
  clear: both;
  padding: 15px 0;
  text-align: center;
  list-style-type: none;
  background-color: #d7d7d7; }
  .widget.widget_ourteam-widget .team-social ul li {
    margin: 0 5px;
    padding: 0;
    border: 0;
    display: inline; }
    .widget.widget_ourteam-widget .team-social ul li a {
      text-decoration: none;
      display: inline-block;
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      background-color: #3498DB;
      color: #fff; }
      .widget.widget_ourteam-widget .team-social ul li a .fa {
        font-size: 1em;
        font-weight: normal; }
    .widget.widget_ourteam-widget .team-social ul li a:hover {
      background-color: #34495E; }
.widget.widget_ourteam-widget .team-avator img {
  width: 100%;
  height: 100%;
  float: left; }
.widget.widget_ourteam-widget .team-content {
  position: absolute;
  opacity: 0;
  -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;
  width: 100%;
  height: 264px;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(52, 152, 219, 0.8);
  color: #FFFFFF; }
  .widget.widget_ourteam-widget .team-content p {
    text-align: justify;
    color: #34495E;
    line-height: normal; }
    .widget.widget_ourteam-widget .team-content p a {
      text-decoration: underline;
      color: #FFFFFF; }
      .widget.widget_ourteam-widget .team-content p a:hover {
        color: #000; }
  .widget.widget_ourteam-widget .team-content h4 {
    padding-bottom: 10px;
    text-align: center; }
    .widget.widget_ourteam-widget .team-content h4 span {
      font-size: .7em;
      font-weight: normal;
      display: block; }
  .widget.widget_ourteam-widget .team-content p.readmore {
    position: absolute;
    bottom: -10px;
    left: 30%; }
.widget.widget_ourteam-widget .our-team:hover .team-avator {
  opacity: .5;
  -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; }
.widget.widget_ourteam-widget .our-team:hover .team-content {
  opacity: 1; }

.page-template .team-content {
  height: 272px; }

.team-avator img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.team-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.team-content h4 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -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; }

.team-content p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.our-team:hover .team-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.our-team:hover h4,
.our-team:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.our-team:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.meet-team h3 {
  background: url("../images/title-divider.gif") no-repeat center bottom;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center; }

.widget.widget_skill-widget .skill-container {
  margin-top: 20px;
  padding-bottom: 1px; }
  .widget.widget_skill-widget .skill-container .fa-stack {
    color: #3498DB; }
  .widget.widget_skill-widget .skill-container .skill {
    height: 12px;
    position: relative;
    margin: -20px 0 10px 50px;
    background-color: #D7D7D7; }
    .widget.widget_skill-widget .skill-container .skill .skill-percentage {
      height: 12px;
      position: absolute;
      background-color: #34495E; }
    .widget.widget_skill-widget .skill-container .skill .skill-content {
      top: -27px;
      position: relative; }
      .widget.widget_skill-widget .skill-container .skill .skill-content .txt-count {
        float: right;
        color: #3498DB; }
.widget.widget_skill-widget .skill-container [class*="el-icon-"] {
  font-size: 1.3em; }
.widget.widget_skill-widget .skill-container [class*="el-icon-"]:before {
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 8px; }

.percent5 {
  width: 5%; }

.percent10 {
  width: 10%; }

.percent15 {
  width: 15%; }

.percent20 {
  width: 20%; }

.percent25 {
  width: 25%; }

.percent30 {
  width: 30%; }

.percent35 {
  width: 35%; }

.percent40 {
  width: 40%; }

.percent45 {
  width: 45%; }

.percent50 {
  width: 50%; }

.percent55 {
  width: 55%; }

.percent60 {
  width: 60%; }

.percent65 {
  width: 65%; }

.percent70 {
  width: 70%; }

.percent75 {
  width: 75%; }

.percent80 {
  width: 80%; }

.percent85 {
  width: 85%; }

.percent90 {
  width: 90%; }

.percent95 {
  width: 95%; }

.percent100 {
  width: 100%; }

.percent5.start {
  width: 0%;
  -webkit-animation: percent5  2s ease-out forwards;
  -moz-animation: percent5  2s ease-out forwards;
  -ms-animation: percent5  2s ease-out forwards;
  -o-animation: percent5  2s ease-out forwards;
  animation: percent5  2s ease-out forwards; }

.percent10.start {
  width: 0%;
  -webkit-animation: percent10  2s ease-out forwards;
  -moz-animation: percent10  2s ease-out forwards;
  -ms-animation: percent10  2s ease-out forwards;
  -o-animation: percent10  2s ease-out forwards;
  animation: percent10  2s ease-out forwards; }

.percent15.start {
  width: 0%;
  -webkit-animation: percent15  2s ease-out forwards;
  -moz-animation: percent15  2s ease-out forwards;
  -ms-animation: percent15  2s ease-out forwards;
  -o-animation: percent15  2s ease-out forwards;
  animation: percent15  2s ease-out forwards; }

.percent20.start {
  width: 0%;
  -webkit-animation: percent20  2s ease-out forwards;
  -moz-animation: percent20  2s ease-out forwards;
  -ms-animation: percent20  2s ease-out forwards;
  -o-animation: percent20  2s ease-out forwards;
  animation: percent20  2s ease-out forwards; }

.percent25.start {
  width: 0%;
  -webkit-animation: percent25  2s ease-out forwards;
  -moz-animation: percent25  2s ease-out forwards;
  -ms-animation: percent25  2s ease-out forwards;
  -o-animation: percent25  2s ease-out forwards;
  animation: percent25  2s ease-out forwards; }

.percent30.start {
  width: 0%;
  -webkit-animation: percent30  2s ease-out forwards;
  -moz-animation: percent30  2s ease-out forwards;
  -ms-animation: percent30  2s ease-out forwards;
  -o-animation: percent30  2s ease-out forwards;
  animation: percent30  2s ease-out forwards; }

.percent35.start {
  width: 0%;
  -webkit-animation: percent35  2s ease-out forwards;
  -moz-animation: percent35  2s ease-out forwards;
  -ms-animation: percent35  2s ease-out forwards;
  -o-animation: percent35  2s ease-out forwards;
  animation: percent35  2s ease-out forwards; }

.percent40.start {
  width: 0%;
  -webkit-animation: percent40  2s ease-out forwards;
  -moz-animation: percent40  2s ease-out forwards;
  -ms-animation: percent40  2s ease-out forwards;
  -o-animation: percent40  2s ease-out forwards;
  animation: percent40  2s ease-out forwards; }

.percent45.start {
  width: 0%;
  -webkit-animation: percent45  2s ease-out forwards;
  -moz-animation: percent45  2s ease-out forwards;
  -ms-animation: percent45  2s ease-out forwards;
  -o-animation: percent45  2s ease-out forwards;
  animation: percent45  2s ease-out forwards; }

.percent50.start {
  width: 0%;
  -webkit-animation: percent50  2s ease-out forwards;
  -moz-animation: percent50  2s ease-out forwards;
  -ms-animation: percent50  2s ease-out forwards;
  -o-animation: percent50  2s ease-out forwards;
  animation: percent50  2s ease-out forwards; }

.percent55.start {
  width: 0%;
  -webkit-animation: percent55  2s ease-out forwards;
  -moz-animation: percent55  2s ease-out forwards;
  -ms-animation: percent55  2s ease-out forwards;
  -o-animation: percent55  2s ease-out forwards;
  animation: percent55  2s ease-out forwards; }

.percent60.start {
  width: 0%;
  -webkit-animation: percent60  2s ease-out forwards;
  -moz-animation: percent60  2s ease-out forwards;
  -ms-animation: percent60  2s ease-out forwards;
  -o-animation: percent60  2s ease-out forwards;
  animation: percent60  2s ease-out forwards; }

.percent65.start {
  width: 0%;
  -webkit-animation: percent65  2s ease-out forwards;
  -moz-animation: percent65  2s ease-out forwards;
  -ms-animation: percent65  2s ease-out forwards;
  -o-animation: percent65  2s ease-out forwards;
  animation: percent65  2s ease-out forwards; }

.percent70.start {
  width: 0%;
  -webkit-animation: percent70  2s ease-out forwards;
  -moz-animation: percent70  2s ease-out forwards;
  -ms-animation: percent70  2s ease-out forwards;
  -o-animation: percent70  2s ease-out forwards;
  animation: percent70  2s ease-out forwards; }

.percent75.start {
  width: 0%;
  -webkit-animation: percent75  2s ease-out forwards;
  -moz-animation: percent75  2s ease-out forwards;
  -ms-animation: percent75  2s ease-out forwards;
  -o-animation: percent75  2s ease-out forwards;
  animation: percent75  2s ease-out forwards; }

.percent80.start {
  width: 0%;
  -webkit-animation: percent80  2s ease-out forwards;
  -moz-animation: percent80  2s ease-out forwards;
  -ms-animation: percent80  2s ease-out forwards;
  -o-animation: percent80  2s ease-out forwards;
  animation: percent80  2s ease-out forwards; }

.percent85.start {
  width: 0%;
  -webkit-animation: percent85  2s ease-out forwards;
  -moz-animation: percent85  2s ease-out forwards;
  -ms-animation: percent85  2s ease-out forwards;
  -o-animation: percent85  2s ease-out forwards;
  animation: percent85  2s ease-out forwards; }

.percent90.start {
  width: 0%;
  -webkit-animation: percent90  2s ease-out forwards;
  -moz-animation: percent90  2s ease-out forwards;
  -ms-animation: percent90  2s ease-out forwards;
  -o-animation: percent90  2s ease-out forwards;
  animation: percent90  2s ease-out forwards; }

.percent95.start {
  width: 0%;
  -webkit-animation: percent95  2s ease-out forwards;
  -moz-animation: percent95  2s ease-out forwards;
  -ms-animation: percent95  2s ease-out forwards;
  -o-animation: percent95  2s ease-out forwards;
  animation: percent95  2s ease-out forwards; }

.percent100 {
  width: 0%;
  -webkit-animation: percent100  2s ease-out forwards;
  -moz-animation: percent100  2s ease-out forwards;
  -ms-animation: percent100  2s ease-out forwards;
  -o-animation: percent100  2s ease-out forwards;
  animation: percent100  2s ease-out forwards; }

@-moz-keyframes percent5 {
  0% {
    width: 0px; }
  100% {
    width: 5%; } }
@-moz-keyframes percent10 {
  0% {
    width: 0px; }
  100% {
    width: 10%; } }
@-moz-keyframes percent15 {
  0% {
    width: 0px; }
  100% {
    width: 15%; } }
@-moz-keyframes percent20 {
  0% {
    width: 0px; }
  100% {
    width: 20%; } }
@-moz-keyframes percent25 {
  0% {
    width: 0px; }
  100% {
    width: 25%; } }
@-moz-keyframes percent30 {
  0% {
    width: 0px; }
  100% {
    width: 30%; } }
@-moz-keyframes percent35 {
  0% {
    width: 0px; }
  100% {
    width: 35%; } }
@-moz-keyframes percent40 {
  0% {
    width: 0px; }
  100% {
    width: 40%; } }
@-moz-keyframes percent45 {
  0% {
    width: 0px; }
  100% {
    width: 45%; } }
@-moz-keyframes percent50 {
  0% {
    width: 0px; }
  100% {
    width: 50%; } }
@-moz-keyframes percent55 {
  0% {
    width: 0px; }
  100% {
    width: 55%; } }
@-moz-keyframes percent60 {
  0% {
    width: 0px; }
  100% {
    width: 60%; } }
@-moz-keyframes percent65 {
  0% {
    width: 0px; }
  100% {
    width: 65%; } }
@-moz-keyframes percent70 {
  0% {
    width: 0px; }
  100% {
    width: 70%; } }
@-moz-keyframes percent75 {
  0% {
    width: 0px; }
  100% {
    width: 75%; } }
@-moz-keyframes percent80 {
  0% {
    width: 0px; }
  100% {
    width: 80%; } }
@-moz-keyframes percent85 {
  0% {
    width: 0px; }
  100% {
    width: 85%; } }
@-moz-keyframes percent90 {
  0% {
    width: 0px; }
  100% {
    width: 90%; } }
@-moz-keyframes percent95 {
  0% {
    width: 0px; }
  100% {
    width: 95%; } }
@-moz-keyframes percent100 {
  0% {
    width: 0px; }
  100% {
    width: 100%; } }
@-webkit-keyframes percent5 {
  0% {
    width: 0px; }
  100% {
    width: 5%; } }
@-webkit-keyframes percent10 {
  0% {
    width: 0px; }
  100% {
    width: 10%; } }
@-webkit-keyframes percent15 {
  0% {
    width: 0px; }
  100% {
    width: 15%; } }
@-webkit-keyframes percent20 {
  0% {
    width: 0px; }
  100% {
    width: 20%; } }
@-webkit-keyframes percent25 {
  0% {
    width: 0px; }
  100% {
    width: 25%; } }
@-webkit-keyframes percent30 {
  0% {
    width: 0px; }
  100% {
    width: 30%; } }
@-webkit-keyframes percent35 {
  0% {
    width: 0px; }
  100% {
    width: 35%; } }
@-webkit-keyframes percent40 {
  0% {
    width: 0px; }
  100% {
    width: 40%; } }
@-webkit-keyframes percent45 {
  0% {
    width: 0px; }
  100% {
    width: 45%; } }
@-webkit-keyframes percent50 {
  0% {
    width: 0px; }
  100% {
    width: 50%; } }
@-webkit-keyframes percent55 {
  0% {
    width: 0px; }
  100% {
    width: 55%; } }
@-webkit-keyframes percent60 {
  0% {
    width: 0px; }
  100% {
    width: 60%; } }
@-webkit-keyframes percent65 {
  0% {
    width: 0px; }
  100% {
    width: 65%; } }
@-webkit-keyframes percent70 {
  0% {
    width: 0px; }
  100% {
    width: 70%; } }
@-webkit-keyframes percent75 {
  0% {
    width: 0px; }
  100% {
    width: 75%; } }
@-webkit-keyframes percent80 {
  0% {
    width: 0px; }
  100% {
    width: 80%; } }
@-webkit-keyframes percent85 {
  0% {
    width: 0px; }
  100% {
    width: 85%; } }
@-webkit-keyframes percent90 {
  0% {
    width: 0px; }
  100% {
    width: 90%; } }
@-webkit-keyframes percent95 {
  0% {
    width: 0px; }
  100% {
    width: 95%; } }
@-webkit-keyframes percent100 {
  0% {
    width: 0px; }
  100% {
    width: 100%; } }
.ui-accordion h3 {
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  padding: 7px 3px 6px;
  padding-left: 60px;
  margin-top: 10px;
  min-height: 40px;
  background-color: #34495E;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 2rem; }
  .ui-accordion h3 span.fa {
    font-weight: 400;
    padding: 12px 15px 11px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 40px;
    background-color: #3498DB; }
.ui-accordion .ui-accordion-content {
  padding: 20px;
  padding-top: 15px;
  text-align: justify;
  background-color: #D7D7D7; }
.ui-accordion .ui-accordion-header-active {
  cursor: default;
  color: #FFFFFF;
  background-color: #3498DB; }
.ui-accordion .ui-accordion-header-active span.fa,
.ui-accordion .ui-accordion .ui-accordion-header:hover {
  color: #FFFFFF; }

.widget_recent-work-widget {
  position: relative; }
  .widget_recent-work-widget .recent-work-container {
    padding-top: 40px; }
  .widget_recent-work-widget ul.slides li,
  .widget_recent-work-widget ul.flex-direction-nav li {
    border: 0; }
  .widget_recent-work-widget .recent-work {
    position: relative; }
  .widget_recent-work-widget .recent_work_overlay {
    left: 10px;
    opacity: 1 !important;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 270px;
    height: 230px;
    -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; }
  .widget_recent-work-widget .work {
    position: relative; }
    .widget_recent-work-widget .work a {
      width: 100%; }
  .widget_recent-work-widget .work:hover .recent_work_overlay {
    -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;
    background: rgba(0, 0, 0, 0.7); }
  .widget_recent-work-widget .recent_work_overlay .fa {
    color: #FFFFFF;
    padding: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #3498DB;
    -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; }
    .widget_recent-work-widget .recent_work_overlay .fa:hover {
      background-color: #34495E; }
  .widget_recent-work-widget .recent_work_overlay .overlay_icon {
    position: relative;
    top: 35%;
    left: -52%; }
  .widget_recent-work-widget .lbl-portfolio {
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 10%;
    z-index: 100; }
    .widget_recent-work-widget .lbl-portfolio .lbl {
      color: #FFFFFF; }
  .widget_recent-work-widget .flex-direction-nav a.flex-prev,
  .widget_recent-work-widget .flex-direction-nav a.flex-next {
    top: -50px;
    opacity: 1; }

ul.filter-options {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  ul.filter-options li {
    margin: 0;
    padding-left: 0;
    padding-bottom: 0;
    float: left;
    border-bottom: 0; }
    ul.filter-options li a {
      float: left;
      padding-bottom: 0;
      margin: 0 1px;
      padding: 7px 15px;
      text-transform: uppercase;
      background-color: #34495E;
      color: #FFFFFF; }
    ul.filter-options li a:hover {
      background-color: #3498DB;
      color: #FFFFFF; }

#filters {
  padding: 20px 0 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
  min-height: 50px;
  clear: both; }

.portfolio2col,
.portfolio3col,
.portfolio4col {
  position: relative;
  margin: 2%; }

.portfolio2col_overlay .overlay_icon,
.portfolio3col_overlay .overlay_icon,
.portfolio4col_overlay .overlay_icon,
.portfolio2col_sidebar_overlay .overlay_icon {
  position: relative;
  top: 39%;
  left: -42%; }

.portfolio2col:hover .portfolio2col_overlay,
.portfolio2col_sidebar_overlay:hover,
.portfolio3col:hover .portfolio3col_overlay,
.portfolio4col:hover .portfolio4col_overlay {
  background: rgba(52, 152, 219, 0.6);
  width: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.portfolio2col_overlay,
.portfolio2col_sidebar_overlay,
.portfolio3col_overlay,
.portfolio4col_overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 1 !important;
  margin: 0;
  width: 100%;
  height: 100%; }

.overlay_icon {
  right: 0; }
  .overlay_icon img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7; }
  .overlay_icon a {
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 5px; }

.portfolio2col > a,
.portfolio2col > a > img,
.portfolio3col > a,
.portfolio3col > a > img {
  display: block; }

.portfolio2col_sidebar > a,
.portfolio2col_sidebar > a > img,
.portfolio4col > a,
.portfolio4col > a > img,
.portfolio4col_overlay {
  display: block; }

.portfolio2col_sidebar {
  margin: 2%;
  position: relative; }

.portfolio2col_sidebar_overlay {
  height: 100%; }

.portfolio-excerpt {
  margin: 2%; }
  .portfolio-excerpt a.btn-readmore {
    position: relative;
    top: 10px;
    background-color: #34495E;
    color: #FFFFFF;
    padding: 5px 10px; }
    .portfolio-excerpt a.btn-readmore:hover {
      background-color: #3498DB; }

#portfolio h4 a:hover {
  color: #34495E; }

ul#portfolio {
  margin-left: 0;
  clear: both; }
  ul#portfolio li {
    border: 0; }

.single-portfolio .thumbnail {
  margin-bottom: 20px; }

.type-portfolio dd {
  margin: 0; }

.type-portfolio dt {
  margin-top: 20px; }

.flexslider {
  border: 0 !important;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 0 !important;
  -moz-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

.flex-caption {
  position: absolute;
  color: #FFFFFF;
  left: 0;
  text-align: center;
  bottom: 7px;
  min-height: 150px;
  color: #FFFFFF;
  width: 100%;
  text-shadow: 2px 2px 5px #333;
  background-color: rgba(37, 37, 37, 0.5); }
  .flex-caption h1, .flex-caption h2, .flex-caption h3, .flex-caption h4, .flex-caption h5, .flex-caption h6, .flex-caption p, .flex-caption ul {
    margin: 0 0 10px;
    padding: 0 30px;
    color: #FFFFFF;
    text-align: center; }

.widget.widget_flexslider-widget ul li {
  border: 0; }

.flexslider .slides > li {
  position: relative; }

.flexslider .slides img {
  width: 100%;
  height: 100%; }

.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next {
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  margin-top: 0;
  display: block;
  text-indent: -9999em;
  background: #34495E url("../images/flex-prev.png") no-repeat center center; }
.flex-direction-nav a.flex-next {
  background: #34495E url("../images/flex-next.png") no-repeat center center;
  right: 20px; }
.flex-direction-nav a.flex-prev {
  left: 20px; }
.flex-direction-nav a.flex-next:hover {
  background: #3498DB url("../images/flex-next.png") no-repeat center center; }
.flex-direction-nav a.flex-prev:hover {
  background: #3498DB url("../images/flex-prev.png") no-repeat center center; }

.flex-direction-nav a:hover {
  background: #3498DB;
  color: #FFFFFF; }

.flex-control-paging {
  text-align: right;
  top: 0;
  height: 50px; }
  .flex-control-paging li a {
    border-color: #3498DB;
    background-color: #FFFFFF;
    font-size: 0;
    -webkit-box-shadow: 0 0 0;
    moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: 2px solid #3498DB;
    width: 14px;
    height: 14px; }
  .flex-control-paging li a.flex-active,
  .flex-control-paging li a:hover {
    background-color: #3498DB; }

p.btn-slider a {
  padding: 7px 20px;
  display: inline-block;
  background-color: #3498DB;
  color: #FFFFFF;
  text-shadow: 0 0 0 transparent; }
p.btn-slider a i {
  padding-right: 8px; }
p.btn-slider a:hover {
  background-color: #34495E; }

.widget #ei-slider .ei-slider-thumbs {
  margin: 0 auto;
  list-style-type: none; }

.ei-slider-thumbs {
  list-style: none; }
  .ei-slider-thumbs li a {
    background-color: #3498DB; }
  .ei-slider-thumbs li.ei-slider-element,
  .ei-slider-thumbs li a:hover {
    background-color: #34495E; }

.ei-title h3 {
  color: #3498DB; }

.ei-title h2 {
  line-height: normal; }

.breadcrumb-wrap {
  padding: 15px 0;
  background-color: #3498DB; }
  .breadcrumb-wrap #breadcrumb a {
    color: #34495E; }
  .breadcrumb-wrap #breadcrumb span {
    margin-left: 8px;
    margin-right: 8px; }
    .breadcrumb-wrap #breadcrumb span:first-child {
      margin-left: 0; }
  .breadcrumb-wrap #breadcrumb span.current,
  .breadcrumb-wrap #breadcrumb a:hover,
  .breadcrumb-wrap #breadcrumb span.current {
    color: #FFFFFF; }

.alert-message {
  padding: 15px;
  color: #FFFFFF;
  margin-bottom: 15px; }
  .alert-message a {
    float: right;
    color: #FFFFFF; }
    .alert-message a:hover {
      color: #34495E; }

.notice {
  background: #1abc9c; }

.warning {
  background: #F1C40F; }

.success {
  background: #3498DB; }

.error {
  background: #E74C3C; }

.info {
  background: #aa90d0; }

.hr_solid,
.hr_default {
  clear: both;
  margin: 30px 0;
  border: 0;
  height: 1px;
  background: #D7D7D7;
  background-image: -webkit-linear-gradient(left, #D7D7D7, #D7D7D7, #D7D7D7);
  background-image: -moz-linear-gradient(left, #D7D7D7, #D7D7D7, #D7D7D7);
  background-image: -ms-linear-gradient(left, #D7D7D7, #D7D7D7, #D7D7D7);
  background-image: -o-linear-gradient(left, #D7D7D7, #D7D7D7, #D7D7D7); }

.hr_fancy {
  height: 30px;
  border-style: solid;
  border-color: black;
  border-width: 1px 0 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 30px 0; }
  .hr_fancy:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px; }

.hr_shadow {
  height: 12px;
  border: 0;
  -webkit-box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  margin: 30px 0; }

.hr_dashed {
  border: 0;
  border-bottom: 1px dashed #D7D7D7;
  margin: 30px 0; }

.hr_dotted {
  border: 0;
  border-top: 1px dotted #D7D7D7;
  margin: 30px 0; }

.btn,
.widget_button-widget .btn {
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  cursor: pointer;
  outline: none; }

.widget a.btn,
a.btn,
.widget_button-widget a.btn
.widget a.btn:hover
a.btn:hover,
.widget_button-widget a.btn:hover {
  color: #FFFFFF; }

.btn,
.widget_button-widget a.btn.btn {
  background: #BDC3C7; }
  .btn:hover,
  .widget_button-widget a.btn.btn:hover {
    background: #94999D; }

.widget_button-widget a.btn.light-blue,
.btn-info {
  background: #55B9FF; }
  .widget_button-widget a.btn.light-blue:hover,
  .btn-info:hover {
    background: #3F99D9; }

.btn-primary,
.widget_button-widget a.btn.blue {
  background: #0045CC; }
  .btn-primary:hover,
  .widget_button-widget a.btn.blue:hover {
    background: #254A8F; }

.btn-danger,
.widget_button-widget a.btn.red {
  background: #FF0000; }
  .btn-danger:hover,
  .widget_button-widget a.btn.red:hover {
    background: #B00000; }

.btn-warning,
.widget_button-widget a.btn.yellow {
  background-color: #FFD300; }
  .btn-warning:hover,
  .widget_button-widget a.btn.yellow:hover {
    background: #D5B700; }

.btn-success,
.widget_button-widget a.btn.green {
  background: #0FBF00; }
  .btn-success:hover,
  .widget_button-widget a.btn.green:hover {
    background: #0B8E00; }

.btn-inverse,
.widget_button-widget a.btn.black {
  background-color: #000; }
  .btn-inverse:hover,
  .widget_button-widget a.btn.black:hover {
    background-color: #606060; }

.btn-mini,
.widget_button-widget .btn.mini {
  padding: 2px 8px;
  font-size: 12px; }

.btn-small,
.widget_button-widget .btn.small {
  padding: 4px 12px;
  font-size: 14px; }

.btn-large,
.widget_button-widget .btn.large {
  padding: 12px 20px;
  font-size: 20px; }

.dropcap {
  float: left;
  padding: 0 5px;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  text-shadow: 1px 1px 1px #000;
  color: #3498DB; }

.dropcap-circle {
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 5px 12px; }

.dropcap-box {
  padding: 5px 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.dropcap-circle,
.dropcap-box {
  color: #FFFFFF;
  background-color: #3498DB; }

.dropcap-book {
  padding: 5px 15px;
  text-shadow: 1px 1px 1px #FFFFFF;
  border: 2px solid #CFD0D1;
  background: #f6f8f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), color-stop(100%, #f5f7f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
  /* IE6-9 */
  color: #3498DB; }

.sep {
  position: relative;
  overflow: hidden; }
  .sep:after {
    border-top: 2px solid #3498DB;
    content: "seperator";
    position: absolute;
    text-indent: -9999em;
    top: 55%;
    width: 100%;
    padding-left: 10px;
    margin-left: 10px; }

.entry-content blockquote p {
  font-weight: 400;
  font-size: 1.3em;
  margin-bottom: .5em; }

.pullnone {
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
  font-style: italic;
  font-weight: bold; }
  .pullnone:before {
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.15em;
    vertical-align: -0.4em;
    font-family: FontAwesome;
    color: #3498DB;
    text-shadow: 1px 1px 2px #ccc; }

.pullright,
.pullleft {
  padding: 5px 20px;
  quotes: "“" "”" "‘" "’";
  font-style: italic;
  font-weight: bold;
  width: 50%;
  border-left: 5px solid #3498DB; }
  .pullright:before,
  .pullleft:before {
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.15em;
    vertical-align: -0.4em;
    font-family: FontAwesome;
    color: #3498DB;
    text-shadow: 1px 1px 2px #ccc; }

.pullright {
  float: right;
  margin-left: 20px; }

.pullleft {
  float: left; }

.toggle .close {
  display: none; }
.toggle .open {
  display: block; }
.toggle .toggle-title {
  background-color: #34495E;
  color: #FFFFFF;
  padding: 8px;
  padding-left: 50px;
  cursor: pointer;
  -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;
  margin-bottom: 0;
  position: relative; }
  .toggle .toggle-title .icn {
    background-color: #3498DB;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 8px 15px;
    -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; }
.toggle .toggle-title:hover {
  background-color: #3498DB;
  color: #FFFFFF; }
  .toggle .toggle-title:hover .icn {
    background-color: #34495E; }
.toggle .toggle-content {
  background-color: #d7d7d7;
  padding: 20px; }
  .toggle .toggle-content p {
    margin-bottom: 0; }

.toggle-polygon .toggle-title {
  color: #34495E;
  background-color: transparent;
  border-bottom: 1px solid #D7D7D7;
  padding: 15px 0; }
  .toggle-polygon .toggle-title .icn {
    background-color: transparent;
    left: auto;
    right: 10px;
    top: 16px;
    padding: 0 5px;
    background: url("../images/icon-orange-polygon.gif") no-repeat center center;
    text-align: center; }
    .toggle-polygon .toggle-title .icn i {
      position: relative;
      top: -1px;
      font-size: 12px; }
.toggle-polygon .toggle-title:hover {
  background-color: transparent;
  color: #3498DB; }
  .toggle-polygon .toggle-title:hover .icn {
    background-color: transparent; }

.withtip {
  position: relative; }

.withtip:before,
.withtip:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none; }

.withtip:before {
  position: absolute;
  padding: 7px;
  content: attr(title);
  text-align: center;
  width: 100%; }

.withtip:after {
  position: absolute;
  width: 0;
  content: " ";
  font-size: 0;
  line-height: 0; }

.withtip:hover:before,
.withtip:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.withtip.top:before {
  bottom: 80%;
  left: 50%;
  margin-bottom: 4px;
  margin-left: -40px; }

.withtip.top:after {
  bottom: 80%;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.withtip.right:before {
  top: 50%;
  left: 102%;
  margin-top: -17px; }

.withtip.right:after {
  top: 5px;
  left: 102%;
  margin-left: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.withtip.bottom:before {
  top: 150%;
  left: 50%;
  margin-top: 5px;
  margin-left: -40px;
  z-index: 100; }

.withtip.bottom:after {
  top: 150%;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  z-index: 100; }

.withtip.left:before {
  top: 50%;
  right: 102%;
  margin-top: -17px; }

.withtip.left:after {
  top: 5px;
  right: 102%;
  margin-right: -4px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

[data-toggle]:before,
[data-toggle]:after,
.withtip:before,
.withtip:after {
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s; }

[data-toggle]:hover:before,
[data-toggle]:hover:after,
[data-toggle]:focus:before,
[data-toggle]:focus:after,
.withtip:hover:before,
.withtip:hover:after,
.withtip:focus:before,
.withtip:focus:after,
.withtip.top:hover:before,
.withtip.top:hover:after,
.withtip.top:focus:before,
.withtip.top:focus:after {
  transform: translateY(-12px); }

.withtip.left:hover:before,
.withtip.left:hover:after,
.withtip.left:focus:before,
.withtip.left:focus:after {
  transform: translateX(-12px); }

.withtip-bottom:hover:before,
.withtip-bottom:hover:after,
.withtip-bottom:focus:before,
.withtip-bottom:focus:after {
  transform: translateY(12px); }

.withtip.right:hover:before,
.withtip.right:hover:after,
.withtip.right:focus:before,
.withtip.right:focus:after {
  transform: translateX(12px); }

.withtip:before {
  background-color: #3498DB;
  color: #FFFFFF; }

.withtip.top:after {
  border-top: 5px solid #3498DB; }

.withtip.right:after {
  border-right: 5px solid #3498DB; }

.withtip.bottom:after {
  border-bottom: 5px solid #3498DB; }

.withtip.left:after {
  border-left: 5px solid #3498DB; }

.circle-icon-box {
  margin-bottom: 20px;
  text-align: center; }
  .circle-icon-box .circle-icon-wrapper {
    text-align: center; }
    .circle-icon-box .circle-icon-wrapper h3.fa-stack {
      height: 2.28em;
      line-height: 2.28em;
      width: 2.28em;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      transition: all 0.8s ease;
      background-color: #3498DB; }
      .circle-icon-box .circle-icon-wrapper h3.fa-stack i {
        color: #FFFFFF;
        padding-right: 0;
        color: #FFFFFF; }
  .circle-icon-box h3:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }
  .circle-icon-box a.more-button {
    background-color: #34495E;
    padding: 5px 8px;
    color: #FFFFFF; }
    .circle-icon-box a.more-button:hover {
      background-color: #3498DB; }
  .circle-icon-box a.link-title {
    display: block;
    margin-bottom: 15px; }

.icon-polygon .circle-icon-wrapper h3.fa-stack {
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border-right: 2px solid #3498DB;
  border-left: 2px solid #3498DB;
  position: relative;
  z-index: 0;
  margin: 60px 10px; }
  .icon-polygon .circle-icon-wrapper h3.fa-stack i {
    color: #34495E; }
.icon-polygon .circle-icon-wrapper h3.fa-stack,
.icon-polygon .circle-icon-wrapper h3.fa-stack:before,
.icon-polygon .circle-icon-wrapper h3.fa-stack:after {
  border-style: solid;
  border-color: #3498DB;
  border-width: 2px;
  border-top: none;
  border-bottom: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
.icon-polygon .circle-icon-wrapper h3.fa-stack:after,
.icon-polygon .circle-icon-wrapper h3.fa-stack:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  z-index: -1; }
.icon-polygon .circle-icon-wrapper h3.fa-stack:before {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg); }
.icon-polygon .circle-icon-wrapper h3.fa-stack:after {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg); }
.icon-polygon .circle-icon-wrapper h3.fa-stack,
.icon-polygon .circle-icon-wrapper h3.fa-stack:before,
.icon-polygon .circle-icon-wrapper h3.fa-stack:after {
  line-height: 34px;
  height: 34px;
  width: 60px; }
.icon-polygon .circle-icon-wrapper h3.fa-stack.fa-5x,
.icon-polygon .circle-icon-wrapper h3.fa-stack.fa-5x:before,
.icon-polygon .circle-icon-wrapper h3.fa-stack.fa-5x:after {
  line-height: 80px;
  height: 80px;
  width: 140px; }
.icon-polygon .circle-icon-wrapper h3.fa-stack.fa-4x,
.icon-polygon .circle-icon-wrapper h3.fa-stack.fa-4x:before,
.icon-polygon .circle-icon-wrapper h3.fa-stack.fa-4x:after {
  line-height: 70px;
  height: 70px;
  width: 120px; }
.icon-polygon .circle-icon-wrapper h3.fa-stack.fa-3x,
.icon-polygon .circle-icon-wrapper h3.fa-stack.fa-3x:before,
.icon-polygon .circle-icon-wrapper h3.fa-stack.fa-3x:after {
  line-height: 60px;
  height: 60px;
  width: 105px; }
.icon-polygon .circle-icon-wrapper h3.fa-stack.fa-2x,
.icon-polygon .circle-icon-wrapper h3.fa-stack.fa-2x:before,
.icon-polygon .circle-icon-wrapper h3.fa-stack.fa-2x:after {
  line-height: 50px;
  height: 50px;
  width: 88px; }
.icon-polygon .circle-icon-wrapper h3.fa-stack.fa-1x,
.icon-polygon .circle-icon-wrapper h3.fa-stack.fa-1x:before,
.icon-polygon .circle-icon-wrapper h3.fa-stack.fa-1x:after {
  line-height: 40px;
  height: 40px;
  width: 70px; }
.icon-polygon h3:hover {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }
.icon-polygon a.more-button {
  padding: 8px 20px;
  background-color: #3498DB; }
  .icon-polygon a.more-button:hover {
    background-color: #34495E; }
.icon-polygon h4 {
  margin-bottom: 15px; }

.icon-polygon:hover h3.fa-stack {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.callout-widget {
  padding: 30px 20px;
  background-color: #34495E;
  color: #FFFFFF; }
  .callout-widget p,
  .callout-widget h4 {
    color: #FFFFFF; }
  .callout-widget p {
    margin-bottom: 0; }
  .callout-widget a {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    width: 80%;
    margin: 30px auto 0;
    background-color: #3498DB;
    color: #FFFFFF; }
    .callout-widget a:hover {
      background-color: #FFFFFF;
      color: #34495E; }

.site-content .widget_testimonial-widget h3.widget-title {
  background: url("../images/title-divider-white.gif") no-repeat center bottom !important;
  margin-bottom: 0; }

.widget_testimonial-widget {
  position: relative;
  padding: 20px 40px;
  text-align: center; }
  .widget_testimonial-widget .testimonial-container {
    position: relative; }
  .widget_testimonial-widget ul.slides {
    margin-top: 0; }
  .widget_testimonial-widget .testimony {
    padding: 25px 0;
    color: #FFFFFF; }
  .widget_testimonial-widget h3.widget-title {
    color: #FFFFFF;
    background: url("../images/title-divider-white.gif") no-repeat center bottom;
    padding-bottom: 30px;
    margin-bottom: 0; }
  .widget_testimonial-widget ul li {
    margin: 0;
    padding: 0;
    border: 0; }
    .widget_testimonial-widget ul li .client-pic {
      display: inline-block; }
    .widget_testimonial-widget ul li .client-pic img {
      background-color: #3498DB; }
    .widget_testimonial-widget ul li p.client {
      color: #FFFFFF;
      margin-bottom: 0; }
      .widget_testimonial-widget ul li p.client strong {
        color: #3498DB;
        font-size: 24px;
        font-size: 2.4rem;
        text-transform: uppercase; }

.widget_social-networks-widget ul,
.share-box ul {
  margin: 0; }
  .widget_social-networks-widget ul li,
  .share-box ul li {
    border: 0;
    padding: 0;
    margin: 0;
    display: inline; }
    .widget_social-networks-widget ul li a,
    .share-box ul li a {
      margin-bottom: 5px;
      border: 0;
      color: #FFFFFF;
      padding: 4px 10px;
      margin-right: 5px;
      display: inline-block;
      background-color: #34495E; }
      .widget_social-networks-widget ul li a:hover,
      .share-box ul li a:hover {
        color: #FFFFFF;
        background-color: #3498DB; }

.share-box {
  margin-bottom: 20px; }
  .share-box h4 {
    margin-bottom: 10px; }

.single-portfolio .thumbnail {
  margin-bottom: 0;
  text-align: center; }
  .single-portfolio .thumbnail img {
    display: block;
    margin: 0 auto; }
.single-portfolio .single-wrapper {
  background-color: #F0F2F3;
  padding: 25px; }
  .single-portfolio .single-wrapper .one-third {
    background-color: #34495E;
    padding: 10px; }
  .single-portfolio .single-wrapper h4 {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .single-portfolio .single-wrapper p {
    margin-bottom: 0; }
  .single-portfolio .single-wrapper td a:hover {
    color: #FFFFFF; }
  .single-portfolio .single-wrapper table, .single-portfolio .single-wrapper td {
    border: 0;
    text-align: left;
    color: #FFFFFF; }

.author-bio {
  padding: 20px 0; }
  .author-bio .author-info .avatar {
    float: left;
    width: 130px; }
    .author-bio .author-info .avatar img {
      height: 100px;
      width: 130px;
      border: 5px solid #ECF0F1; }
  .author-bio .author-info .description {
    float: right;
    width: 80%; }
    .author-bio .author-info .description h4 {
      margin-bottom: 10px; }

.widget_list-widget ul, .widget_list-widget ol {
  list-style-type: none;
  margin: 0; }
  .widget_list-widget ul li, .widget_list-widget ol li {
    padding-bottom: 5px; }

.widget_image-box-widget .image-box {
  text-align: center;
  padding: 10px; }
  .widget_image-box-widget .image-box img {
    display: block;
    margin: 0 auto;
    border: 2px solid #3498DB; }
.widget_image-box-widget a.more-button {
  display: inline-block;
  margin: 0 auto 10px;
  background-color: #FFFFFF;
  padding: 8px;
  background: #3498DB;
  color: #FFFFFF; }
  .widget_image-box-widget a.more-button:hover {
    background-color: #000;
    border-color: #34495E; }
.widget_image-box-widget h4 {
  text-align: center;
  margin-top: 10px; }

.widget_recent-posts-gallery-widget h3 {
  padding-bottom: .5em;
  margin-bottom: .5em; }
.widget_recent-posts-gallery-widget .recent-post {
  position: relative;
  margin: 0 10px 20px; }
.widget_recent-posts-gallery-widget img {
  display: block;
  width: 100%; }
.widget_recent-posts-gallery-widget h4 {
  text-align: center;
  color: #34495E; }
.widget_recent-posts-gallery-widget .recent-post,
.widget_recent-posts-gallery-widget .recent-post h4 {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }
.widget_recent-posts-gallery-widget .flex-recent-posts {
  position: relative; }
  .widget_recent-posts-gallery-widget .flex-recent-posts li {
    width: 33.3%;
    float: left;
    border: 0; }
.widget_recent-posts-gallery-widget .flex-recent-posts .flex-direction-nav {
  top: -70px;
  right: 0px;
  position: absolute; }
.widget_recent-posts-gallery-widget .flex-recent-posts .flex-direction-nav a.flex-prev,
.widget_recent-posts-gallery-widget .flex-recent-posts .flex-direction-nav a.flex-next {
  width: 28px;
  height: 28px;
  margin-top: 0;
  display: block;
  text-indent: -9999em;
  background: url("../images/flex-prev.png") no-repeat left top; }
.widget_recent-posts-gallery-widget .flex-recent-posts .flex-direction-nav a.flex-next {
  background: url("../images/flex-next.png") no-repeat left top; }
.widget_recent-posts-gallery-widget .flex-recent-posts .flex-direction-nav a.flex-prev:hover,
.widget_recent-posts-gallery-widget .flex-recent-posts .flex-direction-nav a.flex-next:hover {
  background-position: left bottom; }
.widget_recent-posts-gallery-widget .flex-recent-posts .flex-direction-nav a.flex-prev {
  left: auto;
  right: 40px; }
.widget_recent-posts-gallery-widget .recent-post {
  overflow: hidden;
  background-color: #3498DB; }
.widget_recent-posts-gallery-widget .recent-post a img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  opacity: 0.9; }
.widget_recent-posts-gallery-widget .recent-post:hover a img {
  background-color: #3498DB;
  opacity: 0.5; }
.widget_recent-posts-gallery-widget .recent-post .post-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  background-color: #3498DB; }
.widget_recent-posts-gallery-widget .recent-post h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }
.widget_recent-posts-gallery-widget .recent-post .post-title::before,
.widget_recent-posts-gallery-widget .recent-post h4 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }
.widget_recent-posts-gallery-widget .recent-post:hover .post-title::before,
.widget_recent-posts-gallery-widget .recent-post:hover h4 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.widget_recent-posts-gallery-widget .recent-post:hover h4 {
  color: #FFFFFF; }
.widget_recent-posts-gallery-widget .post-title {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.widget_recent-posts-gallery-widget .post-title::before,
.widget_recent-posts-gallery-widget .post-title::after {
  pointer-events: none; }
.widget_recent-posts-gallery-widget .post-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.entry-content .widget_recent-posts ul li {
  padding: 10px 0; }

.widget_recent-posts h3.widget-title {
  margin-bottom: 25px;
  padding-bottom: 15px; }

.widget_flexslider-widget .flexcarousel {
  margin: 0 50px; }
  .widget_flexslider-widget .flexcarousel ul {
    padding: 0 40px; }
    .widget_flexslider-widget .flexcarousel ul li {
      border: 0;
      margin: 0; }
  .widget_flexslider-widget .flexcarousel .flex-direction-nav a {
    opacity: .5 !important;
    top: 25%;
    width: 40px;
    line-height: 40px;
    height: 40px;
    margin: 0;
    font-size: 20px;
    font-size: 2rem; }
    .widget_flexslider-widget .flexcarousel .flex-direction-nav a:hover {
      opacity: 1 !important; }
  .widget_flexslider-widget .flexcarousel .flex-direction-nav a.flex-prev {
    left: 0px; }
  .widget_flexslider-widget .flexcarousel .flex-direction-nav a.flex-next {
    right: 0px; }

.widget_webulous-image-widget .image-widget {
  overflow: hidden; }
.widget_webulous-image-widget .image-widget > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: 100%; }
  .widget_webulous-image-widget .image-widget > a img {
    display: block; }
.widget_webulous-image-widget .image-widget-overlay {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  border: 1px solid transparent; }
  .widget_webulous-image-widget .image-widget-overlay .image-widget-overlay-icon {
    -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;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 152, 219, 0.6);
    text-align: center; }
    .widget_webulous-image-widget .image-widget-overlay .image-widget-overlay-icon i {
      position: relative;
      top: 0%;
      -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;
      -ms-transform: rotate(100deg);
      -webkit-transform: rotate(100deg);
      transform: rotate(100deg); }
      .widget_webulous-image-widget .image-widget-overlay .image-widget-overlay-icon i:hover {
        color: #FFFFFF; }
  .widget_webulous-image-widget .image-widget-overlay:hover {
    border-color: #FFFFFF; }
    .widget_webulous-image-widget .image-widget-overlay:hover .image-widget-overlay-icon {
      opacity: 1; }
      .widget_webulous-image-widget .image-widget-overlay:hover .image-widget-overlay-icon i {
        top: 46%;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

.related-posts {
  padding: 20px 0; }
  .related-posts ul#webulous-related-posts {
    list-style-type: none;
    margin: 0; }
    .related-posts ul#webulous-related-posts li {
      width: 18%;
      float: left;
      margin: 1%;
      line-height: normal; }
      .related-posts ul#webulous-related-posts li a {
        line-height: normal; }

.site-footer {
  /* Circle Icon Box */
  /* Call Out */
  /* Divider */
  /* Dropcap */
  /* Flex Slider */
  /* Our Team */
  /* Quote */
  /* Recent Work */
  /* Testimonial */
  /* Flex Slider */
  /* Search Form */ }
  .site-footer .circle-icon-box .circle-icon-wrapper h3.fa-stack {
    width: 2em;
    height: 2em;
    line-height: 2em;
    margin-bottom: 30px; }
  .site-footer .circle-icon-box a.more-button:hover {
    background-color: #3498DB; }
  .site-footer .callout-widget {
    padding: 0; }
    .site-footer .callout-widget .twelve.columns,
    .site-footer .callout-widget .four.columns {
      width: 100%; }
    .site-footer .callout-widget a {
      padding: 5px 0;
      text-transform: none; }
  .site-footer .hr_fancy:before,
  .site-footer .hr_fancy {
    border-color: #FFFFFF; }
  .site-footer .dropcap {
    color: #3498DB; }
  .site-footer .dropcap-circle,
  .site-footer .dropcap-box {
    color: #FFFFFF; }
  .site-footer .flex-caption {
    position: static;
    text-shadow: 0 0 0; }
    .site-footer .flex-caption h1, .site-footer .flex-caption h2, .site-footer .flex-caption h3, .site-footer .flex-caption h4, .site-footer .flex-caption h5, .site-footer .flex-caption li {
      color: #000; }
  .site-footer .flex-direction-nav a.flex-prev,
  .site-footer .flex-direction-nav a.flex-next {
    height: 30px;
    width: 30px; }
  .site-footer a.more-button {
    background-color: #3498DB;
    padding: 5px 8px; }
    .site-footer a.more-button:hover {
      color: #34495E; }
  .site-footer .widget.widget_ourteam-widget .our-team {
    background-color: #D7D7D7; }
  .site-footer .widget.widget_ourteam-widget .team-content {
    height: 228px; }
  .site-footer .pullnone {
    font-weight: normal;
    padding: 0;
    font-style: normal; }
  .site-footer .pullleft,
  .site-footer .pullright {
    font-weight: normal;
    font-style: normal; }
  .site-footer .widget.widget_recent-work-widget h4 {
    text-align: center; }
  .site-footer .widget_testimonial-widget {
    padding: 20px; }
    .site-footer .widget_testimonial-widget li {
      border: 0; }
    .site-footer .widget_testimonial-widget p.client {
      color: #3498DB;
      margin-bottom: 0;
      border: 0; }
      .site-footer .widget_testimonial-widget p.client strong {
        color: #FFFFFF; }
    .site-footer .widget_testimonial-widget h3.widget-title {
      font-size: 2em; }
  .site-footer .flex-direction-nav a.flex-prev,
  .site-footer .flex-direction-nav a.flex-next {
    background: #6D6D6D url("../images/flex-prev.png") no-repeat center center; }
  .site-footer .flex-direction-nav a.flex-next {
    background: #6D6D6D url("../images/flex-next.png") no-repeat center center; }
  .site-footer .flex-direction-nav a.flex-next:hover {
    background: #3498DB url("../images/flex-next.png") no-repeat center center; }
  .site-footer .flex-direction-nav a.flex-prev:hover {
    background: #3498DB url("../images/flex-prev.png") no-repeat center center; }
  .site-footer .wpcf7-form p {
    margin-bottom: 10px; }

.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce #content table.cart input,
.woocommerce table.cart input,
.woocommerce-page #content table.cart input,
.woocommerce-page table.cart input {
  -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; }

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  color: #FFFFFF;
  background: #34495E; }

.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
  background: none !important;
  background-color: #3498DB !important; }

.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
  background: #272727 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #272727 0%, #45484d 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #272727), color-stop(100%, #45484d)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #272727 0%, #45484d 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #272727 0%, #45484d 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #272727 0%, #45484d 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #272727 0%, #45484d 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#45484d',GradientType=0 ) !important;
  /* IE6-9 */
  border: 1px solid #333; }

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
  border-color: #000;
  background: #666 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #666 0%, #45484d 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #45484d)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #666 0%, #45484d 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #666 0%, #45484d 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #666 0%, #45484d 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #666 0%, #45484d 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#45484d',GradientType=0 ) !important;
  /* IE6-9 */ }

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  background-color: #333; }

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-color: #333; }

.order-total .amount,
.cart-subtotal .amount {
  color: #3498DB; }

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  background: #f2f9fe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f9fe), color-stop(100%, #d6f0fd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f9fe 0%, #d6f0fd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 );
  /* IE6-9 */ }

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
  color: #34495E; }

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  background-color: #666;
  color: #FFFFFF; }

.woocommerce a.added_to_cart:hover,
.woocommerce-page a.added_to_cart:hover {
  background-color: #000; }

.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  color: #FFFFFF; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  background: #f2f9fe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f9fe), color-stop(100%, #d6f0fd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f9fe 0%, #d6f0fd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 );
  /* IE6-9 */ }

.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-page table.cart a.remove {
  color: #3498DB; }

.woocommerce #content table.cart a.remove:hover,
.woocommerce table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover {
  background-color: #34495E; }

.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
  background-color: #D7D7D7; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  background: #3498DB;
  color: #FFFFFF; }

.woocommerce span.onsale,
.woocommerce-page span.onsale {
  background: #f9c667;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9c667), color-stop(100%, #f79621));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9c667 0%, #f79621 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9c667 0%, #f79621 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9c667 0%, #f79621 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f9c667 0%, #f79621 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 );
  /* IE6-9 */ }

.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
  background-color: #34495E;
  color: #FFFFFF; }

.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
  background-color: #3498DB;
  color: #FFFFFF; }

.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul {
  background-color: #34495E; }

.woocommerce-error li strong {
  color: #B81C23; }

.woocommerce .site-content,
.woocommerce-page .site-content {
  margin-bottom: 0; }

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  border: 0;
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: 0 0 0;
  font-weight: 400; }

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
  padding-top: 0;
  height: 2.5em;
  line-height: 2.5;
  width: 2em; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
  line-height: normal; }

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  padding: 2px 15px 1px 30px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  text-decoration: underline; }

.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce-page .woocommerce-breadcrumb a:hover {
  text-decoration: none; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
  padding: 0.5em 1em;
  background-color: transparent;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border-top: 0;
  position: static; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
  position: static; }

.woocommerce #content div.product form.cart table.variations,
.woocommerce div.product form.cart table.variations,
.woocommerce-page #content div.product form.cart table.variations,
.woocommerce-page div.product form.cart table.variations,
.woocommerce #content div.product form.cart table.variations td,
.woocommerce div.product form.cart table.variations td,
.woocommerce-page #content div.product form.cart table.variations td,
.woocommerce-page div.product form.cart table.variations td {
  border: 0; }

.cross-sells h2,
.shipping_calculator h2 {
  font-size: 1.6em; }

.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-page table.cart a.remove {
  margin: 0 auto; }

.woocommerce #content table.cart td.actions input#coupon_code,
.woocommerce table.cart td.actions input#coupon_code,
.woocommerce-page #content table.cart td.actions input#coupon_code,
.woocommerce-page table.cart td.actions input#coupon_code {
  width: auto; }

.woocommerce button.button,
.woocommerce-page button.button {
  padding: 10px 12px; }

.woocommerce .cart button.single_add_to_cart_button {
  padding: 6px 12px 5px; }

.woocommerce button.button, .woocommerce-page button.button,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
  padding: 20px;
  border: 1px solid #e0dadf;
  border-top: 0; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0; }

.woocommerce #content table.cart td.actions .coupon #coupon_code,
.woocommerce table.cart td.actions .coupon #coupon_code,
.woocommerce-page #content table.cart td.actions .coupon #coupon_code,
.woocommerce-page table.cart td.actions .coupon #coupon_code {
  padding: 4px 6px; }

.woocommerce #content div.product .stock,
.woocommerce div.product .stock,
.woocommerce-page #content div.product .stock,
.woocommerce-page div.product .stock {
  text-decoration: underline;
  color: #333; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  margin: 0; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  background: #34495E;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 0;
  margin: 0; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  color: #FFFFFF;
  text-shadow: 0 0 0;
  padding: 7px 20px !important; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 2;
  border-bottom-color: transparent; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none !important; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
  display: none !important; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
  display: none !important; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
  display: none !important; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
  display: none !important; }

.woocommerce span.onsale, .woocommerce-page span.onsale {
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 12px; }

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  margin: -15px -15px 0 0; }

.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
  border: 0;
  padding: 3px 10px; }

.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
  border: 0; }

.woocommerce #content nav.woocommerce-pagination ul li {
  border: 0; }

.woocommerce #content nav.woocommerce-pagination ul {
  padding: 7px 10px;
  border: 0; }

.woocommerce-page .site-footer,
.woocommerce-page .footer-bottom,
.woocommerce-page .woocommerce-breadcrumb {
  padding: 0 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 -50%; }

.woocommerce-page .woocommerce-breadcrumb {
  padding: 15px 50%;
  background-color: #3498DB;
  margin-bottom: 30px; }

.home .site-content {
  padding-top: 0; }
  .home .site-content h3.widget-title {
    background: url("../images/title-divider.gif") no-repeat left bottom;
    padding-bottom: 15px;
    margin-bottom: 20px; }
  .home .site-content h3.tcenter.widget-title {
    background-position: center bottom; }
  .home .site-content .widget_recent-work-widget h3.widget-title {
    background-position: center bottom;
    text-align: center; }
.home .tabs-container.center ul.tabs li a {
  font-size: 1.2em; }
.home #filters {
  border-bottom: 0; }

.page-template-page-full-width-slider-php .site-content {
  padding-top: 0; }

.panel-row-style-full-width-layout,
.panel-row-style-section-divider {
  margin: 0 -100%;
  padding: 50px 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.panel-row-style-section-divider {
  background: #F0F2F3 url("../images/bg-arrow.png") no-repeat center top; }

.panel-row-style-full-width-layout {
  background-color: #D7D7D7;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.widget_text .textwidget p.btn-more a {
  background-color: #34495E;
  color: #FFFFFF;
  display: inline-block;
  padding: 3px 10px; }
  .widget_text .textwidget p.btn-more a:hover {
    background-color: #3498DB; }

.flexcarousel {
  position: relative;
  padding: 40px 0 0; }
  .flexcarousel .flex-image {
    text-align: center; }
  .flexcarousel .flex-direction-nav a {
    top: 0%;
    opacity: 1;
    width: 25px;
    height: 30px; }

.error-404.not-found {
  width: 50%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center; }
  .error-404.not-found h1 span {
    color: #3498DB; }
  .error-404.not-found table {
    text-align: left;
    border: 0; }
    .error-404.not-found table td {
      border: 0; }
  .error-404.not-found a.backtohome {
    border: 2px solid #F0F2F3;
    padding: 5px 20px; }
    .error-404.not-found a.backtohome:hover {
      border-color: #3498DB; }

.top-features a.more-button {
  padding: 5px 15px;
  background-color: #3498DB;
  color: #FFFFFF; }
  .top-features a.more-button:hover {
    background-color: #34495E; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px; }
  .gallery-item img {
    border: 1px solid #3498DB; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
12.3 Galleries
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .widget.widget_ourteam-widget .team-content {
    height: 220px; } }
@media only screen and (max-width: 960px) {
  .widget.widget_ourteam-widget .team-content {
    height: 200px; } }
@media only screen and (min-width: 768px) {
  /* Skill */
  .site-footer .widget.widget_skill-widget .skill-container .skill .skill-percentage {
    background-color: #FFFFFF; }
  .site-footer .widget.widget_skill-widget .skill-container .fa-stack {
    display: block;
    margin: 0 auto; }
  .site-footer .widget.widget_skill-widget .skill-container .skill {
    margin: 10px 0 0;
    padding-bottom: 10px;
    background-color: transparent;
    height: auto;
    border-bottom: 1px solid #6D6D6D; }
    .site-footer .widget.widget_skill-widget .skill-container .skill .skill-content {
      position: static;
      padding-top: 12px; }
      .site-footer .widget.widget_skill-widget .skill-container .skill .skill-content span {
        float: none;
        display: block;
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem; }
  .site-footer .footer-bottom ul.menu li a {
    margin-bottom: 10px; } }
@media only screen and (max-width: 768px) {
  .widget.widget_ourteam-widget .team-content {
    overflow: visible;
    height: 262px; }
  .widget.widget_ourteam-widget .team-social {
    position: relative;
    z-index: 100; }
  .widget.widget_ourteam-widget .team-avator {
    text-align: center;
    background-color: #D7D7D7; }
  .widget.widget_ourteam-widget .team-avator img {
    width: auto;
    height: auto;
    float: none;
    margin-top: 5px; }

  ul.filter-options li {
    margin-bottom: 5px; }

  .site-footer .footer-bottom p {
    text-align: center; }
  .site-footer .footer-bottom ul.menu {
    margin: 0;
    padding-top: 0;
    text-align: center;
    padding-bottom: 20px; }
    .site-footer .footer-bottom ul.menu li a {
      margin-bottom: 10px; }
  .site-footer .widget.widget_skill-widget .skill-container .skill .skill-percentage {
    background-color: #FFFFFF; }

  .single-wrapper h3 {
    margin-top: 25px; }

  .error-404.not-found {
    width: 100%;
    padding: 30px 0; }

  .top-right {
    float: none;
    margin-top: 0; }
    .top-right ul#social-widget {
      text-align: center; }

  .site-branding {
    text-align: center;
    margin-bottom: 15px; }

  .site-header {
    padding: 10px 0; } }
@media only screen and (max-width: 700px) {
  .flexslider .flex-image {
    height: auto; }

  ol.comment-list .comment-body {
    width: 88%; }

  .top-right {
    left: 0; }
    .top-right .widget_social-networks-widget ul {
      text-align: center; }

  .main-navigation {
    display: none; }

  .slicknav_menu {
    display: block;
    background-color: #3498DB; }
    .slicknav_menu li.current-menu-item a,
    .slicknav_menu li a:hover,
    .slicknav_menu .slicknav_row:hover {
      background-color: #34495E;
      color: #FFFFFF; }
    .slicknav_menu li a.slicknav_item a,
    .slicknav_menu li a.slicknav_item a:hover {
      background-color: transparent; }
    .slicknav_menu .slicknav_arrow,
    .slicknav_menu a:visited,
    .slicknav_menu a:hover,
    .slicknav_menu a:focus {
      color: #FFFFFF; }
    .slicknav_menu .slicknav_btn,
    .slicknav_menu .slicknav_btn:hover {
      background-color: #34495E; }

  .flexslider .flex-caption {
    position: static;
    padding: 20px 0; }

  .tabs-container.center div.fa {
    position: static;
    width: 100%;
    margin-bottom: 20px; }

  .tabs-container.center {
    float: none;
    width: 99%; }

  .contactform .wpcf7-form p {
    width: 100%;
    margin: 0 0 15px; }
  .contactform .wpcf7-form p:nth-of-type(5) {
    position: static; } }
@media only screen and (max-width: 500px) {
  .menu-toggle, .main-navigation.toggled .nav-menu {
    display: none; }

  .menu-all-pages-container {
    padding: 10px 0; }
    .menu-all-pages-container select {
      width: 100%;
      padding: 5px 0; }

  #service-tabs ul li a {
    border-bottom: 1px solid #425A73;
    display: block; }

  .comment-navigation .nav-previous,
  .paging-navigation .nav-previous,
  .post-navigation .nav-previous,
  .comment-navigation .nav-next,
  .paging-navigation .nav-next,
  .post-navigation .nav-next {
    float: none;
    width: 100%;
    margin-bottom: 10px; }
    .comment-navigation .nav-previous a,
    .paging-navigation .nav-previous a,
    .post-navigation .nav-previous a,
    .comment-navigation .nav-next a,
    .paging-navigation .nav-next a,
    .post-navigation .nav-next a {
      display: block; }

  .post-password-form input[type="submit"],
  .post-password-form input[type="password"] {
    width: 100%;
    margin-bottom: 10px; }

  ol.comment-list .comment-body {
    width: 85%; }

  ol.comment-list li > ul,
  ol.comment-list li > ol {
    margin-left: 0; }

  .widget_search input {
    width: 95%; }

  .gallery {
    width: 95%; }
    .gallery img {
      max-width: 90%; }

  .flex-caption {
    top: 2%; }
    .flex-caption p {
      line-height: normal; }

  .flex-direction-nav a {
    top: 40%; }

  .tabs-container.center ul.tabs li,
  .tabs-container.center ul.tabs li a,
  .tabs-container ul.tabs li a,
  .tabs-container ul.tabs li,
  ul.filter-options li a,
  ul.filter-options li {
    display: block;
    float: none;
    margin-bottom: 1px; }

  .widget.widget_skill-widget .skill-container .skill {
    margin: 0; }

  .widget.widget_skill-widget .fa-stack {
    display: block;
    margin: 0 auto; }

  .widget.widget_skill-widget .skill-container .skill .skill-content,
  .widget.widget_skill-widget .skill-container .skill .skill-percentage {
    position: static; }

  .widget.widget_skill-widget .skill-container {
    margin-top: 20px; }

  .widget.widget_skill-widget .skill-container .skill {
    background-color: transparent;
    height: auto; }

  .ei-slider-large li img {
    margin-left: 0 !important; }

  .testimonial-container .flex-direction-nav a.flex-prev,
  .testimonial-container .flex-direction-nav a.flex-next {
    top: -20px; }

  .error-404.not-found {
    width: 100%; }
    .error-404.not-found table {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; } }
@media only screen and (max-width: 400px) {
  .flex-container, .site-footer {
    padding: 0 10px; }

  .panel-row-style-full-width-layout,
  .panel-row-style-section-divider {
    margin: 0;
    padding: 0; }

  .pullright,
  .pullleft {
    width: 100%; }

  .related-posts ul#webulous-related-posts li {
    float: none;
    width: 100%; }
    .related-posts ul#webulous-related-posts li a {
      display: block; } }
/*--------------------------------------------------------------
12.0 BG Images
--------------------------------------------------------------*/
.home .site-content h3.widget-title {
  background: url("../images/title-divider-blue.gif") no-repeat left bottom; }

.meet-team h3 {
  background: url("../images/title-divider-blue.gif") no-repeat center bottom; }

.toggle-polygon .toggle-title .icn {
  background: url("../images/icon-blue-polygon.png") no-repeat center center; }

.woocommerce span.onsale,
.woocommerce-page span.onsale {
  background: #67C1F9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #67C1F9 0%, #2182f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67C1F9), color-stop(100%, #2182f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #67C1F9 0%, #2182f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #67C1F9 0%, #2182f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #67C1F9 0%, #2182f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #67C1F9 0%, #2182f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67C1F9', endColorstr='#2182f7',GradientType=0 );
  /* IE6-9 */ }

/*
@import "bgimg_blue";

@import "bgimg_free_green";
@import "bgimg_green";
@import "bgimg_purple";
@import "bgimg_red";
@import "bgimg_yellow";
*/

/*# sourceMappingURL=free-blue.css.map */
