/* LICENSE & DETAILS
==================================================
    Theme Name: Solicitor
	Theme URI: https://demo.imithemes.com/solicitor/
	Version: 2.1
	Author: imithemes
	Author URI: www.imithemes.com
	Description: <strong>Responsive WordPress Theme designed & developed for Law Business, Lawyers, Legal Websites by imithemes</strong> - <a href="http://www.imithemes.com">www.imithemes.com</a>. Follow us for update notifications:<br/> <a href='http://twitter.com/imithemes'>Twitter</a><br/> | <a href='http://www.facebook.com/imithemes'>Facebook</a>
	License: ThemeForest Split License for WP Themes
	License URI: http://themeforest.net/licenses/standard
	Text Domain: solicitor
	Domain Path: /language
	Requires at least: 5.0
	Tested up to: 5.7
	Requires PHP: 7.0

/*------------------------------------------------------------------
[Table of contents]

0. CSS Reset
1. Basic Styles
2. Typography
3. Margin Bottom Sets
4. Padding Sets
5. Spacers Sets
6. Multi purpose Elements
7. Site Structure & Appearance
8. Widgets Styling
9. Shortcodes Styling
10. Responsive Media Queries

-------------------------------------------------------------------*/
h
/*-------------------------------------------------------------------------------------------*/
/* 0. CSS Reset */
/*-------------------------------------------------------------------------------------------*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
iframe {
    border: 0;
}
/* ==================================================
   1. Basic Styles
================================================== */

