@charset "UTF-8";
/*
Theme Name: CurtainsPro
Theme URI: http://www.webulousthemes.com/curtainspro/
Author: N. Venkat Raj
Author URI: http://www.webulousthemes.com/
Description: curtainspro comes with modern, stylish and responsive design. It uses skeleton framework for grids which keeps minimal css. Stylesheet is generated using SASS and so stays DRY. Best suited for Corporate/Business/Blog sites. There is no theme options panel, instead uses Customizer, core feature of WordPress and comes with lots of options to customize. Has 4 Footer Widget Areas.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: curtainspro
Tags: custom-menu, featured-images, fixed-layout, post-formats, responsive-layout, right-sidebar, sticky-post, threaded-comments, translation-ready, two-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CurtainsPro is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Grid
3.0 Typography
4.0 Elements
	4.1 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Media
	6.1 Captions
	6.2 Galleries
7.0 Modules
	7.1 Accessibility
	7.2 Alignments
	7.3 Clearings
	7.4 Infinite scroll
8.0 Header
9.0 Primary
10.0 Secondary
11.0 Footer
12.0 Responsiveness

--------------------------------------------------------------*/
/*
@import "color-green";
@import "color-orange";
@import "color-red";
@import "color-yellow";
@import "color-lightpurple";
@import "color-saddlebrown";
@import "color-pink";

*/
/* import Fruitger LT 45 Light*/
/*@import url(http://db.onlinewebfonts.com/c/d141fcbd9641ce533f79343c85d2a2e2?family=Frutiger+LT+45+Light);
font-face {font-family: "Frutiger LT 45 Light";
    src: url("http://db.onlinewebfonts.com/t/d141fcbd9641ce533f79343c85d2a2e2.eot");
    src: url("http://db.onlinewebfonts.com/t/d141fcbd9641ce533f79343c85d2a2e2.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/d141fcbd9641ce533f79343c85d2a2e2.woff2") format("woff2"),
    url("http://db.onlinewebfonts.com/t/d141fcbd9641ce533f79343c85d2a2e2.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/d141fcbd9641ce533f79343c85d2a2e2.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/d141fcbd9641ce533f79343c85d2a2e2.svg#Frutiger LT 45 Light") format("svg");
}
*/
/* import Frutiger LT 87 Extra Black Condensed */
/*@import url(http://db.onlinewebfonts.com/c/0c7b89bd575586e7e61ecc3a00bc9401?family=Frutiger+LT+Std);

@font-face {font-family: "Frutiger LT Std";
    src: url("http://db.onlinewebfonts.com/t/0c7b89bd575586e7e61ecc3a00bc9401.eot");
    src: url("http://db.onlinewebfonts.com/t/0c7b89bd575586e7e61ecc3a00bc9401.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/0c7b89bd575586e7e61ecc3a00bc9401.woff2") format("woff2"),
    url("http://db.onlinewebfonts.com/t/0c7b89bd575586e7e61ecc3a00bc9401.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/0c7b89bd575586e7e61ecc3a00bc9401.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/0c7b89bd575586e7e61ecc3a00bc9401.svg#Frutiger LT Std") format("svg");
}
*/
 /* import Helvetica Rounded Black */
/*@import url(http://db.onlinewebfonts.com/c/4acf9382e71e0c7c46295a393ad0df21?family=Helvetica);
@font-face {font-family: "Helvetica";
    src: url("http://db.onlinewebfonts.com/t/4acf9382e71e0c7c46295a393ad0df21.eot");
    src: url("http://db.onlinewebfonts.com/t/4acf9382e71e0c7c46295a393ad0df21.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/4acf9382e71e0c7c46295a393ad0df21.woff2") format("woff2"),
    url("http://db.onlinewebfonts.com/t/4acf9382e71e0c7c46295a393ad0df21.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/4acf9382e71e0c7c46295a393ad0df21.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/4acf9382e71e0c7c46295a393ad0df21.svg#Helvetica") format("svg");
}
*/

@font-face { /* Helvetica Rounded Black */
	font-family: HelveticaRoundedBlack;
	src: url(../fonts/HelveticaRoundedLTStd-Black.otf);
	font-weight: normal;
}
@font-face {
	font-family: FrutigerLTStd-Light;
	src: url(../fonts/FrutigerLTStd-Light.otf);
	font-weight: normal;
}
@font-face {
	font-family: FrutigerLTStd-ExtraBlack;
	src: url(../fonts/FrutigerLTStd-ExtraBlackCn.otf);
	font-weight: normal;
}
@font-face {
	font-family: HirukoBlack;
	src: url(../fonts/HirukoBlackAlternate.ttf);
	font-weight: normal;
}
/*--------------------------------------------------------------
1.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/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

  body {
    background:#fff; /*url("../images/main.png") repeat center center;*/
    /* Fallback for when there is no custom background color defined. */
    overflow: hidden; }


article {
    background: #fff;
    border: 15px solid #fff;
}

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; }

/*--------------------------------------------------------------
2.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: 100%; }
  .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 .one-fourth.column {
    width: 21.25%; }
  .container .two-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 .one-fourth.column {
      width: 20.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 .one-fourth.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 .one-fourth.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-cta:before,
.panel-row-style-cta:after,
.panel-row-style-cta:before,
.panel-row-style-section-pattern2:after,
.panel-row-style-section-pattern2:before,
.panel-row-style-wide-grey:before,
.panel-row-style-wide-grey:after,
.panel-row-style-wide-dark-grey:before,
.panel-row-style-wide-dark-grey:after,
.panel-row-style-section-pattern:before,
.panel-row-style-section-pattern: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-wide-grey:after,
.panel-row-style-wide-grey:before,
.panel-row-style-wide-dark-grey:after,
.panel-row-style-wide-dark-grey:before,
.panel-row-style-section-pattern2:after,
.panel-row-style-section-pattern2:before,
.panel-row-style-section-pattern:before,
.panel-row-style-section-pattern: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) */
/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "FrutigerLTStd-Light", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "HelveticaRoundedBlack", sans-serif;
  color: #282827;
  clear: both;
  margin-bottom: 15px;
  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: #d7d7d7;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Ubuntu", sans-serif; }

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

mark, ins {
  background: #d7d7d7;
  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%; }

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

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

ul {
  list-style: square; }

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 {
  margin: 0 0 1.5em;
  width: 100%; }
  table th {
    text-transform: uppercase; }
  table td, table th {
    border-bottom: 1px solid #d7d7d7;
    padding: 10px; }

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"] {
  border: none;
  background: #3c5895;
  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: 1em 1.5em 1.2em;
  color: #fff;
  -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-transform: uppercase; }