html,
body {
    height: 100%;
}
html,
hmtl a {
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a {
    color: #555;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #5e5e5e;
}
a img {
    border: none;
}
a > img {
    vertical-align: middle;
}
.gray-bg {
    background: #CDCBCB;
}
.gray-text {
    color: #CDCBCB;
}
.lgray-bg {
    background: #f5f5f5;
}
.dgray-bg,
.notice-bar {
    background: #3d4143;
}
.dgray-bg h1,
.dgray-bg h2,
.dgray-bg h3,
.dgray-bg h4,
.dgray-bg h5,
.dgray-bg h6,
.dgray-bg p {
    color: #fff;
}
img {
    max-width: 100%;
}
img,
object,
embed,
audio,
video {
    max-width: 100%;
}
img {
    height: auto;
}
strong,
.strong {
    font-weight: 700;
}
p {
    margin: 0 0 20px;
}
i,
em,
.italic {
    font-style: italic;
}
.uppercase {
    text-transform: uppercase;
}
.align-left {
    float: left;
    margin: 5px 25px 20px 0px!important;
}
.align-right {
    float: right;
    margin: 5px 0 20px 25px!important;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.color-text {
    color: #ffffff;
}
.through {
    text-decoration: line-through;
}
.border-radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #999;
}
iframe {
    border: 0;
}
/* ==================================================
   2. Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    color: #222;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Playfair Display", serif;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h2 small {
    display: block;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 45%
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 21px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 15px;
}
h1.huge {
    font-weight: 700;
    font-size: 60px;
}
h1.short,
h2.short,
h3.short,
h4.short,
h5.short,
h6.short,
p.short {
    margin-bottom: 0;
}
h1.long,
h2.long,
h3.long,
h4.long,
h5.long,
h6.long,
p.long {
    margin-bottom: 35px;
}
h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
    margin-top: 22px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}
h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
    font-size: 11px;
    position: relative;
    top: -6px;
}
.huge {
    font-size: 10em;
}
blockquote {
    padding: 30px 0;
    padding-top: 10px;
    position: relative;
}
blockquote:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10d";
    margin-bottom: 12px;
}
blockquote.aligncenter {
    text-align: center;
}
blockquote p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.7em;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    border-left: 2px solid #eee;
    margin-left: 30px;
    padding-left: 20px;
}
blockquote cite {
    font-weight: 700;
    margin-left: 30px;
    margin-top: 20px;
    display: block;
}
blockquote cite:before {
    content: "- ";
}
p.lead {
    font-size: 21px;
    line-height: 32px;
}
p.md {
    font-size: 16px;
}
p.lg {
    font-size: 30px;
}
.lighter p {
    color: #ccc;
}
p.small {
    font-size: 10px;
    line-height: 13px;
}
.big {
    font-size: 200%;
    line-height: 1.5em;
}
.thin {
    font-weight: 300;
}
p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
    line-height: 60px;
}
p.drop-caps.secondary:first-child:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}
hr {
    display: block;
    clear: both;
    width: 100%;
    margin: 30px 0;
    height: 1px;
    border: 0;
    background: #eee;
}
hr.sm {
    display: inline-block;
    background: #E8E8E8;
    margin: 20px 0;
    height: 1px;
    width: 67px;
    border: 0;
    position: relative;
}
hr.md {
    display: inline-block;
    margin: 15px 0;
    width: 100px;
    height: 2px;
    border: 0;
}
hr.fw {
    display: block;
    clear: both;
    margin: 30px 0;
    width: 100%;
    height: 1px;
    border: 0;
    background: #eee;
}
hr.fw.cont {
    margin: 20px 0;
}
ul.checks,
ul.angles,
ul.carets,
ul.chevrons,
ul.icons {
    margin: 0;
    list-style-type: none;
    margin-bottom: 20px;
}
ul.checks > li,
ul.angles > li,
ul.carets > li,
ul.chevrons > li,
ul.icons > li {
    margin: 5px 0;
}
ul.checks > li > i,
ul.angles > li > i,
ul.carets > li > i,
ul.chevrons > li > i,
ul.icons > li > i {
    margin-right: 2px;
}
ul.inline {
    margin: 10px 0;
}
ul.inline > li {
    display: inline-block;
    margin-right: 10px;
}
ul.inline > li i.fa {
    margin-right: 2px;
}
ul.nav-list-primary > li a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #eee;
    color: #666666;
    text-decoration: none;
}
ul.nav-list-primary > li a:hover {
    text-decoration: none;
}
ul {
    margin: 10px 0 10px 20px;
    list-style-type: disc;
}
ol {
    margin: 10px 0 10px 30px;
    list-style-type: decimal;
}
ul ul,
ol ul,
ol ol {
    margin: 10px 0 10px 20px;
}
ul ul {
    list-style-type: circle;
}
dl {
    margin: 10px 0;
}
dl dt {
    font-weight: 700;
}
address.ico i {
    display: inline-block;
    float: left;
    clear: both;
    padding-top: 3px;
}
address.ico p {
    margin: 0;
    padding-bottom: 10px;
}
address.ico span {
    display: inline-block;
    padding-left: 20px;
}
.cursive {
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #666;
}
/* ==================================================
   3. Margin Bottom Sets
================================================== */

.margin-0 {
    margin-bottom: 0 !important;
}
.margin-5 {
    margin-bottom: 5px !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.push-top {
    margin-top: 15px;
}
/* ==================================================
   4. Padding Sets
================================================== */

.padding-b0 {
    padding-bottom: 0!important;
}
.padding-tb0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.padding-tb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding-tb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padding-tb45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.padding-tb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding-tb75 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.padding-tb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.padding-tb125 {
    padding-top: 125px;
    padding-bottom: 125px;
}
.padding-tb250 {
    padding-top: 250px;
    padding-bottom: 250px;
}
.padding-all25 {
    padding: 25px;
}
.padding-all40 {
    padding: 40px;
}
/* ==================================================
   5. Spacers Sets
================================================== */

.spacer-10 {
    height: 10px;
    clear: both;
    width: 100%;
}
.spacer-20 {
    height: 20px;
    clear: both;
    width: 100%;
}
.spacer-30 {
    height: 30px;
    clear: both;
    width: 100%;
}
.spacer-40 {
    height: 40px;
    clear: both;
    width: 100%;
}
.spacer-45 {
    height: 45px;
    clear: both;
    width: 100%;
}
.spacer-50 {
    height: 50px;
    clear: both;
    width: 100%;
}
.spacer-55 {
    height: 55px;
    clear: both;
    width: 100%;
}
.spacer-60 {
    height: 60px;
    clear: both;
    width: 100%;
}
.spacer-75 {
    height: 75px;
    clear: both;
    width: 100%;
}
.spacer-95 {
    height: 95px;
    clear: both;
    width: 100%;
}
.spacer-100 {
    height: 100px;
    clear: both;
    width: 100%;
}
/* ==================================================
   6. Multi purpose Elements
================================================== */

.overlay-black {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
.overlay-white {
    background: rgba(255, 255, 255, .99);
}
.checkers-overlay {
    background: url(assets/images/checkers.png) repeat;
}
.pattern-overlay {
    background: url(assets/images/pattern.png) repeat;
}
.parallax-overlay {
    position: relative;
}
.parallax-overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: .8;
    content: "";
}
.meta-data {
    font-size: 12px;
    line-height: 16px;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: .8;
    text-transform: uppercase;
}
.meta-data a {
    color: #999;
}
.meta-data a:hover {
    text-decoration: none;
}
.meta-data > span {
    display: inline-block;
}
.meta-data i {
    margin-right: 4px;
}
.meta-data > span:last-child {
    margin-right: 0;
}
p.meta-data {
    font-size: 16px;
    line-height: 1.7em;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.magnific-image {
    position: relative;
}
.media-box {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.format-gallery .media-box {
    display: block;
}
.media-box:before,
.magnific-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 4;
    left: 0;
    top: 0;
    margin: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}
.media-box:after,
.magnific-image:after {
    opacity: 0;
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    color: #fff!important;
    position: absolute;
    font-size: 1.5em;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}
.format-standard .media-box:after {
    content: "\f067";
}
.format-image .media-box:after,
.magnific-image:after {
    content: "\f002";
}
.format-link .media-box:after {
    content: "\f0c1";
}
.format-video .media-box:after,
.additional-images .owl-carousel .item-video .media-box:after {
    content: "\f04b";
}
.media-box:hover:before,
.media-box:hover:after {
    opacity: 1;
    -webkit-transition: opacity .3s .2s;
    -moz-transition: opacity .3s .2s;
    -ms-transition: opacity .3s .2s;
    -o-transition: opacity .3s .2s;
    transition: opacity .3s .2s;
}
.social-icons,
.social-icons-colored {
    margin: 0;
    list-style-type: none;
}
.social-icons li,
.social-icons-colored li {
    display: inline-block;
    margin-right: 10px;
}
.social-icons.pull-right li {
    margin-left: 10px;
    margin-right: 0;
}
.social-icons li:last-child {
    margin-right: 0;
}
.social-icons li a {
    text-align: center;
    color: #fff;
    display: block;
}
.social-icons li.facebook a:hover {
    color: #3B5998;
}
.social-icons li.twitter a:hover {
    color: #00ACED;
}
.social-icons li.behance a:hover {
    color: #1769FF;
}
.social-icons li.delicious a:hover {
    color: #3274D1;
}
.social-icons li.deviantart a:hover {
    color: #4B5D50;
}
.social-icons li.digg a:hover {
    color: #14589E;
}
.social-icons li.dribbble a:hover {
    color: #EA4C89;
}
.social-icons li.foursquare a:hover {
    color: #2398C9;
}
.social-icons li.github a:hover {
    color: #4183C4;
}
.social-icons li.google a:hover {
    color: #245DC1;
}
.social-icons li.googleplus a:hover {
    color: #D14836;
}
.social-icons li.instagram a:hover {
    color: #3F729B;
}
.social-icons li.jsfiddle a:hover {
    color: #4679A4;
}
.social-icons li.linkedin a:hover {
    color: #007FB1;
}
.social-icons li.pinterest a:hover {
    color: #CB2027;
}
.social-icons li.reddit a:hover {
    color: #FF4500;
}
.social-icons li.skype a:hover {
    color: #00AFF0;
}
.social-icons li.tumblr a:hover {
    color: #2C4762;
}
.social-icons li.vimeo a:hover {
    color: #44BBFF;
}
.social-icons li.youtube a:hover {
    color: #CD332D;
}
.social-icons li.flickr a:hover {
    color: #0063DB;
}
.social-icons li.vk a:hover {
    color: #45668e;
}
.social-icons li.whatsapp a:hover {
    color: #25d366;
}
.social-icons-colored li.facebook a {
    color: #3B5998;
}
.social-icons-colored li.twitter a {
    color: #00ACED;
}
.social-icons-colored li.behance a {
    color: #1769FF;
}
.social-icons-colored li.delicious a {
    color: #3274D1;
}
.social-icons-colored li.deviantart a {
    color: #4B5D50;
}
.social-icons-colored li.digg a {
    color: #14589E;
}
.social-icons-colored li.dribbble a {
    color: #EA4C89;
}
.social-icons-colored li.foursquare a {
    color: #2398C9;
}
.social-icons-colored li.github a {
    color: #4183C4;
}
.social-icons-colored li.google a {
    color: #245DC1;
}
.social-icons-colored li.googleplus a {
    color: #D14836;
}
.social-icons-colored li.instagram a {
    color: #3F729B;
}
.social-icons-colored li.jsfiddle a {
    color: #4679A4;
}
.social-icons-colored li.linkedin a {
    color: #007FB1;
}
.social-icons-colored li.pinterest a {
    color: #CB2027;
}
.social-icons-colored li.reddit a {
    color: #FF4500;
}
.social-icons-colored li.skype a {
    color: #00AFF0;
}
.social-icons-colored li.tumblr a {
    color: #2C4762;
}
.social-icons-colored li.vimeo a {
    color: #44BBFF;
}
.social-icons-colored li.youtube a {
    color: #CD332D;
}
.social-icons-colored li.flickr a {
    color: #0063DB;
}
.social-icons-colored li.vk a {
    color: #45668e;
}
.social-icons-colored li.whatsapp a {
    color: #25d366;
}
.social-icons-colored li.email a {
    color: #fbbc05;
}
.social-icons-colored.social-icons-inverted li.facebook a {
    background-color: #3B5998;
}
.social-icons-colored.social-icons-inverted li.twitter a {
    background-color: #00ACED;
}
.social-icons-colored.social-icons-inverted li.behance a {
    background-color: #1769FF;
}
.social-icons-colored.social-icons-inverted li.delicious a {
    background-color: #3274D1;
}
.social-icons-colored.social-icons-inverted li.deviantart a {
    background-color: #4B5D50;
}
.social-icons-colored.social-icons-inverted li.digg a {
    background-color: #14589E;
}
.social-icons-colored.social-icons-inverted li.dribbble a {
    background-color: #EA4C89;
}
.social-icons-colored.social-icons-inverted li.foursquare a {
    background-color: #2398C9;
}
.social-icons-colored.social-icons-inverted li.github a {
    background-color: #4183C4;
}
.social-icons-colored.social-icons-inverted li.google a {
    background-color: #245DC1;
}
.social-icons-colored.social-icons-inverted li.googleplus a {
    background-color: #D14836;
}
.social-icons-colored.social-icons-inverted li.instagram a {
    background-color: #3F729B;
}
.social-icons-colored.social-icons-inverted li.jsfiddle a {
    background-color: #4679A4;
}
.social-icons-colored.social-icons-inverted li.tumblr a {
    background-color: #2C4762;
}
.social-icons-colored.social-icons-inverted li.linkedin a {
    background-color: #007FB1;
}
.social-icons-colored.social-icons-inverted li.pinterest a {
    background-color: #CB2027;
}
.social-icons-colored.social-icons-inverted li.reddit a {
    background-color: #FF4500;
}
.social-icons-colored.social-icons-inverted li.skype a {
    background-color: #00AFF0;
}
.social-icons-colored.social-icons-inverted li.tumblr a {
    background-color: #2C4762;
}
.social-icons-colored.social-icons-inverted li.vimeo a {
    background-color: #44BBFF;
}
.social-icons-colored.social-icons-inverted li.youtube a {
    background-color: #CD332D;
}
.social-icons-colored.social-icons-inverted li.flickr a {
    background-color: #0063DB;
}
.social-icons-colored li.vk a,
.share-buttons-bc li.vk-share a,
.social-icons-inverted li.vk a {
    background-color: #45668e;
}
.social-icons-colored li.whatsapp a,
.share-buttons-bc li.whatsapp-share a,
.social-icons-inverted li.whatsapp a {
    background-color: #25d366;
}
.social-icons-colored.social-icons-inverted li.email a {
    background-color: #fbbc05;
}
.social-icons-colored.social-icons-inverted li a {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}
.social-share-bar {
    margin-top: 30px;
}
.social-share-bar.social-icons-colored li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}
.social-icons-colored.share-buttons-gs li a {
    background: #555;
}
.social-share-bar.social-icons-colored li a:hover {
    opacity: .8
}
.social-share-bar .share-title {
    margin-right: 3px;
}
.social-share-bar.social-icons-colored.share-buttons-squared li a {
    border-radius: 0;
}
.social-icons-colored.social-icons-inverted li a:hover {
    color: #fff;
}
.social-icons-rounded a {
    border-radius: 100%;
}
.social-icons.social-icons-colored li a:hover {
    opacity: .8;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.flexslider .slides {
    zoom: 1;
    margin: 0;
    list-style-type: none;
}
.flexslider {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    background-image: url(assets/images/loader.gif) no-repeat center center;
}
#info-content .flexslider {
    overflow: visible;
}
.flex-viewport {
    width: 100%;
}
.flexslider > ul.slides {
    height: 100%;
}
.flexslider ul.slides li {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-attachment: scroll!important
}
.flexslider ul.slides li > a {
    display: block;
}
.flexslider .flex-control-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 111;
    left: 0;
    bottom: 10px;
    padding: 0;
    margin: 0;
}
.heroflex.flexslider .flex-control-nav {
    bottom: -40px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}
.heroflex.flexslider:hover .flex-control-nav {
    bottom: 10px;
    -webkit-transition: bottom .3s .2s;
    -moz-transition: bottom .3s .2s;
    -ms-transition: bottom .3s .2s;
    -o-transition: bottom .3s .2s;
    transition: bottom .3s .2s;
}
.flexslider .flex-control-nav li {
    display: inline;
}
.flexslider .flex-control-nav a {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 6px;
    text-indent: -9999px;
    text-decoration: none;
}
.flexslider .flex-nav-prev a,
.flexslider .flex-nav-next a {
    background: rgba(34, 34, 34, .7);
    color: #F9F9F9;
    margin-bottom: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    display: none;
    text-align: center;
    margin-top: -13px;
    z-index: 9;
}
.flexslider .flex-nav-prev a:hover,
.flexslider .flex-nav-next a:hover {
    background: rgba(34, 34, 34, 1);
}
.flexslider .flex-nav-prev a {
    left: 10px;
    right: auto;
}
.flexslider .flex-nav-prev a:before {
    content: "\f104";
}
.flexslider .flex-nav-next a:before {
    content: "\f105";
}
#info-content .flexslider .flex-nav-prev a,
#info-content .flexslider .flex-nav-next a {
    background: none;
    right: -10px;
    left: auto;
    opacity: 0;
    display: block;
}
#info-content .flexslider .flex-nav-prev a {
    margin-top: -3px;
}
#info-content .flexslider .flex-nav-prev a:before {
    content: "\f0d7";
}
#info-content .flexslider .flex-nav-next a:before {
    content: "\f0d8";
}
.heroflex.flexslider .flex-nav-prev a,
.heroflex.flexslider .flex-nav-next a {
    width: 70px;
    height: 70px;
    right: -70px;
    margin-top: -35px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    font-size: 30px;
    line-height: 70px;
    display: block;
    text-align: center;
    z-index: 2
}
.flexslider:hover .flex-nav-prev a,
.flexslider:hover .flex-nav-next a {
    display: block;
}
.heroflex.flexslider ul.slides li > a {
    display: block;
    height: 100%;
    width: 100%;
}
.heroflex.flexslider .flex-nav-prev a {
    left: -70px;
}
.heroflex.flexslider:hover .flex-nav-prev a {
    left: 10px;
    -webkit-transition: left .3s .2s;
    -moz-transition: left .3s .2s;
    -ms-transition: left .3s .2s;
    -o-transition: left .3s .2s;
    transition: left .3s .2s;
}
.heroflex.flexslider:hover .flex-nav-next a {
    right: 10px;
    -webkit-transition: right .3s .2s;
    -moz-transition: right .3s .2s;
    -ms-transition: right .3s .2s;
    -o-transition: right .3s .2s;
    transition: right .3s .2s;
}
.flex-direction-nav {
    margin: 0;
    list-style-type: none;
}
.flex-disabled{
	display: none!important
}
.basic-link {
    display: inline-block;
    font-size: 15px;
    line-height: 32px;
    font-style: italic;
    font-family: 'Playfair Display', cursive;
}
.basic-link:after {
    position: relative;
    margin-left: 5px;
    bottom: -1px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    content: "\f054";
}
.basic-link:hover {
    color: #555;
    text-decoration: none;
}
.basic-link.inverted {
    text-transform: uppercase;
    margin-top: 10px;
}
.basic-link.backward:after {
    display: none;
}
.grid-filter {
    margin: 0 0 50px 0;
}
.grid-filter-lable {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase
}
.sort-source {
    list-style-type: none;
    display: inline-block;
    margin: 0;
}
.sort-source li {
    display: inline-block;
}
.sort-source li:after {
    content: "/";
    color: #ccc;
}
.sort-source.nav-pills li:after {
    content: "";
}
.sort-source li:last-child:after {
    content: "";
}
.sort-source li a {
    color: #999;
    margin: 0 10px;
}
.sort-source.nav-pills li a {
    margin: 0;
}
.sort-source.nav-pills li.active a {
    color: #fff;
}
.sort-source li:first-child a {
    margin-left: 0;
}
.sort-source li a:hover {
    color: #222;
}
.sort-destination {
    margin: 0;
    list-style-type: none;
}
.selectpicker {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 7px;
}
.selectpicker.btn-default {
    background: #fff;
    padding-left: 14px;
    text-transform: none;
    font-size: 14px;
    color: #999;
    line-height: 1.2em;
    padding-top: 8px;
    border: 1px solid #ccc;
    letter-spacing: 0;
    text-shadow: none;
    height: 35px;
}
.input-lg .selectpicker.btn-default {
    height: 46px;
}
.selectpicker.btn-default:focus,
.selectpicker.btn-default:active {
    box-shadow: none;
    background: #fff;
}
.btn-group.bootstrap-select.open .dropdown-toggle {
    background: none;
    box-shadow: none;
}
.selectpicker.btn-default .caret {
    margin-top: 0!important;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a {
    color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a:hover {
    color: #666;
}
.input-lg .selectpicker {
    padding-top: 12px;
    padding-bottom: 11px;
}
.bootstrap-select.form-control {
    margin-bottom: 15px!important;
}
.dgray-bg .icon-box-inline p {
    color: rgba(255, 255, 255, .4);
}
.carousel-wrapper {
    overflow: hidden;
    background: url(assets/images/loader.gif) no-repeat center center;
    min-height: 130px;
}
.owl-carousel .owl-wrapper-outer {
    padding-top: 30px;
}
.widget .owl-carousel .owl-wrapper-outer {
    padding-top: 10px;
}
.btn-rounded {
    border-radius: 30px;
}
.light-title {
    color: #fff!important;
}
.parallax-icon-link {
    opacity: .2;
    color: #fff;
}
.parallax-icon-link:hover {
    opacity: .9
}
.position-relative {
    position: relative;
}
#message {
    margin-top: 20px;
}
.block-style1 {
    padding: 40px;
    background-position: right bottom!important;
    background-repeat: no-repeat;
    height: 500px
}
.block-style1 em {
    opacity: .7;
}
/* ==================================================
   6. WP NATIVE STYLE
================================================== */
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}
a img.alignnone {
    margin: 5px 20px 20px 0
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-block-cover p:not(.has-text-color) {
  color: #fff; }

.blocks-gallery-item a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.wp-block-button {
  margin-bottom: 1em; }

.wp-block-group.has-background .wp-block-group__inner-container {
  padding: 30px 30px 10px; }

.wp-caption {
    background: #fff;
    border: 1px solid #eee;
    max-width: 100%;
    padding: 5px;
    text-align: center
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0
}
.post-content table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #eee;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.post-content table th,
.post-content table td {
    padding: 8px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    vertical-align: top;
    text-align: left;
    line-height: 18px
}
.post-content table thead:first-child tr:first-child th,
.post-content table tbody:first-child tr:first-child th,
.post-content table tbody:first-child tr:first-child td {
    border-top: 0
}
.post-content table thead:first-child tr:first-child th:first-child,
.post-content table tbody:first-child tr:first-child td:first-child {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0
}
.post-content table thead:first-child tr:first-child th:last-child,
.post-content table tbody:first-child tr:first-child td:last-child {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0
}
.post-content table thead:last-child tr:last-child th:first-child,
.post-content table tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px
}
.post-content table thead:last-child tr:last-child th:last-child,
.post-content table tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0
}
.post-content .fc table {
    margin: 0;
    border: 0;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 0;
    -moz-border-radius: 0;
}
.post-content .fc table th {
    text-align: center;
}
.post-content .fc table th,
.post-content .fc table td {
    padding: 0;
    border: 1px solid #eee;
    line-height: inherit;
    border-radius: 0;
    -moz-border-radius: 0;
}
.post-content .fc-row .fc-content-skeleton td,
.post-content .fc-row .fc-helper-skeleton td {
    border: 0;
}
.post-content .fc-unthemed thead {
    border-color: transparent;
}
article img {
    max-width: 100%;
    height: auto
}
/* reset screen-reader-text & bypostauthor classes */

.screen-reader-text,
.bypostauthor {
    position: static !important;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    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. */
}
.post-password-form label {
    float: left
}
.post-password-form input[type="submit"] {
    height: 35px;
    line-height: 35px;
    float: left;
    margin-top: 23px;
    border: 0;
    background: #222;
    margin-left: -1px;
    padding: 0 10px;
    color: #fff;
}
.post-password-form input[type="submit"]:hover {
    background: #333
}
.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
#wp-calendar {
    border-collapse: collapse;
    border: 1px solid #eee;
    width: 100%;
    border-top: none;
}
#wp-calendar td,
#wp-calendar th {
    text-align: center;
}
#wp-calendar td#today {
    background: #eee;
}
#wp-calendar caption {
    padding: 0;
    line-height: 39px;
}
#wp-calendar thead,
#wp-calendar tfoot {
    line-height: 33px;
    background: #eee;
}
#wp-calendar tbody {
    line-height: 33px;
    background: #fff
}
#wp-calendar #prev,
#wp-calendar #next {
    padding: 0 10px;
    background: #eee;
}
#wp-calendar #prev {
    text-align: left;
}
#wp-calendar #next {
    text-align: right;
}
.post-content table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #eee;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.post-content table th,
.post-content table td {
    padding: 8px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    vertical-align: top;
    text-align: left;
    line-height: 18px
}
.post-content table thead:first-child tr:first-child th,
.post-content table tbody:first-child tr:first-child th,
.post-content table tbody:first-child tr:first-child td {
    border-top: 0
}
.post-content table thead:first-child tr:first-child th:first-child,
.post-content table tbody:first-child tr:first-child td:first-child {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0
}
.post-content table thead:first-child tr:first-child th:last-child,
.post-content table tbody:first-child tr:first-child td:last-child {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0
}
.post-content table thead:last-child tr:last-child th:first-child,
.post-content table tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px
}
.post-content table thead:last-child tr:last-child th:last-child,
.post-content table tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0
}
.post-content .fc table {
    margin: 0;
    border: 0;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 0;
    -moz-border-radius: 0;
}
.post-content .fc table th {
    text-align: center;
}
.post-content .fc table th,
.post-content .fc table td {
    padding: 0;
    border: 1px solid #eee;
    line-height: inherit;
    border-radius: 0;
    -moz-border-radius: 0;
}
.post-content .fc-row .fc-content-skeleton td,
.post-content .fc-row .fc-helper-skeleton td {
    border: 0;
}
.post-content .fc-unthemed thead {
    border-color: transparent;
}
.wp-caption {
    margin-bottom: 24px;
    position: relative;
}
.wp-caption.alignleft {
    margin-bottom: 0;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption {
    color: #767676;
}
.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    padding-right: 10px;
}
.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}
.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
}
.post-content:before,
.post-content:after {
    content: "";
    display: table;
}
.post-content:after {
    clear: both;
}
.alignright {
    float: right;
    margin: 0 0 1em 1em
}
.alignleft {
    float: left;
    margin: 0 1em 1em 0
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}
a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.alignnone {
    max-width: 100%;
}
.post.sticky {
    padding: 20px;
    border: 2px solid #eee;
    position: relative;
}
.page-links {
    margin: 20px 0;
}
/* ==================================================
   7. Site Structure & Appearance
================================================== */