button,
input[type="button"],
input[type="submit"] {
  background: #1C88C1 url("../images/small-design-up.png") repeat-x 17px bottom; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #78479C;
  background-color: #78479C; }

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: #78479C;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

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 */
  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: #000;
  border: 1px solid #848484;
  -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; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #848484;
  border-color: #000; }

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

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

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

ul {
  list-style: square; }

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; }

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

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  padding: 0px 0px;
  margin: 0;
  margin-top: 20px;
  background: #fff;
  position: relative; }
  .main-navigation:before {
    position: absolute;
    content: "";
    background: url("../images/small-design-down.png") repeat-x 6px bottom;
    left: 0;
    bottom: -9px;
    height: 0px;
    width: 100%;
    visibility: visible; }
  .main-navigation ul {
    list-style: none;
    margin: 0; }
    .main-navigation ul ul {
      position: absolute;
      top: auto;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        padding: 0;
        margin: 0; }
        .main-navigation ul ul li:hover > ul {
          margin-top: 5px !important; }
      .main-navigation ul ul a {
        width: 220px;
        padding: 12px 15px;
        font-weight: none;
        background: #000;
        color: #000; }
    .main-navigation ul li:hover > ul {
      left: auto; }
  .main-navigation li {
    float: left; }
    .main-navigation li:last-child a {
     }
  .main-navigation a {
    position: relative;
    padding: 10px 20px 10px 15px;
    display: inline-block;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    background: #fff; }
  .main-navigation .current_page_item,
  .main-navigation .current-menu-item,
	.main-navigation .current-menu-parent,
  .main-navigation .current_page_ancestor,
	.main-navigation .current_post_ancestor  {
    padding: 0px 3px;
    color: #FFF;
		background: #09B7AF; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
	.main-navigation .current-menu-parent > a,
  .main-navigation .current_page_ancestor > a,
	.main-navigation .current_post_ancestor > a  {
		color: #FFF;
		background: #09B7AF;}
  .main-navigation .sub-menu .current_page_item,
  .main-navigation .sub-menu .current-menu-item,
	.main-navigation .sub-menu .current-menu-parent,
  .main-navigation .sub-menu .current_page_ancestor,
	.main-navigation .sub-menu .current_post_ancestor,
  .main-navigation .children .current_page_item,
	.main-navigation .children .current-menu-parent,
  .main-navigation .children-menu .current-menu-item,
  .main-navigation .children-menu .current_page_ancestor,
	.main-navigation .children-menu .current_post_ancestor {
		color: #FFF;
		background: #09B7AF;}
  .main-navigation .sub-menu, .main-navigation .children {
    width: 250px;
    box-shadow: 0px 2px 15px #555555;
    background: #fff; }
    .main-navigation .sub-menu li:last-child a, .main-navigation .children li:last-child a {
      border-bottom: none; }
    .main-navigation .sub-menu li:last-child, .main-navigation .children li:last-child {
      position: relative;
      padding-bottom: 10 !important; }
      .main-navigation .sub-menu li:last-child:after, .main-navigation .children li:last-child:after {
        position: absolute;
        content: "";
        background: transparent url("../images/small-design-down.png") repeat-x center bottom;
        width: 100%;
        height: 15px;
        left: 0;
        bottom: -9px; }
    .main-navigation .sub-menu a, .main-navigation .children a {
      background: none;
      font-weight: 400; }
  .main-navigation .sub-menu .current_page_item > a,
  .main-navigation .sub-menu .current-menu-item > a,
  .main-navigation .sub-menu .current_page_ancestor > a,
  .main-navigation .children .current_page_item > a,
  .main-navigation .children .current-menu-item > a,
  .main-navigation .children .current_page_ancestor > a {
    border-top: none;
    background: #fff;
    color: #09B7AF; }

.main-navigation ul.nav-menu > li a:hover {
  color: #fff; }

.main-navigation ul.nav-menu > li {
  padding: 0px 3px;
  margin-right: 5px;
  top: -2px; }

.sub-menu li:hover:before, .children li:hover:before {
  display: none; }

.main-navigation .sub-menu, .main-navigation .children {
  padding: 10px 0px 0px; }
  .main-navigation .sub-menu li, .main-navigation .children li {
    padding: 0px 15px !important;
    background: transparent !important;
    position: relative; }
    .main-navigation .sub-menu li a, .main-navigation .children li a {
      border-bottom: 1px solid #606060;
      text-transform: none;
      color: #606060; }
      .main-navigation .sub-menu li a:hover, .main-navigation .children li a:hover {
        color: #1C88C1; }

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

.menu-toggle,
.slicknav_menu {
  display: none; }

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

  .slicknav_nav a {
    color: #fff; }

   .slicknav_menu {
    background: #09b7af; }
    .slicknav_menu a:hover {
      background: none;
      color: #fff; }

  .main-navigation ul,
  #site-navigation {
    display: none;
		color: #000;
	background: #fff;}

  .flexslider .flex-caption:after, .full-width-black-pattern::after, .site-footer .footer-widgets::after {
    background-size: 25px 10px !important; }

  .full-width-black-pattern::after {
    bottom: -10px !important; }

  .site-footer .footer-widgets::after {
    top: -10px !important; } }
.comment-navigation,
.paging-navigation,
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation {
  margin-bottom: 2.5em; }

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

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 49%;
  padding: 0px 0px 8px; }

.post-navigation span {
  display: none; }

.navigation a,
.more-link,
.comment-navigation a {
  background-color: #282827;
  color: #fff;
  padding: 10px;
  display: block; }
  .navigation a:hover,
  .more-link:hover,
  .comment-navigation a:hover {
    background-color: #fff;
    color: #0d2352; }

.nav-links,
.more-link, .comment-navigation {
  position: relative;
  font-family: "Arvo", serif; }
  .nav-links a,
  .more-link a, .comment-navigation a {
    position: relative; }
  .nav-links .meta-nav,
  .more-link .meta-nav, .comment-navigation .meta-nav {
    color: #fff;
    text-align: center;
    position: absolute;
    display: block;
    padding: 0 15px;
    font-size: 30px;
    font-size: 3rem;
    height: 100%;
    top: 0; }
    .nav-links .meta-nav:hover,
    .more-link .meta-nav:hover, .comment-navigation .meta-nav:hover {
      background-color: #fff;
      color: #EF3B36; }
  .nav-links .nav-previous a,
  .more-link .nav-previous a, .comment-navigation .nav-previous a {
    padding-left: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    background: #282827 url("../images/small-design-up.png") repeat-x left bottom;
    padding-bottom: 18px; }
  .nav-links .nav-previous .meta-nav,
  .more-link .nav-previous .meta-nav, .comment-navigation .nav-previous .meta-nav {
    left: 0; }
    .nav-links .nav-previous .meta-nav:hover,
    .more-link .nav-previous .meta-nav:hover, .comment-navigation .nav-previous .meta-nav:hover {
      background: #3c5895; }
  .nav-links .nav-previous:hover,
  .more-link .nav-previous:hover, .comment-navigation .nav-previous:hover {
    color: #fff; }
    .nav-links .nav-previous:hover a,
    .more-link .nav-previous:hover a, .comment-navigation .nav-previous:hover a {
      background: #3c5895;
      background: #3c5895 url("../images/small-design-up.png") repeat-x left bottom;
      color: #fff; }
      .nav-links .nav-previous:hover a .meta-nav,
      .more-link .nav-previous:hover a .meta-nav, .comment-navigation .nav-previous:hover a .meta-nav {
        color: #fff;
        background: transparent; }
  .nav-links .nav-next a,
  .more-link .nav-next a, .comment-navigation .nav-next a {
    padding-right: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    background: #282827 url("../images/small-design-up.png") repeat-x left bottom;
    padding-bottom: 18px; }
  .nav-links .nav-next .meta-nav,
  .more-link .nav-next .meta-nav, .comment-navigation .nav-next .meta-nav {
    right: 0; }
    .nav-links .nav-next .meta-nav:hover,
    .more-link .nav-next .meta-nav:hover, .comment-navigation .nav-next .meta-nav:hover {
      background: transparent; }
  .nav-links .nav-next:hover a,
  .more-link .nav-next:hover a, .comment-navigation .nav-next:hover a {
    background: #3c5895;
    background: #3c5895 url("../images/small-design-up.png") repeat-x left bottom;
    color: #fff; }
    .nav-links .nav-next:hover a .meta-nav,
    .more-link .nav-next:hover a .meta-nav, .comment-navigation .nav-next:hover a .meta-nav {
      color: #fff; }

a.more-link {
  padding-right: 50px;
  padding-bottom: 15px;
  margin-top: 15px;
  background: #282827 url("../images/small-design-up.png") repeat-x left bottom; }
  a.more-link .meta-nav {
    right: 0;
    color: #fff;
    line-height: normal; }
  a.more-link:hover {
    background: #3c5895 url("../images/small-design-up.png") repeat-x left bottom;
    color: #fff; }
    a.more-link:hover .meta-nav {
      background-color: transparent;
      color: #fff; }

.nav-links a:hover .meta-nav {
  color: #Ea2B7B; }

.page-navigation {
  margin-bottom: 30px;
  margin-top: 10px; }

ol.webulous_page_navi {
  margin: 0;
  margin-left: 30px;
  list-style-type: none;
  position: relative; }
  ol.webulous_page_navi li {
    display: inline-block;
    margin: 0px 5px; }
    ol.webulous_page_navi li a {
      margin: 0;
      padding: 4px 10px;
      text-align: center;
      font-size: 20px;
      font-size: 2rem;
      color: #fff;
      background-color: #3c5895;
      border-radius: 50px; }
      ol.webulous_page_navi li a:hover {
        color: #fff;
        transition: none;
        background: #282827; }
  ol.webulous_page_navi li.bpn-current {
    color: #fff;
    padding: 1px 10px;
    background: #282827;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    font-size: 2rem;
    margin: 0px 5px; }
  ol.webulous_page_navi .bpn-prev-link a {
    margin-left: 0;
    margin-right: 12px;
    display: inline-block;
    position: relative;
    background-color: #fff; }
    ol.webulous_page_navi .bpn-prev-link a:before {
      position: absolute;
      color: #282827;
      content: "\f053";
      font-size: 17px;
      font-size: 1.7rem;
      font-family: 'FontAwesome';
      background: url("../images/blog-pagination.png") no-repeat center center;
      left: -18px;
      top: -7px;
      width: 50px;
      height: 50px;
      padding: 12px 10px 0px 8px; }
      ol.webulous_page_navi .bpn-prev-link a:before:hover {
        color: #1C88C1; }
    ol.webulous_page_navi .bpn-prev-link a:hover {
      background-color: #fff; }
  ol.webulous_page_navi .bpn-next-link a {
    margin-right: 0;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    background-color: #fff; }
    ol.webulous_page_navi .bpn-next-link a:before {
      position: absolute;
      color: #282827;
      content: "\f054";
      font-size: 17px;
      font-size: 1.7rem;
      font-family: 'FontAwesome';
      background: url("../images/blog-pagination.png") no-repeat center center;
      left: 0px;
      top: -7px;
      width: 50px;
      height: 50px;
      padding: 13px 10px 0px 12px; }
      ol.webulous_page_navi .bpn-next-link a:before:hover {
        color: #3c5895; }
    ol.webulous_page_navi .bpn-next-link a:hover {
      background-color: #fff; }

/*--------------------------------------------------------------
6.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%; }

/*--------------------------------------------------------------
6.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; }

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.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; }

/*--------------------------------------------------------------
7.0 Modules
--------------------------------------------------------------*/
/* 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: #fff;
    clip: auto !important;
    color: #000;
    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 */ }

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

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

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

.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; }

/* 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; }

/*--------------------------------------------------------------
8.0 Header
--------------------------------------------------------------*/
.site-header {
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 100; }

.branding {
  padding: 0px 0px 5px;
  color: #282827; }
  .branding .container .five.columns {
    margin-right: 0;
    width: 30.16%; }
  .branding .eleven.columns {
    margin-left: 0;
    width: 67.66%; }
  .branding .logo-wrapper {
    margin-right: 0px;
    position: relative;
		width: 100%;
		/* content:url("../images/logo_glow2.png") */
		}

    .branding .logo-wrapper:after {
      position: absolute;
      content: "";
      width: 0px;
      height: 60%;
      background: #d7d7d7;
      right: -15px;
      bottom: -5px;
      transform: skew(0deg, -23deg);
      background: #d7d7d7;
      /* Old browsers */
      background: -moz-linear-gradient(left, #ccc 20%, #a4a4a4 80%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ccc), color-stop(80%, #a4a4a4));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, #ccc 20%, #a4a4a4 80%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, #ccc 20%, #a4a4a4 80%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, #ccc 20%, #a4a4a4 80%);
      /* IE10+ */
      background: linear-gradient(left, #ccc 2%, #a4a4a4 80%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#a4a4a4',GradientType=0 );
      /* IE6-9 */
      color: #fff; }
    .branding .logo-wrapper:before {
      position: absolute;
      content: "";
      width: 0px;
      height: 60%;
      background: #d7d7d7;
      right: -15px;
      top: 2px;
      transform: skew(0deg, 23deg);
      background: #d7d7d7;
      /* Old browsers */
      background: -moz-linear-gradient(left, #ccc 20%, #a4a4a4 80%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ccc), color-stop(80%, #a4a4a4));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, #ccc 20%, #a4a4a4 80%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, #ccc 20%, #a4a4a4 80%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, #ccc 20%, #a4a4a4 80%);
      /* IE10+ */
      background: linear-gradient(left, #ccc 2%, #a4a4a4 80%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#a4a4a4',GradientType=0 );
      /* IE6-9 */
      color: #fff; }
  .branding .site-branding {
    margin: 0;
    position: relative;
    padding: 0px 5px;
    text-align: center;
    /*background: #fff; */
    position: relative; }
    .branding .site-branding:before {
      position: absolute;
      content: "";
      background: url("../images/small-design-down.png") repeat-x 3px bottom;
      left: 0;
      bottom: 0px;
      height: 0px;
      width: 100%; }
    .branding .site-branding h1.site-title {
      font-size: 44px;
      font-size: 4.4rem;
      font-weight: bold;
      margin-bottom: 0;
      word-break: break-all; }
      .branding .site-branding h1.site-title a {
        color: #282827; }
        .branding .site-branding h1.site-title a:hover {
          color: #3c5895; }
    .branding .site-branding p {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 0; }
  .branding .site-description {
    color: #606060;
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: "Ubuntu", sans-serif; }

.header-bottom {
  padding: 20px 0px;
  background: url("../images/footer-bg.png") repeat center center; }
  .header-bottom .page-title h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase; }
  .single-post .header-bottom .page-title h2 {
    color: #fff;
    display:none;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase; }


.site-header-sticky,
.home.blog .site-header-sticky,
.page-template-page-full-width-slider .site-header-sticky {
  position: fixed;
  border-bottom: 6px solid #282827; }
  .site-header-sticky .top-nav,
  .home.blog .site-header-sticky .top-nav,
  .page-template-page-full-width-slider .site-header-sticky .top-nav {
    display: none; }
  .site-header-sticky .main-navigation,
  .home.blog .site-header-sticky .main-navigation,
  .page-template-page-full-width-slider .site-header-sticky .main-navigation {
    background: transparent;
    left: 0; }
    .site-header-sticky .main-navigation a,
    .home.blog .site-header-sticky .main-navigation a,
    .page-template-page-full-width-slider .site-header-sticky .main-navigation a {
      padding: 10px 20px 10px 17px;
       }
      .site-header-sticky .main-navigation a:hover,
      .home.blog .site-header-sticky .main-navigation a:hover,
      .page-template-page-full-width-slider .site-header-sticky .main-navigation a:hover {
        color: #f00; }
  .site-header-sticky .main-navigation .sub-menu li a, .site-header-sticky .main-navigation .children li a,
  .home.blog .site-header-sticky .main-navigation .sub-menu li a,
  .home.blog .site-header-sticky .main-navigation .children li a,
  .page-template-page-full-width-slider .site-header-sticky .main-navigation .sub-menu li a,
  .page-template-page-full-width-slider .site-header-sticky .main-navigation .children li a {
    color: #606060; }
    .site-header-sticky .main-navigation .sub-menu li a:hover, .site-header-sticky .main-navigation .children li a:hover,
    .home.blog .site-header-sticky .main-navigation .sub-menu li a:hover,
    .home.blog .site-header-sticky .main-navigation .children li a:hover,
    .page-template-page-full-width-slider .site-header-sticky .main-navigation .sub-menu li a:hover,
    .page-template-page-full-width-slider .site-header-sticky .main-navigation .children li a:hover {
      color: #1C88C1; }
  .site-header-sticky .branding,
  .home.blog .site-header-sticky .branding,
  .page-template-page-full-width-slider .site-header-sticky .branding {
    margin: 0px;
    padding-bottom: 0px; }
    .site-header-sticky .branding .site-title a,
    .home.blog .site-header-sticky .branding .site-title a,
    .page-template-page-full-width-slider .site-header-sticky .branding .site-title a {
      color: #fff !important; }
      .site-header-sticky .branding .site-title a:hover,
      .home.blog .site-header-sticky .branding .site-title a:hover,
      .page-template-page-full-width-slider .site-header-sticky .branding .site-title a:hover {
        color: #282827 !important; }
  .site-header-sticky .branding .site-branding,
  .home.blog .site-header-sticky .branding .site-branding,
  .page-template-page-full-width-slider .site-header-sticky .branding .site-branding {
    min-height: 0;
    height: 100%;
    background: transparent;
    padding: 0; }
  .site-header-sticky .branding .logo-wrapper::before, .site-header-sticky .branding .logo-wrapper::after, .site-header-sticky .branding .site-branding::before, .site-header-sticky .main-navigation::before,
  .home.blog .site-header-sticky .branding .logo-wrapper::before,
  .home.blog .site-header-sticky .branding .logo-wrapper::after,
  .home.blog .site-header-sticky .branding .site-branding::before,
  .home.blog .site-header-sticky .main-navigation::before,
  .page-template-page-full-width-slider .site-header-sticky .branding .logo-wrapper::before,
  .page-template-page-full-width-slider .site-header-sticky .branding .logo-wrapper::after,
  .page-template-page-full-width-slider .site-header-sticky .branding .site-branding::before,
  .page-template-page-full-width-slider .site-header-sticky .main-navigation::before {
    display: none; }
  .site-header-sticky .site-description,
  .home.blog .site-header-sticky .site-description,
  .page-template-page-full-width-slider .site-header-sticky .site-description {
    display: none; }
  .site-header-sticky .header-bottom,
  .home.blog .site-header-sticky .header-bottom,
  .page-template-page-full-width-slider .site-header-sticky .header-bottom {
    display: none; }

.flex-header {
  position: static !important; }

.top-nav .widget-title {
  display: none; }
.top-nav .textwidget {
  padding: 0px; }
.top-nav .widget_text {
  margin: 0px; }
.top-nav .cart ul li {
  font-size: 15px;
  font-size: 1.5rem;
  background: none; }
  .top-nav .cart ul li .fa {
    margin-right: 5px; }
  .top-nav .cart ul li:first-child {
    padding-right: 0; }
.top-nav ul {
  margin: 0; }
  .top-nav ul li {
    float: left;
    list-style: none;
    border-bottom: none !important; }
    .top-nav ul li:hover a {
      color: #f00; }
    .top-nav ul li a {
      color: #fff;
			background: #000;
      padding: 4px 10px 4px 10px;
      border-radius: 5px; }
      .top-nav ul li a i {
        font-size: 15px;
        font-size: 1.5rem; }
.top-nav .cart {
  float: right;
  color: #fff; }
  .top-nav .cart ul {
    float: right; }
    .top-nav .cart ul li {
      padding: 14px;
      float: right; }
      .top-nav .cart ul li a:hover {
        color: #f00; }

.top-left aside {
  float: right;
  color: #fff;
  width: 100%;
  margin: 0; }
.top-left .widget-title {
  display: none; }
.top-left aside:first-child ul {
  margin: 0;
  padding: 0;
  float: left; }
  .top-left aside:first-child ul li {
    float: left;
    border: none;
    margin: 0;
    padding: 0; }
    .top-left aside:first-child ul li i {
      font-size: 16px;
      line-height: 2; }
    .top-left aside:first-child ul li a {
      display: inline-block;
      padding: 10px 20px;
      color: #fff;
      background: transparent;
      border-radius: 0;
      border: none;
      line-height: 15px !important;
      margin-bottom: 0;
      margin-right: 0; }
      .top-left aside:first-child ul li a:hover, .top-left aside:first-child ul li a:hover i {
        color: #282827; }
    .top-left aside:first-child ul li:first-child a {
      padding-left: 0;
      width: 0; }

.site-footer .footer-widgets .widget_social-networks-widget ul {
  margin: 0;
  padding: 0;
  float: left; }
  .site-footer .footer-widgets .widget_social-networks-widget ul li {
    float: left;
    border: none;
    margin: 0;
    padding: 0; }
    .site-footer .footer-widgets .widget_social-networks-widget ul li i {
      font-size: 16px;
      line-height: 2; }
    .site-footer .footer-widgets .widget_social-networks-widget ul li a {
      display: inline-block;
      padding: 10px 20px;
      color: #fff;
      background: transparent;
      border-radius: 0;
      border: none;
      line-height: 15px !important;
      margin-bottom: 0;
      margin-right: 0; }
      .site-footer .footer-widgets .widget_social-networks-widget ul li a:hover {
        background: #282827; }

/*--------------------------------------------------------------
9.0 Primary
--------------------------------------------------------------*/
.site-content {
  margin-top: 80px;
  margin-bottom: 80px; }

.home .site-content {
  margin-bottom: 0;
  margin-top: 30px; 
  display: none;}

.site-main {
  margin: 0px; }
  .site-main article.post {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #d7d7d7; }

.single .site-main article.post {
  padding-top: 0; }

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

.comment-content a {
  word-wrap: break-word; }

.comment-navigation {
  clear: both; }

.comment-content p {
  margin-bottom: 0;
  margin-top: 15px; }

.bypostauthor {
  display: block; }

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

ol.comment-list {
  margin: 0;
  list-style-type: none; }

ol.comment-list ol.children {
  list-style-type: none;
  margin-left: 10%; }

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

.comment-body {
  position: relative; }

ol.comment-list .reply {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative; }
  ol.comment-list .reply a:hover {
    color: #282827; }
  ol.comment-list .reply:before {
    position: absolute;
    content: "\f112";
    font-family: "FontAwesome";
    color: #3c5895;
    font-size: 15px;
    font-size: 1.5rem;
    right: 50px; }

.byuser .reply a:hover {
  color: #fff; }

.comment-content,
.comment-meta {
  margin-left: 60px; }

.comment-author {
  display: inline;
  text-transform: uppercase; }
  .comment-author img {
    position: absolute;
    left: 0; }
  .comment-author cite.fn {
    font-style: normal; }
    .comment-author cite.fn a:hover {
      color: #282827; }

ol.comment-list article {
  border: 1px solid #808080;
  border-bottom: none;
  margin-bottom: 40px;
  padding: 20px 25px;
  background: #fff url("../images/ul-list-bottom.png") repeat-x center bottom;
  width: 92%;
  float: right;
  position: relative;
  z-index: 1;
  overflow: visible; }
  ol.comment-list article:before {
    position: absolute;
    content: "";
    background: url("../images/page-outline.png") no-repeat left top;
    width: 100%;
    right: 50px;
    height: 100%;
    top: 8px;
    z-index: 1;
    background-size: 100px; }
  ol.comment-list article .fn {
    color: #3c5895; }

ol.comment-list article .comment-author img {
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 65px;
  border-radius: 65px;
  top: 0px;
  left: -60px;
  width: 120px;
  height: 120px;
  border: 1px solid #848484; }

ol.comment-list li.byuser .comment-metadata a:hover {
  color: #282827; }

.comment-metadata {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px; }
  .comment-metadata a {
    color: #848484;
    margin-left: 10px; }
    .comment-metadata a:hover {
      color: #3c5895; }

.byuser .comment-metadata a:hover,
.byuser .comment-content a:hover {
  color: #fff; }

.comment-content {
  margin-bottom: 30px; }

.hentry.sticky {
  color: #fff;
  margin: 0; }
  .hentry.sticky h1.entry-title {
    font-weight: 700; }
    .hentry.sticky h1.entry-title a {
      color: #fff; }
      .hentry.sticky h1.entry-title a:hover {
        color: #282827; }
  .hentry.sticky h1, .hentry.sticky h2, .hentry.sticky h3, .hentry.sticky h4, .hentry.sticky h5, .hentry.sticky h6 {
    color: #fff; }
  .hentry.sticky a {
    color: #fff; }
    .hentry.sticky a:hover {
      color: #282827; }
  .hentry.sticky span i {
    color: #fff;
    padding-right: 10px; }
  .hentry.sticky code {
    color: #000; }
  .hentry.sticky .entry-footer,
  .hentry.sticky .entry-meta {
    background: none;
    margin-bottom: 0;
    padding: 0;
    border: 0; }
    .hentry.sticky .entry-footer a,
    .hentry.sticky .entry-meta a {
      color: #fff; }
    .hentry.sticky .entry-footer span:hover a, .hentry.sticky .entry-footer span:hover i,
    .hentry.sticky .entry-meta span:hover a,
    .hentry.sticky .entry-meta span:hover i {
      color: #282827; }
  .hentry.sticky .entry-meta .posted-on {
    color: #fff; }
    .hentry.sticky .entry-meta .posted-on:hover {
      color: #282827; }

.hentry.post {
  margin: 0 0 2.5em; }
  .hentry.post h1 a {
    color: #000; }
    .hentry.post h1 a:hover {
      color: #3c5895; }

.entry-title a {
  color: #282827;
  font-weight: 700; }
  .entry-title a:hover {
    color: #3c5895; }

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

.entry-meta .posted-on {
  color: #fff;
  margin-right: 0; }
  .entry-meta .posted-on:hover {
    color: #848484; }

.entry-meta,
.entry-footer {
	display: none;
  margin: 25px 0px;
  border: 0;
  color: #fff;
  padding: 20px 10px 25px;
  background: #5EBC5E url("../images/small-design-up.png") repeat-x 17px bottom; }
  .entry-meta span,
  .entry-footer span {
    margin: 0 10px 0; }
    .entry-meta span i,
    .entry-footer span i {
      padding-right: 10px;
      color: #fff; }
  .entry-meta a,
  .entry-footer a {
    color: #fff; }
  .entry-meta span:hover a, .entry-meta span:hover i,
  .entry-footer span:hover a,
  .entry-footer span:hover i {
    color: #848484; }

.entry-footer .comments-link {
  display: none; }

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

.page-links {
  margin: 0 0 1.5em;
  padding: 12px;
  text-align: center;
  display: inline-block; }
  .page-links a {
    padding: 5px 10px;
    color: #3c5895; }
    .page-links a:hover {
      color: #282827; }

blockquote {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 30px;
  background-color: #3c5895;
  display: inline-block; }
  blockquote:before {
    position: absolute;
    content: "\f10d";
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'FontAwesome';
    left: 50%;
    top: 0;
    color: #fff;
    padding-top: 10px; }
  blockquote p {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
    padding: 50px 30px 30px;
    color: #fff;
    background: #3c5895 url("../images/small-design-up.png") repeat-x left bottom; }
    blockquote p cite {
      font-style: normal;
      text-transform: uppercase; }
    blockquote p a, blockquote p a:visited {
      color: #d7d7d7;
      font-size: 14px;
      font-size: 1.4rem; }
    blockquote p a:hover {
      color: #0d2352; }

.wpcf7-form span.wpcf7-list-item {
  margin: 0 10px; }
.wpcf7-form .wpcf7-form-control-wrap select {
  padding: 5px 20px; }

.blog .entry-header,
.entry-header {
  position: relative; }

.search .page .entry-footer {
  display: none; }

.edit-link:hover {
  color: #848484; }

.error-404.not-found h1.page-title, .not-found h1.page-title {
  text-align: center;
  margin-bottom: 30px; }
  .error-404.not-found h1.page-title span, .not-found h1.page-title span {
    color: #0d2352;
    display: block; }
.error-404.not-found form, .not-found form {
  margin-bottom: 25px; }
.error-404.not-found .search-form label, .not-found .search-form label {
  width: 100%; }
.error-404.not-found .page-content li, .not-found .page-content li {
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7; }
.error-404.not-found .page-content select, .not-found .page-content select {
  width: 100%; }

.home .site-header {
  margin-bottom: 0;
  position: fixed;
  background:none;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 100; }

.free-home .services-wrapper {
  padding: 40px 0px; }
  .free-home .services-wrapper .service {
    color: #a5a5a5; }
    .free-home .services-wrapper .service:hover h6, .free-home .services-wrapper .service:hover h5, .free-home .services-wrapper .service:hover h4, .free-home .services-wrapper .service:hover h3, .free-home .services-wrapper .service:hover h2, .free-home .services-wrapper .service:hover h1 {
      color: #3c5895; }
    .free-home .services-wrapper .service h6, .free-home .services-wrapper .service h5, .free-home .services-wrapper .service h4, .free-home .services-wrapper .service h3, .free-home .services-wrapper .service h2, .free-home .services-wrapper .service h1 {
      padding: 10px 10px 5px 0px;
      font-weight: 700;
      color: #282827;
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 0;
      text-transform: uppercase; }
    .free-home .services-wrapper .service .page-thumb {
      position: relative;
      background: url("../images/page-outline.png") no-repeat center center;
      height: 130px;
      width: 130px;
      text-align: center; }
      .free-home .services-wrapper .service .page-thumb img {
        border-radius: 200px;
        position: relative;
        z-index: -1; }
    .free-home .services-wrapper .service p {
      color: #a5a5a5;
      margin: 0;
      padding: 5px 0px 10px; }
  .free-home .services-wrapper .page-content {
    width: 70%;
    margin-top: 0; }
  .free-home .services-wrapper .service.odd {
    text-align: right;
    margin: 10px 0px 20px 0px;
    padding-right: 25px; }
    .free-home .services-wrapper .service.odd .page-thumb {
      float: right;
      width: 30%; }
    .free-home .services-wrapper .service.odd .page-content {
      float: left;
      text-align: right;
      padding-right: 3%; }
  .free-home .services-wrapper .service.even {
    margin: 10px 0px 20px 0px;
    padding-left: 25px; }
    .free-home .services-wrapper .service.even .page-thumb {
      float: left;
      width: 30%; }
    .free-home .services-wrapper .service.even .page-content {
      float: right;
      padding-left: 3%; }
.free-home .post-wrapper {
  background-image: url("../images/post-wrapper-bg.png");
  box-sizing: content-box;
  clear: both;
  content: "";
  display: block;
  margin: 0 -100%;
  overflow: hidden;
  padding: 100px 100% 80px;
  width: 100%; }
  .free-home .post-wrapper h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px; }
  .free-home .post-wrapper .latest-posts .latest-post {
    margin-top: 50px; }
  .free-home .post-wrapper .latest-posts .latest-post-thumb a {
    position: relative;
    display: block; }
  .free-home .post-wrapper .latest-posts .latest-post-thumb:hover {
    transform: scale(1.1); }
    .free-home .post-wrapper .latest-posts .latest-post-thumb:hover h4 {
      color: #3c5895; }
  .free-home .post-wrapper .latest-posts .latest-post-thumb h4 {
    text-align: center;
    margin-top: 10px; }
  .free-home .post-wrapper .latest-posts .latest-post-thumb img {
    border-radius: 200px; }
  .free-home .post-wrapper .latest-posts .latest-post-thumb span {
    background: url("../images/recent-post-out.png") no-repeat left top;
    background-size: 90%;
    width: 100%;
    height: 243px;
    position: absolute;
    left: 5%;
    top: 4%; }
  .free-home .post-wrapper .latest-posts .latest-post-content {
    display: none; }
  .free-home .post-wrapper .latest-posts .latest-post:nth-child(4n) {
    margin-right: 0; }
  .free-home .post-wrapper .latest-posts .latest-post:nth-child(4n+5) {
    clear: both; }

.home.blog .site-header {
  position: static; }

.site-content.test {
  margin: 60px 0px; }

.page-template-page-rightsidebar .entry-content, .page-template-page-leftsidebar .entry-content, .page-template-default .entry-content, .single .entry-content {
  margin-top: 0; }

.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: #fff;
  background: #282827; }

.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: #3c5895 !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: #3c5895; }

.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: #282827; }

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

.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: #fff; }

.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: #3c5895; }

.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: #282827; }

.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: #3c5895;
  color: #fff; }

.woocommerce span.onsale, .woocommerce-page span.onsale {
  background: #fceabb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',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: #282827;
  color: #fff !important; }

.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: #3c5895;
  color: #fff; }

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

.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;
  border: 1px solid #aea9a9;
  color: #000; }

.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: #282827;
  -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: #fff;
  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: #3c5895; }

.textwidget {
  font-weight: normal; }
  .textwidget h2 {
    margin-bottom: 20px; }

.content-area .textwidget {
  padding: 0; }

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

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

.standard-width {
  padding: 50px 0px !important; }

.full-width-black-pattern {
  position: relative;
  padding-bottom: 82px;
  background: url("../images/footer-bg.png") repeat left top; }
  .full-width-black-pattern:after {
    position: absolute;
    content: "";
    background: url("../images/bottom-sine-black.png") repeat-x left bottom;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 18px;
    visibility: visible; }

.full-width-carousel-pattern {
  background: url("../images/post-wrapper-bg.png") repeat left top;
  position: relative; }
  .full-width-carousel-pattern:after {
    position: absolute;
    content: "";
    background: url("../images/bottom-sine-black-opp.png") repeat-x left bottom;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 18px;
    visibility: visible; }

.full-width-grey-pattern {
  background: url("../images/post-wrapper-bg.png") repeat left top; }

.bottom-gap {
  margin-bottom: 50px; }

.top-gap {
  margin-top: 50px; }

.tcenter {
  text-align: center;
  width: 75%;
  margin: 0 auto; }

.heading-center {
  text-transform: uppercase;
  text-align: center; }

.clr-white {
  color: #fff; }
  .clr-white .widget-title, .clr-white h1, .clr-white h2, .clr-white h3, .clr-white h4, .clr-white h5, .clr-white h6, .clr-white .textwidget {
    color: #fff !important; }

.contact-head .widget-title {
  font-size: 40px;
  font-size: 4rem;
  text-transform: uppercase; }
.contact-head .textwidget {
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: 40px;
  font-family: "Arvo", serif; }

.contact-limit {
  overflow: hidden; }

.contact-details .icon-wrapper i {
  background: none !important;
  border: none !important;
  color: #282827 !important; }
  .contact-details .icon-wrapper i:hover {
    background: none; }
.contact-details .service .icon-title {
  text-transform: none;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400; }

.contact-text input[type="text"], .contact-text input[type="email"], .contact-text textarea {
  background: #f7f7f7; }

.top-head {
  margin-bottom: 20px; }
  .top-head .widget-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 38px;
    font-size: 3.8rem; }
  .top-head .textwidget {
    color: #848484;
    width: 70%;
    text-align: center;
    margin: 0 auto; }

.home-icon-wrapper {
  position: relative; }

.home-bg {
  text-align: center;
  position: absolute;
  top: 110px;
  left: 30%;
  z-index: -1; }
  .home-bg img {
    border-radius: 500px; }

.home-icon-left .icon-wrapper {
  width: 30% !important;
  float: right !important; }
.home-icon-left .service {
  width: 70%;
  float: left;
  text-align: right !important;
  padding-right: 20px; }

.home-icon-right .service {
  padding-left: 25px; }

.icon-right .service {
  position: relative;
  right: -25px; }

.about-icon .icon-horizontal .service {
  width: 75% !important; }
.about-icon .icon-title {
  margin-bottom: 15px !important;
  display: block; }

.faq-acc .ui-accordion h3 {
  border-left: none;
  border-right: none; }
.faq-acc .ui-accordion .ui-accordion-content {
  color: #282827;
  margin: 0 25px; }
.faq-acc .ui-accordion-header-active:before {
  position: absolute;
  content: "";
  border-left: 1px solid #3c5895;
  height: 50px;
  width: 1px;
  left: 25px;
  bottom: 0; }
.faq-acc .ui-accordion-header-active:after {
  position: absolute;
  content: "";
  border-right: 1px solid #3c5895;
  height: 50px;
  width: 1px;
  right: 25px;
  bottom: 0; }

.tabs-container {
  width: 99%; }
  .tabs-container ul.tabs {
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0 !important;
    background: #3c5895 url(../images/small-design-up.png) repeat-x 0% bottom;
    border-right: 1px solid #3c5895; }
    .tabs-container ul.tabs li {
      display: inline-block;
      list-style-type: none;
      float: left;
      margin-bottom: 0; }
      .tabs-container ul.tabs li a {
        display: inline-block;
        padding: 15px 30px 20px;
        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;
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        text-transform: uppercase; }
      .tabs-container ul.tabs li a:hover {
        color: #fff;
        transition: none; }
  .tabs-container div {
    clear: both;
    padding: 20px;
    position: relative;
    top: 0px;
    background: #fff;
    border: 1px solid #3c5895;
    border-top: 0;
    color: #848484; }
    .tabs-container div:before {
      position: absolute;
      content: "";
      border-left: 1px solid #3c5895;
      height: 10px;
      top: -10px;
      left: -1px;
      width: 1px; }

.tabs-container.normal li:first-child span:before, .tabs-container.normal li:first-child span:after {
  display: none; }

li.ui-tabs-active span {
  position: relative;
  display: inline-block; }
  li.ui-tabs-active span:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 60%;
    background: #97a4c2;
    left: -12px;
    bottom: 3px;
    transform: skew(0deg, 20deg);
    background: #d7d7d7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #97a4c2), color-stop(80%, #697ba1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* IE10+ */
    background: linear-gradient(left, #97a4c2 2%, #697ba1 80%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$tab-color1', endColorstr='$tab-color2',GradientType=0 );
    /* IE6-9 */
    color: #fff;
    z-index: 10; }
  li.ui-tabs-active span:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 60%;
    background: #97a4c2;
    left: -12px;
    top: -3px;
    transform: skew(0deg, -20deg);
    background: #d7d7d7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #97a4c2), color-stop(80%, #697ba1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* IE10+ */
    background: linear-gradient(left, #97a4c2 2%, #697ba1 80%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$tab-color1', endColorstr='$tab-color2',GradientType=0 );
    /* IE6-9 */
    color: #fff;
    z-index: 10; }

li.ui-tabs-active {
  position: relative; }
  li.ui-tabs-active:before {
    position: absolute;
    content: "";
    border-top: 5px solid #3c5895;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px; }

li.ui-tabs-active a {
  color: #fff;
  position: relative; }
  li.ui-tabs-active a:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 60%;
    background: #97a4c2;
    right: -12px;
    bottom: 5px;
    transform: skew(0deg, -20deg);
    background: #d7d7d7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #97a4c2), color-stop(80%, #697ba1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* IE10+ */
    background: linear-gradient(left, #97a4c2 2%, #697ba1 80%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$tab-color1', endColorstr='$tab-color2',GradientType=0 );
    /* IE6-9 */
    color: #fff;
    z-index: 10; }
  li.ui-tabs-active a:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 60%;
    background: #97a4c2;
    right: -12px;
    top: -3px;
    transform: skew(0deg, 20deg);
    background: #d7d7d7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #97a4c2), color-stop(80%, #697ba1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #97a4c2 20%, #697ba1 80%);
    /* IE10+ */
    background: linear-gradient(left, #97a4c2 2%, #697ba1 80%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$tab-color1', endColorstr='$tab-color2',GradientType=0 );
    /* IE6-9 */
    color: #fff;
    z-index: 10; }

.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; }

.tabs-container.center {
  text-align: center; }

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

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

.tabs-container.center div {
  clear: both;
  padding: 20px;
  position: relative;
  top: 0px;
  background: #fff;
  border: 1px solid #3c5895;
  border-top: 0;
  color: #848484; }

.tabs-container.center li {
  float: none !important; }

.widget.widget_ourteam-widget .team-social {
  margin: 0;
  clear: both;
  list-style-type: none;
  width: 100%;
  padding: 10px 0px 20px;
  text-align: center; }
  .widget.widget_ourteam-widget .team-social li {
    margin: 0 3px;
    padding: 0;
    border: 0;
    display: inline; }
    .widget.widget_ourteam-widget .team-social li a {
      display: inline-block;
      text-align: center;
      color: #848484;
      font-weight: 700;
      font-size: 10px;
      font-size: 1rem;
      position: relative;
      width: 32px;
      height: 32px;
      line-height: 26px;
      border-radius: 32px;
      border: 2px solid #848484;
      margin-top: 5px; }
      .widget.widget_ourteam-widget .team-social li a:hover {
        background-color: #fff;
        color: #3c5895;
        border: 2px solid #3c5895; }
.widget.widget_ourteam-widget .team-avator {
  width: 30%;
  float: left;
  position: relative; }
  .widget.widget_ourteam-widget .team-avator span {
    position: absolute;
    background: url("../images/our-team-outline.png") no-repeat center center;
    display: block;
    width: 153px;
    height: 153px;
    left: 7px;
    top: 7px; }
  .widget.widget_ourteam-widget .team-avator img {
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 100px;
    border-radius: 100px; }
.widget.widget_ourteam-widget .team-content {
  float: left;
  width: 62%;
  margin-left: 8%;
  color: #848484; }
  .widget.widget_ourteam-widget .team-content p {
    color: #848484;
    line-height: 22px; }
    .widget.widget_ourteam-widget .team-content p a {
      text-decoration: underline;
      color: #848484; }
      .widget.widget_ourteam-widget .team-content p a:hover {
        color: #000; }
  .widget.widget_ourteam-widget .team-content h4 {
    padding-bottom: 10px;
    font-size: 25px;
    font-size: 2.5rem;
    text-transform: uppercase; }
    .widget.widget_ourteam-widget .team-content h4 span {
      font-size: .6em;
      font-weight: 400;
      display: block;
      text-transform: none; }

.team-odd {
  text-align: right; }
  .team-odd .team-avator {
    float: right !important;
    width: 30% !important; }
  .team-odd .team-content {
    float: left;
    text-align: right;
    margin-right: 8%;
    margin-left: 0 !important; }

.widget.widget_skill-widget .skill-container {
  margin-top: 20px;
  padding-bottom: 1px; }
  .widget.widget_skill-widget .skill-container .fa-stack {
    color: #3c5895;
    opacity: 0; }
  .widget.widget_skill-widget .skill-container .skill {
    height: 40px;
    position: relative;
    background: #d7d7d7 url("images/small-design-up.png") repeat-x 17px bottom; }
    .widget.widget_skill-widget .skill-container .skill .skill-percentage {
      height: 40px;
      position: relative;
      background: #3c5895 url("images/small-design-up.png") repeat-x 17px bottom; }
    .widget.widget_skill-widget .skill-container .skill .skill-content {
      top: -80px;
      position: relative;
      font-size: 18px;
      font-size: 1.8rem; }
      .widget.widget_skill-widget .skill-container .skill .skill-content .txt-count {
        float: right;
        color: #000; }
.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;
  font-size: 25px;
  font-size: 2.5rem;
  cursor: pointer;
  position: relative;
  padding: 10px 3px 15px;
  padding-left: 50px;
  margin-top: 10px;
  min-height: 40px;
  color: #fff;
  background: #3c5895;
  position: relative;
  background: #3c5895 url("../images/small-design-up.png") repeat-x -5px bottom; }
  .ui-accordion h3 span.fa {
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 2px 3px;
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
    color: #3c5895;
    background: #fff;
    border-radius: 20px; }
.ui-accordion .ui-accordion-content {
  padding: 15px 10px 20px 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #3c5895;
  border-top: none;
  color: #848484; }
.ui-accordion .ui-accordion-header-active {
  cursor: default;
  color: #fff;
  background-color: #3c5895;
  border-left: 1px solid #3c5895;
  border-right: 1px solid #3c5895; }

.widget_recent-work-widget .recent-work-container li {
  border: none; }
.widget_recent-work-widget ul#portfolio {
  margin-left: 0; }
  .widget_recent-work-widget ul#portfolio li {
    border: none;
    padding: 0px; }
.widget_recent-work-widget .portfolioeffects {
  overflow: hidden;
  margin: 0px; }
  .widget_recent-work-widget .portfolioeffects .portfolio_thumb img {
    margin-bottom: 0; }
.widget_recent-work-widget .recent-work {
  position: relative; }
  .widget_recent-work-widget .recent-work .flex-direction-nav a {
    opacity: 1; }
.widget_recent-work-widget .portfolio_overlay, .widget_recent-work-widget .recent_work_overlay {
  position: relative; }
.widget_recent-work-widget .portfolioeffects, .widget_recent-work-widget .work {
  overflow: hidden; }
  .widget_recent-work-widget .portfolioeffects .portfolio_thumb img, .widget_recent-work-widget .work .portfolio_thumb img {
    display: block;
    margin: 0; }
  .widget_recent-work-widget .portfolioeffects .content-details h3, .widget_recent-work-widget .work .content-details h3 {
    position: absolute;
    bottom: 20%;
    left: 0;
    padding: 30px;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-shadow: 1px 1px 1px #000; }
    .widget_recent-work-widget .portfolioeffects .content-details h3 a, .widget_recent-work-widget .work .content-details h3 a {
      color: #fff; }
      .widget_recent-work-widget .portfolioeffects .content-details h3 a:hover, .widget_recent-work-widget .work .content-details h3 a:hover {
        color: #3c5895; }
  .widget_recent-work-widget .portfolioeffects .overlay_icon, .widget_recent-work-widget .work .overlay_icon {
    position: absolute;
    bottom: -30px;
    left: 0;
    -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;
    width: 100%;
    height: 30px; }
    .widget_recent-work-widget .portfolioeffects .overlay_icon a, .widget_recent-work-widget .work .overlay_icon a {
      width: 30px;
      height: 30px;
      background-color: #282827;
      text-align: center;
      line-height: 30px;
      display: inline-block;
      margin-right: 5px; }
      .widget_recent-work-widget .portfolioeffects .overlay_icon a i, .widget_recent-work-widget .work .overlay_icon a i {
        color: #fff; }
      .widget_recent-work-widget .portfolioeffects .overlay_icon a:hover, .widget_recent-work-widget .work .overlay_icon a:hover {
        background-color: #3c5895; }
  .widget_recent-work-widget .portfolioeffects:hover h3, .widget_recent-work-widget .work:hover h3 {
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  .widget_recent-work-widget .portfolioeffects:hover .overlay_icon, .widget_recent-work-widget .work:hover .overlay_icon {
    bottom: 0; }

.widget_recent-work-widget .recent-work-normal ul.filter-options li a {
  border: 2px solid #fff;
  color: #fff; }
.widget_recent-work-widget ul.filter-options {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center; }
  .widget_recent-work-widget ul.filter-options li {
    margin: 0;
    padding-left: 0;
    display: inline;
    border-bottom: 0;
    margin-right: 15px; }
    .widget_recent-work-widget ul.filter-options li a {
      display: inline-block;
      padding-bottom: 0;
      margin-bottom: 20px;
      padding: 5px 15px;
      text-transform: uppercase;
      border: 2px solid #000;
      color: #000;
      font-size: 14px;
      font-size: 1.4rem; }
    .widget_recent-work-widget ul.filter-options li a:hover {
      color: #3c5895; }
.widget_recent-work-widget #filters {
  padding: 20px 0 10px !important;
  margin-bottom: 25px;
  min-height: 50px;
  clear: both;
  margin-top: 0; }

ul#portfolio {
  margin-left: 0; }

.portfolio_overlay {
  position: relative; }

.portfolioeffects {
  overflow: hidden;
  margin: 0; }
  .portfolioeffects .portfolio_thumb img {
    display: block;
    margin-top: 0;
    margin: 0; }
  .portfolioeffects .content-details {
    display: none; }
    .portfolioeffects .content-details h3 {
      position: absolute;
      bottom: 20%;
      left: 0;
      padding: 30px;
      width: 100%;
      height: auto;
      text-align: center;
      margin-bottom: 0;
      color: #fff;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease;
      text-shadow: 1px 1px 1px #000; }
      .portfolioeffects .content-details h3 a {
        color: #fff; }
        .portfolioeffects .content-details h3 a:hover {
          color: #3c5895; }
  .portfolioeffects .overlay_icon {
    position: absolute;
    bottom: -30px;
    left: 0;
    -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;
    width: 100%;
    height: 30px; }
    .portfolioeffects .overlay_icon a {
      width: 30px;
      height: 30px;
      background-color: #282827;
      text-align: center;
      line-height: 30px;
      display: inline-block; }
      .portfolioeffects .overlay_icon a i {
        color: #fff; }
      .portfolioeffects .overlay_icon a:hover {
        background-color: #3c5895; }
  .portfolioeffects:hover h3 {
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  .portfolioeffects:hover .overlay_icon {
    bottom: 0; }

/* ul#portfolio {
  margin-bottom: 40px;
  li:nth-child(2n-1) {
    .portfolio-excerpt {
      background: #282827;
    }
  }
  li:nth-child(2n) {
    .portfolio-excerpt{
      background: #4e4e4d;
    }
  }
  li {
    h3 a {
      color: $white;
      &:hover {
        color: $primary;
      }
    }
  }

} */
ul#portfolio li .portfolio-excerpt {
  background: #4e4e4d; }
ul#portfolio li h3 a {
  color: #fff; }
  ul#portfolio li h3 a:hover {
    color: #3c5895; }

.portfolio-excerpt {
  color: #d7d7d7;
  padding: 15px;
  position: relative; }
  .portfolio-excerpt .more-link {
    width: 120px;
    padding: 10px;
    background: #3c5895;
    color: #fff;
    text-align: center; }
    .portfolio-excerpt .more-link:hover {
      background: #000; }

.page-template-portfolio-2col .site-content .entry-header, .page-template-portfolio-2col_text .site-content .entry-header, .page-template-portfolio-2col_sidebar .site-content .entry-header, .page-template-portfolio-3col .site-content .entry-header, .page-template-portfolio-3col_text .site-content .entry-header, .page-template-portfolio-3col_sidebar .site-content .entry-header, .page-template-portfolio-4col .site-content .entry-header, .page-template-portfolio-4col_text .site-content .entry-header, .page-template-portfolio .site-content .entry-header {
  display: none; }
.page-template-portfolio-2col .site-content, .page-template-portfolio-2col_text .site-content, .page-template-portfolio-2col_sidebar .site-content, .page-template-portfolio-3col .site-content, .page-template-portfolio-3col_text .site-content, .page-template-portfolio-3col_sidebar .site-content, .page-template-portfolio-4col .site-content, .page-template-portfolio-4col_text .site-content, .page-template-portfolio .site-content {
  margin-top: 120px; }

#filters {
  margin: 0px 0px 80px;
  padding: 20px 0 10px;
  min-height: 50px;
  clear: both; }

ul.filter-options {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center; }
  ul.filter-options li {
    margin: 0;
    padding-left: 0;
    display: inline;
    border-bottom: 0;
    margin-right: 15px; }
    ul.filter-options li a {
      display: inline-block;
      padding-bottom: 0;
      margin-bottom: 20px;
      padding: 5px 15px;
      text-transform: uppercase;
      border: 2px solid #282827;
      color: #282827;
      font-size: 14px;
      font-size: 1.4rem; }
    ul.filter-options li a:hover {
      color: #3c5895; }

.flexslider {
  border: 0 !important;
  margin-bottom: 0;
  -webkit-box-shadow: inset 0 0 0 transparent !important;
  -moz-box-shadow: inset 0 0 0 transparent !important;
  box-shadow: inset 0 0 0 transparent !important;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important; }
  .flexslider .slides > li {
    position: relative; }
  .flexslider .flex-image {
    position: relative; }
    .flexslider .flex-image:after {
      position: absolute;
      content: "";
      background: url("../images/big-design-up.png") repeat-x left bottom;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 30px; }
  .flexslider .flex-caption {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 50%;
    text-align: center;
    color: #fff; }
    .flexslider .flex-caption h1, .flexslider .flex-caption h2, .flexslider .flex-caption h3, .flexslider .flex-caption h4, .flexslider .flex-caption h5, .flexslider .flex-caption h6, .flexslider .flex-caption p, .flexslider .flex-caption li, .flexslider .flex-caption a {
      color: #fff;
      padding: 5px 0;
      margin: 0 auto 15px;
      display: block;
      text-shadow: 3px 3px 3px #BAB2B2; }
    .flexslider .flex-caption h1, .flexslider .flex-caption h2, .flexslider .flex-caption h3, .flexslider .flex-caption h4, .flexslider .flex-caption h5, .flexslider .flex-caption h6 {
      text-transform: uppercase;
      width: 70%; }
    .flexslider .flex-caption a {
      color: #282827;
      margin-top: 10px;
      display: inline-block;
      border: 1px solid #fff;
      text-align: center;
      text-transform: none;
      padding: 10px 20px 8px;
      background: #fff;
      font-weight: 700;
      position: relative; }
      .flexslider .flex-caption a:before {
        position: absolute;
        content: "";
        background: url("../images/small-design-down.png") repeat-x left bottom;
        width: 102%;
        height: 9px;
        bottom: -10px;
        left: -1px; }
      .flexslider .flex-caption a:hover {
        color: #3c5895; }

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

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

.flex-direction-nav .flex-disabled {
  opacity: 1 !important; }
.flex-direction-nav a {
  margin: 0;
  text-align: center;
  top: 45%;
  opacity: 1;
  overflow: visible;
  width: 60px;
  height: 60px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 0px;
  font-size: 0rem;
  line-height: 60px;
  background: #fff; }
  .flex-direction-nav a:before {
    position: absolute;
    content: "";
    border: 2px solid #fff;
    width: 33px;
    height: 73px;
    top: -6px;
    left: 13px;
    transform: rotate(-11deg);
    border-radius: 20px;
    font-size: 0; }
  .flex-direction-nav a:after {
    position: absolute;
    content: "";
    border: 2px solid #fff;
    width: 32px;
    height: 73px;
    top: -6px;
    left: 14px;
    transform: rotate(75deg);
    border-radius: 20px; }
  .flex-direction-nav a:hover {
    background: #09B7AF; }
    .flex-direction-nav a:hover:before {
      border: 2px solid #09B7AF; }
    .flex-direction-nav a:hover:after {
      border: 2px solid #09B7AF; }
.flex-direction-nav a.flex-prev {
  left: 30px !important;
  text-align: center;
  background: #fff url("../images/prev-black.png") no-repeat center center; }
  .flex-direction-nav a.flex-prev:hover {
    background: #09B7AF url("../images/prev-white.png") no-repeat center center; }
.flex-direction-nav a.flex-next {
  right: 30px !important;
  background: #fff url("../images/next-black.png") no-repeat center center; }
  .flex-direction-nav a.flex-next:hover {
    background: #09B7AF url("../images/next-white.png") no-repeat center center; }

.flex-control-nav {
  text-align: right;
  bottom: 0; }
  .flex-control-nav li {
    display: block;
    float: left;
    margin: 0; }
  .flex-control-nav a {
    background-color: #fff;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    font-size: 16px;
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
    text-indent: 0;
    box-shadow: none;
    text-align: center;
    line-height: 30px;
    position: relative; }

ol.flex-control-paging {
  text-align: center;
  bottom: 30px;
  z-index: 10; }
  ol.flex-control-paging li {
    float: none;
    display: inline;
    padding-right: 15px; }
    ol.flex-control-paging li a {
      display: inline-block;
      width: 15px;
      height: 15px;
      line-height: 15px;
      background-color: #fff;
      text-indent: -9999em !important;
      margin: 0 3px;
      box-shadow: none; }
    ol.flex-control-paging li a.flex-active, ol.flex-control-paging li a:hover {
      background-color: #09B7AF;
      position: relative; }
      ol.flex-control-paging li a.flex-active:before, ol.flex-control-paging li a:hover:before {
        position: absolute;
        content: "";
        background: url("../images/pagination.png") no-repeat center center;
        display: inline-block;
        height: 26px;
        left: -6px;
        top: -5px;
        width: 26px; }

.flexslider:hover .flex-direction-nav a.flex-prev {
  left: 50px !important; }
.flexslider:hover .flex-direction-nav a.flex-next {
  right: 50px !important; }

.home .flex-caption {
  bottom: 100px;
  top: auto; }

.breadcrumb-wrap {
  color: #fff; }
  .breadcrumb-wrap .breadcrumb {
    float: right;
    margin-top: 15px;
    font-family: "Arvo", serif;
    font-size: 18px;
    font-size: 1.8rem; }
    .breadcrumb-wrap .breadcrumb span {
      margin-left: 8px;
      margin-right: 8px;
      color: #fff; }
      .breadcrumb-wrap .breadcrumb span:first-child {
        margin-left: 0; }
    .breadcrumb-wrap .breadcrumb span.current {
      color: #fff; }
    .breadcrumb-wrap .breadcrumb a {
      color: #3c5895; }
      .breadcrumb-wrap .breadcrumb a i {
        color: #3c5895; }
      .breadcrumb-wrap .breadcrumb a:hover {
        color: #fff !important; }
        .breadcrumb-wrap .breadcrumb a:hover i {
          color: #fff; }

.alert-message {
  padding: 15px 15px 20px;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  background-image: url("../images/small-design-up.png") !important;
  background-repeat: repeat-x !important;
  background-position: 12px bottom !important; }
  .alert-message a {
    color: #fff;
    position: absolute;
    top: 12px;
    border-radius: 32px;
    right: 10px;
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    display: block;
    font-weight: 700; }
    .alert-message a:hover {
      color: #282827;
      background: #fff; }

.notice {
  background: #3c5895; }
  .notice a:hover {
    color: #282827; }

.warning {
  background: #F19504; }
  .warning a {
    border: 1px solid #F19504; }
    .warning a:hover {
      color: #F19504; }

.success {
  background: #87D37B; }
  .success a {
    border: 1px solid #87D37B; }
    .success a:hover {
      color: #87D37B; }

.error {
  background: #C04935; }
  .error a {
    border: 1px solid #C04935; }
    .error a:hover {
      color: #C04935; }

.info {
  background: #4283D5; }
  .info a {
    border: 1px solid #4283D5; }
    .info a:hover {
      color: #4283D5; }

.hr_solid,
.hr_default {
  clear: both;
  margin: 30px 0;
  border: 0;
  height: 2px;
  background: #848484; }

.hr_fancy {
  height: 30px;
  background: url("../images/fancy1.gif") repeat-x;
  margin: 30px 0; }

.hr_fancy2 {
  height: 30px;
  background: url("../images/fancy2.png") repeat-x;
  margin: 30px 0; }

.hr_shadow {
  border: 0;
  border-bottom: 1px solid #848484;
  margin: 30px 0;
  box-shadow: 0px 1px 1px 1px #848484; }

.hr_dashed {
  border: 0;
  border-bottom: 1px dashed #848484;
  margin: 30px 0;
  box-shadow: 0px 1px 1px 1px #d7d7d7; }

.hr_dotted {
  border: 0;
  border-top: 2px dotted #848484;
  margin: 30px 0; }

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

.btn {
  padding: 12px 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .btn:hover {
    background-color: #282827; }

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

.btn,
.widget_button-widget a.btn.btn-default {
  background: #3c5895; }
  .btn:hover,
  .widget_button-widget a.btn.btn-default:hover {
    background: #282827; }

.widget_button-widget a.btn.btn-light-blue,
.btn-info {
  background: #4283D5; }
  .widget_button-widget a.btn.btn-light-blue:hover,
  .btn-info:hover {
    background: #1664C1; }

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

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

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

.btn-success,
.widget_button-widget a.btn.btn-green {
  background: #87D37B; }
  .btn-success:hover,
  .widget_button-widget a.btn.btn-green:hover {
    background: #51B041; }

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

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

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

.btn-large,
.widget_button-widget .btn.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: 15px; }

.widget_dropcap-widget {
  color: #000; }

.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; }

.dropcap-circle,
.dropcap-box {
  color: #fff;
  background-color: #3c5895; }

.dropcap-book {
  padding: 5px 15px;
  text-shadow: 1px 1px 1px #282827;
  border: 2px solid #606060;
  background: #97a4c2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #97a4c2 0%, #697ba1 47%, #97a4c2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97a4c2), color-stop(47%, #697ba1), color-stop(100%, #97a4c2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #97a4c2 0%, #697ba1 47%, #97a4c2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #97a4c2 0%, #697ba1 47%, #97a4c2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #97a4c2 0%, #697ba1 47%, #97a4c2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #97a4c2 0%, #697ba1 47%, #97a4c2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$tab-color1', endColorstr='$tab-color1',GradientType=0 );
  /* IE6-9 */
  color: #fff; }

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

.pullright,
.pullleft,
.pullnone {
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  padding: 50px 30px 30px;
  color: #fff;
  font-weight: 700;
  background: #3c5895 url("../images/small-design-up.png") repeat-x 2.5% bottom; }
  .pullright:before,
  .pullleft:before,
  .pullnone:before {
    position: absolute;
    content: "\f10d";
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'FontAwesome';
    left: 47%;
    top: 0;
    color: #fff;
    padding-top: 10px; }

.pullright {
  float: right;
  margin-left: 30px;
  width: 50%; }

.pullleft {
  float: left;
  width: 50%;
  margin-right: 30px; }

.pullnone {
  display: inline-block; }

.toggle .close {
  display: none; }
.toggle .open {
  display: block; }
.toggle .toggle-title {
  background-color: #fff;
  color: #000;
  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;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: heading_font; }
.toggle .toggle-content {
  padding: 20px;
  border: 1px solid #3c5895;
  border-top: none; }
  .toggle .toggle-content p {
    margin-bottom: 0; }

.toggle-normal {
  overflow: hidden; }
  .toggle-normal .toggle-title {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 25px;
    font-size: 2.5rem;
    cursor: pointer;
    position: relative;
    padding: 10px 3px 15px;
    padding-left: 50px;
    margin-top: 10px;
    min-height: 40px;
    color: #fff;
    background: #3c5895;
    position: relative;
    border-left: 1px solid #3c5895;
    border-right: 1px solid #3c5895;
    background: #3c5895 url("../images/small-design-up.png") repeat-x -10px bottom; }
    .toggle-normal .toggle-title span.icn {
      line-height: 0;
      display: inline-block;
      position: absolute;
      top: 20px;
      left: 15px; }
      .toggle-normal .toggle-title span.icn .fa {
        font-weight: 400;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 2px 3px;
        color: #3c5895;
        background: #fff;
        border-radius: 20px; }

.toggle-polygon .toggle-title {
  color: #282827;
  background-color: transparent;
  border-bottom: 1px solid #3c5895;
  padding: 15px 0; }
  .toggle-polygon .toggle-title .icn {
    background-color: transparent;
    left: auto;
    right: 10px;
    top: 16px;
    padding: 0 5px;
    text-align: center;
    position: absolute;
    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-polygon .toggle-title .icn i {
      position: relative;
      top: -1px;
      font-size: 12px;
      font-size: 20px;
      font-size: 2rem; }
.toggle-polygon:first-child {
  border-top: 1px solid #d7d7d7; }
.toggle-polygon .toggle-title:hover {
  background-color: transparent;
  color: #3c5895; }
  .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: #3c5895;
  color: #fff; }

.withtip.top:after {
  border-top: 5px solid #3c5895; }

.withtip.right:after {
  border-right: 5px solid #3c5895; }

.withtip.bottom:after {
  border-bottom: 5px solid #3c5895; }

.withtip.left:after {
  border-left: 5px solid #3c5895; }

.circle-icon-box {
  margin-bottom: 20px;
  text-align: center; }
  .circle-icon-box .circle-icon-wrapper {
    text-align: center;
    margin-bottom: 50px; }
    .circle-icon-box .circle-icon-wrapper .fa-stack {
      height: 2em;
      line-height: 2em;
      width: 2em; }
      .circle-icon-box .circle-icon-wrapper .fa-stack i {
        padding-right: 0;
        position: relative;
        display: block;
        background-color: transparent;
        -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; }
        .circle-icon-box .circle-icon-wrapper .fa-stack i:after {
          position: absolute;
          content: "";
          border: 1px solid #3c5895;
          width: 130%;
          height: 130%;
          left: -15%;
          top: -15%;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          -webkit-border-radius: 130px;
          border-radius: 130px;
          -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;
          z-index: -1; }
    .circle-icon-box .circle-icon-wrapper .link-icon:hover {
      color: #3c5895 !important; }
  .circle-icon-box h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 21px;
    font-size: 2.1rem; }
  .circle-icon-box a.more-button {
    background-color: #848484;
    padding: 4px 15px;
    color: #fff;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 1.4rem; }
    .circle-icon-box a.more-button:hover {
      background-color: #3c5895; }
  .circle-icon-box:hover .circle-icon-wrapper .fa-stack i {
    color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
    .circle-icon-box:hover .circle-icon-wrapper .fa-stack i:after {
      background: #3c5895;
      color: #fff; }
  .circle-icon-box:hover a.link-title {
    color: #3c5895 !important; }
    .circle-icon-box:hover a.link-title h4 {
      color: #3c5895; }
  .circle-icon-box:hover .link-title h4 {
    color: #3c5895 !important; }
  .circle-icon-box:hover a.more-button {
    background-color: #3c5895; }

.icon-polygon .circle-icon-wrapper {
  margin-bottom: 12px; }
  .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;
    position: relative;
    z-index: 0;
    margin: 37px 10px; }
    .icon-polygon .circle-icon-wrapper h3.fa-stack i {
      border: none; }
      .icon-polygon .circle-icon-wrapper h3.fa-stack i:hover {
        background: none; }
      .icon-polygon .circle-icon-wrapper h3.fa-stack i:after {
        display: none; }
  .icon-polygon .circle-icon-wrapper .fa-1x:before, .icon-polygon .circle-icon-wrapper .fa-2x:before, .icon-polygon .circle-icon-wrapper .fa-3x:before, .icon-polygon .circle-icon-wrapper .fa-4x:before, .icon-polygon .circle-icon-wrapper .fa-5x:before, .icon-polygon .circle-icon-wrapper .fa-lg:before {
    position: absolute;
    content: "";
    background: url("../images/stat-outline-black.png") no-repeat left top;
    width: 245px;
    height: 245px;
    left: 0;
    top: 0; }
  .icon-polygon .circle-icon-wrapper .fa-1x:before {
    background-size: 25%; }
  .icon-polygon .circle-icon-wrapper .fa-lg:before {
    background-size: 18%; }
  .icon-polygon .circle-icon-wrapper .fa-2x:before {
    background-size: 27%; }
  .icon-polygon .circle-icon-wrapper .fa-3x:before {
    background-size: 40%; }
  .icon-polygon .circle-icon-wrapper .fa-4x:before {
    background-size: 52%; }
  .icon-polygon .circle-icon-wrapper .fa-5x:before {
    background-size: 66%; }
.icon-polygon a.more-button {
  padding: 8px 20px;
  background-color: #282827; }
  .icon-polygon a.more-button:hover {
    background-color: #3c5895; }
.icon-polygon p {
  margin-bottom: 1.5em !important; }
.icon-polygon h4 {
  margin-top: 10px; }
.icon-polygon:hover .circle-icon-wrapper .fa-stack i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }
.icon-polygon:hover .circle-icon-wrapper .fa {
  color: #3c5895 !important; }
.icon-polygon:hover .link-icon i {
  color: #3c5895; }
.icon-polygon:hover .link-title h4 {
  color: #3c5895 !important; }

.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); }

.service-default .icon-polygon .circle-icon-wrapper .fa-1x:before, .service-default .icon-polygon .circle-icon-wrapper .fa-2x:before, .service-default .icon-polygon .circle-icon-wrapper .fa-3x:before, .service-default .icon-polygon .circle-icon-wrapper .fa-4x:before, .service-default .icon-polygon .circle-icon-wrapper .fa-5x:before, .service-default .icon-polygon .circle-icon-wrapper .fa-lg:before {
  position: absolute;
  content: "";
  background: url("../images/recent-post-out.png") no-repeat left top;
  width: 245px;
  height: 245px;
  left: 0;
  top: 0; }
.service-default .icon-polygon .circle-icon-wrapper .fa-1x:before {
  background-size: 25%; }
.service-default .icon-polygon .circle-icon-wrapper .fa-lg:before {
  background-size: 18%; }
.service-default .icon-polygon .circle-icon-wrapper .fa-2x:before {
  background-size: 27%; }
.service-default .icon-polygon .circle-icon-wrapper .fa-3x:before {
  background-size: 40%; }
.service-default .icon-polygon .circle-icon-wrapper .fa-4x:before {
  background-size: 52%; }
.service-default .icon-polygon .circle-icon-wrapper .fa-5x:before {
  background-size: 66%; }

.cta-white .callout-widget .cta-content {
  color: #fff; }
  .cta-white .callout-widget .cta-content h4 {
    color: #fff;
    text-transform: uppercase; }
  .cta-white .callout-widget .cta-content p {
    color: #fff; }
.cta-white .callout-widget .cta-link a {
  background: #fff;
  color: #282827;
  margin-bottom: 10px; }
  .cta-white .callout-widget .cta-link a:before {
    background: url("../images/small-design-down.png") repeat-x 5% bottom; }

.callout-widget .cta-content, .callout-widget .cta-link {
  text-align: center; }
.callout-widget .cta-link a {
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 30px 10px;
  background: #282827;
  position: relative;
  color: #fff; }
  .callout-widget .cta-link a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 9px;
    bottom: -9px;
    left: 0px; }
  .callout-widget .cta-link a:hover {
    color: #3c5895; }

.wide-pattern-black .widget_testimonial-widget .testimonials {
  border: 1px solid #fff;
  border-bottom: none;
  background: url("../images/testimonial-border.png") repeat-x 1% bottom; }
.wide-pattern-black .widget_testimonial-widget .t-inner {
  color: #fff !important; }
  .wide-pattern-black .widget_testimonial-widget .t-inner:before {
    color: #fff !important; }
.wide-pattern-black .widget_testimonial-widget strong {
  color: #fff !important; }
.wide-pattern-black .widget_testimonial-widget a.flex-active, .wide-pattern-black .widget_testimonial-widget .flex-control-nav a, .wide-pattern-black .widget_testimonial-widget .flex-control-nav a:hover {
  background-color: #fff; }
.wide-pattern-black .widget_testimonial-widget .flex-direction-nav a:hover {
  background-color: #3c5895; }

.widget_testimonial-widget {
  position: relative;
  padding: 20px 40px 70px; }
  .widget_testimonial-widget .widget-title {
    display: none; }
  .widget_testimonial-widget .testimonial-container {
    position: relative; }
  .widget_testimonial-widget .testimonial-left {
    float: left;
    width: 250px; }
  .widget_testimonial-widget ul.slides {
    margin-top: 0; }
  .widget_testimonial-widget .testimonials {
    border: 1px solid #000;
    background: url("../images/ul-list-bottom.png") repeat-x left bottom;
    border-bottom: none;
    width: 90%;
    margin: auto;
    padding: 30px; }
  .widget_testimonial-widget .testimony {
    position: relative;
    width: calc(100% - 300px);
    margin: auto;
    z-index: 1;
    padding-left: 3%;
    float: left; }
    .widget_testimonial-widget .testimony .t-inner {
      position: relative;
      z-index: 1;
      padding: 2% 2% 2% 0;
      font-size: 18px;
      font-size: 1.8rem;
      color: #000;
      text-indent: 35px; }
      .widget_testimonial-widget .testimony .t-inner:before {
        position: absolute;
        content: "\f10d";
        font-size: 20px;
        font-size: 2rem;
        font-family: 'FontAwesome';
        left: -34px;
        color: #000;
        top: 10px;
        padding: 0px 6px;
        border-radius: 20px; }
  .widget_testimonial-widget ul li .client-pic-wrapper {
    width: 100%;
    margin: auto;
    text-align: center; }
  .widget_testimonial-widget ul li .client-pic {
    position: relative;
    display: inline-block; }
    .widget_testimonial-widget ul li .client-pic:before {
      position: absolute;
      content: "";
      background: url("../images/testimonial-out.png") no-repeat center center;
      left: 10px;
      top: 10px;
      width: 179px;
      height: 179px; }
    .widget_testimonial-widget ul li .client-pic img {
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-border-radius: 200px;
      border-radius: 200px;
      display: block; }
  .widget_testimonial-widget ul li p.client {
    color: #3c5895;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    margin-top: 10px; }
    .widget_testimonial-widget ul li p.client strong {
      font-size: 24px;
      font-size: 2.4rem;
      display: block;
      text-transform: uppercase;
      margin-bottom: 3px;
      color: #000;
      font-family: "Arvo", serif; }
  .widget_testimonial-widget .flex-direction-nav a {
    opacity: 1; }
  .widget_testimonial-widget .flex-direction-nav li {
    border: none; }
  .widget_testimonial-widget .flex-direction-nav .flex-prev {
    left: -50px !important; }
  .widget_testimonial-widget .flex-direction-nav .flex-next {
    right: -50px !important; }
  .widget_testimonial-widget .flex-control-nav {
    bottom: -70px;
    left: 0; }
    .widget_testimonial-widget .flex-control-nav a {
      background-color: #000;
      width: 15px;
      height: 15px;
      position: relative;
      box-shadow: none; }
    .widget_testimonial-widget .flex-control-nav a.flex-active, .widget_testimonial-widget .flex-control-nav a:hover {
      background-color: #3c5895; }
      .widget_testimonial-widget .flex-control-nav a.flex-active:before, .widget_testimonial-widget .flex-control-nav a:hover:before {
        background: url("../images/pagination.png") no-repeat center center;
        content: "";
        display: inline-block;
        height: 26px;
        left: -6px;
        position: absolute;
        top: -5px;
        width: 26px; }

.widget_social-networks-widget .widget-title,
.share-box .widget-title {
  margin-bottom: 20px;
  color: #848484; }
.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;
    border-bottom: none !important; }
    .widget_social-networks-widget ul li a,
    .share-box ul li a {
      margin-bottom: 5px;
      border: 1px solid #d7d7d7;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-border-radius: 5px;
      border-radius: 5px;
      width: 50px;
      height: 50px;
      color: #848484;
      margin-right: 5px;
      display: inline-block;
      background-color: #fff;
      text-align: center;
      line-height: 50px; }
      .widget_social-networks-widget ul li a:hover,
      .share-box ul li a:hover {
        color: #fff;
        background-color: #3c5895; }
      .widget_social-networks-widget ul li a i,
      .share-box ul li a i {
        font-size: 23px;
        font-size: 2.3rem; }

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

.icon-horizontal .fa-5x,
.icon-vertical .fa-5x {
  font-size: 4.3em; }
.icon-horizontal .icon-title,
.icon-vertical .icon-title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #282827;
  font-weight: 700;
  font-family: "Arvo", serif;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 10px; }
.icon-horizontal .service,
.icon-vertical .service {
  text-align: center;
  color: #a5a5a5;
  margin-top: 20px; }
.icon-horizontal .fa-stack,
.icon-vertical .fa-stack {
  height: 2em;
  line-height: 2em;
  width: 2.2em; }
.icon-horizontal a.link-title,
.icon-horizontal .icon-title,
.icon-horizontal .fa-stack,
.icon-vertical a.link-title,
.icon-vertical .icon-title,
.icon-vertical .fa-stack {
  -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; }
  .icon-horizontal a.link-title i,
  .icon-horizontal .icon-title i,
  .icon-horizontal .fa-stack i,
  .icon-vertical a.link-title i,
  .icon-vertical .icon-title i,
  .icon-vertical .fa-stack i {
    color: #fff;
    background: #3c5895 url("../images/page-outline.png") no-repeat center center;
    -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;
    border-radius: 100px;
    border: 5px solid #fff;
    background-size: 75%; }
.icon-horizontal .more-button,
.icon-vertical .more-button {
  margin-bottom: 0; }
  .icon-horizontal .more-button a,
  .icon-vertical .more-button a {
    background-color: #848484; }
.icon-horizontal:hover a.link-title,
.icon-horizontal:hover .icon-title,
.icon-horizontal:hover .fa-stack,
.icon-vertical:hover a.link-title,
.icon-vertical:hover .icon-title,
.icon-vertical:hover .fa-stack {
  color: #848484; }
.icon-horizontal:hover .fa-stack i,
.icon-vertical:hover .fa-stack i {
  background-color: #848484;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  background-size: 85%; }
.icon-horizontal:hover .more-button a,
.icon-vertical:hover .more-button a {
  background-color: #3c5895; }

.icon-horizontal p {
  margin: 0; }
.icon-horizontal .icon-wrapper {
  width: 32%;
  float: left; }
.icon-horizontal .service {
  width: 68%;
  float: right;
  text-align: left; }
  .icon-horizontal .service p.more-button {
    margin-top: 10px; }

.icon-vertical .fa-stack {
  margin: 0 auto;
  display: block; }
  .icon-vertical .fa-stack i {
    text-align: center; }
.icon-vertical .icon-title {
  display: block;
  text-align: center; }
.icon-vertical .icon-wrapper p {
  margin-bottom: 5px; }
.icon-vertical .icon-wrapper .fa:hover {
  color: #000; }
.icon-vertical .more-button {
  text-align: center; }
.icon-vertical .service p {
  margin-top: 15px; }

.single-portfolio .thumbnail img {
  display: block;
  width: 100%; }
.single-portfolio .single-wrapper {
  margin-top: 30px; }
  .single-portfolio .single-wrapper h4,
  .single-portfolio .single-wrapper h3 {
    margin-bottom: 15px; }
  .single-portfolio .single-wrapper dt {
    border-top: 1px solid #0d2352;
    padding-top: 15px; }
  .single-portfolio .single-wrapper dt:first-child {
    border-top: 0; }
  .single-portfolio .single-wrapper dd {
    color: #0d2352; }

.author-bio {
  padding: 20px 0; }
  .author-bio .author-info .avatar {
    float: left;
    width: 80px; }
    .author-bio .author-info .avatar img {
      border: 5px solid #d7d7d7; }
  .author-bio .author-info .description {
    float: right;
    width: 86%; }
    .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;
    border: none !important;
    color: #a5a5a5; }
    .widget_list-widget ul li .fa, .widget_list-widget ol li .fa {
      padding-right: 10px;
      color: #3c5895; }

.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 #3c5895; }
.widget_image-box-widget a.more-button {
  display: inline-block;
  margin: 0 auto 10px;
  background-color: #fff;
  padding: 8px;
  background: #3c5895;
  color: #fff; }
  .widget_image-box-widget a.more-button:hover {
    background-color: #000;
    border-color: #282827; }
.widget_image-box-widget h4 {
  text-align: center;
  margin-top: 10px; }

.widget_recent-posts-widget {
  margin-bottom: 30px !important; }
  .widget_recent-posts-widget .recent-posts li {
    float: left;
    width: 33.3%;
    border: none !important; }
    .widget_recent-posts-widget .recent-posts li .rp-thumb img {
      height: auto; }
  .widget_recent-posts-widget .recent-posts-carousel li, .widget_recent-posts-widget .recent-posts-slider li {
    border: none; }
  .widget_recent-posts-widget h4 {
    padding-bottom: .5em;
    margin-bottom: .5em;
    font-family: "Ubuntu", sans-serif; }
  .widget_recent-posts-widget .recent-post {
    position: relative; }
    .widget_recent-posts-widget .recent-post .entry-date {
      color: #282827;
      background: url("../images/recent-date-divider.png") no-repeat center 62%;
      font-weight: 700;
      font-size: 33px;
      font-size: 3.3rem;
      text-align: center;
      position: relative;
      top: -5px; }
      .widget_recent-posts-widget .recent-post .entry-date span {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        text-transform: uppercase; }
  .widget_recent-posts-widget img {
    display: block;
    width: 100%; }
  .widget_recent-posts-widget h4 {
    color: #282827; }
  .widget_recent-posts-widget .recent-post,
  .widget_recent-posts-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-widget .flex-recent-posts .flex-direction-nav {
    top: -70px;
    right: 0px;
    position: absolute; }
  .widget_recent-posts-widget .flex-recent-posts .flex-direction-nav a.flex-prev,
  .widget_recent-posts-widget .flex-recent-posts .flex-direction-nav a.flex-next {
    width: 20px;
    height: 20px;
    margin-top: 0;
    display: block;
    text-indent: -9999em;
    background: url("../images/flex-prev.png") no-repeat left top; }
  .widget_recent-posts-widget .flex-recent-posts .flex-direction-nav a.flex-next {
    background: url("../images/flex-next.png") no-repeat left top; }
  .widget_recent-posts-widget .flex-recent-posts .flex-direction-nav a.flex-prev:hover,
  .widget_recent-posts-widget .flex-recent-posts .flex-direction-nav a.flex-next:hover {
    background-position: left bottom; }
  .widget_recent-posts-widget .flex-recent-posts .flex-direction-nav a.flex-prev {
    left: auto;
    right: 40px; }
  .widget_recent-posts-widget .recent-post {
    overflow: hidden; }
  .widget_recent-posts-widget .recent-post a img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    opacity: 0.9; }
  .widget_recent-posts-widget .recent-post:hover a img {
    background-color: #3c5895;
    opacity: 0.5; }
  .widget_recent-posts-widget .recent-post .post-title::before,
  .widget_recent-posts-widget .recent-post h4 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s; }
  .widget_recent-posts-widget .recent-post:hover .post-title::before,
  .widget_recent-posts-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-widget .post-title {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .widget_recent-posts-widget .post-title::before,
  .widget_recent-posts-widget .post-title::after {
    pointer-events: none; }
  .widget_recent-posts-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-widget h3.widget-title {
  margin-bottom: 25px;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  font-size: 3.5rem; }

.recent-post {
  position: relative; }
  .recent-post .rp-content {
    left: -15px; }
    .recent-post .rp-content .rp-content-wrapper {
      padding-left: 10px; }
    .recent-post .rp-content h4 {
      margin-bottom: 12px;
      line-height: normal; }
      .recent-post .rp-content h4 a {
        color: #282827; }
        .recent-post .rp-content h4 a:hover {
          color: #3c5895; }
      .recent-post .rp-content h4:hover {
        color: #3c5895; }
    .recent-post .rp-content .entry-date {
      margin-left: 0; }
  .recent-post .rp-thumb {
    margin-bottom: 20px; }

.widget_recent-posts-widget .recent-posts-slider {
  position: relative;
  content: "";
  display: table; }
  .widget_recent-posts-widget .recent-posts-slider li .recent-post {
    position: relative;
    margin-bottom: 0; }
    .widget_recent-posts-widget .recent-posts-slider li .recent-post .rp-content {
      position: absolute;
      bottom: 20%;
      background: rgba(255, 255, 255, 0.9);
      padding: 10px 10px 10px 20px;
      margin: 0px 10% 0px 4%; }
    .widget_recent-posts-widget .recent-posts-slider li .recent-post .rp-thumb {
      margin-bottom: 0; }

.widget_recent-posts-widget .recent-posts-carousel {
  position: relative; }
  .widget_recent-posts-widget .recent-posts-carousel .flex-direction-nav {
    display: none; }
.widget_recent-posts-widget .flex-control-nav {
  display: inline-block;
  bottom: -30px; }
  .widget_recent-posts-widget .flex-control-nav li a {
    background: #3c5895 !important; }

.widget_flexslider-widget {
  position: relative; }
  .widget_flexslider-widget .flexcarousel .flex-image {
    text-align: center; }
    .widget_flexslider-widget .flexcarousel .flex-image img {
      display: inline; }
    .widget_flexslider-widget .flexcarousel .flex-image .flex-caption {
      display: none; }
  .widget_flexslider-widget .flexcarousel .flex-caption {
    display: none; }
  .widget_flexslider-widget .flexcarousel .flex-control-paging {
    display: none; }
  .widget_flexslider-widget .flexcarousel .flex-direction-nav a {
    top: 23%; }
    .widget_flexslider-widget .flexcarousel .flex-direction-nav a:before {
      border-color: #000; }
    .widget_flexslider-widget .flexcarousel .flex-direction-nav a:hover:before {
      border-color: #fff; }
    .widget_flexslider-widget .flexcarousel .flex-direction-nav a:hover:after {
      border-color: #fff; }
    .widget_flexslider-widget .flexcarousel .flex-direction-nav a:after {
      border-color: #000; }
  .widget_flexslider-widget .flexcarousel .flex-direction-nav .flex-prev {
    left: -50px !important;
    background: #000 url("../images/prev-white.png") no-repeat center center !important; }
    .widget_flexslider-widget .flexcarousel .flex-direction-nav .flex-prev:hover {
      background: #fff url("../images/prev-black.png") no-repeat center center !important; }
  .widget_flexslider-widget .flexcarousel .flex-direction-nav .flex-next {
    right: -50px !important;
    background: #000 url("../images/next-white.png") no-repeat center center !important; }
    .widget_flexslider-widget .flexcarousel .flex-direction-nav .flex-next:hover {
      background: #fff url("../images/next-black.png") no-repeat center center !important; }
  .widget_flexslider-widget .flexcarousel .flex-viewport {
    margin-left: 50px;
    margin-right: 50px; }

.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(60, 88, 149, 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: #fff; }
  .widget_webulous-image-widget .image-widget-overlay:hover {
    border-color: #fff; }
    .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; }

.widget_stat-widget .stat-container {
  margin-top: 20px; }
  .widget_stat-widget .stat-container .icon-wrapper {
    margin: 0 auto;
    text-align: center; }
    .widget_stat-widget .stat-container .icon-wrapper i {
      width: 120px;
      height: 120px;
      line-height: 155px;
      color: #fff;
      font-size: 5rem;
      color: #000;
      position: relative;
      background: url("../images/stat-outline-black.png") no-repeat center center;
      width: 155px;
      height: 155px;
      left: 0;
      top: 0; }
    .widget_stat-widget .stat-container .icon-wrapper .stats-title {
      margin-bottom: 0;
      padding-bottom: 10px;
      margin: 25px 0px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      color: #000;
      text-transform: uppercase; }
    .widget_stat-widget .stat-container .icon-wrapper .stat {
      color: #000;
      font-size: 30px;
      font-size: 3rem;
      font-weight: 700;
      margin: 25px 0px 10px 0px; }

.full-width-darkprimary .stat-container .icon-wrapper i {
  color: #fff;
  background: url("../images/stat-outline-white.png") no-repeat center center; }
.full-width-darkprimary .stat-container .icon-wrapper .stats-title {
  color: #fff; }
.full-width-darkprimary .stat-container .icon-wrapper .stat {
  color: #fff; }

.page-template-blog-fullwidth .site-main .sticky .entry-content:before,
.page-template-blog-large .site-main .sticky .entry-content:before, .blog .site-main .sticky .entry-content:before, .page-template-blog-small .site-main .sticky .entry-content:before {
  background: none !important; }
.page-template-blog-fullwidth .site-main .sticky .entry-content,
.page-template-blog-large .site-main .sticky .entry-content, .blog .site-main .sticky .entry-content, .page-template-blog-small .site-main .sticky .entry-content {
  background: #3c5895;
  padding: 4% 30px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px; }
  .page-template-blog-fullwidth .site-main .sticky .entry-content .date-structure,
  .page-template-blog-large .site-main .sticky .entry-content .date-structure, .blog .site-main .sticky .entry-content .date-structure, .page-template-blog-small .site-main .sticky .entry-content .date-structure {
    left: -122px !important; }
.page-template-blog-fullwidth .site-main .sticky h1 a,
.page-template-blog-large .site-main .sticky h1 a, .blog .site-main .sticky h1 a, .page-template-blog-small .site-main .sticky h1 a {
  color: #fff !important; }
  .page-template-blog-fullwidth .site-main .sticky h1 a:hover,
  .page-template-blog-large .site-main .sticky h1 a:hover, .blog .site-main .sticky h1 a:hover, .page-template-blog-small .site-main .sticky h1 a:hover {
    color: #282827 !important; }
.page-template-blog-fullwidth .site-main .sticky .entry-body,
.page-template-blog-large .site-main .sticky .entry-body, .blog .site-main .sticky .entry-body, .page-template-blog-small .site-main .sticky .entry-body {
  color: #fff; }
.page-template-blog-fullwidth .site-main .post,
.page-template-blog-large .site-main .post, .blog .site-main .post, .page-template-blog-small .site-main .post {
  margin-bottom: 0;
  border: none; }
.page-template-blog-fullwidth .site-main .entry-content,
.page-template-blog-large .site-main .entry-content, .blog .site-main .entry-content, .page-template-blog-small .site-main .entry-content {
  margin-top: 0; }
.page-template-blog-fullwidth .site-main .thumb,
.page-template-blog-fullwidth .site-main .blog-thumb,
.page-template-blog-fullwidth .site-main .attachment-blog-full-width,
.page-template-blog-fullwidth .site-main .attachment-blog-large,
.page-template-blog-large .site-main .thumb,
.page-template-blog-large .site-main .blog-thumb,
.page-template-blog-large .site-main .attachment-blog-full-width,
.page-template-blog-large .site-main .attachment-blog-large, .blog .site-main .thumb,
.blog .site-main .blog-thumb,
.blog .site-main .attachment-blog-full-width,
.blog .site-main .attachment-blog-large, .page-template-blog-small .site-main .thumb,
.page-template-blog-small .site-main .blog-thumb,
.page-template-blog-small .site-main .attachment-blog-full-width,
.page-template-blog-small .site-main .attachment-blog-large {
  width: 100%;
  margin: 0;
  float: none; }
  .page-template-blog-fullwidth .site-main .thumb img,
  .page-template-blog-fullwidth .site-main .blog-thumb img,
  .page-template-blog-fullwidth .site-main .attachment-blog-full-width img,
  .page-template-blog-fullwidth .site-main .attachment-blog-large img,
  .page-template-blog-large .site-main .thumb img,
  .page-template-blog-large .site-main .blog-thumb img,
  .page-template-blog-large .site-main .attachment-blog-full-width img,
  .page-template-blog-large .site-main .attachment-blog-large img, .blog .site-main .thumb img,
  .blog .site-main .blog-thumb img,
  .blog .site-main .attachment-blog-full-width img,
  .blog .site-main .attachment-blog-large img, .page-template-blog-small .site-main .thumb img,
  .page-template-blog-small .site-main .blog-thumb img,
  .page-template-blog-small .site-main .attachment-blog-full-width img,
  .page-template-blog-small .site-main .attachment-blog-large img {
    display: block; }
.page-template-blog-fullwidth .site-main .entry-body,
.page-template-blog-large .site-main .entry-body, .blog .site-main .entry-body, .page-template-blog-small .site-main .entry-body {
  clear: both;
  color: #a5a5a5; }
  .page-template-blog-fullwidth .site-main .entry-body h1 a,
  .page-template-blog-large .site-main .entry-body h1 a, .blog .site-main .entry-body h1 a, .page-template-blog-small .site-main .entry-body h1 a {
    color: #282827; }
    .page-template-blog-fullwidth .site-main .entry-body h1 a:hover,
    .page-template-blog-large .site-main .entry-body h1 a:hover, .blog .site-main .entry-body h1 a:hover, .page-template-blog-small .site-main .entry-body h1 a:hover {
      color: #3c5895; }
  .page-template-blog-fullwidth .site-main .entry-body .entry-meta,
  .page-template-blog-large .site-main .entry-body .entry-meta, .blog .site-main .entry-body .entry-meta, .page-template-blog-small .site-main .entry-body .entry-meta {
    margin: 20px 0px;
		display: none; }
.page-template-blog-fullwidth .site-main .paging-navigation,
.page-template-blog-large .site-main .paging-navigation, .blog .site-main .paging-navigation, .page-template-blog-small .site-main .paging-navigation {
  clear: both; }

.page-template-blog-fullwidth article,
.page-template-blog-large article, .blog article, .page-template-blog-small article, .single-post article {
  overflow: hidden;
  padding-bottom: 0 !important; }
  .page-template-blog-fullwidth article .entry-content,
  .page-template-blog-large article .entry-content, .blog article .entry-content, .page-template-blog-small article .entry-content, .single-post article .entry-content {
    padding-bottom: 60px;
    width: calc(100% - 100px);
    left: 100px;
    position: relative; }
    .page-template-blog-fullwidth article .entry-content:before,
    .page-template-blog-large article .entry-content:before, .blog article .entry-content:before, .page-template-blog-small article .entry-content:before, .single-post article .entry-content:before {
      position: absolute;
      content: "";
      display: block;
      width: 2px;
      height: 100%;
      left: -57px;
      top: 0; }
    .page-template-blog-fullwidth article .entry-content .blog-thumb,
    .page-template-blog-large article .entry-content .blog-thumb, .blog article .entry-content .blog-thumb, .page-template-blog-small article .entry-content .blog-thumb, .single-post article .entry-content .blog-thumb {
      position: relative; }
      .page-template-blog-fullwidth article .entry-content .blog-thumb .date-structure,
      .page-template-blog-large article .entry-content .blog-thumb .date-structure, .blog article .entry-content .blog-thumb .date-structure, .page-template-blog-small article .entry-content .blog-thumb .date-structure, .single-post article .entry-content .blog-thumb .date-structure {
        position: absolute;
        color: #fff;
        width: 72px;
        height: 72px;
        bottom: 30px;
        left: -93px;
        padding: 2px 19px; }
        .page-template-blog-fullwidth article .entry-content .blog-thumb .date-structure .dd,
        .page-template-blog-large article .entry-content .blog-thumb .date-structure .dd, .blog article .entry-content .blog-thumb .date-structure .dd, .page-template-blog-small article .entry-content .blog-thumb .date-structure .dd, .single-post article .entry-content .blog-thumb .date-structure .dd {
          font-size: 22px;
          font-size: 2.2rem;
          display: block;
          border-bottom: 1px solid #fff; }
        .page-template-blog-fullwidth article .entry-content .blog-thumb .date-structure .dd, .page-template-blog-fullwidth article .entry-content .blog-thumb .date-structure .mm,
        .page-template-blog-large article .entry-content .blog-thumb .date-structure .dd,
        .page-template-blog-large article .entry-content .blog-thumb .date-structure .mm, .blog article .entry-content .blog-thumb .date-structure .dd, .blog article .entry-content .blog-thumb .date-structure .mm, .page-template-blog-small article .entry-content .blog-thumb .date-structure .dd, .page-template-blog-small article .entry-content .blog-thumb .date-structure .mm, .single-post article .entry-content .blog-thumb .date-structure .dd, .single-post article .entry-content .blog-thumb .date-structure .mm {
          font-weight: 700;
          text-align: center; }
        .page-template-blog-fullwidth article .entry-content .blog-thumb .date-structure .mm,
        .page-template-blog-large article .entry-content .blog-thumb .date-structure .mm, .blog article .entry-content .blog-thumb .date-structure .mm, .page-template-blog-small article .entry-content .blog-thumb .date-structure .mm, .single-post article .entry-content .blog-thumb .date-structure .mm {
          font-size: 18px;
          font-size: 1.8rem; }
      .page-template-blog-fullwidth article .entry-content .blog-thumb .top-date,
      .page-template-blog-large article .entry-content .blog-thumb .top-date, .blog article .entry-content .blog-thumb .top-date, .page-template-blog-small article .entry-content .blog-thumb .top-date, .single-post article .entry-content .blog-thumb .top-date {
        bottom: -100px; }
  .page-template-blog-fullwidth article .entry-title,
  .page-template-blog-large article .entry-title, .blog article .entry-title, .page-template-blog-small article .entry-title, .single-post article .entry-title {
    padding-top: 25px;
    text-transform: uppercase; }

.single-post .site-main .post,
.single-post .site-main header .entry-meta {
  padding-bottom: 20px;
   }
.single-post .site-main .attachment-blog-large,
.single-post .site-main .thumb,
.single-post .site-main .post-thumb {
  width: 100%; }
  .single-post .site-main .attachment-blog-large img,
  .single-post .site-main .thumb img,
  .single-post .site-main .post-thumb img {
    display: block; }
.single-post .updated:not(.published) {
  display: inline; }
.single-post article {
  border-bottom: none !important; }
.single-post .entry-content {
  padding-bottom: 20px !important;
  color: #a5a5a5;
  border-bottom: 1px solid #d7d7d7; }
  .single-post .entry-content:before {
    background: none !important; }
.single-post footer.entry-meta {
  margin: 40px 0px;
	display: none;}
.single-post .site-main #comments, .single-post .site-main .share-box, .single-post .site-main .related-posts, .single-post .site-main .author-bio {
  float: right;
  position: relative;
  width: 86%;
  clear: both; }

/*--------------------------------------------------------------
10.0 Secondary
--------------------------------------------------------------*/
#secondary {
  padding-left: 50px; }

.page-template-page-leftsidebar #secondary {
  position: relative;
  left: -55px; }

.widget-area h4.widget-title {
  margin-bottom: 30px;
  padding-bottom: 15px; }
.widget-area ul li {
  padding: 8px 0 8px;
  border-bottom: 1px solid #d7d7d7; }
  .widget-area ul li a {
    color: #000; }
    .widget-area ul li a:hover {
      color: #3c5895; }
  .widget-area ul li li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .widget-area ul li ul.children,
  .widget-area ul li .sub-menu {
    padding-top: 5px; }
    .widget-area ul li ul.children li:last-child,
    .widget-area ul li .sub-menu li:last-child {
      padding-bottom: 0; }
.widget-area select {
  width: 100%;
  background: url("../images/down.png") no-repeat 95% 50%;
  -moz-appearance: none;
  border: 1px solid #d7d7d7;
  padding: 5px 10% 5px 3%; }

.widget-area ul li {
  background: url("../images/list-design.png") no-repeat left 16px;
  padding-left: 25px;
  -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-area ul li li {
    padding-left: 5px; }
  .widget-area ul li:hover {
    background-position: 5px 16px; }
.widget-area ul.children {
  border-top: 1px solid #d7d7d7;
  padding-top: 0 !important;
  margin-left: -25px;
  padding-left: 0;
  margin-top: 15px; }
  .widget-area ul.children li {
    padding-left: 50px;
    background-position: 25px 16px; }
    .widget-area ul.children li:hover {
      background-position: 37px 16px; }
  .widget-area ul.children ul.children {
    margin-left: -50px; }
    .widget-area ul.children ul.children li {
      padding-left: 75px;
      background-position: 50px 16px; }
      .widget-area ul.children ul.children li:hover {
        background-position: 67px 16px; }
    .widget-area ul.children ul.children ul.children {
      margin-left: -75px; }
      .widget-area ul.children ul.children ul.children li {
        padding-left: 100px;
        background-position: 75px 16px; }
        .widget-area ul.children ul.children ul.children li:hover {
          background-position: 92px 16px; }
.widget-area select {
  width: 100%; }

.widget {
  margin: 0 0 2.5em 0;
  /* Make sure select elements fit in widgets */ }
  .widget ul, .widget ol {
    padding: 0;
    list-style: none;
    margin: 0; }
    .widget ul li ul, .widget ul li ol, .widget ol li ul, .widget ol li ol {
      padding: 0; }
  .widget select {
    max-width: 100%; }

#secondary #recentcomments a {
  color: #3c5895; }
  #secondary #recentcomments a:hover {
    color: #0d2352; }

.widget_calendar table th, .widget_calendar table td {
  text-align: center;
  padding: 7px;
  border: 0; }
  .widget_calendar table th a, .widget_calendar table td a {
    display: block;
    color: #3c5895; }
    .widget_calendar table th a:hover, .widget_calendar table td a:hover {
      color: #0d2352; }
.widget_calendar table th {
  font-weight: 400; }
.widget_calendar table td#prev {
  text-align: left; }
.widget_calendar table td#next {
  text-align: right; }
.widget_calendar table caption {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  background: #3c5895 url("../images/small-design-up.png") repeat-x left bottom;
  color: #fff;
  padding: 5px 0 12px; }

.site-footer .widget_calendar caption {
  background: #3c5895 url("../images/footer-bg-design.png") repeat-x left bottom; }

.widget-area .rss-date,
.widget-area .widget_rss cite {
  display: block;
  color: #d7d7d7;
  margin: 5px 0; }
.widget-area .widget_rss span {
  color: #848484; }
.widget-area .widget_rss cite {
  color: #848484; }
.widget-area .widget_rss a {
  color: #3c5895; }
  .widget-area .widget_rss a:hover {
    color: #282827; }
.widget-area .widget_rss .widget-title .rsswidget img {
  margin: 0; }
.widget-area .widget_rss ul li {
  background: none;
  padding-left: 0; }
.widget-area .rssSummary {
  font-size: .95em; }

.search-form {
  padding: 0px 0px 15px;
  padding-right: 0;
  position: relative;
  min-height: 65px; }
  .search-form label {
    position: absolute;
    right: 20px;
    background: #fff;
    border: 1px solid #d7d7d7; }
  .search-form input[type="search"] {
    background-color: transparent;
    color: #000;
    padding: 5px 10px;
    height: 29px;
    float: left;
    width: 80%;
    border: none; }
  .search-form input[type="submit"] {
    border: 0;
    position: absolute;
    right: 21px;
    top: 0;
    text-indent: -9999em;
    background: url("../images/header-search.png") no-repeat 70% center;
    width: 45px;
    height: 40px;
    width: 15px; }

.widget-area .textwidget select {
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #848484; }

.wp-caption .wp-caption-text {
  margin: 0; }

.widget_tag_cloud a {
  padding: 4px 6px;
  margin: 3px;
  display: inline-block;
  color: #fff;
  background: #3c5895; }
  .widget_tag_cloud a:hover {
    background: #282827; }

.site-footer .widget_tag_cloud a {
  background: #3c5895; }
  .site-footer .widget_tag_cloud a:hover {
    background: #fff;
    color: #282827 !important; }

.widget_nav_menu a {
  display: block; }
.widget_nav_menu ul.sub-menu li {
  text-indent: 0; }
.widget_nav_menu ul.sub-menu {
  border-top: 1px solid #d7d7d7;
  padding-top: 0 !important;
  margin-left: -10px;
  padding-left: 0;
  margin-top: 15px; }
  .widget_nav_menu ul.sub-menu li {
    padding-left: 25px; }

/*--------------------------------------------------------------
11.0 Footer
--------------------------------------------------------------*/
.site-footer .footer-widgets {
  position: relative; }
  .site-footer .footer-widgets:after {
    position: absolute;
    content: "";
    background: url("../images/bottom-sine-black-opp.png") repeat-x left top;
    top: -18px;
    left: 0;
    width: 100%;
    height: 18px; }

.site-footer {
  background: url("../images/footer-bg.png") repeat left top; }
  .site-footer .footer-widgets {
    color: #fff;
    padding: 50px 0 0px; }
    .site-footer .footer-widgets h4.widget-title {
      color: #fff;
      padding-bottom: 15px;
      text-transform: uppercase;
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 700;
      margin-bottom: 20px;
      font-family: "Arvo", serif; }
    .site-footer .footer-widgets ul li {
      color: #848484;
      border-color: rgba(255, 255, 255, 0.2);
      padding-bottom: 5px; }
    .site-footer .footer-widgets .widget_nav_menu ul li {
      padding-bottom: 0; }
    .site-footer .footer-widgets ul.children,
    .site-footer .footer-widgets .widget_nav_menu ul.sub-menu {
      border-color: rgba(255, 255, 255, 0.2);
      border: none; }
    .site-footer .footer-widgets a {
      color: #fff; }
      .site-footer .footer-widgets a:hover {
        color: #3c5895; }
    .site-footer .footer-widgets p {
      margin-bottom: 0; }
    .site-footer .footer-widgets .widget_tag_cloud a:hover {
      color: #fff; }
    .site-footer .footer-widgets ul li {
      background-image: none; }
    .site-footer .footer-widgets .widget_rss ul li {
      background: none; }
    .site-footer .footer-widgets .widget_calendar a {
      color: #3c5895; }
      .site-footer .footer-widgets .widget_calendar a:hover {
        color: #fff; }
    .site-footer .footer-widgets .widget_calendar td#today {
      background-color: #3c5895; }
    .site-footer .footer-widgets .widget_calendar tbody a {
      text-decoration: underline; }
      .site-footer .footer-widgets .widget_calendar tbody a:hover {
        text-decoration: none; }
    .site-footer .footer-widgets select {
      width: 100%;
      background: #fff url("../images/down.png") no-repeat 95% 50%;
      -moz-appearance: none;
      border: 1px solid #d7d7d7;
      padding: 5px 10% 5px 3%; }
    .site-footer .footer-widgets .contact-info li {
      color: #fff;
      padding-bottom: 15px; }
      .site-footer .footer-widgets .contact-info li i {
        padding-right: 15px;
        font-size: 18px;
        font-size: 1.8rem; }
    .site-footer .footer-widgets .widget_social-networks-widget .social-widget li:first-child a {
      padding-left: 0;
      padding-right: 0;
      width: 10px; }
    .site-footer .footer-widgets .social-widget > li:first-child {
      padding-right: 10px !important; }
    .site-footer .footer-widgets .widget_social-networks-widget .social-widget li a:hover {
      background: transparent;
      color: #3c5895; }
    .site-footer .footer-widgets input[type="text"], .site-footer .footer-widgets input[type="email"], .site-footer .footer-widgets textarea {
      width: 100%;
      background: transparent;
      color: #fff;
      border: 1px solid #fff;
      margin-bottom: 10px; }
    .site-footer .footer-widgets textarea {
      height: 90px; }
    .site-footer .footer-widgets input[type="submit"] {
      background-image: none;
      border: 1px solid #fff;
      padding: 1em 1.5em 1em; }
  .site-footer .widget_recent-posts-widget .recent-posts-wrapper .recent-posts li {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7 !important; }
    .site-footer .widget_recent-posts-widget .recent-posts-wrapper .recent-posts li .rp-info {
      display: none; }
  .site-footer .widget_recent-posts-widget .recent-post .rp-thumb {
    width: 30%;
    float: left; }
  .site-footer .widget_recent-posts-widget .recent-post .rp-content {
    padding-left: 20px;
    width: 70%;
    float: right; }
    .site-footer .widget_recent-posts-widget .recent-post .rp-content .entry-date {
      display: none; }
    .site-footer .widget_recent-posts-widget .recent-post .rp-content h4 a {
      color: #fff; }
      .site-footer .widget_recent-posts-widget .recent-post .rp-content h4 a:hover {
        color: #3c5895; }
    .site-footer .widget_recent-posts-widget .recent-post .rp-content h4 {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400; }

.site-info {
  border-top: 1px solid #848484;
  padding-top: 20px;
  background: #333333; }
  .site-info .sep:after {
    display: none; }
  .site-info aside {
    margin: 0 0 20px; }
  .site-info ul {
    float: right; }
  .site-info li {
    border: 0;
    padding: 0;
    display: inline;
    float: left;
    margin-bottom: 5px;
    background: url("../images/footer-list-design.png") no-repeat right top; }
  .site-info a {
    display: inline-block;
    color: #fff;
    padding: 4px 25px; }
    .site-info a:hover {
      color: #3c5895; }

.copyright {
  padding: 0 0 15px 0; }
  .copyright .widget {
    margin: 0; }
  .copyright p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem; }
    .copyright p a {
      color: #3c5895;
      padding: 0; }
      .copyright p a:hover {
        color: #fff; }

/*--------------------------------------------------------------
12.0 Responsiveness
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .flexslider .flex-caption h1, .flexslider .flex-caption h2, .flexslider .flex-caption h3, .flexslider .flex-caption h4, .flexslider .flex-caption h5, .flexslider .flex-caption h6, .flexslider .flex-caption p, .flexslider .flex-caption li {
    width: 80%; }

  .widget.widget_ourteam-widget .team-avator span {
    background: none; }

  .home-bg {
    left: 28%;
    width: 50%; }

  .icon-horizontal .service {
    width: 60%; }

  .widget_flexslider-widget .flexcarousel .flex-direction-nav .flex-prev {
    left: 0 !important; }

  .widget_flexslider-widget .flexcarousel .flex-direction-nav .flex-next {
    right: 0 !important; }

  .widget_flexslider-widget .flexcarousel .flex-viewport {
    margin-left: 70px;
    margin-right: 70px; } }
@media only screen and (min-width: 1200px) {
  .main-navigation ul ul li:hover > ul {
    right: 100%; }

  .services-wrapper .eight.columns {
    width: 49.9%; }

  .container .latest-posts .one-fourth.column {
    width: 23.25%; } }
@media only screen and (max-width: 1200px) {
  .main-navigation ul ul li:hover > ul {
    left: 100%; }

  .branding .logo-wrapper::before, .branding .logo-wrapper::after {
    display: none; }

  .branding .logo-wrapper {
    margin: 0; }

  .site-header .branding .container .five.columns, .site-header .branding .eleven.columns {
    width: 100% !important;
    margin-left: 0 !important; }

  .site-header .branding .site-branding {
    margin-right: 0; }

  .site-branding:after, .site-branding:before {
    display: none; }

  .page-thumb {
    background: none !important; }

  .site-header {
    position: static !important; }

  .flexslider .flex-caption {
    top: 20%;
    width: 80%;
    left: 10%; }

  .home-bg {
    top: 145px; }

  .flexslider .flex-image::after, .full-width-black-pattern::after, .site-footer .footer-widgets::after {
    background-size: 32px 12px; }

  .full-width-black-pattern::after {
    bottom: -12px; }

  .site-footer .footer-widgets::after {
    top: -12px; } }
@media only screen and (max-width: 960px) {
  .home .site-header,
  .site-header,
  .home.blog .site-header {
    position: static; }

  .top-left aside:first-child ul li {
    float: none; }

  .page-thumb {
    background: url("../images/page-outline.png") no-repeat center center !important; }

  .header-bottom .page-title {
    text-align: center; }

  .single-post.page-title.eight.columns {
    display:none;
   }

  .latest-post-thumb {
    text-align: center; }
    .latest-post-thumb a {
      display: inline-block !important; }
    .latest-post-thumb span {
      left: 9% !important;
      top: 8% !important;
      background-size: 100% !important;
      width: 243px !important; }

  .top-nav {
    text-align: center; }
    .top-nav .social ul, .top-nav .cart ul {
      width: 100%;
      float: none;
      text-align: center; }
      .top-nav .social ul li, .top-nav .cart ul li {
        float: none;
        display: inline; }
    .top-nav .social, .top-nav .cart {
      margin: 10px 0px;
      float: none; }

  .branding .site-branding {
    margin: 0;
    padding: 10px 0;
    min-height: 0;
    height: auto; }
    .branding .site-branding:before, .branding .site-branding:after {
      display: none; }

  .home .site-header-sticky {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0; }

  .services-wrapper {
    margin-bottom: 20px;
    text-align: center; }
    .services-wrapper img {
      display: block;
      margin: 0 auto; }

  .site-branding {
    text-align: center; }
    .site-branding img {
      margin: 0 auto;
		/* content: url("../images/logo-pens.png");*/
	}

  .main-navigation {
    position: static;
    margin: 0; }

  #secondary {
    padding-left: 0; }

  .flexslider .flex-caption {
    position: static;
    background-color: #0d2352;
    padding: 30px 20px;
    width: 100%; }

  .post-wrapper .latest-post {
    height: 100%; }

  .copyright, .footer-right {
    text-align: center;
    width: 100% !important; }

  .site-info ul, .site-info li {
    float: none; }

  .search-form input[type="submit"] {
    width: 0; }

  .flexslider .flex-caption {
    position: relative;
    left: 0; }
    .flexslider .flex-caption h1, .flexslider .flex-caption h2, .flexslider .flex-caption h3, .flexslider .flex-caption h4, .flexslider .flex-caption h5, .flexslider .flex-caption h6, .flexslider .flex-caption p, .flexslider .flex-caption li {
      width: 100%; }
    .flexslider .flex-caption:after {
      position: absolute;
      content: "";
      bottom: 0;
      height: 30px;
      width: 100%;
      left: 0;
      background: url("../images/big-design-up.png") repeat-x left bottom;
      background-size: 32px 12px; }

  .flexslider ol.flex-control-paging {
    text-align: center;
    top: 20px; }

  .flexslider .flex-image::after {
    display: none; }

  .home-bg {
    display: none; }

  .widget_testimonial-widget .testimony, .widget_testimonial-widget .testimonial-left {
    width: 100%; }

  .widget_testimonial-widget .testimonial-left {
    text-align: center; }

  .header-bottom .page-title, .header-bottom .breadcrumb-wrap {
    width: 100% !important;
    text-align: center; }

  .header-bottom .breadcrumb-wrap .breadcrumb {
    float: none; } }
@media only screen and (max-width: 700px) {
  #commentform .comment-form-author,
  #commentform .comment-form-email,
  #commentform .comment-form-url {
    width: 100%;
    float: none;
    margin-right: 0; }

  #commentform .comment-form-author input,
  #commentform .comment-form-url input,
  #commentform .comment-form-email input {
    width: 100%; }

  .nav-links .nav-previous,
  .nav-links .nav-next,
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next {
    width: 100%;
    float: none;
    margin-bottom: 10px; }

  .post-navigation .nav-links a,
  .comment-navigation .nav-previous a,
  .comment-navigation .nav-next a {
    display: block;
    text-align: center; }

  .blog .entry-header h1.entry-title,
  .entry-header h1.entry-title {
    width: 100%; }

  .entry-meta .posted-on {
    position: static; }
    .entry-meta .posted-on a {
      display: inline; } }
@media only screen and (max-width: 480px) {
  .main-navigation {
    padding: 10px 0; }
    .main-navigation button.menu-toggle {
      margin: 0 auto;
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 20px; }
    .main-navigation ul li {
      float: none; }
      .main-navigation ul li a {
        display: block;
        background: none;
				padding-top: 45px;
				padding-bottom: 45px;
			}
    .main-navigation ul ul li:hover > ul {
      left: 0% !important;
      width: 100%; }
    .main-navigation ul.nav-menu > li {
      margin: 0; }
    .main-navigation ul.nav-menu > li > a::after,
    .main-navigation ul.nav-menu > li > a::before {
      display: none;
      margin: 0; }
    .main-navigation ul.nav-menu > li > a {
      padding-left: 15px; }

  .flex-recent-posts li {
    width: 100%; }
    .flex-recent-posts li img {
      max-width: 100%;
      width: 100%; }

  .flexslider ol.flex-control-paging {
    padding-bottom: 20px; }

  ol.comment-list ol.children {
    margin-left: 1em; }

  .services-wrapper .service .page-thumb {
    background: none !important; } }
/*--------------------------------------------------------------
13.0 Third Party Stylesheets
--------------------------------------------------------------*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: "";
	padding: 5px;
	background: #000; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: "";
	color: #fff;
	background: none;
	padding: 0px;}

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }


.fa-envelope:before {
  content: "";
	color: #fff;
	background: #000;
	padding: 5px;
	 }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""
	color: #fff;
background: #000;}

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

  .site-header, .home.blog .site-header, .site-header-sticky,
  .home.blog .site-header-sticky, .home .site-header-sticky,
  .page-template-page-full-width-slider .site-header-sticky {
    background: url("../images/header-general-underwater.jpg") center center; }

  .flex-header {
    background: url("../images/header-general-underwater.jpg") center center !important; }

.home.blog .site-header, .home.blog .site-header-sticky{
background: url("../images/header-general-underwater.jpg")  center center;}

.page-template-portfolio-4col .site-header, .page-template-portfolio-4col .site-header-sticky{ /* Product Portfolio Page */
background: url("../images/header-general-underwater.jpg")  center center;}

.page-template-blog-fullwidth .site-header, .page-template-blog-fullwidth .site-header-sticky{ /* Blog Home Page */
  background: url("../images/header-general-underwater.jpg")  center center;
}

.page-template-default .site-header, .page-template-default .site-header-sticky{
  background: url("../images/header-general-underwater.jpg")  center center;
}

/* Assign the site-header to each product and post type based on custom taxonomy */

.single-portfolio.head_cat_accessories .site-header,.single-portfolio.head_cat_accessories .site-header-sticky, .single-post.head_cat_accessories .site-header,.single-post.head_cat_accessories .site-header-sticky{
  background: url("../images/header-acc.jpg")  center center;
}


.single-portfolio.head_cat_markers .site-header, .single-portfolio.head_cat_markers .site-header-sticky, .single-post.head_cat_markers .site-header, .single-post.head_cat_markers .site-header-sticky  {
  background: url("../images/header-markers.jpg") center center;
}


.single-portfolio.head_cat_pens .site-header, .single-portfolio.head_cat_pens .site-header-sticky, .single-post.head_cat_pens .site-header, .single-post.head_cat_pens .site-header-sticky {
  background: url("../images/header-pens.jpg") center center;
}



.single-portfolio.head_cat_colouring .site-header,.single-portfolio.head_cat_colouring .site-header-sticky, .single-post.head_cat_colouring .site-header,.single-post.head_cat_colouring .site-header-sticky{
  background: url("../images/header-colouring.jpg")  center center;
}



.single-portfolio.head_cat_highlighter .site-header,.single-portfolio.head_cat_highlighter .site-header-sticky, .single-post.head_cat_highlighter .site-header, .single-post.head_cat_highlighter .site-header-sticky {
  background: url("../images/header-highlighters.jpg") center center;
}


.flex-header {
  background: url("../images/header-general.jpg")  center center !important; }

@media only screen and (max-width: 960px) {
  .home .site-header {
    background: url("../images/header-general.jpg") center center; } }
.widget-area h4.widget-title {
  background: url("../images/side-title-border.png") repeat-x left bottom; }

.site-footer .footer-widgets h4.widget-title {
  background: url("../images/footer-divider.png") no-repeat left bottom; }

.widget_recent-posts-widget .flex-control-nav li .flex-active:before, .widget_recent-posts-widget .flex-control-nav li a:hover:before {
  background: url("../images/recent-post-outline.png") no-repeat center center; }

.page-template-blog-fullwidth .site-main .entry-content:before,
.page-template-blog-large .site-main .entry-content:before, .blog .site-main .entry-content:before, .page-template-blog-small .site-main .entry-content:before, .single-post .site-main .entry-content:before {
  background: url("../images/blog-date-divider.png") repeat-y left top; }
.page-template-blog-fullwidth .site-main .entry-content .date-structure,
.page-template-blog-large .site-main .entry-content .date-structure, .blog .site-main .entry-content .date-structure, .page-template-blog-small .site-main .entry-content .date-structure, .single-post .site-main .entry-content .date-structure {
  background: url("../images/blog-date-bg.png") no-repeat center center; }

.page-template-blog-fullwidth .sticky,
.page-template-blog-large .sticky, .blog .sticky, .page-template-blog-small .sticky {
  background: url("../images/blog-date-divider.png") repeat-y 43px top; }

.single-post .site-main {
  background: url("../images/blog-date-divider.png") repeat-y 43px top; }

.full-width-blue-pattern {
  background: url("../images/recent-work.jpg") repeat left top; }

.div#iframe_div {
    width: 100%;
    vertical-align: middle;
    display: block;
    text-align: center;
    margin:auto
}

/*
@import "bgimg-green";
@import "bgimg-orange";
@import "bgimg-red";
@import "bgimg-yellow";
@import "bgimg-lightpurple";
@import "bgimg-saddlebrown";
@import "bgimg-pink";


*/

/*# sourceMappingURL=default.css.map */