body {
    background-color: #fff;
    color: #858e97;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.55em;
    background-attachment: fixed;
    overflow-x: hidden;
}
body.boxed {
    background-color: #333;
}
body.boxed .body {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    height: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}
@media (min-width: 1200px) {
    body.boxed .site-header {
        width: 1200px;
        left: 50%;
        margin-left: -600px;
    }
}
.body{
	overflow-x: hidden
}
.topbar {
    background: #3d4143;
    padding: 5px 0;
    overflow: hidden;
}
.topbar p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 32px;
    color: #ccc
}
.topbar .social-icons {
    margin-left: 15px;
    margin-top: 4px;
}
.topbar .social-icons li a {
    font-size: 16px;
    margin-left: 15px;
    color: #ccc;
}
.topbar .social-icons li a:hover {
    color: #fff;
}
.topbar .search-form {
    float: right;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.header-style2 .topbar .search-form,
.header-style2 .topbar p,
.header-style2 .topbar .social-icons {
    padding: 5px 0;
}
.topbar .search-form input {
    background: none;
    border: 0;
    color: #ccc;
    padding-left: 25px;
    margin-top: 0;
    height: 32px;
}
.topbar .search-form input:focus {
    border: 0;
}
.header-style2::-webkit-input-placeholder,
.header-style2:-moz-placeholder,
.header-style2::-moz-placeholder,
.header-style2:-ms-input-placeholder {
    color: #ccc;
}
.topbar .search-form:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    color: #ccc;
}
.topbar .search-form .btn {
    display: none
}
.header-style2 .topbar .search-form::before {
    top: 13px;
}
.header-style2 .topbar {
    background: none;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.header-wrapper {
    position: relative;
}
.header-style2 .header-wrapper {
    position: absolute;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.site-header {
    background: #fff;
    padding: 17px 0;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 99;
}
.header-style2 .site-header {
    background: none;
    box-shadow: none;
}
.header-style3 .site-header {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.is-sticky .site-header {
    z-index: 999;
    width: 100%;
}
.logged-in.admin-bar .is-sticky .site-header {
    top: 28px!important;
}
.header-style2 .is-sticky .site-header {
    background: #000;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    opacity: .9
}
.site-header:before,
.site-header:after {
    content: "";
    display: table;
}
.site-header:after {
    clear: both;
}
.site-logo {
    float: left;
}
.default-logo {
    display: inline-block;
}
.retina-logo {
    display: none;
}
.static-logo .site-name {
    font-size: 16px;
    font-weight: 700;
}
.static-logo .site-tagline {
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #999
}
.site-header .container {
    position: relative;
}
#info-toggle {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    float: right;
    margin-left: 35px;
}
#info-content {
    display: none;
    width: 250px;
    position: absolute;
    top: 62px;
    right: 15px;
    z-index: 9;
    margin: 0;
    list-style-type: none;
}
.header-style3 #info-content {
    display: block;
    position: static;
    background: none;
    width: auto;
    float: right;
}
#info-content:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d8";
    position: absolute;
    top: -20px;
    z-index: 9;
    right: 12px;
}
.header-style3 #info-content:before {
    display: none;
}
#info-content > li {
    padding: 15px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 14px;
}
#info-content > li br {
    display: none
}
#info-content > li .ititle {
    opacity: .6;
    display: block;
}
#info-content > li strong {
    opacity: .8;
    display: block;
}
#info-content > li i {
    float: left;
    font-size: 30px;
    margin: 12px 20px 0 0;
    width: 25px;
}
#info-content > li:last-child {
    border-bottom: 0;
}
.header-style3 #info-content > li {
    color: inherit;
    border-bottom: 0;
    padding: 0;
    width: auto;
    white-space: normal;
    margin-left: 40px;
    display: inline-block;
    float: left;
    margin-top: 0;
}
.header-style3 #info-content > li i {
    width: 40px;
    text-align: left;
    margin-right: 0;
    margin-top: 7px;
    position: relative;
}
.header-style3 #info-content > li .hinfo {
    padding-left: 40px;
}
.header-style3 #info-content > li .hinfo br {
    display: block;
    height: 0;
}
.header-style3 #info-content > li .ititle {
    opacity: 1;
    display: inline-block;
}
.header-style3 #info-content > li strong {
    display: block;
}
.header-style3 .main-navigation {
    padding: 10px 0;
    position: relative;
    background-color: #fff;
	z-index: 99;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.header-style3 .is-sticky .main-navigation {
    width: 100%;
    z-index: 999;
}
.boxed.header-style3 .is-sticky .main-navigation{
    max-width: 1200px
}
.header-style3 .main-navigation > .container {
    position: relative;
}
.main-navigation .social-icons {
    padding: 10px 0 0;
}
.main-navigation .social-icons a {
    font-size: 24px;
    color: #999;
    margin-left: 10px;
}
.dd-menu {
    margin: 0;
    list-style-type: none;
    display: block;
    font-family: "Playfair Display", serif;
}
#menu-toggle {
    display: none;
    background: #555;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}
.dd-menu > li {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 35px;
}
.header-style3 .dd-menu > li {
    margin-left: 0;
    margin-right: 35px;
}
.dd-menu > li > a {
    display: block;
    color: #555;
    line-height: 42px;
}
.header-style2 .dd-menu > li > a {
    color: #fff;
}
.header-style2 .dd-menu > li > a:hover {
    color: #fff;
    opacity: .8;
}
.dd-menu > li > a > i {
    font-size: 12px;
}
.dd-menu > li ul {
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 62px;
    left: -17px;
    z-index: 999;
    display: none;
    min-width: 100%;
    height: auto;
    background: #fff;
    float: none;
}
.header-style2 .dd-menu > li ul {
    top: 60px;
    background: #fff;
}
.header-style3 .main-navigation{
	z-index: 999
}
.header-style3 .dd-menu > li ul {
    top: 52px;
}
.dd-menu > li > ul li {
    line-height: normal;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    text-transform: none;
}
.dd-menu > li.megamenu {
    position: static;
}
.dd-menu > li.megamenu > ul > li a:first-child i.fa-caret-right {
    display: none;
}
.dd-menu > li > ul > li > a,
.dd-menu > li > ul > li > ul > li > a,
.dd-menu > li > ul > li > ul > ul > li > a {
    display: block;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    white-space: nowrap;
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
}
.dd-menu > li > ul > li > a:hover,
.dd-menu > li > ul > li > ul > li > a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .08);
}
.dd-menu > li > ul > li:last-child > a {
    border-bottom: 0;
}
.dd-menu > li > ul li ul {
    margin: 0;
    list-style-type: none;
    left: 101%!important;
    top: 0!important;
    min-width: 150px;
    position: absolute;
    border: 0;
}
.dd-menu > li.megamenu {
    position: inherit!important;
    left: 0;
}
.dd-menu > li.megamenu > ul {
    margin: 0;
    list-style-type: none;
    left: 0!important;
    min-width: inherit;
    width: 100%;
    top: 62px;
}
.header-style2 .dd-menu > li.megamenu > ul {
    top: 60px;
}
.header-style3 .dd-menu > li.megamenu > ul {
    top: 52px;
}
.dd-menu .megamenu-container {
    padding: 25px;
    width: 100%;
}
.megamenu-container > .row > li > .col-md-12 > .widget {
    margin: 0 2%;
}
.dd-menu .megamenu-container ul {
    margin: 0;
    list-style-type: none;
    display: block!important;
    left: 0!important;
    box-shadow: none;
    opacity: 1!important;
    background: transparent;
    position: static!important;
    text-align: left!important;
    margin-left: 0;
    border-top: 0;
}
.dd-menu .megamenu-container .megamenu-sub-title,
.dd-menu .megamenu-container .widget .widgettitle,
.dd-menu .megamenu-container .widget .widget-title {
    display: block;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-align: left;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    background: none;
    padding: 0;
    border-left: 0;
}
.dd-menu .megamenu-container .widget .widgettitle,
.dd-menu .megamenu-container .widget .widget-title {
    margin-bottom: 20px;
}
.dd-menu .megamenu-container ul li {
    font-size: 15px;
    border-left: 0;
    border-bottom: 0;
    padding: 0;
    margin: 0;
}
.dd-menu .megamenu-container ul li a {
    margin: 0;
    border-bottom: 0;
    color: rgba(255, 255, 255, .8);
}
.dd-menu .megamenu-container ul.sub-menu li a,
.dd-menu .megamenu-container .widget ul li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
    padding: 10px 0;
}
.dd-menu .megamenu-container ul.sub-menu li:last-child a,
.dd-menu .megamenu-container .widget ul li:last-child a {
    border-bottom: 0;
}
.dd-menu .megamenu-container ul li a i {
    display: none;
}
.dd-menu .megamenu-container ul.sub-menu li:first-child a {
    padding-top: 0;
}
.dd-menu .megamenu-container ul.sub-menu li a:hover {
    text-decoration: none;
    color: #fff;
}
.header-style2 .dd-menu > li > ul > li > a,
.header-style2 .dd-menu > li > ul > li > ul > li > a,
.header-style2 .dd-menu > li > ul > li > ul > ul > li > a,
.header-style2 .dd-menu .megamenu-container ul li a,
.header-style2 .dd-menu .megamenu-container .megamenu-sub-title,
.header-style2 .dd-menu .megamenu-container ul.sub-menu li a {
    color: #555;
}
.header-style2 .dd-menu .megamenu-container .megamenu-sub-title,
.header-style2 .dd-menu .megamenu-container .widget .widgettitle,
.header-style2 .dd-menu .megamenu-container .widget .widget-title {
    color: #555;
}
.smenu-opener {
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
	height: 51px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    line-height: 51px;
	justify-content: center;
	align-items: center;
	display: flex
}
.heroflex,
.heroflex.flexslider ul.slides li {
    height: 350px;
}
.hero-slider,
.hero-slider.flexslider ul.slides li,
.flex-caption-cell {
    height: 500px;
}
.header-style2 .hero-slider,
.header-style2 .hero-slider.flexslider ul.slides li,
.header-style2 .flex-caption-cell {
    height: 615px;
}
.hero-slider {
    background-color: #666;
}
.flex-caption-table {
    width: 100%;
    display: table;
    vertical-align: middle;
}
.flex-caption-cell {
    display: table-cell;
}
.vertical-center .flex-caption-cell {
    vertical-align: middle;
}
.vertical-bottom .flex-caption-cell {
    vertical-align: bottom;
    padding-bottom: 40px;
}
.flex-caption-text {
    display: block;
}
.flex-caption-text h1,
.flex-caption-text h2,
.flex-caption-text h3,
.flex-caption-text p {
    color: #fff;
    margin-bottom: 24px;
}
.flex-caption-text p {
    opacity: .8;
}
.flex-caption-text h2 {
    font-size: 41px;
    line-height: 41px;
    font-weight: 400;
}
.flex-caption-text a.ico {
    line-height: 1;
    position: relative;
    bottom: -7px;
    color: #fff;
}
.content {
    padding: 60px 0;
}
#content-col:before, #content-col:after {
    display: table;
    content: ""
}
#content-col:after {
    clear:both
} 
.notice-bar {
    position: relative;
}
.notice-bar .galleryflex {
    margin: 20px 0;
}
.notice-bar .slides li p {
    margin-bottom: 0;
}
.notice-bar .btn {
    padding: 20px;
    line-height: 24px;
    text-align: left;
    position: relative;
    z-index: 1;
    overflow: visible;
}
.notice-bar .btn:before {
    position: absolute;
    width: 2000px;
    left: 100%;
    top: 0;
    z-index: 0;
    height: 100%;
    content: "";
}
.notice-bar .btn:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    color: #fff;
    font-size: 60px;
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 1;
}
.notice-bar .btn span {
    font-family: "Playfair Display", serif;
    font-size: 21px;
    font-weight: 400;
    text-transform: none;
    left: 0;
    display: block;
}
.notice-bar .btn em {
    font-style: normal;
    opacity: .4;
}
.notice-bar .icon-block {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    margin-right: 20px;
    display: inline-block;
    background-color: #fff;
    float: left;
}
.notice-bar .flexslider .meta-data {
    display: inline-block;
}
.notice-bar .flexslider,
.notice-bar .flexslider a {
    color: #ccc;
}
.notice-bar .flexslider a {
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
}
.notice-bar .flexslider a:hover {
    color: #fff;
}
.notice-bar .btn:hover {
    color: rgba(255, 255, 255, .9)
}
.subhead {
    font-style: italic;
    margin-bottom: 10px;
}
.subhead:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -5px;
    height: 1px;
    width: 20px;
    margin-right: 10px;
    background: #222;
}
.parallax-light .subhead {
    padding-left: 15px;
}
.parallax-light .subhead:before {
    position: absolute;
    width: 2000px;
    left: -1990px;
    top: 10px
}
.featured-block {
    background: #fff;
    overflow: hidden;
}
.featured-block p {
    margin-bottom: 10px;
}
.featured-block:before,
.featured-block:after {
    content: "";
    display: table;
}
.featured-block:after {
    clear: both;
}
.featured-block-image,
.featured-block-content {
    float: left;
    width: 50%;
}
.featured-block-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.featured-block-info {
    border: 1px solid #dbe2e8;
    border-bottom: 0;
    border-right-width: 0;
    padding: 20px;
    position: relative;
}
.featured-block-info:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    font-size: 24px;
    right: -8px;
    top: 20px;
    z-index: 1;
    color: #fff;
    position: absolute;
}
.featured-block-info .subtitle {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 18px;
    position: relative;
    display: block;
}
.featured-block-info .subtitle:before {
    width: 3px;
    height: 24px;
    position: absolute;
    left: -20px;
    content: "";
    top: -2px;
}
.featured-block-info h4 {
    margin-bottom: 0;
}
.featured-block-more {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #dbe2e8;
    border-right: 0;
    border-top: 0;
    background: #f2f2f2;
    padding: 10px 20px;
}
.shadow-block {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    padding: 40px;
    position: relative;
    z-index: 9;
    top: -90px;
    margin-bottom: -90px;
}
.team-grid-item {
    padding-bottom: 3px;
}
.team-grid-item h4 {
    margin-bottom: 5px;
}
.grid-item h4 a {
    color: #555;
}
.grid-item-inner {
    padding: 25px;
    border: 1px solid #eee;
    margin-top: -1px;
    background: #fff;
}
.team-grid-item .grid-item-inner,
.event-grid-item .grid-item-inner {
    padding: 20px;
}
.team-grid-item .grid-item-inner {
    padding-bottom: 7px;
}
.grid-item-inner .meta-data {
    margin-bottom: 10px;
}
.team-grid-item .meta-data {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.team-grid-item .basic-link {
    position: relative;
    top: -4px;
}
.team-grid-item .social-icons a {
    color: #858e97;
    font-size: 18px;
}
.team-grid-item .media-box:after {
    width: 80px;
    margin-left: -40px;
}
.team-grid-item .media-box .fa {
    display: none;
}
.team-grid-item .media-box:after {
    content: "Profile";
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.team-grid-item .social-icons{
	min-height: 33px;
}
.testimonial-block {
    text-align: center;
    margin: 20px 0 30px;
}
.testimonial-static {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    padding-top: 30px;
    padding-bottom: 30px;
}
.testimonial-block blockquote {
    padding: 30px;
    padding-top: 10px;
}
.testimonial-block blockquote p {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    padding-top: 20px;
    font-size: 21px;
}
.testimonial-avatar {
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    height: 60px;
    width: 60px;
}
.testimonial-info {
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.testimonial-info-in {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}
.testimonial-info strong {
    display: block;
    line-height: 14px;
    color: #222;
}
.testimonial-info span {
    font-size: 13px;
    line-height: 14px;
}
.testimonial-service {
    margin: 0 auto;
    display: inline-block;
    letter-spacing: 0;
}
.accent-bg blockquote p {
    color: #fff;
    opacity: .8;
}
.accent-bg .testimonial-info strong,
.accent-bg .testimonial-info span {
    color: #fff;
}
.accent-bg .testimonial-info span {
    opacity: .6;
}
.accent-bg blockquote:before {
    color: #fff;
    opacity: .2;
}
.accent-bg blockquote:after {
    background: #fff;
    opacity: .2;
}
.accent-bg .owl-theme .owl-page.active span {
    border-color: rgba(0, 0, 0, .5);
}
#testimonials-slider {
    margin-bottom: 30px;
}
#loading-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 2;
}
#loading-image-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -64px;
}
.events-calendar-widget-head {
    padding: 20px;
    text-align: center;
    background: #E6E6E6;
}
.events-list {
    list-style-type: none;
    margin: 0;
}
.events-list li {
    padding-bottom: 26px;
    margin-bottom: 22px;
    border-bottom: 1px solid #E8E8E8;
}
.events-list li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.events-list li a:hover strong {
    color: #555;
}
.events-list li a strong {
    margin-bottom: 7px;
    display: block;
    padding-left: 65px;
}
.events-list li:before,
.events-list li:after,
.grid-item-inner:before,
.grid-item-inner:after {
    content: "";
    display: table;
}
.events-list li:after,
.grid-item-inner:after {
    clear: both;
}
.events-list li .meta-data {
    display: inline-block;
}
#sidebar-col .widget .events-list li .meta-data,
.footer_widget .events-list li .meta-data {
    display: block;
    padding-left: 65px;
}
.event-date {
    float: left;
    width: 50px;
    height: 60px;
    margin-right: 15px;
    text-align: center;
    border: 1px solid #E8E8E8;
    margin-top: 4px;
    position: relative;
    background: #fff;
}
.event-month {
    border-bottom: 1px solid #E8E8E8;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.event-day {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    color: #222;
}
.events-list li .btn-sm {
    float: right;
    margin-top: 11px;
}
.event-details-list > h6 {
    opacity: .7;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.event-details-list > .btn {
    margin-top: 4px;
}
.event-details-list > span {
    display: block;
    margin-bottom: 5px;
}
.event-ticket-info-list .list-group-item {
    border: 1px solid rgba(255, 255, 255, .1);
    background: none;
}
.event-ticket-info-list .list-group-item .badge {
    position: relative;
    top: -12px;
    margin-left: 10px;
}
.event-ticket-info-list .list-group-item .label-default {
    text-transform: none;
    background: none;
    padding: 0;
    font-style: italic;
    letter-spacing: 0
}
.ticket-booking {
    position: relative;
    z-index: 999
}
.table-tickets {
    margin-bottom: 15px;
}
.table-tickets .bootstrap-select {
    width: 80px!important;
}
.table-tickets .head-table-tickets td {
    padding-bottom: 10px;
    font-weight: 700
}
.table-tickets td {
    width: 20%;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}
.event-ticket {
    background-color: #fff!important;
    border-radius: 10px;
    min-height: 280px
}
#ticketModal .modal-body {
    background-color: #7a7e84!important
}
.event-ticket-left {
    width: 13%;
    float: left;
    min-height: 280px;
    border-right: 3px dashed #eee;
    position: relative;
    z-index: 900
}
.event-ticket-left .ticket-handle {
    height: 150px;
    border: 5px solid transparent;
    width: 35px;
    border-radius: 40px;
    margin: 65px 0 0 32px;
    background-color: #7a7e84!important;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    float: left
}
.event-ticket-left .ticket-cuts {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #7a7e84!important;
    top: -15px;
    right: -15px;
    border-radius: 100%
}
.event-ticket-left .ticket-cuts-top {} .event-ticket-left .ticket-cuts-bottom {
    bottom: -15px;
    top: auto
}
.event-ticket-right {
    float: left;
    width: 86%
}
.event-ticket-right-inner {
    padding: 30px
}
.event-ticket-info {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333
}
.event-ticket-info p {
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-bottom: 0;
    padding: 5px
}
.event-ticket-info p strong {
    color: #222
}
.event-ticket-info .col {
    float: left;
    width: 33.33%
}
.event-ticket .ticket-cost {
    min-width: 100px;
    height: 40px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    background: #333;
    display: inline-block;
    line-height: 40px;
    font-size: 30px;
    float: right;
    margin-top: 30px
}
.event-area {
    text-align: center;
    display: block;
    color: #999;
    padding: 10px 0
}
.event-ticket-info .btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 36px
}
.event-ticket .event-location {
    border-right: 2px solid #333;
    border-left: 2px solid #333;
    font-family: 'Roboto', sans-serif
}
.registerant-info {
    display: block;
    margin-bottom: 20px
}
.ticket-id {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: -112px;
    top: 50%;
    margin-top: -100px;
    height: 200px;
    z-index: 11
}
@media print {
    .single-event .body {
        display: none
    }
    .single-event #ticketModal {
        display: block
    }
    .modal-footer {
        display: none
    }
    .modal-content {
        box-shadow: none;
        border: 0
    }
    .modal-header .close {
        display: none
    }
    .event-ticket .event-location {
        font-size: 14px!important
    }
    .event-area {
        display: none
    }
    .event-ticket-left {
        border-color: #999
    }
    .ticket-cost {
        background-color: #f0ad4e!important;
        color: #fff!important
    }
}
.border-tb {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}
.site-footer {
    background-color: #3d4143;
    padding: 50px 0 0;
}
.footer-widgets-area {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.footer-row2 {
    padding: 15px 0;
}
.footer-row3 {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 25px 0;
    font-size: 12px;
}
.site-footer:before,
.site-footer:after,
.footer-row2:before,
.footer-row2:after,
.footer-row3:before,
.footer-row3:after {
    content: "";
    display: table;
}
.site-footer:after,
.footer-row2:after,
.footer-row3:after {
    clear: both;
}
.site-footer-logo {
    opacity: .5;
    float: right;
}
.footer-row2 .social-icons {
    margin-top: -3px
}
.footer-menu {
    list-style-type: none;
    margin: 0;
}
.footer-menu li {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}
.footer-menu li:after {
    content: "/";
    margin-left: 10px;
}
.footer-menu li:last-child:after {
    content: "";
}
.footer-row3 p {
    margin-bottom: 0;
    margin-top: 5px;
}
.site-footer {
    font-size: 14px;
}
.site-footer .footer_widget a,
.site-footer a {
    color: #858e97;
}
.site-footer .footer_widget a:hover,
.site-footer a:hover {
    color: #fff;
}
.cta p {
    line-height: 40px;
    color: #222;
}
.hero-area .page-header {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f2f2f2
}
.page-header {
    background-color: #f5f5f5;
    background-repeat: none;
    background-position: center center;
    background-size: cover;
}
.page-header .container {
    position: relative;
    z-index: 1;
}
.page-header.have-submenu {
    padding-bottom: 60px;
}
.page-header h1 {
    margin-bottom: 0;
    margin-top: -8px;
}
.page-header-light h1 {
    color: #fff;
}
.page-header-text {
    width: 100%;
    display: block;
    position: relative;
    z-index: 12;
}
.page-header-text > div {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.page-header-text > div > div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    padding: 65px 0;
}
.header-style2 .page-header-text > div > div {
    padding-top: 115px;
}
.utility-bar {
    position: relative;
    z-index: 15;
    top: -55px;
    margin-bottom: -55px;
    border-bottom: 1px solid #eee
}
.template-submenu {
    margin: 0;
    list-style-type: none;
    border-left: 1px solid #eee
}
.template-submenu:before,
.template-submenu:after {
    content: "";
    display: table;
}
.template-submenu:after {
    clear: both;
}
.template-submenu li {
    float: left;
}
.template-submenu li a {
    display: block;
    font-weight: 700;
    line-height: 50px;
    padding: 0 20px;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 3px solid transparent;
    background: #fff;
    color: #999;
    text-align: center;
}
.template-submenu li:first-child:nth-last-child(1) {
    width: 100%;
}
.template-submenu li:first-child:nth-last-child(2),
.template-submenu li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}
.template-submenu li:first-child:nth-last-child(3),
.template-submenu li:first-child:nth-last-child(3) ~ li {
    width: 33.3333%;
}
.template-submenu li:first-child:nth-last-child(4),
.template-submenu li:first-child:nth-last-child(4) ~ li {
    width: 25%;
}
.template-submenu li:first-child:nth-last-child(5),
.template-submenu li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}
.template-submenu li:first-child:nth-last-child(6),
.template-submenu li:first-child:nth-last-child(6) ~ li {
    width: 16.6666%;
}
.template-submenu li a:hover {
    color: #555;
}
.template-submenu li.current_page_item a {
    color: #555;
}
.breadcrumb {
    padding: 0;
}
.img-thumbnail {
    border: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.isotope-grid {
    list-style-type: none;
    margin: 0;
}
.isotope-grid .grid-item {
    margin-bottom: 40px;
}
.team-list {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.team-list-item {
    margin-top: 25px;
    margin-bottom: 25px;
    min-height: 105px;
}
.team-list-item img {
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.team-list-item h5 {
    padding-left: 120px;
    margin-bottom: 6px;
    font-weight: 700;
}
.team-list-item .meta-data {
    padding-bottom: 15px;
    margin-bottom: 0;
    display: block;
    font-weight: 400;
    letter-spacing: 0;
    border-bottom: 1px solid #ddd;
}
.card-content {
    padding: 50px;
}
.arrow-upwards {
    background-color: #fff;
    position: relative;
    z-index: 1;
    top: -65px;
    margin: 0 auto;
    margin-bottom: -65px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.timeline {
    list-style-type: none;
    padding: 20px 0 20px;
    position: relative;
    margin: 0;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #f5f5f5;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 29px;
    right: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 10px solid #eee;
    border-right: 0 solid #eee;
    border-bottom: 10px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 30px;
    right: -9px;
    display: inline-block;
    border-top: 9px solid transparent;
    border-left: 9px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 9px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #f5f5f5;
    z-index: 100;
    border-radius: 100%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 9px;
    left: -9px;
    right: auto;
}
.timeline-body > p:last-child,
.timeline-body > ul:last-child {
    margin-bottom: 0;
}
.timeline-image {
    float: left;
}
.timeline-body {
    padding: 20px;
}
.hero-area {} .pages-sub-menu {
    margin: 0;
    list-style-type: none;
    border-top: 1px solid #f5f5f5;
    box-shadow: 0 0 2px rgba(0, 0, 0, .04)
}
.pages-sub-menu li {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.pages-sub-menu .fa-angle-right {
    float: right;
    font-size: 24px;
    color: #ddd;
}
#service-blocks .accordion-body a {
    text-decoration: underline;
    color: #555;
}
#service-blocks .accordion-body a:hover {
    text-decoration: none;
}
.blog-list-item {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eee;
}
.content .blog-list-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-list-item h4 a {
    color: #555;
}
.blog-list-item .meta-data,
.blog-grid-item .meta-data {
    border-bottom: 2px solid transparent;
    display: inline-block;
    margin-bottom: 10px;
}
.blog-list-item .meta-data a,
.blog-grid-item .meta-data a {
    border-bottom: 2px solid transparent;
}
.single-post .blog-grid-item .meta-data {
    margin-bottom: 0;
}
.post-item-meta {
    padding: 10px 0 0;
    font-size: 12px;
    display: block;
}
.blog-grid-item .post-item-meta,
.single-post .post-item-meta {
    padding: 0 0 10px 0;
}
.post-item-meta a,
.post-item-meta a:hover {} .post-item-meta a:hover {
    opacity: .7;
}
.post-item-meta:before,
.post-item-meta:after,
.next-prev-post:before,
.next-prev-post:after {
    content: "";
    display: table;
}
.post-item-meta:after,
.next-prev-post:after {
    clear: both;
}
.pagination {
    margin-top: 0;
}
.next-prev-post {
    border: 1px solid #eee;
    margin-top: 40px;
}
.next-prev-post .pull-left {
    border-right: 1px solid #eee;
}
.next-prev-post .pull-right,
.next-prev-post .pull-left {
    width: 50%;
    padding: 20px;
}
.next-prev-post .pull-right {
    text-align: right;
}
.next-prev-post a {
    display: block;
}
.next-prev-post img {
    float: left;
    margin-right: 20px;
    border-radius: 100%;
    width: 80px;
    height: 80px;
}
.next-prev-post .pull-right img {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.next-prev-post h6 {
    margin-top: 15px;
}
.next-prev-post .meta-data {
    display: block;
    margin-bottom: 10px;
    color: #999;
}
.post-comments {
    margin: 40px 0 0 0;
}
.comments {
    margin: 0;
    list-style-type: none;
    padding-top: 25px;
}
.comments li.comment, .comments li.pingback, .comments li.trackback {
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
}
.comments li.comment .comment-type{
	display: none;
}
.comments li.comment:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.comments > li > .post-comment-block, .comments > li li > .post-comment-block {
    padding-bottom: 22px;
}
.comments li.comment:last-child .post-comment-block{
	padding-bottom: 0;
}
.comments li.comment:last-child .comment-text{
	padding-bottom: 22px;
}
.comments li.comment:first-child .comment-text{
	padding-bottom: 0;
}
.comments li.admin > .post-comment-block {
    background-color: #f9f9f9;
}
.comments li .img-thumbnail {
    float: left;
    margin-right: 20px;
    margin-left: 0;
    width: 80px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
}
.comments li .meta-data {
    margin-bottom: 12px;
	display: inline-block
}
.comments li h6 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
}
.comments li h6 span.comment-author {
    color: #999;
    font-weight: 400;
    font-family: "Lora", serif;
}
.comments li h6 span.comment-type{
	text-transform: capitalize;
}
.post-comment-content {
    padding-left: 100px;
}
.comments li.trackback .post-comment-content, .comments li.pingback .post-comment-content{
	padding-left: 0;
}
.comments li.trackback .comment-text, .comments li.pingback .comment-text{
	display: none
}
.comments li.comment ul.children {
    padding-top: 35px;
    margin: 0;
	margin-top: 20px;
    padding-left: 50px;
    list-style-type: none;
    border-top: 1px solid #eee;
}
.comments li ul > li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.post-comment-form {
    margin: 35px 0 0 0;
    border-bottom: 0;
}
.post-comment-form .form-control {
    margin-bottom: 5px;
    margin-top: 15px;
}
.post-comment-form .btn {
    margin-top: 15px;
}
.comment-respond {
    margin-top: 40px;
}
.inblock {
    display: inline-block;
}
.nav-np {
    display: inline-block;
}
.nav-np li {
    display: inline-block;
}
.nav-np li a {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 3px;
}
.header-counter {
    top: 0;
    right: 0;
    position: absolute;
}
.upcoming-event-counter {
    color: #fff;
    z-index: 0;
    padding: 20px 54px;
    border-radius: 0 0 4px 4px;
    text-transform: uppercase;
    font-weight: 700;
    float: right;
    opacity: .8;
}
.event-counter {
    margin-top: 15px;
}
.event-counter .timer-col {
    display: inline-block;
    font-size: 24px;
    letter-spacing: 1px;
    width: 40px;
    text-align: center;
    margin: 0 10px;
    color: #555;
}
.page-header .event-counter .timer-col {
    margin-left: 20px;
    margin-right: 0;
}
.timer-col #days,
.timer-col #hours,
.timer-col #minutes,
.timer-col #seconds {
    line-height: 40px;
}
.timer-col .timer-type {
    font-size: 12px;
    display: block;
    margin-top: 2px;
    text-transform: uppercase;
    opacity: .7;
    line-height: 20px;
}
.event-grid-item .grid-item-inner {
    position: relative;
}
.event-grid-time {
    position: absolute;
    bottom: 0;
    opacity: .8;
    display: block;
    width: 100%;
    z-index: 1;
    left: 0;
    font-size: 13px;
    padding: 10px 20px;
    color: #fff;
}
.single-event-left {
    padding: 25px;
    color: #fff;
}
.single-event-left p {
    font-size: 14px;
    opacity: .8
}
.event-get-directions-link{
	float: right;
	margin-left: 20px;
	text-decoration: underline
}
.job-block {
    border: 1px solid #eee;
    box-shadow: 0 0 2px rgba(0, 0, 0, .04);
    padding: 30px;
    margin-bottom: 40px;
}
.job-block .meta-data {
    display: inline-block;
}
#contact-map {
    height: 500px;
}
.contact-info-block {
    padding: 0;
    top: -150px;
    margin-bottom: -150px;
}
.contact-info-block .contact-form {
    padding: 30px;
}
.contact-info-block .social-icons {
    margin-top: 65px;
}
.contact-info-block .social-icons li a {
    font-size: 20px;
}
.call-to-action {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
}
.call-to-action-text,
.call-to-action-btn {
    display: inline-block;
    vertical-align: middle;
}
.call-to-action-text {
    font-size: 21px;
    line-height: 32px;
    color: #fff;
}
.call-to-action-btn {
    text-align: right;
    margin-left: 40px;
}
#back-to-top {
    position: fixed;
    right: -40px;
    bottom: 15px;
    background: rgba(0, 0, 0, .8);
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 43px;
    overflow: hidden;
    font-size: 17px;
    display: block;
    z-index: 1111;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}
.pagination .page-numbers{
	list-style-type: none;
	margin: 0;
}
.pagination ul.page-numbers:before, .pagination ul.page-numbers:after{
	content: "";
	display: table
}
.pagination ul.page-numbers:after{
	clear: both
}
.pagination ul.page-numbers li{
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-right: -1px;
	cursor: default
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li .dots{
	border: 1px solid #eee;
	display: block;
}
.pagination ul.page-numbers li a{
	cursor: pointer;
}
.pagination ul.page-numbers li a:hover{
	background: #eee
}
.pagination ul.page-numbers li .current{
	background: #666;
	display: block;
	color: #fff;
	border: 1px solid #666;
}

/* ==================================================
   8. Widgets Styling
================================================== */

.widgettitle,
.widget-title {
    position: relative;
    margin-bottom: 30px;
    border-left: 3px solid transparent;
    background: #f5f5f5;
    padding: 10px 10px 10px 20px;
    font-size: 18px;
}
.widget select {
    max-width: 100%;
}
#sidebar-col .widget,
.footer_widget {
    margin-bottom: 40px;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.sidebar.positioned {
    position: relative;
    z-index: 1;
    top: -95px;
    margin-bottom: -95px;
}
.widget .search-form .btn{
	height: 44px;
	margin-top: 1px;
}
.fancy_block {
    border: 1px solid #eee;
    box-shadow: 0 0 2px rgba(0, 0, 0, .04);
    padding: 22px;
}
.fancy_block p:last-child {
    margin-bottom: 0;
}
.fancy_block2 {
    padding: 40px;
}
.sidebar-block .widget:last-child {
    margin-bottom: 0;
}
.widget li.list-group-item {
    margin-bottom: 0;
    border-bottom: 0;
}
.widget_categories ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.PI_SimpleTwitterTweets ul,
.widget_solicitor_recent_post ul,
.widget_product_categories ul,
.widget_pages ul,
.widget_rss ul,
.widget_custom_category ul {
    list-style-type: none;
    margin: 0;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_recent_causes li,
.widget_nav_menu ul li,
.PI_SimpleTwitterTweets ul li,
.widget_solicitor_recent_post ul li,
.widget_product_categories ul li,
.widget_pages ul li,
.widget_rss ul li,
.widget_custom_category ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.widget_categories ul li i,
.widget_archive ul li i,
.widget_recent_entries ul li i,
.widget_recent_comments ul li i,
.widget_links ul li i,
.widget_meta ul li i,
.widget_nav_menu ul li i,
.PI_SimpleTwitterTweets ul li i,
.widget_solicitor_recent_post ul li i,
.widget_product_categories ul li i,
.widget_pages ul li i,
.widget_custom_category ul li i {
    font-size: 11px;
    color: #999
}
.footer_widget.widget_categories ul li,
.footer_widget.widget_archive ul li,
.footer_widget.widget_recent_entries ul li,
.footer_widget.widget_recent_comments ul li,
.footer_widget.widget_links ul li,
.footer_widget.widget_meta ul li,
.footer_widget .twitter-widget ul li,
.footer_widget.widget_nav_menu ul li,
.footer_widget.PI_SimpleTwitterTweets ul li,
.footer_widget.widget_solicitor_recent_post ul li,
.footer_widget.widget_product_categories ul li,
.footer_widget.widget_pages ul li,
.footer_widget.widget_rss ul li,
.footer_widget.widget_custom_category ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.widget_categories ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_links ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.PI_SimpleTwitterTweets ul li a,
.widget_solicitor_recent_post ul li a,
.widget_product_categories ul li a,
.widget_pages ul li a,
.widget_custom_category ul li a {
    display: inline-block;
    position: relative;
    color: #555;
}
.widget_nav_menu ul li:before,
.widget_nav_menu ul li:after,
.PI_SimpleTwitterTweets ul li:before,
.PI_SimpleTwitterTweets ul li:after,
.widget_solicitor_recent_post ul li:before,
.widget_solicitor_recent_post ul li:after,
.widget_product_categories ul li:before,
.widget_product_categories ul li:after,
.widget_pages ul li:before,
.widget_pages ul li:after,
.widget_rss ul li:before,
.widget_rss ul li:after,
.widget_custom_category ul li:before,
.widget_custom_category ul li:after {
    display: table;
    content: " ";
}
.widget_recent_posts li:after,
.widget_nav_menu ul li:after,
.PI_SimpleTwitterTweets ul li:after,
.widget_solicitor_recent_post ul li:after,
.widget_product_categories ul li:after,
.widget_pages ul li:after,
.widget_rss ul li:after,
.widget_custom_category ul li:after {
    clear: both;
}
.widget_product_categories ul ul.children,
.widget_categories ul ul.children,
.widget_pages ul ul.children,
.footer_widget.widget_nav_menu ul ul.sub-menu {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-left: 20px;
}
.footer_widget.widget_product_categories ul ul.children,
.footer_widget.widget_categories ul ul.children,
.footer_widget.widget_pages ul ul.children,
.footer_widget.widget_nav_menu ul ul.sub-menu {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.widget_product_categories ul ul.children li:last-child,
.widget_categories ul ul.children li:last-child,
.widget_pages ul ul.children li:last-child,
.PI_SimpleTwitterTweets ul li:last-child,
.widget_solicitor_recent_post ul li:last-child,
.widget_custom_category ul li:last-child,
.footer_widget.widget_nav_menu ul ul.sub-menu li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.content .widget_nav_menu ul {
    border: 1px solid #eee;
}
.content .widget_nav_menu ul .sub-menu {
    border: 0;
}
.content .widget_nav_menu ul li {
    padding: 0;
    border: 0;
    margin: 0;
}
.content .widget_nav_menu ul li a {
    display: block;
    padding: 17px 10px 17px 20px;
    border-bottom: 1px solid #eee;
    border-top: 4px solid transparent;
}
.content .widget_nav_menu ul li a:before {
    display: none;
}
.content .widget_nav_menu ul li a:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: #ddd;
    content: "\f105";
    float: right;
    margin-right: 5px;
}
.content .widget_nav_menu ul li a:hover,
.content .widget_nav_menu ul li.current-menu-item a {
    border-top-color: #eee;
    background: #f5f5f5
}
.widget_product_search label.screen-reader-text,
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
    display: none;
}
.widget_links ul li.active a {
    font-weight: 700;
}
.footer_widget.widget_links ul {
    float: left;
    margin-right: 30px;
}
.footer_widget ul li:last-child {
    border-bottom: 0;
}
.footer_widget.widget_solicitor_recent_post li .meta-data {
    opacity: .4;
}
.widget_links ul li.active a {
    font-weight: 700;
}
.widget .meta-data {
    margin-top: 5px;
    line-height: 20px;
}
.widget_recent_entries ul li .post-date {
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    opacity: .8;
    letter-spacing: 1px;
}
.tagcloud a {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 10px;
    padding: 4px 11px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    background: #fff;
    text-decoration: none;
    font-size: 13px!important;
    color: #555;
}
.widget .tagcloud a:hover,
.tagcloud a:hover {
    text-decoration: none;
    color: #fff;
}
.widget_solicitor_recent_post ul li {
    padding: 0;
    margin-bottom: 12px;
    padding-bottom: 18px;
}
.widget_solicitor_recent_post ul li .media-box {
    float: left;
    margin-top: 5px;
}
.widget_solicitor_recent_post ul li .media-box img {
    width: 70px;
    padding: 4px;
    background: #fff;
    border: 1px solid #eee
}
.widget_solicitor_recent_post ul li h6 {
    padding-left: 90px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}
.widget_solicitor_recent_post ul li h6.padding-0,
.widget_solicitor_recent_post ul li .meta-data.grid-item-meta.padding-0 {
    padding-left: 0;
}
.widget_solicitor_recent_post .meta-data {
    font-size: 11px;
    line-height: 12px;
}
.widget_solicitor_recent_post ul li .meta-data.grid-item-meta {
    padding-left: 90px;
    margin-bottom: 0;
}
.footer_widget h4.widgettitle {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    border-bottom: 0;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-size: 15px;
    border-left: 0;
    background: none;
    padding: 0;
}
.widget_solicitor_recent_post ul li .meta-data {
    font-size: 11px;
}
.widget_custom_menu ul {
    list-style-type: none;
    margin: 0;
}
.sidebar-widget .events-list li,
.footer_widget .events-list li {
    padding: 15px 0;
	margin-bottom: 0
}
.video-popup {
    position: relative;
    display: inline-block;
}
.video-popup .magnific-video {
    position: absolute;
    content: "";
    color: #fff;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}
.video-popup .magnific-video i {
    width: 66px;
    height: 66px;
    font-size: 46px;
    line-height: 46px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    left: 50%;
    margin-left: -33px;
}
/* ==================================================
   9. Shortcodes Styling
================================================== */

.fact-ico {
    float: left;
    margin: 0 20px 0 0;
}
.fact {
    margin-top: 10px;
    display: block;
    color: #666;
    font-size: 18px;
}
.fact.padding-l0 {
    padding-left: 0;
}
.counters .timer {
    display: -block;
    color: #333;
    font-weight: 700;
    font-size: 38px;
    margin-top: 5px;
}
.counters .timer.timer-huge {
    font-size: 80px;
    line-height: 80px
}
.parallax-light .fact-ico,
.parallax-light .timer,
.parallax-light h1,
.parallax-light h2,
.parallax-light h3,
.parallax-light h4,
.parallax-light h5,
.parallax-light h6,
.parallax-light .subhead {
    color: #fff;
    position: relative;
    z-index: 2;
}
.parallax-light .fact,
.parallax-light p {
    color: rgba(255, 255, 255, .7);
    margin-bottom: 0;
}
.parallax-light .icon-box.ibox-light.ibox-plain .ibox-icon i,
.parallax-light .icon-box.ibox-light.ibox-plain .ibox-icon span {
    color: #fff;
}
.parallax-text-block {
    padding: 40px;
    background: #fff;
    width: 360px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.icon-box {
    margin-bottom: 30px;
}
.icon-box.ibox-plain.ibox-small {
    padding-left: 26px
}
.icon-box .ibox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0
}
.icon-box .ibox-icon a,
.icon-box .ibox-icon i,
.icon-box .ibox-icon img,
.icon-box .ibox-icon span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff
}
.icon-box .ibox-icon i,
.icon-box .ibox-icon img,
.icon-box .ibox-icon span {
    border-radius: 50%;
}
.icon-box .ibox-icon i,
.icon-box .ibox-icon span {
    font-style: normal;
    font-size: 28px;
    text-align: center;
    line-height: 64px
}
.icon-box .before-heading {
    font-size: 14px
}
.icon-box.ibox-large {
    padding: 0 0 0 115px
}
.icon-box.ibox-large .ibox-icon {
    width: 96px;
    height: 96px;
}
.icon-box.ibox-outline .ibox-icon {
    border: 1px solid;
    border-radius: 50%;
    padding: 3px;
}
.icon-box.ibox-outline .ibox-icon i,
.icon-box.ibox-outline .ibox-icon span {
    line-height: 56px;
}
.icon-box.ibox-outline.ibox-large .ibox-icon {
    padding: 4px;
}
.icon-box.ibox-rounded .ibox-icon,
.icon-box.ibox-rounded .ibox-icon i,
.icon-box.ibox-rounded .ibox-icon img,
.icon-box.ibox-rounded .ibox-icon span {
    border-radius: 3px!important;
}
.icon-box.ibox-rounded.ibox-large .ibox-icon,
.icon-box.ibox-rounded.ibox-large .ibox-icon i,
.icon-box.ibox-rounded.ibox-large .ibox-icon img,
.icon-box.ibox-rounded.ibox-large .ibox-icon span {
    border-radius: 4px!important;
}
.icon-box.ibox-light .ibox-icon i,
.icon-box.ibox-light .ibox-icon img,
.icon-box.ibox-light .ibox-icon span {
    border: 1px solid #eee;
    background-color: #f9f9f9;
    color: #444;
}
.icon-box.ibox-light .ibox-icon i,
.icon-box.ibox-light .ibox-icon span {
    line-height: 62px;
}
.icon-box.ibox-light.ibox-large .ibox-icon i {
    line-height: 96px;
}
.icon-box.ibox-light.ibox-outline.ibox-large .ibox-icon i,
.icon-box.ibox-light.ibox-outline.ibox-large .ibox-icon span {
    line-height: 84px;
}
.icon-box.ibox-dark.ibox-outline .ibox-icon {
    border-color: #444;
}
.icon-box.ibox-dark .ibox-icon i,
.icon-box.ibox-dark .ibox-icon img,
.icon-box.ibox-dark .ibox-icon span {
    background-color: #3d4143;
}
.icon-box.ibox-border .ibox-icon {
    border: 1px solid;
    border-radius: 50%;
    padding: 0;
}
.icon-box.ibox-border .ibox-icon i,
.icon-box.ibox-border .ibox-icon img,
.icon-box.ibox-border .ibox-icon span {
    border: none;
    background-color: transparent!important;
}
.icon-box.ibox-border.ibox-dark .ibox-icon {
    border-color: #3d4143;
}
.icon-box.ibox-plain .ibox-icon {
    border: none!important;
    height: auto!important;
}
.icon-box.ibox-plain .ibox-icon i,
.icon-box.ibox-plain .ibox-icon img,
.icon-box.ibox-plain .ibox-icon span {
    border: none!important;
    background-color: transparent!important;
    border-radius: 0;
}
.icon-box.ibox-plain .ibox-icon i,
.icon-box.ibox-plain .ibox-icon span {
    font-size: 48px;
    line-height: 1!important;
}
.icon-box.ibox-plain.ibox-image .ibox-icon {
    width: auto;
}
.icon-box.ibox-plain.ibox-image .ibox-icon img {
    width: auto;
    display: inline-block;
}
.icon-box.ibox-plain.ibox-small {
    padding-left: 42px;
}
.icon-box.ibox-plain.ibox-small .ibox-icon {
    width: 28px;
}
.icon-box.ibox-plain.ibox-small h3 {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}
.icon-box.ibox-plain.ibox-small p {
    margin-left: -42px;
}
.icon-box.ibox-plain.ibox-small .ibox-icon i,
.icon-box.ibox-plain.ibox-small .ibox-icon span {
    font-size: 28px;
}
.icon-box.ibox-plain.ibox-small .ibox-icon img {
    height: 28px;
}
.icon-box.ibox-plain.ibox-large .ibox-icon i,
.icon-box.ibox-plain.ibox-large .ibox-icon span {
    font-size: 72px;
}
.icon-box.ibox-center {
    text-align: center;
    padding: 0;
}
.icon-box.ibox-center .ibox-icon {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 30px;
}
.icon-box.ibox-center.ibox-outline .ibox-icon i,
.icon-box.ibox-center.ibox-outline .ibox-icon span {
    line-height: 88px;
}
.icon-box.ibox-center p {
    margin-top: 15px;
}
.icon-box.ibox-center.ibox-large .ibox-icon {
    width: 128px;
    height: 128px;
}
.icon-box.ibox-center.ibox-large .ibox-icon i,
.icon-box.ibox-center.ibox-large .ibox-icon span {
    font-size: 70px;
    line-height: 128px;
}
.icon-box.ibox-center.ibox-large.ibox-outline .ibox-icon i,
.icon-box.ibox-center.ibox-large.ibox-outline .ibox-icon span {
    line-height: 118px;
}
.icon-box.ibox-center.ibox-light .ibox-icon i,
.icon-box.ibox-center.ibox-light .ibox-icon span {
    line-height: 94px;
}
.icon-box.ibox-center.ibox-light.ibox-outline.ibox-large .ibox-icon i,
.icon-box.ibox-center.ibox-light.ibox-outline.ibox-large .ibox-icon span {
    line-height: 114px;
}
.icon-box.ibox-center.ibox-large.ibox-border .ibox-icon i,
.icon-box.ibox-center.ibox-large.ibox-border .ibox-icon span {
    line-height: 126px!important;
}
.icon-box.ibox-center.ibox-plain .ibox-icon i,
.icon-box.ibox-center.ibox-plain .ibox-icon span {
    font-size: 84px;
}
.icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon i,
.icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon span {
    font-size: 112px;
}
.icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon img {
    height: 128px;
}
.icon-box.ibox-center.ibox-small .ibox-icon {
    width: 64px;
    height: 64px;
}
.icon-box.ibox-center.ibox-small .ibox-icon i,
.icon-box.ibox-center.ibox-small .ibox-icon span {
    font-size: 28px;
    line-height: 64px;
}
.icon-box.ibox-center.ibox-small.ibox-outline .ibox-icon i,
.icon-box.ibox-center.ibox-small.ibox-outline .ibox-icon span {
    line-height: 58px;
}
.icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon i,
.icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon span {
    font-size: 56px;
}
.icon-box.ibox-center.ibox-small p {
    font-size: 14px;
    margin-top: 10px;
}
.icon-box.ibox-center.ibox-plain.ibox-small p {
    margin-left: 0;
}
.icon-box.ibox-right {
    text-align: right;
    padding: 0 80px 0 0;
}
.icon-box.ibox-right.ibox-large {
    padding-right: 115px;
}
.icon-box.ibox-right .ibox-icon {
    left: auto;
    right: 0;
}
.icon-box.ibox-right.ibox-plain.ibox-small {
    padding: 0 42px 0 0;
}
.icon-box.ibox-right.ibox-plain.ibox-small p {
    margin: 0 -42px 0 0;
}
.icon-box h3+.ibox-icon {
    margin-top: 20px!important;
}
.icon-box h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #444;
    text-transform: none;
}
.icon-box.ibox-center:not(.ibox-bg) h3:after {
    content: '';
    display: block;
    width: 30px;
    border-top: 2px solid #ddd;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    margin: 20px auto;
}
.icon-box.ibox-center:not(.ibox-bg):hover h3:after {
    width: 50px;
}
.icon-box.ibox-center.noborder:not(.ibox-bg) h3:after,
.icon-box.ibox-center.nobottomborder:not(.ibox-bg) h3:after {
    display: none;
}
.icon-box.ibox-center.ibox-italic p {
    font-style: italic;
}
.icon-box.ibox-bg.ibox-center {
    margin-top: 68px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 68px 30px 30px;
}
.icon-box.ibox-bg.ibox-center:first-child {
    margin-top: 48px;
}
.icon-box.ibox-bg.ibox-center.ibox-large {
    margin-top: 84px;
    padding-top: 84px;
}
.icon-box.ibox-bg.ibox-center.ibox-large:first-child {
    margin-top: 64px;
}
.icon-box.ibox-bg.ibox-center .ibox-icon {
    position: absolute;
    top: -48px;
    left: 50%;
    margin: 0 0 0 -48px;
}
.icon-box.ibox-bg.ibox-center.ibox-large .ibox-icon {
    top: -64px;
    left: 50%;
    margin-left: -64px;
}
.icon-box.ibox-bg.ibox-center.ibox-border .ibox-icon,
.icon-box.ibox-bg.ibox-center.ibox-outline .ibox-icon,
.icon-box.ibox-bg.ibox-center.ibox-plain .ibox-icon {
    background-color: #FFF;
}
.icon-box .ibox-icon i,
.icon-box .ibox-icon span {
    z-index: 1;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}
.icon-box .ibox-icon i:after,
.icon-box .ibox-icon span:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -3px;
    left: -3px;
    box-shadow: 0 0 0 2px #3d4143;
    -webkit-transition: 0 .3s, opacity .3s;
    -webkit-transform: scale(.8);
    -moz-transition: 0 .3s, opacity .3s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform .3s, opacity .3s;
    transform: scale(.8);
    opacity: 0;
    padding: 3px;
}
.icon-box .ibox-icon i:hover,
.icon-box:hover .ibox-icon i,
.icon-box .ibox-icon span:hover,
.icon-box:hover .ibox-icon span {
    background-color: #3d4143;
    color: #fff;
}
.icon-box.ibox-outline:hover .ibox-icon {
    border-color: #3d4143;
}
.icon-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.icon-box:first-child {
    margin-top: 0;
}
.icon-box .ibox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.icon-box .ibox-icon a,
.icon-box .ibox-icon i,
.icon-box .ibox-icon img,
.icon-box .ibox-icon span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
}
.icon-box .ibox-icon i,
.icon-box .ibox-icon img,
.icon-box .ibox-icon span {
    border-radius: 50%;
}
.icon-box .ibox-icon i,
.icon-box .ibox-icon span {
    font-style: normal;
    font-size: 28px;
    text-align: center;
    line-height: 64px;
}
.icon-box h3 {
    font-size: 19px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
    font-weight: 400;
}
.icon-box p {
    margin: 8px 0 0;
}
.icon-box .before-heading {
    font-size: 14px;
}
.icon-box.ibox-large {
    padding: 0 0 0 115px;
}
.icon-box.ibox-large .ibox-icon i,
.icon-box.ibox-center .ibox-icon i,
.icon-box.ibox-large .ibox-icon span,
.icon-box.ibox-center .ibox-icon span {
    font-size: 42px;
    line-height: 96px;
}
.icon-box.ibox-outline.ibox-large .ibox-icon i,
.icon-box.ibox-center.ibox-light.ibox-outline .ibox-icon i,
.icon-box.ibox-outline.ibox-large .ibox-icon span,
.icon-box.ibox-center.ibox-light.ibox-outline .ibox-icon span {
    line-height: 86px;
}
.icon-box.ibox-light.ibox-outline .ibox-icon,
.icon-box.ibox-border.ibox-light .ibox-icon {
    border-color: #eee;
}
.icon-box.ibox-light.ibox-outline .ibox-icon i,
.icon-box.ibox-center.ibox-light.ibox-outline.ibox-small .ibox-icon i,
.icon-box.ibox-light.ibox-outline .ibox-icon span,
.icon-box.ibox-center.ibox-light.ibox-outline.ibox-small .ibox-icon span {
    line-height: 54px;
}
.icon-box.ibox-border .ibox-icon i,
.icon-box.ibox-center.ibox-small.ibox-border .ibox-icon i,
.icon-box.ibox-border .ibox-icon span,
.icon-box.ibox-center.ibox-small.ibox-border .ibox-icon span {
    line-height: 62px!important;
}
.icon-box.ibox-border.ibox-large .ibox-icon i,
.icon-box.ibox-center.ibox-border .ibox-icon i,
.icon-box.ibox-border.ibox-large .ibox-icon span,
.icon-box.ibox-center.ibox-border .ibox-icon span {
    line-height: 94px!important;
}
.icon-box.ibox-border.ibox-light .ibox-icon i,
.icon-box.ibox-border.ibox-light .ibox-icon img,
.icon-box.ibox-plain.ibox-light .ibox-icon i,
.icon-box.ibox-plain.ibox-light .ibox-icon img,
.icon-box.ibox-border.ibox-light .ibox-icon span,
.icon-box.ibox-plain.ibox-light .ibox-icon span {
    color: #888;
}
.icon-box.ibox-border.ibox-dark .ibox-icon i,
.icon-box.ibox-border.ibox-dark .ibox-icon img,
.icon-box.ibox-plain.ibox-dark .ibox-icon i,
.icon-box.ibox-plain.ibox-dark .ibox-icon img,
.icon-box.ibox-border.ibox-dark .ibox-icon span,
.icon-box.ibox-plain.ibox-dark .ibox-icon span {
    color: #444;
}
.icon-box.ibox-plain .ibox-icon img,
.icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon img {
    height: 64px;
}
.icon-box.ibox-plain.ibox-large .ibox-icon img,
.icon-box.ibox-center.ibox-plain .ibox-icon img {
    height: 96px;
}
.ibox-rounded .ibox-icon i:after,
.ibox-border.ibox-rounded .ibox-icon i:after,
.ibox-rounded .ibox-icon span:after,
.ibox-border.ibox-rounded .ibox-icon span:after {
    border-radius: 3px;
}
.icon-box.ibox-white .ibox-icon {
    border-color: #fff!important;
}
.icon-box.ibox-white .ibox-icon i,
.icon-box.ibox-white .ibox-icon span {
    color: #fff!important;
}
.icon-box.ibox-white h3 {
    color: #fff;
}
.icon-box.ibox-white p {
    color: #fff;
    opacity: .7;
}
.parallax {
    background-attachment: fixed!important;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.touch .parallax,
.page-header.parallax {
    background-attachment: scroll!important;
}
.pricing-table {
    margin-top: 50px;
    margin-bottom: 50px;
}
.pricing-table:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
}
.pricing-table > div:first-child .pricing-column-content,
.pricing-table > div:first-child h3 {
    border-left: 1px solid #eee!important;
}
.pricing-column {
    float: left;
    overflow: hidden;
    padding: 0px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: box-shadow 0.2s linear;
    -moz-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}
.pricing-column .features {
    padding: 0;
    margin-bottom: 0;
    background: none;
}
.pricing-column .features a {
    color: #5e5e5e;
}
.pricing-column .pricing-column-content {
    padding: 0px 0px 20px 0px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.pricing-column.highlight {
    z-index: 1;
    margin: -20px 0 0 -1px;
    background-color: #ffffff;
}
.pricing-column.highlight .pricing-column-content,
.pricing-column.highlight h3 {
    border: none;
}
.pricing-column.highlight h3 .highlight-reason {
    display: block;
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
}
.pricing-column.highlight .pricing-column-content {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}
.pricing-table .popover {
    text-align: center;
}
.pricing-column ul li {
    padding: 10px 25px;
    border-bottom: 1px solid #eee;
    color: #666666!important;
    list-style: none;
    line-height: 18px;
}
.pricing-column ul li a {
    margin-left: 10px;
}
.pricing-column ul li:first-child {
    border-top: 1px solid #eee;
}
.pricing-column ul li:nth-child(2n+1) {
    background-color: #F9F8F5;
}
.pricing-column.highlight h3 {
    margin-bottom: 0px!important;
    padding: 15px 0px;
    color: #ffffff!important;
}
.toggle .pricing-column h3 {
    font-size: 26px!important;
}
.pricing-column h3 {
    margin-bottom: 0px;
    padding: 18px 0px 18px 0px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #ffffff;
    font-size: 26px;
    line-height: 28px;
}
.pricing-column h4 {
    margin-bottom: 0px;
    margin-left: -22px;
    padding: 20px 30px 6px 30px;
    color: #333333;
    font-size: 54px!important;
    line-height: 42px!important;
}
.pricing-column h4 .dollar-sign {
    position: relative;
    top: -14px;
    right: -6px;
    font-size: 22px;
    line-height: 22px;
}
.pricing-column .interval {
    display: block;
    padding-bottom: 17px;
    min-height: 38px;
    color: #999999;
}
.pricing-column ul {
    margin-left: 0px;
}
.pricing-column .btn {
    margin-top: 25px;
}
.pricing-column.highlight .btn {
    margin-bottom: 20px;
}
.pricing-table.six-cols > div {
    width: 16.5%;
}
.pricing-table.five-cols > div {
    width: 20%;
}
.pricing-table.four-cols > div {
    width: 25%;
}
.pricing-table.three-cols > div {
    width: 33.2%;
}
.pricing-table.two-cols > div {
    width: 50%;
}
/* ==================================================
   9. PLUGINS COMPATIBILITY
================================================== */
.parallax-overlay .panel-grid-cell{
	position:relative;
	z-index:1
}
.widget_sow-headline {
    margin-bottom: 20px!important
}
.sow-video-wrapper iframe {
    width: 100%;
    height: auto;
}
.woocommerce-pagination {
    display: none;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce input.button {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.07em;
    padding: 9px 10px;
    border-radius: 3px;
    color: #333;
    text-shadow: none;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 15px;
    display: inline-block;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.woocommerce input.button:hover {
    background: #ebebeb;
    border-color: #adadad;
    color: #333;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 110px;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
    background: #F8F8F8!important;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
    height: auto;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table,
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
    border-color: #eee!important;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
textarea,
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s
}
.wpcf7-form input,
.wpcf7-form textarea {
    margin-top: 5px;
    width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.form-control:focus {
    border: solid 1px #ccc;
    outline: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}
.post-password-form label input {
    display: inline-block;
}
.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
    height: 75px;
}
.post-type-archive-product h1.page-title {
    display: none;
}
.woocommerce .products ul,
.woocommerce ul.products {
    margin-top: 40px;
    float: left;
    width: 100%;
}
.woocommerce .products ul:before,
.woocommerce ul.products:before,
.woocommerce .products ul:after,
.woocommerce ul.products:after {
    content: "";
    display: table;
}
.woocommerce .products ul:after,
.woocommerce ul.products:after {
    clear: both;
}
.woocommerce #payment,
.woocommerce-page #payment {
    background: #F8F8F8!important;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
    border-color: transparent transparent #fff;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
    background: #fff!important;
}
#ship-to-different-address .input-checkbox {
    float: left;
    margin-top: 14px;
}
#ship-to-different-address label {
    display: inline-block;
    font-weight: 400;
    padding-left: 12px;
    margin-top: 0;
}
.shipping_calculator,
h3#order_review_heading {
    margin-top: 30px;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
    padding: 0 4px!important;
    text-shadow: none!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    line-height: 1.3;
	border-radius: 3px
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
    border: 0!important;
    text-shadow: none!important;
    color: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100%;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
    text-transform: uppercase;
    font-size: 13.5px;
}
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page #content input.button:active {
    top: 0
}
.woocommerce form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.register {
    border-color: #eee!important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    width: 1.1em;
    height: 1.1em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    background: #eee!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
    border: 0;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
    padding: 5px 0;
}
.variations .label {
    color: #666;
}
.variations label {
    font-size: 13px;
    padding-top: 6px;
    text-transform: uppercase;
}
.woocommerce-tabs .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    border-color: #eee!important;
    background: #F8F8F8!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    border-color: #eee!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff!important;
}
.post-type-archive-product .star-rating,
.tax-product_cat .star-rating {
    display: none!important;
}
.single_variation {
    margin-bottom: 20px;
}
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
    width: 22.5%!important
}
.woocommerce p.myaccount_user,
.woocommerce .addresses .address {
    border: 1px solid #ECEAE4!important;
    background: #F8F8F8!important;
    padding: 20px;
}
.woocommerce-product-search input[type="search"] {
    display: inline-block;
    width: auto;
}
.woocommerce-product-search input[type="submit"] {
    background: none;
    line-height: 38px;
    border: 0;
    border: 2px solid #eee;
}
.woocommerce-product-search input[type="submit"]:hover {
    border-color: #404040;
    background-color: #404040;
    color: #fff;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #fff;
}
.woocommerce #reviews #comments h2,
#tab-description.wc-tab h2,
.related.products > h2,
.cart_totals h2,
.cross-sells h2 {
    font-size: 24px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center
}
.woocommerce div.product form.cart .button {
    height: 34px;
}
.woocommerce .products .star-rating {
    display: inline-block;
}
.woocommerce p.myaccount_user, .woocommerce .addresses .address{
	border:1px solid #eee!important;
	background:#fafafa!important;
	padding:15px 20px
}
.woocommerce-MyAccount-navigation ul{
	list-style-type: none;
	margin: 0;
	border: 1px solid #eee;
}
.woocommerce-MyAccount-navigation ul li a{
	padding: 20px;
	border-bottom: 1px solid #eee;
	display: block
}
.woocommerce-MyAccount-navigation ul li:last-child a{
	border-bottom: 0
}
.wpcf7-form br {
    display: none;
}
.wpcf7-form .wpcf7-textarea {
    min-height: 80px;
    resize: vertical
}
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-file,
.wpcf7-form .wpcf7-radio {
    margin-top: 10px;
    display: inline-block;
}
.wpcf7-form .wpcf7-submit {
    color: #fff;
    border-width: 0px;
    -webkit-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.52857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    width: auto;
}
.wpcf7-form .wpcf7-submit.btn-lg {
    padding: 14px 16px;
}
/* ==================================================
   10. Responsive Media Queries
================================================== */

@media (min-width: 1200px) {} @media (min-width: 992px) and (max-width: 1199px) {
    .dd-menu > li,
    #info-toggle {
        margin-left: 22px;
    }
    .footer_widget.widget_links ul {
        float: none;
        margin-right: 0;
    }
    .header-style3 #info-content > li {
        margin-left: 20px;
    }
    .hide-br {
        display: none;
    }
    .fancy_block2 .btn {
        letter-spacing: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 992px) {
    .site-header .container,
    .topbar .container {
        width: 100%;
        position: relative;
    }
    #info-toggle {
        margin-left: 20px;
    }
    .header-style3 .sticky-wrapper {
        height: auto!important;
    }
    .header-style3 #info-content > li i {
        width: 30px;
        margin-right: 0;
    }
    .header-style3 #info-content > li {
        white-space: normal
    }
    .main-navigation {
        display: none;
        position: absolute;
        width: 100%;
        float: none;
        background: #555;
        top: 59px;
        left: 0;
        margin-top: 0;
    }
    .main-navigation .container {
        width: 100%;
    }
    .dd-menu > li {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
    #menu-toggle {
        display: inline-block;
        float: right;
    }
    .dd-menu > li > a {
        color: #fff;
        line-height: 20px;
        padding: 15px 20px;
    }
    .dd-menu > li > a:hover {
        color: #fff!important;
        opacity: .8;
    }
    .dd-menu > li.megamenu {
        position: static!important;
    }
    .dd-menu > li ul,
    .dd-menu > li > ul li ul {
        position: static;
    }
    .dd-menu .megamenu-container .megamenu-sub-title {
        margin-top: 30px;
    }
    .heroflex,
    .heroflex.flexslider ul.slides li {
        height: 250px;
    }
    .hero-slider,
    .hero-slider.flexslider ul.slides li,
    .flex-caption-cell {
        height: 400px;
    }
    .header-style2 .hero-slider,
    .header-style2 .hero-slider.flexslider ul.slides li,
    .header-style2 .flex-caption-cell {
        height: 500px;
    }
    .flex-caption-text h2 {
        font-size: 21px;
    }
    .header-style3 #info-content li {
        width: 100%;
        display: block;
        float: none;
    }
    .header-style3 #info-content {
        display: none;
        width: 250px;
        position: absolute;
        top: 62px;
        right: 15px;
        z-index: 9;
        margin: 0;
        list-style-type: none;
    }
    .header-style3 #info-content:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 30px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0d8";
        position: absolute;
        top: -20px;
        z-index: 9;
        right: 12px;
    }
    .header-style3 #info-content > li {
        padding: 15px 25px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        color: #fff;
        font-size: 14px;
        margin-left: 0;
    }
    .header-style3 #info-content > li i {
        color: #fff!important;
        text-align: left;
    }
    .main-navigation .social-icons {
        display: none;
    }
    .header-style3 .main-navigation {
        top: 0!important;
        background: #555;
    }
    .header-style3 .main-navigation {
        padding: 0;
    }
	.dd-menu li > a > .fa-caret-down, .dd-menu > li > .sub-menu li a .fa-caret-right{
		display: none
	}
    .template-submenu li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hide-br {
        display: none;
    }
    .team-list-item {
        margin-bottom: 45px;
    }
    h1.huge {
        font-size: 35px;
    }
    .fancy_block2 {
        margin-bottom: 30px;
    }
    .call-to-action-btn {
        margin-top: 30px;
        margin-left: 0;
    }
    .pricing-column .features {
        margin-bottom: 0;
    }
    .pricing-column.highlight {
        margin: 0;
    }
    .pricing-table > div:third-child .pricing-column-content,
    .pricing-table > div:nth-child(2n+1) h3 {
        border-left: 1px solid #eeeeee!important;
    }
    .pricing-column ul li:first-child {
        border-top: 1px solid #eeeeee;
    }
    .pricing-column ul li:nth-child(2n+1) {
        background-color: #f8f8f8;
    }
    .toggle .pricing-column h3 {
        font-size: 26px!important;
    }
    .sidebar.left-sidebar.positioned {
        margin-bottom: 40px;
        top: 0;
    }
    .right-sidebar {
        margin-top: 40px;
    }
    .selectpicker.btn-default {
        height: 38px;
    }
    .pricing-column.highlight .btn {
        margin-bottom: 0;
    }
    .pricing-table.six-cols > div {
        width: 50%;
    }
    .pricing-table.five-cols > div {
        width: 50%;
    }
    .pricing-table.four-cols > div {
        width: 50%;
    }
    .pricing-table.three-cols > div {
        width: 50%;
    }
    .pricing-table.two-cols > div {
        width: 50%;
    }
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
	.single-service #content-col, .single-service #sidebar-col{
		float:none!important
	}
	#content-col, #sidebar-col{
		float:none!important
	}
}
@media only screen and (max-width: 767px) {
    .topbar {
        text-align: center;
    }
    .topbar p {
        margin-bottom: 5px;
    }
    .topbar .social-icons li a {
        margin-left: 0;
        margin-right: 15px;
    }
    .topbar .social-icons.pull-right li {
        margin-left: 0;
    }
    .topbar .social-icons {
        float: none !important;
        margin-top: 0;
        position: relative;
        top: -8px;
        display: inline-block;
        margin-left: 0px;
        margin-right: 30px;
    }
    .header-style2 .topbar .social-icons {
        top: -15px;
        margin-right: 10px;
    }
    .topbar .search-form {
        display: inline-block;
        float: none;
        border-left: 1px solid rgba(255, 255, 255, .2);
        border-right: 0;
        padding-left: 30px;
    }
    .topbar .search-form input {
        width: 100px;
    }
    .topbar .search-form:before {
        left: 30px;
    }
    .header-style2 .topbar .search-form:before {
        left: 22px;
    }
    .flex-caption {
        display: none;
    }
    .footer_widget.widget_links ul {
        float: none;
        width: 100%
    }
    .footer_widget {
        margin-bottom: 30px;
    }
    .footer-row2 .social-icons {
        float: none!important;
        margin-bottom: 25px;
        margin-top: 0;
    }
    .footer-row2 .social-icons.pull-right li {
        margin-left: 0;
        margin-right: 10px;
    }
    .site-footer-logo {
        float: none!important;
        margin-bottom: 15px;
    }
    .header-style2 .topbar .search-form {
        padding-left: 20px;
    }
    .featured-block-content {
        width: 100%;
        float: none;
    }
    .featured-block-info {
        border-right-width: 1px;
    }
    .featured-block-image {
        display: none;
    }
    .featured-block-info:after {
        display: none;
    }
    .template-submenu li,
    .template-submenu.items3 li {
        float: none;
        width: 100%;
    }
    .page-header .btn {
        display: none;
    }
    .page-header {
        text-align: center;
    }
    .blog-list-item .meta-data {
        margin-top: 15px;
    }
    .next-prev-post .pull-right,
    .next-prev-post .pull-left {
        text-align: center;
    }
    .next-prev-post .pull-left img {
        float: none;
        margin-right: 0;
    }
    .next-prev-post .pull-right img {
        float: none;
        margin-left: 0;
    }
    .header-counter {
        display: none;
    }
    .events-list li .btn-sm {
        display: none;
    }
    .job-block .btn-sm {
        display: block;
        float: none!important;
        margin-bottom: 20px;
    }
    .comments li ul {
        padding-left: 0;
    }
    /* Isotope */
    
    .isotope {
        overflow: visible !important;
        height: auto !important;
    }
    .isotope-item {
        position: static !important;
        margin-right: auto;
        margin-left: auto;
        width: auto;
        float: none;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    .isotope-hidden {
        display: none !important;
    }
    .pricing-table.six-cols > div {
        margin: 0 auto 30px;
        width: 100%;
    }
    .pricing-table.five-cols > div {
        margin: 0 auto 30px;
        width: 100%;
    }
    .pricing-table.four-cols > div {
        margin: 0 auto 30px;
        width: 100%;
    }
    .pricing-table.three-cols > div {
        margin: 0 auto 30px;
        width: 100%;
    }
    .pricing-table.two-cols > div {
        margin: 0 auto 30px;
        width: 100%;
    }
    .logged-in.admin-bar .is-sticky .site-header {
        top: 46px!important;
    }
	.comments li.comment ul.children{
		padding-left: 0;
	}
}
@media only screen and (max-width: 600px) {
    .logged-in.admin-bar .is-sticky .site-header {
        top: 0!important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {} @media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
    .default-logo {
        display: none;
    }
    .retina-logo {
        display: inline-block;
    }
}