/* LICENSE & DETAILS
==================================================
    Theme Name: Capital
	Theme URI: https://capital.imithemes.com
	Author: imithemes
	Author URI: www.imithemes.com
	Version: 1.7.2
	Description: <strong>Responsive WordPress Theme designed & developed for Corporate, Business, Portfolio 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: capital
	Domain Path: /language


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

0. CSS RESET
1. BASIC STYLE
2. TYPOGRAPHY
3. MARGIN BOTTOM SETS
4. PADDING SETS
5. SPACER SETS
6. WP NATIVE STYLE
7. THEME STRUCTURE
8. THEME STYLE
9. PLUGINS COMPATIBILITY
10. RESPONSIVE MEDIA QUERIES
-------------------------------------------------------------------*/

/* ==================================================
   1. CSS RESET
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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%;
}
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 STYLE
================================================== */
html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}
a{
	color:#5e5e5e;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition:all 0.3s ease 0.1s!important;
	-moz-transition:all 0.3s ease 0.1s!important;
	-ms-transition:all 0.3s ease 0.1s!important;
	-o-transition:all 0.3s ease 0.1s!important;
	transition:all 0.3s ease 0.1s!important;
}
a:hover,
a:active,
a:focus{
	text-decoration:none;
	outline: 0;
	color:#5e5e5e;
}
a img {
	border: none;
}
a > img {
	vertical-align: middle;	
}
.gray-color{
	background:#bababa;
}
.gray-color:hover{
	background-color:rgba(186,186,186,.8);
}
.gray-color-text{
	color:#bababa;
}
.lgray-color{
	background:#f8f8f8;
}
.dgray-color{
	background:#333;
}
.dgray-color h2, .dgray-color h4, dgray-color p, dgray-color a{
	color:#f8f8f8;
}
img {
	max-width: 100%;	
}
img, object, embed, audio, video {
	max-width: 100%;
}
img {
	height: auto;
}
strong, .strong {
  	font-weight: 700;
}
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!important;
}
.text-align-center {
	text-align: center!important;
}
.text-align-right {
	text-align: right!important;	
}
.color-text, .color-text .meta-data {
    color: #fff;
}
.through{
	text-decoration:line-through;
}
.border-radius{
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
::-webkit-input-placeholder {
   color: #666;
}
:-moz-placeholder { /* Firefox 18- */
   color: #666;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}
:-ms-input-placeholder {  
   color: #666;  
}
iframe{
	border:0;
}
.push-top{
	margin-top:35px;
}
a:hover{
	color:#333;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="number"], input[type="date"], select, textarea {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    display: block;
    width: 100%;
    border: 1px solid #d0d0d0;
	background: #f8f8f8;
    color: rgba(20,32,54,0.8);
    line-height: 1;
    padding: 10px 15px;
	min-height: 45px;
    -webkit-transition: border .25s;
    transition: border .25s;
	-webkit-border-radius:3px;
	border-radius: 3px
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, select:focus, textarea:focus{
	border-color: #686e78
}
select{
	height: 44px;
	background: #fff
}
input[type="radio"], input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	height: 20px;
	width: 20px;
	transition: all 0.15s ease-out 0s;
	background: #fff;
    border: 1px solid #d0d0d0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	outline: none;
	position: relative;
	z-index: 1000;
	bottom: -4px
}
input[type="radio"]:focus, input[type="checkbox"]:focus{
	-webkit-box-shadow:none;
	box-shadow: none;
	outline: none
}
input[type="radio"]:hover, input[type="checkbox"]:hover {
	background: #d0d0d0;
}
input[type="radio"]:checked:before, input[type="checkbox"]:checked:before {
	height: 20px;
	width: 18px;
	position: absolute;
	content: '\e5ca';
  	font-family: "Material Icons";
  	font-style: normal;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
}
input[type="radio"] {
	border-radius: 50%;
}
input[type="radio"]:after {
	border-radius: 50%;
}

/* ==================================================
   2. TYPOGRAPHY
================================================== */
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 15px 0;
	color:#111c24;
	font-weight:400;
	line-height:1.3em;
	font-family:"Oswald", sans-serif;
}
h1{
	font-size:36px;
}
h2{
	font-size:30px;
}
h2 small{
	display:block;
	letter-spacing:.1em;
	text-transform:uppercase;
	font-size:45%
}
h3{
	font-size:24px;
}
h4{
	font-size:19px;
}
h5{
	font-size:16px;
}
h6{
	font-size:14px;
}
h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short{
	margin-bottom:5px;
}
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;
	color: #111c24;
}
h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label{
	font-size:11px;
	position:relative;
	top:-6px;
}
p{
	margin-bottom: 15px;
	line-height: 1.6em
}
.huge{
	font-size:10em;
}
pre{
	padding: 20px;
	margin-bottom: 15px
}
blockquote{
	padding:30px;
	margin:30px 0;
	background:#f8f8f8;
	border-left:4px solid transparent;
	font-size:20px;
	line-height:1.7em;
	font-weight: 300;
}
blockquote p{
	margin-bottom:0;
}
blockquote cite{
	font-weight:500;
	font-size: 14px;
	text-transform: uppercase;
	display: block
}
p.lead{
	font-size:20px;
	line-height:1.68421053em;
}
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-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
    line-height: 60px;
}
p.drop-caps.secondary:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}
hr.fw{
	display:block;
	clear:both;
	margin-top:0;
	margin-bottom:50px;
	width:100%;
	height:1px;
	border:0;
	background:#efefef;
}
hr.sm{
	display:inline-block;
	margin:15px 0;
	width:40px;
	height:1px;
	border:0;
	background:#efefef;
}
hr.thick{
	display:inline-block;
	margin:15px 0;
	width:80px;
	height:2px;
	border:0;
	background:#efefef;
}
ul.icon{
	margin:0;
	list-style-type:none;
}
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.icon > li{
	margin:5px 0;
}
ul.checks > li > i, ul.angles > li > i, ul.carets > li > i, ul.chevrons > li > i, ul.icon > 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.checks li:before, ul.angles li:before, a.external:before, ul.chevrons li::before, ul.carets li:before, ul.inline li:before, .capital_flickr_widget ul li a:before, .widget_categories ul li a:before, .widget_archive ul li a:before, .widget_links ul li a:before, .widget_meta ul li a:before, .widget_pages ul li a:before, .widget_custom_category ul li a:before, .capital_flickr_widget ul li a:before{
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-decoration:none;
	margin-right:5px;
}
ul.angles li:before, .widget_categories ul li a:before, .widget_archive ul li a:before, .widget_links ul li a:before, .widget_meta ul li a:before, .widget_pages ul li a:before, .widget_custom_category ul li a:before, .capital_flickr_widget ul li a:before{
	content:"\f0da";
}
ul.checks li:before{
	content:"\f00c";
}
ul.chevrons li:before{
	content:"\f054";
}
ul.carets li:before, ul.inline li:before{
	content:"\f0da";
}
a.external:before{
	content:"\f08e";
}
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
}
.letter-spacing-2px{
	letter-spacing: 2px;
}
textarea{
	resize: vertical;
}

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

/* ==================================================
   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-tb45{
	padding-top:45px;
	padding-bottom:45px;
}
.padding-tb60{
	padding-top:60px;
	padding-bottom:60px;
}
.padding-tb75{
	padding-top:75px;
	padding-bottom:75px;
}
.padding-tb100{
	padding-top:100px;
	padding-bottom:100px;
}
.padding-tb125{
	padding-top:125px;
	padding-bottom:125px;
}
/* ==================================================
   5. SPACER 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-50{
	height:50px;
	clear:both;
	width:100%;
}
.spacer-60{
	height:60px;
	clear:both;
	width:100%;
}
.spacer-75{
	height:75px;
	clear:both;
	width:100%;
}
.spacer-100{
	height:100px;
	clear:both;
	width:100%;
}
/* ==================================================
   6. WP NATIVE STYLE
================================================== */
.alignnone {
    margin: 5px 20px 20px 0
}
.post.sticky{
	padding:20px;
	border:2px solid #eee;
	position:relative;
}
.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-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
}
article img{
	max-width:100%;
	height:auto
}
/* reset screen-reader-text & bypostauthor classes */
.screen-reader-text, .bypostauthor {
	position: static !important;
}
.screen-reader-text{
	display:none;
}
.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:#f8f8f8;
}
#wp-calendar caption {
	padding: 0;
	line-height: 39px;
}
#wp-calendar thead, #wp-calendar tfoot {
	line-height:33px;
	background:#f8f8f8;
}
#wp-calendar tbody {
	 line-height:33px;
	}
#wp-calendar #prev, #wp-calendar #next {
	padding:0 10px;
	background:#f8f8f8;
}
#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;
	-moz-border-radius:0;
	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;
	-moz-border-radius:0;
	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. THEME STRUCTURE
================================================== */
.imi-searchform:before, .imi-searchform:after{
	content: "";
	display: table
}
.imi-searchform:after{
	clear: both
}
.imi-searchform{
	position: relative
}
.imi-searchform .btn{
	position: absolute;
	right: 0;
	top: 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
	height: 45px;
	width: 45px;
	font-size: 18px;
	line-height: 1;
	padding: 0!important;
	background: #333
}
.imi-searchform .btn:hover{
	background: #111c24
}
.imi-searchform input[type="text"]{
    width: 100%;
	padding-right: 55px;
	padding-left: 10px;
    border-right: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	height: 45px
}
.search-results .blog-post-details{
	margin: 20px 0
}
.search-results .blog-post-details .post-date{
	display: inline-block
}
.box-shadow-big{
	-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);
	-moz-box-shadow:0 0 15px rgba(0,0,0,.1);
	box-shadow:0 0 15px rgba(0,0,0,.1)
}
.box-shadow-big-2x{
	-webkit-box-shadow:0 0 25px rgba(0,0,0,.25);
	-moz-box-shadow:0 0 25px rgba(0,0,0,.25);
	box-shadow:0 0 25px rgba(0,0,0,.25)
}
.box-shadow-big-up{
	-webkit-box-shadow:0 -15px 15px rgba(0,0,0,.1);
	-moz-box-shadow:0 -15px 15px rgba(0,0,0,.1);
	box-shadow:0 -15px 15px rgba(0,0,0,.1)
}
.box-shadow-big-down{
	-webkit-box-shadow:0 15px 15px rgba(0,0,0,.1);
	-moz-box-shadow:0 15px 15px rgba(0,0,0,.1);
	box-shadow:0 15px 15px rgba(0,0,0,.1)
}
.position-top-relative{
	position: relative;
	z-index: 1
}
.overlay-black{
	position: relative
}
.overlay-black:before{
	background:rgba(0,0,0,.5);
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	z-index: 0;
	display: block
}
.overlay-transparent{
	background:rgba(0,0,0,.7);
}
.overlay-white{
	background:rgba(255,255,255,.99);
}
.checkers-overlay{
	background:url(images/checkers.png) repeat;
}
.pattern-overlay{
	background:url(images/pattern.png) repeat;
}
.overlay-cover{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:.9;
	z-index:0;
}
.overlap-row{
	position: relative;
	z-index: 1;
	bottom: -71px;
	margin-top: -71px
}
.next-prev-nav{
	display:inline-block;
}
.next-prev-nav a{
	display:inline-block;
	width:20px;
	height:20px;
	color:#fff;
	text-align:center;
	line-height:20px;
	text-decoration:none;
}
.next-prev-nav a:hover{
	color:#fff;
}
.meta-data{
	color:#999;
	font-size:13px;
	line-height: 16px;
	display:block;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-family:"Oswald", sans-serif;
}
.meta-data a{
	color:#999;
}
.meta-data a:hover{
	text-decoration:none;
}
.meta-data > div{
	display:inline-block;
	margin-right:20px;
}
.meta-data i{
	margin-right:3px;
}
.meta-data > div: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;
}
.shadow-border-style .post-item-content{
	box-shadow: 0px 5px 20px -4px rgba(0,0,0,0.11);
	padding: 30px
}
.shadow-border-style .post-list-item{
	box-shadow: 0px 0 20px -4px rgba(0,0,0,0.11)
}
.shadow-border-style .portfolio-item .grid-item-inner{
	padding-bottom: 15px
}
.shadow-border-style.testimonials-style2 .owl-carousel .testimonial-grid-item, .shadow-border-style.testimonials-style3 .owl-carousel .testimonial-grid-item,.non-spaced-items.shadow-border-style.testimonials-style2 .owl-carousel .testimonial-grid-item, .non-spaced-items.shadow-border-style.testimonials-style3 .owl-carousel .testimonial-grid-item{
	padding: 15px
}
.basic-border-style .post-item-content{
	border: 1px solid #ddd;
	padding: 30px
}
.primary-bg-style.basic-border-style .post-item-content, .secondary-bg-style.basic-border-style .post-item-content, .custom-bg-style.basic-border-style .post-item-content{
	border: 0
}
.dark-skin-style.no-bg-style.basic-border-style .post-item-content{
	border: 1px solid rgba(255,255,255,.16)
}
.basic-border-style .owl-item{
	padding-right: 1px
}
.white-bg-style .post-item-content{
	background: #fff;
}
.no-border-style.no-bg-style .post-item-content{
	background: none;
	box-shadow: none;
	border: 0;
	padding: 0;
}
.no-border-style.no-bg-style .equal-height-column.post-item-content{
	padding-bottom: 30px
}
.no-border-style.no-bg-style .service-grid-item .service-media, .no-border-style.no-bg-style .post-grid-item .post-media, .no-border-style.no-bg-style .team-grid-item .team-media, .no-border-style.no-bg-style .project-grid-item .project-media{
	margin-bottom: 20px
}
.no-border-style.no-bg-style .service-grid-item .service-media{
	margin-bottom: 25px;
}
.white-bg-style .post-item-content, .primary-bg-style .post-item-content, .secondary-bg-style .post-item-content, .custom-bg-style .post-item-content{
	padding: 30px
}
.dark-skin-style, .dark-skin-style .meta-data, .dark-skin-style a, .dark-skin-style .team-item .social-icons-list a, .dark-skin-style h3, .dark-skin-style h4, .dark-skin-style h5, .dark-skin-style .testimonial-item cite strong{
	color: #fff!important;
}
.dark-skin-style .meta-data{
	opacity: .7
}
.dark-skin-style .post-item-excerpt, .dark-skin-style .testimonial-item cite strong{
	opacity: .9
}
.dark-skin-style .post-item-content a:hover, .dark-skin-style .team-item .social-icons-list a:hover, .dark-skin-style .post .post-title a:hover, .dark-skin-style .blog-posts .post .blog-post-details i, .dark-skin-style .blog-posts .post .blog-post-details span, .dark-skin-style .blog-posts .post .blog-post-details a, .dark-skin-style .meta-data a, .dark-skin-style .basic-link, .dark-skin-style .basic-link:after, .dark-skin-style .owl-theme .owl-buttons div, .dark-skin-style .owl-theme .project-info-static .project-categories a{
	color: #fff!important;
	opacity: .7
}
.dark-skin-style .blog-posts .post .blog-post-details a:hover, .dark-skin-style .meta-data a:hover, .dark-skin-style .basic-link:hover:after, .dark-skin-style .basic-link:hover, .dark-skin-style .owl-theme .owl-buttons div:hover, .project-info-static .project-categories a:hover{
	opacity: 1!important;
	color: #fff
}
.dark-skin-style .btn-primary{
	background: #fff!important;
}
.dark-skin-style .btn-primary:hover{
	background: rgba(255,255,255,.9)!important;
	opacity: 1!important
}
.secondary-bg-style .blog-post-details .post-date, .secondary-bg-style .blog-post-details .post-date:before, .dark-skin-style.no-bg-style .blog-post-details .post-date:before, .dark-skin-style.no-bg-style .blog-post-details .post-date{
	padding: 0;
	background: none!important
}
.secondary-bg-style .style-title:after, .dark-skin-style.no-bg-style .blog-post-details .post-date:before{
	display: none;
}
.secondary-bg-style .style-title{
	margin-bottom: 25px;
}
.dark-skin-style .testimonial-item .post-item-content{
	padding: 30px;
	border-radius: 3px
}
.shadow-border-style .owl-carousel .grid-item,.shadow-border-style .owl-carousel .blog-masonry-item.grid-item{
	padding: 10px 10px 15px
}
.non-spaced-items .grid-item{
	padding:0;
}
.non-spaced-items .isotope .grid-item{
	margin-bottom: 0;
}
.non-spaced-items .capital-styled-row{
	margin-left: 0;
	margin-right: 0
}
.non-spaced-items .owl-carousel .item{
	margin-left: 0
}
.non-spaced-items .owl-carousel{
	margin-left: 0
}
.non-spaced-items .owl-carousel .owl-wrapper-outer{
	width: 100%!important
}
.non-spaced-items.shadow-border-style .owl-carousel .item{
	padding: 0;
	padding-bottom: 1px
}
.non-spaced-items.basic-border-style .owl-carousel .item{
	margin-right: -1px!important
}
.non-spaced-items.basic-border-style{
	overflow: hidden
}
.non-spaced-items.basic-border-style .owl-carousel .item{
	margin-right:-1px;
}
.non-spaced-items.basic-border-style .isotope .grid-item{
	margin-right: -1px
}
.non-spaced-items .post-list-item, .non-spaced-items .team-list-item, .non-spaced-items .service-list-item{
	margin-bottom: 0
}
.non-spaced-items.basic-border-style .post-list-item, .non-spaced-items.basic-border-style .team-list-item, .non-spaced-items.basic-border-style .service-list-item{
	margin-bottom: -1px
}
.non-spaced-items.shadow-border-style .post-list-item, .non-spaced-items.shadow-border-style .team-list-item, .non-spaced-items.shadow-border-style .service-list-item{
	padding-top: 50px;
	padding-bottom: 50px
}
.non-spaced-items.dark-skin-style .testimonial-item .post-item-content{
	border-radius: 0
}
.non-spaced-items .owl-theme .owl-controls{
	padding-left: 0
}
.circular-bar{
	text-align:center;
	position: relative
}
.circular-bar > div:first-child{
	display: inline-block!important
}
.circular-bar input.knob{
	visibility: hidden;
}
.circular-bar strong{
	display: block;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
}
.circular-bar label{
	display: block;
	font-weight: 100;
	font-size: 17px;
	line-height: 20px;
}
.circular-bar-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
}
.circular-bar-content > div{
	display: table;
	vertical-align: middle;
	height: 100%;
	position: relative;
	width: 100%;
}
.circular-bar-content > div > div{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	position: relative;
	width: 100%;
	padding: 20px;
}
.media-box{
	position:relative;
	display:inline-block;
	max-width:100%;
}
.format-gallery .media-box{
	display:block;
}
.media-box:before, .capital_flickr_widget ul li a: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, .capital_flickr_widget ul li a:after{
	opacity:0;
	width: 56px;
	height: 56px;
	line-height:56px;
	text-align:center;
	color:#fff!important;
	position:absolute;
	font-size:1.5em;
	z-index:5;
	top:50%;
	left:50%;
	margin: -28px 0 0 -28px;
  	font-family: "Material Icons";
  	font-style: normal;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-decoration:none;
	border-radius: 100%;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s
}
.format-standard .media-box:after{
	content:"\e5c8"
}
.format-image .media-box:after, .capital_flickr_widget ul li a:after{
	content:"\e410"
}
.format-link .media-box:after{
	content:"\e157"
}
.format-video .media-box:after{
	content:"\e037"
}
.format-gallery .media-box:after{
	content:"\e413"
}
.format-audio .media-box:after{
	content:"\e3a1"
}
.format-zoom .media-box:after{
	content: "\e56b"
}
.media-box:hover:before, .media-box:hover:after, .capital_flickr_widget ul li a:hover:before, .capital_flickr_widget ul li a:hover:after{
	opacity:1
}
.media-box:hover:after{
	opacity:1
}
	
.img-thumbnail img:hover, .img-thumbnail:hover{
	opacity:.9
}
.social-share-bar{
	margin-top:35px
}
.social-share-bar:before, .social-share-bar:after{
	content:"";
	display:table
}
.social-share-bar:after{
	clear:both
}
.social-share-bar .share-title{
	margin-right: 12px
}
.imi-social-icons{
	margin:0;
	list-style-type:none;
}
.imi-social-icons li{
	display:inline-block;
	margin-right:5px;
}
.imi-social-icons-plain li{
	margin-right:0
}
.imi-social-icons li:last-child{
	margin-right:0;
}
.imi-social-icons li a{
	color:#5E5E5E;
	display: block;
	vertical-align: middle;
}
.imi-social-icons li a:before{
	content: '';
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
	margin-top: 3px
}
.imi-social-icons-small li a{
	width:24px;
	height:24px;
	line-height:24px;
	font-size:12px;
}
.imi-social-icons-small.imi-social-icons-plain li a{
	width: auto;
	margin-right: 12px;
	font-size: 16px
}
.imi-social-icons-medium.imi-social-icons-plain li a{
	width: auto;
	margin-right: 15px;
	font-size: 20px
}
.imi-social-icons-large.imi-social-icons-plain li a{
	width: auto;
	margin-right: 15px;
	font-size: 24px
}
.imi-social-icons-xlarge.imi-social-icons-plain li a{
	width: auto;
	margin-right: 18px;
	font-size: 30px
}
.imi-social-icons-medium li a{
	width:32px;
	height:32px;
	font-size:16px;
}
.imi-social-icons-large li a{
	width:48px;
	height:48px;
	font-size:24px;
}
.imi-social-icons-xlarge li a{
	width:64px;
	height:64px;
	font-size:32px;
}
.header-right-blocks .imi-social-icons li a{
	text-align: right
}
.imi-social-icons li a:hover{
	color: #333
}
.imi-social-icons-round li a, .imi-social-icons-rounded li a, .imi-social-icons-square li a{
	display:block;
	text-align:center!important;
	color: #fff
}
.imi-social-icons-round li a:hover, .imi-social-icons-rounded li a:hover, .imi-social-icons-square li a:hover{
	color:#fff
}
.imi-social-icons-round li a{
	border-radius:100%
}
.imi-social-icons-rounded li a{
	border-radius:5px
}
.imi-social-icons-bc li.facebook a, .imi-social-icons-hover-bc li.facebook a:hover{
	background-color:#3B5998;
}
.imi-social-icons-bc li.twitter a, .imi-social-icons-hover-bc li.twitter a:hover{
	background-color:#00ACED;
}
.imi-social-icons-bc li.behance a, .imi-social-icons-hover-bc li.behance a:hover{
	background-color:#1769FF;
}
.imi-social-icons-bc li.delicious a, .imi-social-icons-hover-bc li.delicious a:hover{
	background-color:#3274D1;
}
.imi-social-icons-bc li.deviantart a, .imi-social-icons-hover-bc li.deviantart a:hover{
	background-color:#4B5D50;
}
.imi-social-icons-bc li.digg a, .imi-social-icons-hover-bc li.digg a:hover{
	background-color:#14589E;
}
.imi-social-icons-bc li.dribbble a, .imi-social-icons-hover-bc li.dribbble a:hover{
	background-color:#EA4C89;
}
.imi-social-icons-bc li.foursquare a, .imi-social-icons-hover-bc li.foursquare a:hover{
	background-color:#2398C9;
}
.imi-social-icons-bc li.tumblr a, .imi-social-icons-hover-bc li.tumblr a:hover{
	background-color:#35465c;
}
.imi-social-icons-bc li.github a, .imi-social-icons-hover-bc li.github a:hover{
	background-color:#4183C4;
}
.imi-social-icons-bc li.google a, .imi-social-icons-hover-bc li.google a:hover{
	background-color:#245DC1;
}
.imi-social-icons-bc li.google-plus a, .imi-social-icons-hover-bc li.google-plus a:hover{
	background-color:#D14836;
}
.imi-social-icons-bc li.instagram a, .imi-social-icons-hover-bc li.instagram a:hover{
	background-color:#3F729B;
}
.imi-social-icons-bc li.jsfiddle a, .imi-social-icons-hover-bc li.jsfiddle a:hover{
	background-color:#4679A4;
}
.imi-social-icons-bc li.linkedin a, .imi-social-icons-hover-bc li.linkedin a:hover{
	background-color:#007FB1;
}
.imi-social-icons-bc li.pinterest a, .imi-social-icons-hover-bc li.pinterest a:hover{
	background-color:#CB2027;
}
.imi-social-icons-bc li.reddit a, .imi-social-icons-hover-bc li.reddit a:hover{
	background-color:#FF4500;
}
.imi-social-icons-bc li.skype a, .imi-social-icons-hover-bc li.skype a:hover{
	background-color:#00AFF0;
}
.imi-social-icons-bc li.vimeo a, .imi-social-icons-hover-bc li.vimeo a:hover{
	background-color:#44BBFF;
}
.imi-social-icons-bc li.youtube a, .imi-social-icons-hover-bc li.youtube a:hover,.imi-social-icons-bc li.youtube-play a, .imi-social-icons-hover-bc li.youtube-play a:hover{
	background-color:#CD332D;
}
.imi-social-icons-bc li.flickr a, .imi-social-icons-hover-bc li.flickr a:hover{
	background-color:#0063DB;
}
.imi-social-icons-bc li.rss a, .imi-social-icons-hover-bc li.rss a:hover{
	background-color:#f26522;
}
.imi-social-icons-bc li.dropbox a, .imi-social-icons-hover-bc li.dropbox a:hover{
	background-color:#007ee5;
}
.imi-social-icons-bc li.bitbucket a, .imi-social-icons-hover-bc li.bitbucket a:hover{
	background-color:#205081;
}
.imi-social-icons-bc li.gittip a, .imi-social-icons-hover-bc li.gittip a:hover{
	background-color:#339966;
}
.imi-social-icons-bc li.pagelines a, .imi-social-icons-hover-bc li.pagelines a:hover{
	background-color:#135da7;
}
.imi-social-icons-bc li.vk a, .imi-social-icons-hover-bc li.vk a:hover{
	background-color:#45668e;
}
.imi-social-icons-bc li.whatsapp a, .imi-social-icons-hover-bc li.whatsapp a:hover{
	background-color:#25d366;
}
.imi-social-icons-bc li.envelope a, .imi-social-icons-hover-bc li.envelope a:hover{
	background-color:#fbbc05;
}
.imi-social-icons-bc li.tripadvisor a, .imi-social-icons-hover-bc li.tripadvisor a:hover{
	background-color:#589442;
}
.imi-social-icons-bc li.facebook a, .imi-social-icons-hover-bc li.facebook a:hover{
	color:#3B5998;
}
.imi-social-icons-bc li.twitter a, .imi-social-icons-hover-bc li.twitter a:hover{
	color:#00ACED;
}
.imi-social-icons-bc li.behance a, .imi-social-icons-hover-bc li.behance a:hover{
	color:#1769FF;
}
.imi-social-icons-bc li.delicious a, .imi-social-icons-hover-bc li.delicious a:hover{
	color:#3274D1;
}
.imi-social-icons-bc li.deviantart a, .imi-social-icons-hover-bc li.deviantart a:hover{
	color:#4B5D50;
}
.imi-social-icons-bc li.digg a, .imi-social-icons-hover-bc li.digg a:hover{
	color:#14589E;
}
.imi-social-icons-bc li.dribbble a, .imi-social-icons-hover-bc li.dribbble a:hover{
	color:#EA4C89;
}
.imi-social-icons-bc li.foursquare a, .imi-social-icons-hover-bc li.foursquare a:hover{
	color:#2398C9;
}
.imi-social-icons-bc li.tumblr a, .imi-social-icons-hover-bc li.tumblr a:hover{
	color:#35465c;
}
.imi-social-icons-bc li.github a, .imi-social-icons-hover-bc li.github a:hover{
	color:#4183C4;
}
.imi-social-icons-bc li.google a, .imi-social-icons-hover-bc li.google a:hover{
	color:#245DC1;
}
.imi-social-icons-bc li.google-plus a, .imi-social-icons-hover-bc li.google-plus a:hover{
	color:#D14836;
}
.imi-social-icons-bc li.instagram a, .imi-social-icons-hover-bc li.instagram a:hover{
	color:#3F729B;
}
.imi-social-icons-bc li.jsfiddle a, .imi-social-icons-hover-bc li.jsfiddle a:hover{
	color:#4679A4;
}
.imi-social-icons-bc li.linkedin a, .imi-social-icons-hover-bc li.linkedin a:hover{
	color:#007FB1;
}
.imi-social-icons-bc li.pinterest a, .imi-social-icons-hover-bc li.pinterest a:hover{
	color:#CB2027;
}
.imi-social-icons-bc li.reddit a, .imi-social-icons-hover-bc li.reddit a:hover{
	color:#FF4500;
}
.imi-social-icons-bcli.skype a, .imi-social-icons-hover-bc li.skype a:hover{
	color:#00AFF0;
}
.imi-social-icons-bc li.vimeo a, .imi-social-icons-hover-bc li.vimeo a:hover{
	color:#44BBFF;
}
.imi-social-icons-bc li.youtube a, .imi-social-icons-hover-bc li.youtube a:hover,.imi-social-icons-bc li.youtube-play a, .imi-social-icons-hover-bc li.youtube-play a:hover{
	color:#CD332D;
}
.imi-social-icons-bc li.flickr a, .imi-social-icons-hover-bc li.flickr a:hover{
	color:#0063DB;
}
.imi-social-icons-bc li.rss a, .imi-social-icons-hover-bc li.rss a:hover{
	color:#f26522;
}
.imi-social-icons-bc li.dropbox a, .imi-social-icons-hover-bc li.dropbox a:hover{
	color:#007ee5;
}
.imi-social-icons-bc li.bitbucket a, .imi-social-icons-hover-bc li.bitbucket a:hover{
	color:#205081;
}
.imi-social-icons-bc li.gittip a, .imi-social-icons-hover-bc li.gittip a:hover{
	color:#339966;
}
.imi-social-icons-bc li.pagelines a, .imi-social-icons-hover-bc li.pagelines a:hover{
	color:#135da7;
}
.imi-social-icons-bc li.vk a, .imi-social-icons-hover-bc li.vk a:hover{
	color:#45668e;
}
.imi-social-icons-bc li.whatsapp a, .imi-social-icons-hover-bc li.whatsapp a:hover{
	color:#25d366;
}
.imi-social-icons-bc li.envelope a, .imi-social-icons-hover-bc li.envelope a:hover{
	color:#fbbc05;
}
.imi-social-icons-bc li.tripadvisor a, .imi-social-icons-hover-bc li.tripadvisor a:hover{
	color:#589442;
}
.imi-social-icons-plain li a{
	background: none!important
}
.imi-social-icons-gc li a, .imi-social-icons-hover-gc li a:hover{
	background: #999
}
.imi-social-icons-hover-gc li a:hover{
	color: #999!important
}
.imi-social-icons-square li a, .imi-social-icons-round li a, .imi-social-icons-rounded li a, .imi-social-icons-round.imi-social-icons-gc li a, .imi-social-icons-rounded.imi-social-icons-gc li a, .imi-social-icons-square.imi-social-icons-gc li a, .imi-social-icons-square.imi-social-icons-gc li a:hover, .imi-social-icons-round.imi-social-icons-gc li a:hover, .imi-social-icons-rounded.imi-social-icons-gc li a:hover, .imi-social-icons-square li a:hover, .imi-social-icons-round li a:hover, .imi-social-icons-rounded li a:hover{
	color: #fff!important
}
.flexslider{
	-o-box-shadow:none!important;
	box-shadow: none!important;
	border: 0!important;
	border-radius: 0!important;
	margin: 0!important
}
.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;
}  
.hero-slider{
	position:relative;
	z-index:1;
	width:100%;
	overflow:hidden;
	background-image:url(images/loader.gif) no-repeat center center;
}
.hero-slider .flex-viewport{
	width:100%;
}
.hero-slider.flexslider > ul.slides{
	height:100%;
}
.hero-slider.flexslider ul.slides li{
	width:100%;
	overflow:hidden;
	position:relative;
	background-attachment:scroll!important
}
.hero-slider.flexslider ul.slides li > a, .galleryflex.flexslider ul.slides li > a{
	display:block;
}
.hero-slider.flexslider .flex-control-nav, .galleryflex.flexslider .flex-control-nav{
	width:100%;
	text-align:center;
	position:absolute;
	z-index:111;
	left:0;
	bottom:10px;
	padding:0;
	margin:0;
}
.hero-slider.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;
}
.hero-slider.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;
}
.hero-slider.flexslider .flex-control-nav li, .galleryflex.flexslider .flex-control-nav li{
	display:inline;
}
.hero-slider.flexslider .flex-control-nav a, .galleryflex.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;
}
.hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next, .galleryflex.flexslider .flex-prev, .galleryflex.flexslider .flex-next{
	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:11;
}
.hero-slider.flexslider .flex-prev:hover, .hero-slider.flexslider .flex-next:hover, .galleryflex.flexslider .flex-prev:hover, .galleryflex.flexslider .flex-next:hover{
	background:rgba(34,34,34,1);
}
.hero-slider.flexslider .flex-prev, .galleryflex.flexslider .flex-prev{
	left:10px;
	right:auto;
}
.hero-slider.flexslider .flex-prev:before, .galleryflex.flexslider .flex-prev:before{
  content: "\f104";
}
.hero-slider.flexslider .flex-next:before, .galleryflex.flexslider .flex-next:before{
  content: "\f105";
}
.hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next{
	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;
}
.hero-slider.flexslider:hover .flex-prev, .hero-slider.flexslider:hover .flex-next, .galleryflex.flexslider:hover .flex-prev, .galleryflex.flexslider:hover .flex-next{
	display:block;
}
.hero-slider.flexslider ul.slides li > a{
	display:block;
	height:100%;
	width:100%;
}
.hero-slider.flexslider .flex-prev{
	left:-70px;
}
.hero-slider.flexslider:hover .flex-prev{
	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;
}
.hero-slider.flexslider:hover .flex-next{
	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;
}
.hero-slider .flex-direction-nav, .galleryflex .flex-direction-nav{
	margin:0;
	list-style-type:none;
}
.basic-link{
	display:inline-block;
	font-weight:400;
	font-size:13px;
	line-height:32px;
	text-transform:uppercase;
	font-family: "Oswald",sans-serif;
	letter-spacing: 1px;
}
.basic-link:after{
	position:relative;
	content:"\e5c8";
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	top: 1px;
	-moz-osx-font-smoothing: grayscale;
	margin-left:5px;
	-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;
}
.basic-link:hover:after{
	margin-left: 10px;
}
.style-title{
	position: relative;
	display: block;
	margin-bottom: 45px
}
.style-title:after{
	position: absolute;
	bottom: -25px;
	width: 40px;
	height: 4px;
	background: #111c24;
	content: "";
	left: 0
}
.grid-filter{
	margin:0 0 50px 0;
}
.grid-filter-lable{
	display:inline-block;
	margin-right:20px;
	text-transform:uppercase
}
.sort-destination{
	margin:0;
	list-style-type:none;
}
.action-icons{
	list-style-type:none;
	margin:5px 0 0;
}
.dgray-bg .icon-box-inline p{
	color:rgba(255,255,255,.4);
}
.carousel-wrapper{
	overflow:hidden;
	min-height:150px;
	position:relative;
	z-index:1
}
.light-title{
	color:#fff!important;
}
.gallery-items{
	list-style-type:none;
	margin:0;
}
.gallery-item{
	position:relative;
}
.position-relative{
	position:relative;
}
#googleMap{
	height:250px;
}
.pull-top{
	position:relative;
	top:-100px;
	margin-bottom:-100px;
}
.np-links{
	padding-top:30px;
	padding-bottom:30px;
	margin-top:30px;
}
.pn-link{
	position:relative;
}
.pn-link a:before{
	color:#999;
  	font-family: "Material Icons";
	content:"\e5c4";
	position:absolute;
	left:0;
	top:0;
}
.pn-link.next-post-link a:before{
	right:0;
	left:auto;
	content:"\e5c8";
}
.pn-link a{
	display:block;
}
.pn-link span{
	color:#999;
	font-size:12px;
	line-height:15px;
	display:block;
}
.prev-post-link{
	padding-left:30px;
}
.next-post-link{
	padding-right:30px;
}
.pagination{
	display: block
}
.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;
}
.secondary-overlay, .accent-overlay{
	position: relative
}
.secondary-overlay:before, .accent-overlay:before{
	opacity:.6;
	position:absolute;
	width:100%;
	height:100%;
	content:""!important;
	left:0;
	top:0;
	z-index:0;
	display:block!important
}
.content{
	padding:60px 0;
}
body{
	background-color:#fff;
	color:#777;
	font-size:15px;
	font-weight:400;
	font-family:"Open Sans", sans-serif;
	line-height:1.65em;
	background-attachment:fixed;
	overflow-x:hidden;
}
body.boxed{
	background-color:#666;
}
body.boxed .body{
	position:relative;
	margin:0 auto;
	overflow:hidden;
	width:100%;
	max-width:1200px;
	height:auto;
	background-color:#fff;
	-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.boxed .vc_row-no-padding{
		left:-30px!important;
		margin-left: 0!important;
		margin-right: 0!important;
	}
}
.search-module, .cart-module{
	position:relative;
	z-index: 99;
	z-index:1000;
	float: right
}
.search-module-trigger, .cart-module-trigger, .topper-opener{
	width:30px;
	height: 30px;
	display: block;
	text-align:center;
	position:relative;
	vertical-align: middle
}
.search-module-trigger:before, .cart-module-trigger:before, .topper-opener:before{
	content: '';
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
	margin-top: 5px
}
.search-module-opened{
	border: 1px solid #ddd
}
.search-module-opened, .cart-module-opened{
	display:none;
	position:absolute;
	z-index:999;
	right:0;
	top:100%;
	max-width:250px;
	min-width:250px;
	padding:15px;
	background:#fff;
	border-top: 4px solid transparent
}
.search-module-opened .input-group .form-control{
	height:38px;
}
.header-left-blocks .search-module-opened, .header-left-blocks .cart-module-opened, .topbar-left-blocks .search-module-opened, .topbar-left-blocks .cart-module-opened{
	right: auto;
	left: 0
}
.cart-module-opened{
	padding:0;
	min-width:260px;
}
.header-quickcart{
	border:1px solid #ddd
}
.header-quickcart .woocommerce-mini-cart{
	margin:0;
	list-style-type:none;
	padding-bottom:5px;
}
.header-quickcart .woocommerce-mini-cart__buttons{
	margin: 0 -1px -1px
}
.header-quickcart .woocommerce-mini-cart__buttons a{
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
	border-radius: 0!important;
	margin: 0;
	width: 50%;
	float: left;
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	background: #333!important
}
.header-quickcart .woocommerce-mini-cart__buttons a:hover{
	background: #222!important;
	color: #fff!important;
	border-color:transparent!important
}
.header-quickcart .woocommerce-mini-cart > li{
	border-bottom:1px solid rgba(0,0,0,.1)!important;
	padding:15px!important;
	line-height: 1.2em
}
.header-quickcart .woocommerce-mini-cart li:last-child{
	border-bottom:0!important
}
.header-quickcart .woocommerce-mini-cart > li .quantity{
	font-size: 13px
}
.header-quickcart .woocommerce-mini-cart > li .remove_from_cart_button{
	float: right
}
.header-quickcart .woocommerce-mini-cart__total{
	margin-bottom: 0;
	padding: 15px;
	border-top:1px solid #ddd
}
.header-quickcart .woocommerce-mini-cart__empty-message{
	padding: 15px;
	margin-bottom: 0
}
.header-quickcart ul.cart_list li a, .header-quickcart ul.product_list_widget li a {
    display: block;
    font-weight: 700;
	color: #555
}
.header-quickcart .woocommerce-mini-cart > li > a > img{
	width:50px;
	height:50px;
	float:left;
	margin-right:12px
}
.header-quickcart a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}
.header-quickcart a.remove:hover {
    color: #fff !important;
    background: red
}
.cart-tquant{
	position: absolute;
	top: 50%;
	margin-top:-12px;
	right: -7px;
	padding:2px 5px;
	color: #fff;
	background: red;
	line-height: 12px;
	font-size: 10px;
	text-align: center;
	font-weight: 700;
	border-radius: 100%;
}
.open-search-form .imi-searchform{
	background: #fff;
	border-radius: 999px;
	border: 1px solid #ddd
}
.open-search-form .imi-searchform input[type="text"]{
	border-radius: 999px;
	border: 0;
	box-shadow: none;
	background: none;
	line-height: normal!important;
	padding-left: 15px;
	margin-top: 0;
	font-size: 13px;
	height: 34px;
	width: 170px
}
.open-search-form input[type="text"]:focus{
	box-shadow: none;
	border: 0
}
.open-search-form .imi-searchform .btn{
	background: none !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	color: #999;
	line-height: 1;
	padding: 0 !important;
	margin-right: 13px;
	font-size: 14px;
	top: -2px;
	width: auto;
	height: 34px
}
.open-search-form .imi-searchform .btn:hover{
	color: #111c24
}
body.overlay-wrapper-open{
	overflow: hidden
}
.overlay-search-form-wrapper .imi-searchform{
	border-bottom: 1px solid rgba(255,255,255,.7);
	position: relative;
	z-index: 999;
	width: 80%;
	margin: 0 auto
}
.overlay-search-form-wrapper .imi-searchform input[type="text"]{
	background: none;
	border:0;
	-webkit-box-shadow:none;
	-mox-box-shadow:none;
	box-shadow: none;
	color: rgba(255,255,255,.8);
	font-size: 24px;
	padding: 0;
	height: 60px
}
.overlay-search-form-wrapper .imi-searchform input[type="text"]:focus{
	border: 0;
	-webkit-box-shadow:none;
	-mox-box-shadow:none;
	box-shadow: none;
}
.overlay-search-form-wrapper .imi-searchform .btn{
	padding-right: 0!important;
	font-size: 28px;
	height: 60px;
	background: none!important;
	text-align: right;
	opacity: .8
}
.overlay-search-form-wrapper .imi-searchform .btn:hover{
	opacity: 1;
	background: none!important
}
.overlay-search-form-wrapper ::-webkit-input-placeholder {
	color: rgba(255,255,255,.9);
}
.overlay-search-form-wrapper :-moz-placeholder { /* Firefox 18- */
	color: rgba(255,255,255,.9);
}
.overlay-search-form-wrapper ::-moz-placeholder {  /* Firefox 19+ */
	color: rgba(255,255,255,.9);
}
.overlay-search-form-wrapper :-ms-input-placeholder {  
	color: rgba(255,255,255,.9);
}
.overlay-wrapper{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
}
.overlay-wrapper:before{
	width: 100%;
	height: 100%;
	z-index: 0;
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.8)
}
.overlay-wrapper > div{
	display: table;
	vertical-align: middle;
	height: 100%;
	width: 100%
}
.overlay-wrapper > div > div{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%
}
.overlay-wrapper-close{
	position: fixed;
	display: block;
	z-index: 9999;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
	color: #fff
}
.overlay-wrapper-close:before{
	content: '';
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
}
.overlay-wrapper-close:hover{
	opacity: .9;
	color: #fff;
}
.site-header .header_info_text{
	line-height: 1.3em;
}
.header-equaler{
	position: relative;
	z-index: 1
}
.site-header .header-equaler, .site-header .header-equaler > div > div{
	height: 63px
}
.header-equaler > div{
	vertical-align: middle;
	display: table;
}
.header-equaler > div > div{
	display: table-cell;
	vertical-align: middle;
}
.header-left-blocks .dd-menu{
	margin-right: 0
}
.header-left-blocks .header-social-container, .header-left-blocks .search-module, .header-left-blocks .cart-module, .header-left-blocks .header-topper-opener, .header-left-blocks .hidden-menu-opener-cont, .header-left-blocks .featured-buttons{
	margin-right: 15px
}
.header-right-blocks{
	float: right
}
.header-right-blocks .dd-menu, .header-right-blocks .site-logo, .header-right-blocks .header-equaler{
	margin-left: 30px;
	margin-right: 0
}
.header-right-blocks .dd-menu{
	margin-left: 0
}
.header-right-blocks .header-social-container, .header-right-blocks .search-module, .header-right-blocks .cart-module, .header-right-blocks .header-topper-opener, .header-right-blocks .hidden-menu-opener-cont, .header-right-blocks .featured-buttons{
	margin-left: 15px
}
.header-right-blocks .header-social-container .imi-social-icons li{
	margin-right: 0;
	margin-left: 15px
}
.header-right-blocks .header-social-container .imi-social-icons li a{
	margin-right: 0
}
.header-style2 .site-header .header_info_text{
	color: #fff
}
.featured-buttons .fbtn{
	display: inline-block;
	padding: 10px 20px 8px;
	color: #fff;
	font-family: "Oswald",sans-serif;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition:all 0.2s ease!important;
	-moz-transition:all 0.2s ease!important;
	-ms-transition:all 0.2s ease!important;
	-o-transition:all 0.2s ease!important;
	transition:all 0.2s ease!important;
}
.featured-buttons .fbtn-rounded{
	border-radius: 5px
}
.featured-buttons .fbtn-round{
	border-radius: 25px / 24.5px;
	padding-left: 30px;
	padding-right: 30px
}
.featured-buttons .fbtn-xs{
	font-size: 11px;
	padding: 3px 10px 2px
}
.featured-buttons .fbtn-sm{
	font-size: 13px;
	padding: 6px 14px 4px
}
.featured-buttons .fbtn-lg{
	font-size: 16px;
	padding: 15px 30px 14px
}
.featured-buttons .fbtn-round.fbtn-lg{
	border-radius: 30px / 29.5px;
}
.featured-buttons .fbtn-custom{
	padding: 0
}
#menu-toggle{
	float:right;
	font-size:24px;
	line-height: 90px;
	color:#333;
	margin-left:25px;
}
.dd-menu, .header-equaler{
	float: left;
	margin-right: 30px
}
.header-style1 .header-right-blocks .site-logo{
	border-left: 1px solid #eee;
	padding-left: 30px
}
.megamenu-container .widget ul li{
	margin-bottom:0;
}
.hero-slider{
	background-color:#666;
}
.flex-caption-table{
	width:100%;
	display:table;
	vertical-align:middle;
}
.flex-caption-cell{
	display:table-cell;
	vertical-align:middle;
}
.flex-caption-text{
	display:block;
}
.header-style2 .flex-caption-text, .header-style3 .flex-caption-text{
	padding-top:0;
}
.flex-caption-text h1, .flex-caption-text h2, .flex-caption-text h3, .flex-caption-text p{
	color:#fff;
	margin-bottom:30px;
}
.flex-caption-text h2{
	font-size:51px;
	line-height:60px;
}
.flex-caption-cause{
	background:rgba(255,255,255,1);
	padding:30px;
	width:350px;
	position:relative;
	display:inline-block;
	margin:0 auto;
	text-align:center;
}
.flex-caption-cause .meta-data{
	font-size:14px;
	margin-bottom:20px;
}
#back-to-top{
	position:fixed;
	right:-50px;
	bottom:25px;
	background:#fff;
	width:50px;
	height:50px;
	text-align:center;
	color:#666;
	line-height:46px;
	overflow:hidden;
	font-size:22px;
	display:block;box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
	z-index: 99;
	border: 1px solid #ececec;
	border-radius:100%;
  	-webkit-transition:bottom .5s ease, right .5s ease;
  	transition: bottom .5s ease, right .5s ease
}
#back-to-top:hover{
	bottom: 35px
}
.isotope-grid{
	margin:0;
	list-style-type:none
}
.grid-holder{
	margin:0;
	list-style-type:none;
	width:100%
}
.shadow-border-style .grid-holder{
	overflow: visible!important
}
.isotope .grid-item{
	margin-bottom:40px
}
.grid-item .read-more-link{
	margin-top: 0;
	position: absolute;
	bottom: 30px
}
.single-post .post-comments{
	padding-top:30px;
	padding-bottom:30px
}
.comments{
	margin:0;
	list-style-type:none;
	padding-top:25px;
}
.comments li.comment, .comments li.pingback, .comments li.trackback{
	margin-bottom:35px;
}
.comments li.comment .comment-type{
	display: none;
}
.comments li.comment:last-child{
	border-bottom:0;
	margin-bottom:0;
}
.comments > li .post-comment-block{
	background: #fff;
}
.comments li.comment:last-child .post-comment-block{
	padding-bottom: 0;
}
.comments li.comment .comment-text{
	padding-top: 15px
}
.comments li.comment:last-child .comment-text{
	padding-bottom: 22px;
}
.comments li.comment:first-child .comment-text{
	padding-bottom: 0;
}
.comments li .img-thumbnail{
	float:left;
	margin-right:20px;
	margin-left:0;
	border: 0;
	padding: 0
}
.comments li .meta-data{
	margin-bottom:12px
}
.comments em.moderation{
	color:red;
	font-size:13px;
}
.comments li h5.comment-author{
	margin-bottom:5px;
	font-weight:700;
	font-size:16px;
	text-transform: uppercase
}
.comments li h5.comment-author span{
	color:#999;
	font-weight:400;
	text-transform: none
}
.comments li.pingback h5.comment-author span, .comments li.trackback h5.comment-author span{
	display: none
}
.comments li h5 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:25px;
	padding-bottom:25px;
	padding-left:50px;
	margin:0;
	list-style-type:none;
}
.comments li.comment ul > li:last-child{
	margin-bottom:0;
	border-bottom:0;
}
#respond{
	clear:both;
	padding-top:10px;
}
.post-comment-form .form-control{
	margin-bottom:5px;
	margin-top:15px;
}
.post-comment-form .btn{
	margin-top:15px;
}
.widget{
	margin-bottom:40px;
}
.widgettitle{
	position:relative;
	margin-bottom:24px;
}
#sidebar-col .widget{
	margin-bottom:40px
}
#sidebar-col .widget:last-child{
	margin-bottom:0;
}
.widget li.list-group-item{
	margin-bottom:0;
	border-bottom:0;
}
.widget:before, .widget:after{
	content:" ";
	display:table;
}
.widget:after{
	clear:both;
}
.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_capital_recent_post ul, .widget_product_categories ul, .widget_pages ul, .widget_rss ul, .widget_custom_category ul, .capital_flickr_widget 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_capital_recent_post ul li, .widget_pages ul li, .widget_rss ul li, .widget_custom_category ul li{
	border-bottom:1px solid rgba(0,0,0,.08);
	padding-bottom:14px;
	margin-bottom:14px;
}
.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_capital_recent_post ul li a, .widget_pages ul li a, .widget_capital_recent_post ul li h5 a, .widget_custom_category ul li a{
	display:inline-block;
	position:relative;
	color:#555;
}
.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_capital_recent_post ul li, .footer_widget.widget_pages ul li, .footer_widget.widget_rss ul li, .footer_widget.widget_custom_category ul li, .footer_widget.widget_capital_tabs_widget ul li{
	border-bottom: none;
	padding-bottom: 15px;
	margin-bottom: 0
}
.footer_widget.widget_capital_recent_post ul li{
	margin-bottom: 10px
}
.site-footer-top .footer_widget ul li:last-child{
	padding-bottom: 0;
}
.widget_nav_menu ul li:before, .widget_nav_menu ul li:after, .PI_SimpleTwitterTweets ul li:before, .PI_SimpleTwitterTweets ul li:after, .widget_capital_recent_post ul li:before, .widget_capital_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, .capital_flickr_widget ul:before, .capital_flickr_widget ul:after,.counter-align-left:before, .counter-align-left:after{
  display: table;
  content: " ";
}
.widget_recent_posts li:after, .widget_nav_menu ul li:after, .PI_SimpleTwitterTweets ul li:after, .widget_capital_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, .capital_flickr_widget ul:after, .counter-align-left:after{
	clear:both
}
.widget_categories ul ul.children, .widget_pages ul ul.children, .widget_nav_menu ul ul.sub-menu{
	padding-top:14px;
	margin-top:14px;
	border-top:1px solid rgba(0,0,0,.08);
	padding-left:20px
}
.widget_categories ul ul.children li:last-child, .widget_pages ul ul.children li:last-child, .widget_nav_menu ul ul.sub-menu li:last-child, .PI_SimpleTwitterTweets ul li:last-child, .widget_capital_recent_post ul li:last-child, .widget_custom_category ul li:last-child{
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0
}
.widget_nav_menu ul, .woocommerce-MyAccount-navigation ul, .widget_product_categories ul{
	list-style-type:none;
	margin:0;
	border:1px solid rgba(0,0,0,.08);
	border-bottom: 0
}
.widget_nav_menu ul.menu li ul.sub-menu, .widget_product_categories ul ul.children{
	border:0;
	padding-top:10px;
	padding-bottom: 20px;
	padding-left: 0;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,.08)
}
.widget_nav_menu ul.menu li ul.sub-menu ul.sub-menu{
	border-bottom: 0;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px
}
.footer_widget.widget_nav_menu ul li, .widget_nav_menu ul li, .woocommerce-MyAccount-navigation ul li, .widget_product_categories ul li{
	padding:0;
	border:0;
	margin:0
}
.widget_nav_menu ul li a, .woocommerce-MyAccount-navigation ul li a, .widget_product_categories ul li a {
	display:block;
	padding:20px;
	font-size: 17px;
	text-transform: uppercase;
	border-bottom:1px solid rgba(0,0,0,.08);
	color: #747679;
	font-weight: 700;
	letter-spacing: 1px
}
.widget_nav_menu > ul > li.current-menu-item > a, .woocommerce-MyAccount-navigation > ul > li.is-active > a, .widget_product_categories > ul > li.current-cat > a{
	background:#f8f8f8
}
.widget_nav_menu ul .sub-menu li a, .widget_product_categories ul .children li a {
    padding-left: 20px;
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 10px
}
.widget_product_search label.screen-reader-text, .widget_archive .screen-reader-text, .widget_categories .screen-reader-text{
	display:none
}
.widget_links ul li.current-menu-item a,.widget_nav_menu ul li.current-menu-item a, .woocommerce-MyAccount-navigation ul li.is-active a, .widget_product_categories ul li.current-cat a{
	font-weight:700
}
.widget .meta-data{
	margin-top:5px;
	line-height:20px
}
.tagcloud a{
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px 10px;
	border:1px solid rgba(0,0,0,.08);
	color:#666;
	font-size:13px!important;
	-webkit-border-radius:3px;
	border-radius: 3px
}
.tagcloud a:hover{
	text-decoration:none
}
.tabbed_widgets{
	margin-bottom: 0
}
.tabbed_widgets .tab-content{
	padding-right:0;
	padding-left:0;
	background:none
}
.PI_SimpleTwitterTweets ul{
	margin:0;
	list-style-type:none
}
.PI_SimpleTwitterTweets .stt-em{
	font-weight:700
}
.widget_capital_recent_post ul li{
	padding:0;
	margin-bottom:22px;
	padding-bottom:22px
}
.widget_capital_recent_post ul li .post-thumbnail{
	float:left
}
.widget_capital_recent_post ul li .post-thumbnail img{
	width:70px;
	padding:4px;
	background:#fff;
	border:1px solid #eee
}
.widget_capital_recent_post ul li strong{
	display: block;
	padding-left: 90px;
	line-height: 18px;
	font-size: 14px
}
.widget_capital_recent_post ul li strong.padding-0, .widget_capital_recent_post ul li .meta-data.grid-item-meta.padding-0{
	padding-left:0;
}
.widget_capital_recent_post .meta-data{
	font-size:11px;
	line-height:12px
}
.widget_capital_recent_post ul li .meta-data.grid-item-meta{
	padding-left:90px;
	margin-bottom:0
}
.capital_flickr_widget ul li{
	float: left;
	margin: 0 10px 10px 0
}
.capital_flickr_widget ul li a{
	display: block;
	position: relative
}
.widget select{
	max-width:100%;
}

/* Animated number counter */
.fact-ico{
	display: inline-block;
	color: #fff;
	position: relative;
	text-align: center;
	padding: 20px;
	font-size: 20px;
	line-height: 1!important
}
.counter-icon-plain{
	padding: 0;
	background: none!important
}
.counter-icon-round{
	border-radius: 100%
}
.counter-icon-rounded{
	border-radius: 7px
}
.cust-counter .fact-ico i{
	height: 20px
}
.cust-counter .fact{
	display:inline-block;
	color:#666;
	font-size:15px;
	line-height: 120%
}
.cust-counter .timer{
	display:inline-block;
	font-weight:700;
	font-size:30px;
	line-height: 150%
}
.counter-align-center{
	text-align: center
}
.cust-counter .timer,.cust-counter .fact{
	display: block
}
.counter-align-center .fact-ico{
	margin-bottom: 5px
}
.counter-align-left .fact-ico{
	float: left;
	margin-right: 15px
}
.counter-align-right .fact-ico{
	float: right;
	margin-left: 15px
}
.counter-align-right{
	text-align: right
}
/* Opening Hours Shortcode */
.opening-hours-table{
}
.opening-hours-table ul{
	list-style-type: none;
	margin: 0
}
.opening-hours-table ul li{
	display: block;
	width: 100%;
	padding-bottom: 7px;
	margin-bottom: 7px
}
.opening-hours-table ul li > strong{
	width: 50%;
	float: left
}
.opening-hours-table ul li > span{
	width: 50%;
	float: left;
	opacity: .8;
	text-align: right
}
.opening-hours-table ul:before, .opening-hours-table ul:after, .opening-hours-table ul li:before, .opening-hours-table ul li:after{
	display: table;
	content: ""
}
.opening-hours-table ul li:after, .opening-hours-table ul:after{
	clear: both
}
.opening-hours-table ul li.opening-hours-sstyle-dark{
	border-bottom: 1px dashed rgba(0,0,0,.1)
}
.opening-hours-table ul li.opening-hours-sstyle-light{
	border-bottom: 1px dashed rgba(255,255,255,.1)
}
.opening-hours-table ul li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0
}
/* Popup Video button Shortcode */
.popup-video-button.video-btn-align-center{
	text-align: center
}
.popup-video-button.video-btn-align-left{
	text-align: left
}
.popup-video-button.video-btn-align-right{
	text-align: right
}
.popup-video-button.video-btn-round .popup-video-link{
	border-radius: 100%
}
.popup-video-button.video-btn-rounded .popup-video-link{
	border-radius: 5px
}
.popup-video-button .popup-video-link{
	text-align: center;
	color: #555;
	background-color: #fff;
	display: inline-block
}
.popup-video-button .popup-video-link:hover{
	opacity: .8
}
.popup-video-button.video-btn-small .popup-video-link{
	width: 30px;
	height: 30px;
	font-size: 15px
}
.popup-video-button.video-btn-small .popup-video-link i{
	line-height: 30px
}
.popup-video-button.video-btn-medium .popup-video-link{
	width: 55px;
	height: 55px;
	font-size: 25px
}
.popup-video-button.video-btn-medium .popup-video-link i{
	line-height: 55px
}
.popup-video-button.video-btn-large .popup-video-link{
	width: 80px;
	height: 80px;
	font-size: 38px
}
.popup-video-button.video-btn-large .popup-video-link i{
	line-height: 80px
}
.popup-video-button.video-btn-xlarge .popup-video-link{
	width: 105px;
	height: 105px;
	font-size: 48px
}
.popup-video-button.video-btn-xlarge .popup-video-link i{
	line-height: 105px
}
/* Icon Box Shortcode */
.icon-box {
	position:relative;
}
.icon-box .ibox-icon{
	display:block;
	position:absolute;
	top:0;
	left:0;
	text-align: center
}
.icon-box.ibox-outline:not(.ibox-plain) .ibox-icon i{
	color: #fff!important
}
.icon-box.ibox-icon-16{
	min-height: 32px
}
.icon-box.ibox-icon-16 .ibox-icon{
	width: 32px;
	height: 32px
}
.icon-box.ibox-icon-16.ibox-plain .ibox-icon{
	width: 26px
}
.icon-box .ibox-icon i:before{
	line-height: 1.8em
}
.icon-box.ibox-icon-16.ibox-outline .ibox-icon i:before{
	line-height: 1.6em
}
.icon-box.ibox-border .ibox-icon i:before{
	line-height: 1.9em
}
.icon-box.ibox-icon-16 .ibox-icon i:before{
	font-size: 16px!important
}
.icon-box.ibox-icon-16 h3, .icon-box.ibox-icon-16 p{
	padding-left: 48px
}
.icon-box.ibox-icon-16.ibox-plain h3, .icon-box.ibox-icon-16.ibox-plain p{
	padding-left: 36px
}
.icon-box.ibox-icon-32{
	min-height: 64px
}
.icon-box.ibox-icon-32 .ibox-icon{
	width: 64px;
	height: 64px
}
.icon-box.ibox-icon-32.ibox-plain .ibox-icon{
	width: 42px
}
.icon-box.ibox-icon-32 .ibox-icon i:before{
	font-size: 32px!important
}
.icon-box.ibox-icon-32 h3, .icon-box.ibox-icon-32 p{
	padding-left: 80px
}
.icon-box.ibox-icon-32.ibox-plain h3, .icon-box.ibox-icon-32.ibox-plain p{
	padding-left: 52px
}
.icon-box.ibox-icon-48{
	min-height: 96px
}
.icon-box.ibox-icon-48 .ibox-icon{
	width: 96px;
	height: 96px
}
.icon-box.ibox-icon-48.ibox-plain .ibox-icon{
	width: 58px
}
.icon-box.ibox-icon-48 .ibox-icon i:before{
	font-size: 48px!important
}
.icon-box.ibox-icon-48 h3, .icon-box.ibox-icon-48 p{
	padding-left: 112px
}
.icon-box.ibox-icon-48.ibox-plain h3, .icon-box.ibox-icon-48.ibox-plain p{
	padding-left: 68px
}
.icon-box.ibox-icon-64{
	min-height: 128px
}
.icon-box.ibox-icon-64 .ibox-icon{
	width: 128px;
	height: 128px
}
.icon-box.ibox-icon-64.ibox-plain .ibox-icon{
	width: 74px
}
.icon-box.ibox-icon-64 .ibox-icon i:before{
	font-size: 64px!important
}
.icon-box.ibox-icon-64 h3, .icon-box.ibox-icon-64 p{
	padding-left: 144px
}
.icon-box.ibox-icon-64.ibox-plain h3, .icon-box.ibox-icon-64.ibox-plain p{
	padding-left: 84px
}
.icon-box.ibox-plain:not(.ibox-icon-16) .ibox-icon i:before{
	line-height: 1!important
}
.icon-box .ibox-icon a,.icon-box .ibox-icon i{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	color:#fff;
	border-radius: 100%
}
.icon-box.ibox-border .ibox-icon i{
	border-radius:50%;
}
.icon-box.ibox-outline .ibox-icon {
	border:1px solid;
	border-radius:50%;
	padding:3px;
}
.icon-box.ibox-rounded .ibox-icon,.icon-box.ibox-rounded .ibox-icon i {
	border-radius:3px!important;
}
.icon-box.ibox-border .ibox-icon {
	border:1px solid;
	border-radius:50%;
	padding:0;
}
.icon-box.ibox-border .ibox-icon i {
	border:none;
	background-color:transparent!important;
}
.icon-box.ibox-plain .ibox-icon {
	border:none!important;
	height:auto!important;
}
.icon-box.ibox-plain .ibox-icon i {
	border:none!important;
	background-color:transparent!important;
	border-radius:0;
}
.icon-box.ibox-center {
	text-align:center;
	padding:0;
}
.icon-box.ibox-center .ibox-icon {
	position:relative;
	margin:0 auto 30px;
	height: auto
}
.icon-box.ibox-center.ibox-plain .ibox-icon {
	margin-bottom:20px
}
.icon-box.ibox-center h3, .icon-box.ibox-center p{
	padding-left: 0!important
}
.icon-box h3+.ibox-icon {
	margin-top:20px!important;
}
.icon-box .ibox-icon i {
	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 h3 {
	font-size:16px;
	font-weight: 700;
	margin-bottom:8px;
	font-family: inherit
}
.icon-box p {
	margin:0;
}
.ibox-rounded .ibox-icon i:after,.ibox-border.ibox-rounded .ibox-icon i:after {
	border-radius:3px;
}
/* Pricing Table */
.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: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 {
	margin: -20px 0 0 -1px;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px rgba(0,0,0,.09);
	position: relative;
	z-index: 10;
}
.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 0;
	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 40px;	
	color: #333333;
	font-weight:700;
	font-size: 54px!important;
	line-height: 42px!important;
}
.pricing-column h4 .dollar-sign {
	position: relative;
	top: -14px;
	right: 0px;
	font-size: 22px;
	line-height: 22px;
	font-weight:300;
}
.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%;
}
.pricing-table.one-cols > div {
	width: 100%;
}
.timeline {
	padding: 20px 0px;
	margin-top: -20px;
	position: relative;
}
.timeline:before {
	content: "";
	position: absolute;
	top: 40px;
	width: 3px;
	height: calc(100% - 80px);
	background: rgba(0,0,0,0.1);
}
.timeline .column {
	margin: 40px
}
.timeline .column .title .label:before {
	content: "";
	position: absolute;
	left: -44px;
	top: 6px;
	width: 11px;
	height: 11px;
	background: #fff;
	border: 3px solid #c0392b;
	border-radius: 100%
}
.timeline .column .title h3 {
}
.timeline .column .description p {
	margin-top: 10px
}
.featured-block-image{
	background: #eee;
	position: relative;
}
.featured-block-content{
	background: #f7f7f7;
	padding: 11px 15px 0 20px;
}
.featured-block-content:before, .featured-block-content:after{
	content: "";
	display: table
}
.featured-block-content:after{
	clear: both
}
.featured-block-icon{
	float: left;
	padding: 12px;
	color: #fff;
	width: 20%;
	margin: -11px 15px 0 -20px;
	text-align: center;
}
.featured-block-icon i{
	font-size: 30px;
}
.featured-block-text{
	float: left;
	padding-right: 15px;
	width: 80%;
}
.featured-block-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.fblock-style1:hover .featured-block-overlay{
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-transition: padding-top .3s .2s, padding-bottom .3s .2s;
	-moz-transition: padding-top .3s .2s, padding-bottom .3s .2s;
	-ms-transition: padding-top .3s .2s, padding-bottom .3s .2s;
	-o-transition: padding-top .3s .2s, padding-bottom .3s .2s;
	transition: padding-top .3s .2s, padding-bottom .3s .2s;
}
.featured-block-overlay-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 0;
	opacity: .6;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.fblock-style2 .featured-block-overlay-bg{
	opacity: 0;
}
.fblock-style2:hover .featured-block-overlay-bg{
	opacity: .6;
	-webkit-transition: opacity .3s .2s;
	-moz-transition: opacity .3s .2s;
	-ms-transition: opacity .3s .2s;
	-o-transition: opacity .3s .2s;
	transition: opacity .3s .2s;
}
.featured-block-title{
	margin-bottom: 5px;
}
.featured-block-desc{
	margin-bottom: 0;
}
.fblock-style1 .featured-block-title, .fblock-style1 .featured-block-desc{
	color: #fff;
	position: relative;
	z-index: 1;
}
.fblock-style2 .featured-block-title, .fblock-style2 .featured-block-desc{
	color: #fff;
}
.fblock-style2 .featured-block-desc{
	margin-bottom: 18px;
}

/* ==================================================
   8. THEME STYLE
================================================== */
.header-stylehidden .site-header, .header-stylehidden .topbar{
	display:none;
}
.site-header{
  	-webkit-transition:height .5s ease;
  	transition: height .5s ease;
}
.relative-container{
	position:relative;
	z-index: 2
}
.site-logo{
	position:relative;
	line-height: 0;
	display:table;
	vertical-align:middle;
}
.header-equaler-static{
	height: auto!important
}
.static-logo{
	color:#555;
}
.static-logo span{
	font-weight:700;
	font-size:20px;
	line-height:1.5em
}
.static-logo span.site-tagline{
	font-size:13px;
	font-weight: 400;
	display:block
}
.site-logo > div{
	display:table-cell;
    vertical-align:middle
}
.site-logo .default-retina-logo, .sticky-logo .default-retina-logo, .mobile-logo .default-retina-logo{
	display:none;
}
/* /////////////////// MAIN MENU ////////////////// */
.dd-menu{
	display:block;
	float:left;
	margin:0;
	list-style-type:none;
}
.dd-menu > li{
	position:relative;
	z-index:999;
	float:left;
	font-weight:700;
}
.header-left-blocks .dd-menu > li{
	margin-right: 30px
}
.header-right-blocks .dd-menu > li{
	margin-left: 30px
}
.dd-menu > li.menu-item-has-children a:after, .dd-menu > li.menu-item-has-children a:before{
	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-decoration:none;
}
.dd-menu > li.menu-item-has-children > a:after{
	content: " \f107";
	position: absolute;
	right: -12px

}
.dd-menu > li > ul > li.menu-item-has-children > a:after, .dd-menu > li > ul > li > ul > li.menu-item-has-children > a:after, .dd-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after{
	content: " \f105";
}
.dd-menu > li > ul.right > li.menu-item-has-children > a:before,.dd-menu > li > ul > li > ul.right > li.menu-item-has-children > a:before,.dd-menu > li > ul > li > ul > li > ul.right > li.menu-item-has-children > a:before{
	content: "\f104\ ";
}
.dd-menu > li > ul.right > li.menu-item-has-children > a:after,.dd-menu > li > ul > li > ul.right > li.menu-item-has-children > a:after,.dd-menu > li > ul > li > ul > li > ul.right > li.menu-item-has-children > a:after{
	content: "";
}
.dd-menu > li > a{
	display:block;
	line-height:83px;
	color: #111c24;
	position: relative
}
.dd-menu > li > a:before{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	height: 3px;
	width: 0;
  	-webkit-transition:width .5s ease;
  	transition: width .5s ease;
}
.dd-menu > li.current-menu-item > a:before{
	width: 100%
}
.dd-menu > li.right-align-menu > a:before{
	left: auto;
	right: 0
}
.dd-menu > li:hover > a:before{
	width: 100%;
}
.dd-menu > li ul{
	position:absolute;
	margin:0;
	list-style-type:none;
	top:100%;
	left:0;
	z-index:999;
	display:none;
	min-width:100%;
	background:#fff;
	margin-left:0;
	-webkit-box-shadow:0 5px 8px rgba(0,0,0,.2);
	-moz-box-shadow:0 5px 8px rgba(0,0,0,.2);
	box-shadow:0 5px 8px rgba(0,0,0,.2);
}
.dd-menu > li ul.right{
	right: 0;
}
.body .dd-menu > li ul.right{
	left: auto!important;
}
.body .dd-menu > li.megamenu ul.right{
	left: 0!important
}
.dd-menu > li > ul > li{
	position:relative;
	text-transform: none;
	font-weight:400;
	font-size:13px;
}
.dd-menu > li > ul > li > ul, .dd-menu > li > ul > li > ul > li > ul{
	left:100%!important;
	margin-left:5px;
	top:0!important;
}
.dd-menu > li > ul > li > ul.right, .dd-menu > li > ul > li > ul > li > ul.right{
	left: auto!important;
	right: 100%;
	margin-left: 0;
	margin-right: 5px;
}
.dd-menu > li:hover > ul{
	display:block;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.dd-menu > li > ul > li > a, .dd-menu > li > ul > li > ul > li > a, .dd-menu > li > ul > li > ul > li > ul > li > a,.dd-menu .megamenu-container ul li a{
	display:block;
	padding:13px 20px;
	border-bottom:1px solid rgba(255,255,255,.1);
	color:rgba(255,255,255,.8);
	white-space:nowrap;
}
.dd-style1.dd-menu .megamenu-container{
	color:rgba(255,255,255,.8)
}
.dd-menu .megamenu-container .widget_archive li, .dd-menu .megamenu-container .widget_categories li{
	display: block;
	width: 100%;
	border-bottom:1px solid rgba(255,255,255,.1)
}
.dd-menu .megamenu-container .widget_archive li a, .dd-menu .megamenu-container .widget_categories li a{
	border-bottom: 0;
	display: inline-block
}
.dd-menu .megamenu-container .widget_archive li a:before, .dd-menu .megamenu-container .widget_categories li a:before{
	display: none
}
.dd-menu .megamenu-container .widget_recent_comments .recentcomments{
	border-bottom:1px solid rgba(255,255,255,.1)
}
.dd-menu .megamenu-container .widget_recent_comments .recentcomments a{
	border: 0!important;
	display: inline-block!important;
	padding: 7px 0!important
}
.dd-menu .megamenu-container .widget_recent_comments .recentcomments a:hover{
	background: none
}
.dd-menu > li > ul > li > a:hover, .dd-menu > li > ul > li > ul > li > a:hover, .dd-menu > li > ul > li > ul > li > ul > li > a:hover,.dd-menu .megamenu-container ul li a:hover{
	text-decoration:none;
	color:#fff;
	background: rgba(0,0,0,.08)
}
.dd-menu > li > ul > li:last-child > a, .dd-menu > li > ul > li > ul > li:last-child > a, .dd-menu > li > ul > li > ul > li > ul > li:last-child > a{
	border-bottom:0;
}
.dd-menu > li.megamenu{
	position:inherit!important;
	left:0;
}
.dd-menu > li.megamenu > ul{
	left:0!important;
	margin-left:0
}
.dd-menu .megamenu-container{
	padding:0 35px 40px;
	font-weight: 400
}
.dd-menu .megamenu-container ul{
	display:block!important;
	position:static;
	margin-left:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:none;
}
.dd-menu .megamenu-container .megamenu-sub-title{
	margin-top: 40px
}
.dd-menu .megamenu-container .megamenu-sub-title, .dd-menu .megamenu-container .widget .widgettitle, .dd-menu .megamenu-container .widget .widget-title{
	display:block;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing: 1px;
	margin-bottom:15px;
}
.dd-style1.dd-menu .megamenu-container .megamenu-sub-title, .dd-style1.dd-menu .megamenu-container .widget .widgettitle, .dd-style1.dd-menu .megamenu-container .widget .widget-title{
	color: #fff
}
.dd-menu .megamenu-container .widget_product_categories ul ul.children, .dd-menu .megamenu-container .widget_categories ul ul.children, .dd-menu .megamenu-container .widget_pages ul ul.children, .dd-menu .megamenu-container .widget_nav_menu ul ul.sub-menu{
	padding-top: 0;
	margin-top: 0;
	-webkit-border-radius:0;
	border-radius: 0
}
.dd-menu .megamenu-container .widget_nav_menu ul{
	border: 0
}
.dd-menu .megamenu-container .widget_nav_menu ul ul.sub-menu, .dd-menu .megamenu-container .widget_pages ul ul.children{
	border-top: 0
}
.dd-menu .megamenu-container .widget_product_categories ul ul.children li:last-child, .dd-menu .megamenu-container .widget_categories ul ul.children li:last-child, .dd-menu .megamenu-container .widget_pages ul ul.children li:last-child, .dd-menu .megamenu-container .widget_nav_menu ul ul.sub-menu li:last-child{
	border-bottom: 0
}
.dd-menu .megamenu-container .widget{
	margin-top:40px;
	margin-bottom: 0
}
.dd-menu .megamenu-container .widget ul li{
	padding:0;
	border-bottom:0;
}
.dd-menu .megamenu-container ul li a{
	padding: 7px 0;
	white-space: normal
}
.dd-menu .megamenu-container ul li a:hover{
	padding-left: 7px
}
.dd-menu .megamenu-sub-title-hide{
	display:none!important;
}
.dd-menu li.megamenu ul ul{
	background: none
}
.dd-style2.dd-menu > li > a:before{
	display: none
}
.dd-style2.dd-menu > li > ul > li > a, .dd-style2.dd-menu > li > ul > li > ul > li > a, .dd-style2.dd-menu > li > ul > li > ul > li > ul > li > a,.dd-style2.dd-menu .megamenu-container ul li a,.dd-style3.dd-menu > li > ul > li > a, .dd-style3.dd-menu > li > ul > li > ul > li > a, .dd-style3.dd-menu > li > ul > li > ul > li > ul > li > a,.dd-style3.dd-menu .megamenu-container ul li a{
	border-bottom-color: rgba(0,0,0,.08);
	color: #555
}
.dd-style2.dd-menu > li > ul > li:first-child > a, .dd-style2.dd-menu > li > ul > li > ul > li:first-child > a, .dd-style2.dd-menu > li > ul > li > ul > li > ul > li:first-child > a{
	border-radius: 4px 4px 0 0
}
.dd-style2.dd-menu > li > ul > li:last-child > a, .dd-style2.dd-menu > li > ul > li > ul > li:last-child > a, .dd-style2.dd-menu > li > ul > li > ul > li > ul > li:last-child > a{
	border-radius: 0 0 4px 4px
}
.dd-style2.dd-menu .megamenu-container .widget_archive li, .dd-style2.dd-menu .megamenu-container .widget_categories li,.dd-style2.dd-menu .megamenu-container .widget_recent_comments .recentcomments, .dd-style3.dd-menu .megamenu-container .widget_archive li, .dd-style3.dd-menu .megamenu-container .widget_categories li,.dd-style3.dd-menu .megamenu-container .widget_recent_comments .recentcomments{
	border-bottom: 1px solid rgba(0,0,0,.08)
}
.dd-style2.dd-menu .megamenu-container ul li a{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.dd-style2.dd-menu .megamenu-container .widget_archive li a:hover, .dd-style2.dd-menu .megamenu-container .widget_categories li a:hover,.dd-menu .megamenu-container .widget_recent_comments .recentcomments a:hover{
	background: none;
	padding-left: 0
}
.dd-style2.dd-menu > li > ul > li > a:hover, .dd-style2.dd-menu > li > ul > li > ul > li > a:hover, .dd-style2.dd-menu > li > ul > li > ul > li > ul > li > a:hover,.dd-style2.dd-menu .megamenu-container ul li a:hover,.dd-style3.dd-menu > li > ul > li > a:hover, .dd-style3.dd-menu > li > ul > li > ul > li > a:hover, .dd-style3.dd-menu > li > ul > li > ul > li > ul > li > a:hover,.dd-style3.dd-menu .megamenu-container ul li a:hover{
	color: #555;
	background: rgba(0,0,0,.05)
}
.dd-style2.dd-menu li ul,.dd-style3.dd-menu li ul{
	background: #fff
}
.dd-style2.dd-menu li ul{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}
.dd-style2.dd-menu > li > ul{
	margin-top: 20px
}
.dd-style2.dd-menu li ul:before {
	position: absolute;
	top: auto;
	margin: -20px 0px 0px -10px;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-bottom-color: #fff;
	content: " ";
	pointer-events: none;
}
.dd-style2.dd-menu li ul.right:before{
	margin-left: 0;
	right: 20px;
	left: auto
}
.dd-style2.dd-menu li ul li ul:before{
	display:none;
}
.dd-style2.dd-menu > li.megamenu ul:before{
	display: none
}
.dd-style3.dd-menu > li{
	margin-left: 0!important;
	margin-right: 0!important;
}
.dd-style3.dd-menu > li > a{
	padding: 0 15px;
	-webkit-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
}
.dd-style3.dd-menu > li > a:before{
	display: none
}
.dd-style3.dd-menu > li:hover > a, .dd-style3.dd-menu > li.current-menu-item > a{
	color: #fff
}
.dd-style3.dd-menu > li > ul{
	left: 0!important;
	margin-left: 0
}

.topper-opener:after{
	display: none
}
.topper-container{
	display: none;
	background: #fff;
	cursor: default
}
.topper-container .widget{
	margin-bottom: 0;
}
.topper-container.widgets-at-right, .topper-container.widgets-at-left{
	width: 400px;
	overflow-x: hidden;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	display: block;
	z-index: 10000;
	cursor: default
}
.topper-opened .widgets-at-right, .topper-opened .widgets-at-left{
	box-shadow: -4px 0 5px rgba(0,0,0,.1)
}
.topper-opened .widgets-at-left{
	box-shadow: 4px 0 5px rgba(0,0,0,.1)
}
.topper-container.widgets-at-right .container, .topper-container.widgets-at-left .container{
	width: 100%!important;
}
.topper-container.widgets-at-right .widget, .topper-container.widgets-at-left .widget{
	width: 100%!important;
	margin-bottom: 40px
}
.topper-container.widgets-at-right{
	right: -400px
}
.topper-container.widgets-at-left{
	left: -400px
}
body.topper-opened{
}
.topbar{
	background:#333;
	position: relative;
	z-index: 1002
}
.topbar:before, .topbar:after{
	content: "";
	display: table
}
.topbar:after{
	clear: both
}
.topbar .tinynav{
	display: none
}
.topbar-blocks, .topbar .search-module, .topbar .cart-module{
	float: left;
}
.topbar-left-blocks .topbar-blocks{
	margin-right: 20px
}
.topbar-left-blocks .search-module, .topbar-left-blocks .cart-module, .topbar-left-blocks .topbar-blocks.topbar-topper-opener{
	margin-right: 10px;
	margin-left: 0
}
.topbar-right-blocks{
	float: right
}
.topbar-right-blocks .topbar-blocks, .topbar-right-blocks .header-equaler{
	margin-left: 20px;
	margin-right: 0
}
.topbar-right-blocks .search-module, .topbar-right-blocks .cart-module, .topbar-right-blocks .topbar-blocks.topbar-topper-opener{
	margin-left: 10px;
	margin-right: 0
}
.topbar-left-blocks .header_info_text{
	margin-right: 25px
}
.topbar .topbar-blocks > div, .topbar .topbar-blocks > div > div{
	display: table;
	vertical-align: middle
}
.topbar .topbar-blocks > div > div{
	display: table-cell
}
.topbar .topbar-blocks, .topbar .topbar-blocks > div > div{
	height: 48px
}
.topbar .header-equaler, .topbar .header-equaler > div > div{
	height: 48px
}
.topbar .search-module-trigger, .topbar .cart-module-trigger, .topbar .topper-opener{
	color: #fff
}
.topbar .topper-opener{
	width: auto
}
.topbar .header_info_text{
	color: #eee;
	line-height: 1.3em;
	float: left;
	font-size: 13px;
}
.secondary-menu > ul, .topbar-social ul{
	margin:0;
	list-style-type:none;
}
.secondary-menu > ul > li, .topbar-social ul li{
	float:left;
	position: relative
}
.topbar-additional-menu > ul > li > a{
	height: 48px
}
.secondary-menu > ul > li a{
	display:inline-block;
	overflow:hidden;
	padding:0 12px;
	color:#eee;
	font-size:12px;
	line-height:100%;
	vertical-align: middle
}
.secondary-menu > ul > li a:before{
	content: '';
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
}
.secondary-menu > ul > li a:hover{
	background-color:rgba(0,0,0,.1);
	color: #fff;
	text-decoration:none;
}
.secondary-menu > ul > li > ul{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #111c24;
	min-width: 100%;
	margin: 0;
	list-style-type: none;
}
.secondary-menu > ul > li:hover ul{
	display: block;
}
.secondary-menu > ul > li ul li a{
	line-height: 1.3em;
	padding: 12px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.secondary-menu .dropdown-menu{
	z-index:1200;
}
.topbar-additional-menu > ul{
	border-right: 1px solid rgba(255,255,255,.18);
	float: left
}
.topbar-additional-menu > ul > li > a{
	border-left: 1px solid rgba(255,255,255,.18)
}
.topbar-social ul li a{
	color: #eee
}
.theme-sticky-header{
	position: fixed;
	left: 0;
	top: 0;
	margin-top: -999px;
	z-index: 9999;
	width: 100%;
	background-color: rgba(255,255,255,.95);
	height: 75px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.2);
	box-shadow:0 1px 3px rgba(0,0,0,0.2);
	-webkit-transition:margin-top .3s ease;
	transition:margin-top .3s ease;
}
.logged-in.admin-bar .theme-sticky-header{
	top: 28px
}
.theme-sticky-header .site-logo{
	display: none
}
.theme-sticky-header .sticky-logo img{
	width:auto!important
} 
.sticky-header-left-blocks{
	float: left
}
.sticky-header-right-blocks{
	float: right
}
.sticky-header-left-blocks .header-equaler{
	margin-right: 25px;
	margin-left: 0
}
.sticky-header-left-blocks .header-equaler.cart-module, .sticky-header-left-blocks .header-equaler.search-module,.sticky-header-left-blocks .header-equaler.header-topper-opener{
	margin-right: 15px
}
.sticky-header-right-blocks .header-equaler{
	margin-left: 25px;
	margin-right: 0
}
.sticky-header-right-blocks .header-equaler.cart-module, .sticky-header-right-blocks .header-equaler.search-module,.sticky-header-right-blocks .header-equaler.header-topper-opener{
	margin-left: 15px
}
.theme-sticky-header .header-equaler, .theme-sticky-header .sticky-menu{
	float: left
}
.theme-sticky-header .container{
	position: relative
}
.theme-sticky-header .sticky-menu > ul > li > a{
	line-height: 75px;
}
.sticky-header-left-blocks .sticky-menu > ul > li{
	margin-right: 25px
}
.sticky-header-right-blocks .sticky-menu > ul > li{
	margin-left: 25px
}
.sticky-header-left-blocks .search-module-opened, .sticky-header-left-blocks .cart-module-opened{
	right: auto;
	left: 0
}
.theme-mobile-header{
	display: none;
	position: relative;
	z-index: 999
}
.theme-mobile-header .header-equaler{
	float: none;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	height: auto!important;
	text-align: center;
	display: block;
}
.theme-mobile-header .header-equaler, .theme-mobile-header .mobile-navbar, .theme-mobile-header .topbar-blocks{
	border-top: 1px solid rgba(0,0,0,.06);
	padding: 12px 20px;
	display: block;
	width: 100%;
	float: none;
	text-align: center
}
.theme-mobile-header:before, .theme-mobile-header:after, .mobile-navbar:before, .mobile-navbar:after{
	content: "";
	display: table
}
.theme-mobile-header:after, .mobile-navbar:after{
	clear: both
}
.mobile-navbar{
	position: relative
}
.theme-mobile-header .mobile-logo{
	float: left;
}
.theme-mobile-header .mobile-logo > div{
	display: table;
	vertical-align: middle
}
.theme-mobile-header .mobile-logo > div > div{
	display: table-cell;
	vertical-align: middle
}
.theme-mobile-header .mobile-logo img{
	max-height: 50px;
	width: auto!important
}
.mobile-search{
	display: none
}
.theme-mobile-header .mobile-search{
	display: inline-block
}
.theme-mobile-header .sitewide-search{
	display: none
}
.theme-mobile-header .search-module-trigger, .theme-mobile-header .cart-module-trigger{
	font-size: 24px;
	width: auto;
	height: auto;
	margin: 0
}
.theme-mobile-header .search-module-opened, .theme-mobile-header .cart-module-opened{
	top: 74px;
	text-align: left;
	margin-top: 0;
	max-width: none;
	width: auto;
	margin-left: 20px
}
.theme-mobile-header .mobile-navbar .header-equaler{
	padding: 0!important;
	border: 0!important;
	float: right;
	margin-left: 12px;
	border-top: 0;
	width: auto;
	position: static
}
.theme-mobile-header .header-equaler > div, .theme-mobile-header .header-equaler > div > div{
	width: 100%
}
.theme-mobile-header .mmenu-toggle{
	float: right;
	border: 0;
	padding: 0;
	background: none;
	font-size: 24px
}
.theme-mobile-header .mmenu-toggle:before{
	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-decoration:none;
	content: "\f0c9";
}
.theme-mobile-header .mmenu-toggle.menu-opened:before{
	content: "\f00d"
}
.theme-mobile-header .mmenu-toggle-noicon:before{
	display: none
}
.theme-mobile-header .mobile-menu{
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	background-color: #fff;
	z-index: 111;
	text-align: left;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.2);
	box-shadow:0 1px 3px rgba(0,0,0,0.2)
}
.theme-mobile-header .mobile-menu ul{
	list-style-type: none;
	margin: 0
}
.theme-mobile-header .mobile-menu li{
	position: relative
}
.theme-mobile-header .mobile-menu li a{
	line-height: 20px;
	display: block;
	padding: 13px 20px;
	text-transform: none;
	border-top: 1px solid rgba(0,0,0,.05);
	border-bottom: 0
}
.theme-mobile-header .mobile-menu li a:before {
    content: "";
    width: 30px;
    height: 30px;
    float: right;
}
.theme-mobile-header .mobile-menu li ul.sub-menu:not(.mm-sub-menu){
	display: none
}
.theme-mobile-header .mobile-menu li.menu-item-has-children .mesnopener {
    width: 60px;
    height: 48px;
    border-radius: 100%;
    text-align: center;
    line-height: 48px;
    display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 11;
	cursor: pointer
}
.theme-mobile-header .mobile-menu li.menu-item-has-children .mesnopener:before{
	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-decoration:none;
	content: "\f067"
}
.theme-mobile-header .mobile-menu li.menu-item-has-children.mitem-clicked > .mesnopener:before{
	content: "\f068";
}

/* Header Style 1 */
.site-header{
	position:relative;
	z-index:1000;
	background-color:#fff;
	width: 100%;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.2);
	box-shadow:0 1px 3px rgba(0,0,0,0.2);
}
.site-header .sticky-logo{
	display: none
}
/* Header Style 2 */
.header-style2 .site-header{
	background:none;
	box-shadow: none;
	position:absolute;
	top:auto;
	z-index:999;
	left:0;
}
.header-style2 .site-header .dd-menu > li > a, .header-style2 .site-header .search-module-trigger, .header-style2 .site-header .cart-module-trigger, .header-style2 .site-header .topper-opener, .header-style2 .site-header .imi-social-icons.imi-social-icons-plain li a, .header-style2 .site-header .dd-menu > li > a:hover, .header-style2 .site-header .search-module-trigger:hover, .header-style2 .site-header .cart-module-trigger:hover, .header-style2 .site-header .topper-opener:hover{
	color:#fff;
}
.header-style2 .site-header .dd-menu > li > a:hover, .header-style2 .site-header .search-module-trigger:hover, .header-style2 .site-header .cart-module-trigger:hover, .header-style2 .site-header .topper-opener:hover{
	color:#eee
}
.header-style2 .theme-sticky-header .dd-menu > li > a{
	margin-top: 0
}
/* Header Style 3 */
.header-style3 .site-header{
	position:relative;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#999;
}
.header-style3 .site-header .col-md-10{
	position:static;
}
.header-style3 .site-header .site-logo{
	margin-right: 0
}
.header-style3 .site-header .site-logo img{
	max-height: 126px
}
.header-style3 .header-top{
	height:63px;
}
.header-style3 .header-equaler, .header-style3 .header-equaler > div > div {
    height: 63px;
}
.header-style3 .dd-menu > li > a{
	line-height:63px;
}
.header-style3 .search-module-opened, .header-style3 .cart-module-opened{
	top:100%
}
/* Header Style 4 */
.full-width-menu{
	background: rgba(255,255,255,.8);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
	position: absolute;
	bottom: -55px;
	height: 55px;
	width: 100%;
	left: 0;
	border-radius: 0 0 4px 4px;
	z-index: 1
}
.full-width-menu > div > ul{
	text-align: center
}
.full-width-menu > div > ul li{
	text-align: left
}
.header-style4 .site-header .dd-menu{
	float: none;
}
.header-style4 .site-header .dd-menu > li{
	float: none;
	display: inline-block
}
.header-style4 .site-header .dd-style2.dd-menu > li, .header-style4 .site-header .dd-style1.dd-menu > li{
	margin-left: 15px;
	margin-right: 15px
}
.header-style4 .site-header .dd-menu > li > a{
	line-height: 55px!important;
}
.header-style4 .site-header .dd-style2.dd-menu > li > ul{
	margin-top: 20px
}
/* Header Style 5 */
.header-style5 .full-width-menu{
	position: static;
	border-radius: 0;
	margin: 0;
	text-align: left;
	box-shadow: none;
	float: left;
	padding: 0
}
.header-style5 .fw-menu .cart-tquant{
	right: 5px
}
.header-style5 .fw-menu .header-equaler, .header-style5 .fw-menu .header-equaler > div > div{
	height: auto!important
}
.header-style5 .fw-menu .dd-menu > li{
	margin-left: 30px
}
.header-style5 .fw-menu .dd-menu > li > a, .header-style5 .fw-menu .search-module-trigger, .header-style5 .fw-menu .cart-module-trigger{
	line-height: 55px;
	color: #fff
}
.header-style5 .fw-menu .search-module, .header-style5 .fw-menu .cart-module{
	float: right;
	margin-right: 0;
	margin-left: 2px
}
.header-style5 .fw-menu .search-module-trigger, .header-style5 .fw-menu .cart-module-trigger, .header-style5 .site-header .fw-menu .topper-opener{
	display: block;
	width: 55px;
	height: 55px
}
.header-style5 .site-header .search-module-opened, .header-style5 .site-header .cart-module-opened{
	top:100%;
	margin-top: -50%
}
.header-style5 .fw-menu .search-module-opened, .header-style5 .fw-menu .cart-module-opened{
	margin-top: 0
}
.header-style5 .site-header .cart-module, .header-style5 .site-header .search-module{
	z-index: 99
}
.header-style5 .fw-menu .cart-module, .header-style5 .fw-menu .search-module{
	z-index: 9
}
.header-style5 .fw-menu .open-search-form {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}
/* Header Style 6 */
.header-style6 .full-width-menu{
	position: relative;
	background: #f7f7f7;
	bottom: -28px;
	left: auto;
	border-radius: 0;
	margin: -28px 0 0;
	text-align: left;
	box-shadow: none;
	float: left;
	padding: 0 30px
}
.header-style6 .fw-menu .search-module, .header-style6 .fw-menu .cart-module{
	float: right;
	margin-right: 0;
	margin-left: 15px
}
.header-style6 .fw-menu .header-equaler, .header-style6 .fw-menu .header-equaler > div > div{
	height: auto!important
}
.header-style6 .fw-menu .dd-menu > li > a, .header-style6 .fw-menu .search-module-trigger, .header-style6 .fw-menu .cart-module-trigger{
	line-height: 55px;
}
.header-style6 .fw-menu .search-module-trigger, .header-style6 .fw-menu .cart-module-trigger{
	height: 55px;
	display: block
}
.header-style6 .fw-menu .dd-menu > li{
	margin-right: 30px
}
.header-style6 .fw-menu .search-module-opened, .header-style6 .fw-menu .cart-module-opened{
	top:55px
}
.header-style6 .site-header .cart-module, .header-style6 .site-header .search-module{
	z-index: 99
}
.header-style6 .fw-menu .open-search-form {
    float: right;
    margin-right: 0;
    margin-top: 10px;
}
/* Header Style 7 */
.header-style7 .site-header{
	position: absolute;
	border-radius: 0 0 5px 5px;
	background: rgba(255,255,255,.8)
}
/* Header Style 8 */
.header-style8 .site-header{
	position: absolute;
	border-radius: 5px;
	margin-top: 20px;
}
/* Header Style 9 */
.header-style9 .site-header{
	background:none;
	box-shadow: none;
	position:absolute;
	top:auto;
	z-index:999;
	left:0;
}
.header-style9.fscreen-menu-open .site-header{
	z-index: 9999
}
.header-style9 .site-header .header_info_text{
	color: #fff;
	float: left
}
.header-style9 .site-header .hidden-menu-opener, .header-style9 .site-header .search-module-trigger, .header-style9 .site-header .cart-module-trigger, .header-style9 .site-header .topper-opener{
	color:#fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	border: 1px solid rgba(255,255,255,.1);
	display: block;
	float: right;
	margin-left: 0;
	-webkit-transition:background 0.2s ease, color 0.2s ease;
	-moz-transition:background 0.2s ease, color 0.2s ease;
	-ms-transition:background 0.2s ease, color 0.2s ease;
	-o-transition:background 0.2s ease, color 0.2s ease;
	transition:background 0.2s ease, color 0.2s ease;
}
.header-style9 .site-header .hidden-menu-opener:hover, .header-style9 .site-header .search-module-trigger:hover, .header-style9 .site-header .cart-module-trigger:hover, .header-style9 .site-header .topper-opener:hover{
	color:#333;
	background: #fff
}
.header-style9 .overlay-wrapper .dd-menu > li > a:before, .header-style9 .dd-style2.dd-menu li ul:before{
	display: none
}
.header-style9 .overlay-wrapper .dd-menu{
	text-align: center;
	float: none
}
.header-style9 .overlay-wrapper .dd-menu > li{
	float: none;
}
.header-style9 .overlay-wrapper .dd-menu > li > a{
	font-size: 24px;
	line-height: 30px;
	padding: 20px 0;
	color: #fff;
	opacity: .8;
	margin-bottom: 1px
}
.header-style9 .overlay-wrapper .dd-menu > li ul{
	background: none!important;
	position: static;
	box-shadow: none
}
.header-style9 .overlay-wrapper .dd-menu > li ul li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 8px 0;
	border-bottom: 0;
	opacity: .8
}
.header-style9 .overlay-wrapper .dd-menu > li.current-menu-item > a, .header-style9 .overlay-wrapper .dd-menu > li:hover > a, .header-style9 .overlay-wrapper .dd-menu > li ul li a:hover{
	color: #fff;
	opacity: 1;
	background: rgba(0,0,0,.1)
}
.header-style9 .site-header .imi-social-icons.imi-social-icons-plain li a{
	color: #fff
}
.hidden-menu-opener{
	vertical-align: middle
}
.hidden-menu-opener:before{
	content: '';
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
}

/* Header Style 10 */
.header-style10 .fw-menu{
	border-top: 1px solid rgba(0,0,0,.05)
}
.header-style10 .fw-menu .dd-menu{
	border-left: 1px solid rgba(0,0,0,.05);
	float: left
}
.header-style10 .fw-menu .dd-menu > li{
	float: left
}
.header-style10 .fw-menu .dd-menu > li > a{
	line-height: 55px;
	height: 55px;
	padding: 0 20px;
	display: block;
	border-right: 1px solid rgba(0,0,0,.05)
}
.header-style10 .dd-style2.dd-menu li ul{
	margin-left: 20px
}
.header-style10 .dd-style2.dd-menu li.megamenu ul{
	margin-left: 0
}
.header-style10 .fw-menu .dd-menu > li ul{
	top: 55px
}
.header-style10 .fw-menu .dd-menu > li.megamenu ul{
	top: 100%
}
.header-style10 .fw-menu > .container{
	position: relative
}
.centered-logo{
	text-align: center;
	position: absolute;
	z-index: 0;
	width: 100%;
	margin-left: -15px
}
.centered-logo .header-equaler, .centered-logo .header-equaler > div, .centered-logo .header-equaler > div > div{
	display: inline-block;
	float: none;
	margin-right: 0;
	margin-left: 0
}
.centered-logo .site-logo{
	float: none;
	display: inline-block;
	margin-right: 0
}

/* Header Style 11 */
.header-style11 .container{
	width: 100%
}
.header-style11 .site-header{
	float: left;
	width: 300px;
	padding: 30px;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	text-align: center;
	overflow: auto
}
.header-style11 .site-header .container{
	padding-left: 0;
	padding-right: 0
}
.header-style11 .body{
	width: 100%;
	padding-left: 300px
}
.header-style11 #main-container > .content .container{
	padding-left: 30px;
	padding-right: 30px
}
.header-style11 .site-header .dd-menu, .header-style11 .site-header .header-equaler{
	float: none;
	margin-left:0;
	margin-right: 0;
	height: auto!important
}
.header-style11 .site-header .header-equaler > div{
	display: block
}
.header-style11 .site-header .header-equaler > div > div{
	height: auto!important;
	display: block;
}
.header-style11 .site-header .site-logo{
	display: inline-block;
}
.header-style11 .site-header .dd-menu > li{
	float: none;
	text-align: left
}
.header-style11 .site-header .dd-menu > li > a{
	line-height: normal!important;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0,0,0,.05)
}
.header-style11 .site-header .dd-style3.dd-menu > li > a{
	padding: 15px
}
.header-style11 .site-header .dd-menu > li ul{
	position: static;
	box-shadow: none;
	background: none!important;
	margin-top: -1px;
	margin-left: 0
}
.header-style11 .site-header .dd-menu > li ul a{
	color: #5e5e5e;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,.05);
	font-weight: 400
}
.header-style11 .site-header .dd-style3.dd-menu > li ul a{
	padding: 10px
}
.header-style11 .site-header .dd-menu > li ul a:hover{
	background: none
}
.header-style11 .site-header .dd-menu > li:hover ul{
	display: none
}
.header-style11 .site-header .dd-menu > li.menu-item-has-children a:after{
	display: none
}
.header-style11 .site-header .dd-menu li.menu-item-has-children:after {
	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-decoration:none;
	content: " \f107";
    background: #f7f7f7;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    display: inline-block;
	position: absolute;
	right: 0;
	top: 14px;
	z-index: 11;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.header-style11 .site-header .dd-menu li.menu-item-has-children.menu-toggle-status:after{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	transform:rotate(180deg);
}
.header-style11 .site-header .dd-menu li.menu-item-has-children:hover:after{
	color: #fff
}
.header-style11 .header-bottom-blocks{
	position: absolute;
	width: 100%;
	padding: 0 30px;
	left: 0;
	bottom: 0
}
.header-style11 .site-header .header-equaler, .header-style11 .site-header .dd-menu{
	margin-bottom: 30px;
}
.header-style11 .site-header .open-search-form, .header-style11 .site-header .fbtn{
	width: 100%;
	max-width: none
}
.header-style11 .site-header .cart-module .cart-module-trigger{
	display: none;
}
.header-style11 .site-header .cart-module .cart-module-opened{
	display: block!important;
	position: static;
	width: 100%;
	max-width: none;
	min-width: 0;
	text-align: left
}
.header-style11 .site-header .cart-module .cart-module-empty-cart{
	display: none!important
}
.header-style11 .site-header .header_info_text{
	width: 100%!important
}


/* Footer style default */
.site-footer-top{
	padding:50px 0;
	background:#111c24
}
.footer-dark-skin .footer_widget{
	color: #aaa
}
.footer-light-skin.site-footer-top{
	background: #fafafa
}
.site-footer-top .footer_widget{
	font-size: 14px
}
.footer-dark-skin .footer_widget a{
	color: #ddd;
}
.footer-dark-skin .footer_widget a:hover{
	color: #fff
}
.footer-dark-skin .footer_widget .tagcloud a{
	color:#aaa;
	border-color: rgba(255,255,255,.15)
}
.footer-dark-skin #wp-calendar{
	border-color:rgba(255,255,255,.15)
}
.footer-dark-skin #wp-calendar thead, .footer-dark-skin #wp-calendar #wp-calendar tfoot{
	color: #fff
}
.footer_widget.widget_nav_menu ul, .footer_widget.widget_product_categories ul,.footer-custom-sidebar .widget_nav_menu ul{
	border: 0
}
.footer_widget.widget_nav_menu ul li a, .footer_widget.widget_product_categories ul li a,.footer-custom-sidebar .widget_nav_menu ul li a{
	letter-spacing: 0;
	text-transform: none;
	font-size: inherit;
	padding: 0 0 8px;
	margin-bottom: 8px;
	font-weight: 400
}
.footer-dark-skin .footer_widget.widget_nav_menu ul li a, .footer-dark-skin .footer_widget.widget_product_categories ul li a,.footer-custom-sidebar .widget_nav_menu ul li a{
	border-bottom-color:rgba(255,255,255,.1);
	opacity: .8
}
.footer-dark-skin .footer_widget.widget_nav_menu ul li a:hover, .footer-dark-skin .footer_widget.widget_product_categories ul li a:hover,.footer-custom-sidebar .widget_nav_menu ul li a:hover{
	color: #fff!important;
	opacity: 1
}
.footer_widget.widget_nav_menu ul li:last-child a, .footer_widget.widget_product_categories ul li:last-child a,.footer-custom-sidebar .widget_nav_menu ul li:last-child a{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0
}
.footer_widget .footer-widgettitle{
	text-transform:uppercase;
	font-size:19px;
	letter-spacing: 1px;
	font-weight:500;
	margin-bottom: 30px
}
.footer_widget.widget_media_image{
	margin-bottom: 20px
}
.footer-dark-skin .footer_widget .footer-widgettitle{
	color: #fff
}
.footer_widget.widget_capital_recent_post ul li strong{
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 21px
}
.site-footer-bottom{
	padding:25px 0;
	background:#1b1b1b;
	font-size:13px;
}
.footer-dark-skin.site-footer-bottom{
	color: #aaa
}
.footer-light-skin.site-footer-bottom{
	background: #eee
}
.site-footer-bottom p{
	margin:0;
	padding:0;
}
.footer-dark-skin.site-footer-bottom a{
	color: #aaa
}
.footer-dark-skin.site-footer-bottom a:hover{
	color: #eee
}
.footer-menu{
	list-style-type:none;
	margin:0;
	float:right;
}
.footer-menu li{
	float:left;
}
.footer-menu li a{
	margin-left:15px;
}
.footer-social{
	float: right
}

/* Inner Page Styles */
.breadcrumb-wrapper{
	border-bottom: 1px solid rgba(0,0,0,.08);
	position: relative;
	z-index: 998
}
.breadcrumb a{
	font-weight: 600
}
.page-content{
	padding-bottom:50px;
}
.page-banner{
	background-color:#f8f8f8;
	position: relative
}
.page-banner, .page-banner h1{
	color:#fff;
	text-transform: uppercase
}
.page-banner-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    content: ""
}
.page-banner-text{
	width:100%;
	display:block;
	position:relative;
	z-index:12
}
.page-banner-text > div{
	display:table;
	vertical-align:middle;
	width:100%
}
.page-banner-text > div > div{
	display:table-cell;
	vertical-align:middle;
	height:100%;
	width:100%;
	padding:50px 0
}
.page-banner-text h1, .page-banner-text p{
	margin-bottom:0;
	font-weight:400
}

/*-------------------------------------------------------------------------------------------*/
/* Testimonial
/*-------------------------------------------------------------------------------------------*/
.testimonial-item .testimonial-img-block{
	float:left;
	width:50px;
	height:50px;
	margin-right: 25px
}
.testimonial-item .post-item-content:before, .testimonial-item .post-item-content:after{
	display: table;
	content: ""
}
.testimonial-item .post-item-content:after{
	clear: both
}
.testimonials-style2 .testimonial-item .testimonial-img-block{
	float: none;
	margin-right: 0;
	display: inline-block;
	margin-bottom: 5px
}
.testimonials-style2 .testimonial-info{
	display: inline-block;
	text-align: center
}
.testimonial-info{
	margin-top: 15px;
}
.testimonial-item .testimonial-img-block.full-border-radius img{
	-webkit-border-radius:100%;
	border-radius:100%;
}
.testimonials-style1 .testimonial-item blockquote{
	font-size: 16px;
}
.testimonial-item blockquote{
	margin:0;
	padding:0;
	border:0;
	background:0;
}
.testimonial-item cite{
	height: 50px;
	opacity:.8;
	font-style:normal;
	line-height: 20px
}
.testimonial-item cite > span{
	display: table;
	vertical-align: middle
}
.testimonial-item cite > span > span{
	height: 50px;
	display: table-cell;
	vertical-align: middle
}
.testimonial-item cite strong{
	color: #333;
	display: block;
}
.testimonials-style2 .testimonial-item{
	text-align: center
}
.testimonials-style3 .testimonial-item .testimonial-img-block{
	float:none;
	width:35%;
	margin: 0;
	height:auto;
	padding-left: 70px
}
.testimonials-style3 .testimonial-item .testimonial-img-block img{
	width: 200px
}
.testimonials-style3 .testimonial-item blockquote{
	font-size: 24px;
}
.testimonials-style3 .testimonial-item .testimonial-floated-content{
	width: 65%;
	padding-right: 70px
}
.testimonials-style3 .testimonial-item .testimonial-floated-content.pull-right{
	padding-right: 0;
	padding-left: 70px;
	text-align: right
}
.testimonials-style3 .testimonials-style3-no-image.testimonial-item .testimonial-floated-content{
	padding: 0;
	width: 100%
}
.tinfo-block{
	padding: 25px;
}
.tinfo-block h3{
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.tinfo-block .icon-box p{
	color: #111c24
}
.team-single-info{
	border: 1px solid #eee
}
.tinfo-horizontal-style:before, .tinfo-horizontal-style:after{
	content: "";
	display: table
}
.tinfo-horizontal-style:after{
	clear: both
}
.tinfo-horizontal-style{
	border-right: 0
}
.tinfo-vertical-style{
	border-bottom: 0
}
.tinfo-horizontal-style .tinfo-block{
	width: 33.3333%;
	float: left;
	border-right: 1px solid #eee;
}
.tinfo-vertical-style .tinfo-block{
	border-bottom: 1px solid #eee;
	height: auto!important
}
.tinfo-block .icon-box{
	min-height: auto!important
}
.tinfo-block .imi-social-icons{
	margin-top: 16px
}
.tinfo-block .imi-social-icons li a{
	line-height: 32px
}
.tinfo-block .imi-social-icons li a:before{
	display: none
}


/*-------------------------------------------------------------------------------------------*/
/* Backgrounds
/*-------------------------------------------------------------------------------------------*/
.parallax{
	background-attachment: fixed!important;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#f8f8f8;
}
.black-overlay{
	background-color: rgba(0, 0, 0, 0.7);
}
.touch .parallax, .page-banner.parallax{
	background-attachment:scroll!important;
}
.page-banner.parallax{
	background-position:center center!important;
}

/*-------------------------------------------------------------------------------------------*/
/* Portfolio Item
/*-------------------------------------------------------------------------------------------*/
.project-filter-nav{
	margin: 0 0 50px;
}
.project-filter-nav > li{
	float: none;
	display: inline-block;
}
.project-filter-nav.plain-filters > li{
	margin: 0 20px 0 0;
	text-transform: uppercase;
	font-size: 13px
}
.project-filter-nav.plain-filters > li > a{
	color: #555
}
.portfolio-wrap-2 .portfolio-item{
	width:50%;
}
.portfolio-wrap-3 .portfolio-item{
	width:33.3111111%;
}
.portfolio-wrap-4 .portfolio-item{
	width:25%;
}
.portfolio-wrap-5 .portfolio-item{
	width:20%;
}
.portfolio-item {
	position: relative;
	display:none;
	overflow: hidden;
}
.portfolio-item .grid-item-inner{
	position:relative;
}
.portfolio-item .project-media {
	position: relative;
	display: block;
	overflow: hidden;
}
.project-media:hover img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.portfolio-item .project-media img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.project-overlay {
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	opacity:0;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.project-media:hover .project-overlay {
	opacity:1;
}
.project-media:before{
	background: none;
}
.project-overlay:before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	opacity: .6;
	left: 0;
	top: 0;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.open-project-link {
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
}
.project-info {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	padding: 20px;
	display: table;
	vertical-align: bottom
}
.project-info > div{
	display: table-cell;
	vertical-align: bottom;
	height: 100%
}
.project-info h4{
	margin-bottom: 0;
}
.project-name {
	margin-bottom:0;
	text-transform:uppercase;
	font-weight:500;
}
.project-media .project-name{
	color:#fff;
}
.project-categories {
	display:block;
	font-size:13px;
	font-style:italic;
}
.project-media .project-categories{
	color:rgba(255,255,255,.5);
}
.project-categories a:after, .project-categories span:after{
	content: ", "
}
.project-categories a:last-child:after, .project-categories span:last-child:after{
	content: ""
}
.portfolio-list li{
	margin-bottom:30px;
}
.project-info-static h4{
	margin-bottom: 0;
}
.project-info-static .project-categories a{
	color: #999;
}

/*-------------------------------------------------------------------------------------------*/
/* Team Item
/*-------------------------------------------------------------------------------------------*/
.team-item .social-icons-list{
	width:100%;
	display:block;
	padding:20px 0 0;
}
.team-item .social-icons-list a{
	margin-right:20px;
	color: #999;
	display: inline-block;
	font-size: 20px
}
.team-item .social-icons-list a:hover{
	color: #fff
}
.team-item h3, .team-item h4{
	text-transform: uppercase;
	margin-bottom: 5px;
}
.team-item .meta-data{
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	font-family: inherit
}
.team-name {
	display:block;
	margin-top:20px;
	margin-bottom: 0;
	text-align:center;
	text-transform:uppercase;
	font-weight:500;
}
.team-item-excerpt{
	margin-top: 20px
}
.team-item-excerpt p{
	margin-bottom: 0
}
.team-item .read-more-link{
	margin-top: 30px
}
.single-team-media{
	position:relative;
	min-height:80px;
}
.single-team-media .social-icons{
	position:absolute;
	bottom:40px;
	padding:10px 6px 15px;
	left:0;
}
.single-team-media .social-icons a{
	color:#fff;
	font-size:14px;
	margin:0 6px;
}
.single-team-media .single-team-position{
	position:absolute;
	bottom:20px;
	background:#fff;
	font-size:13px;
	padding:2px 10px;
}

/*-------------------------------------------------------------------------------------------*/
/* Page Specific Classes
/*-------------------------------------------------------------------------------------------*/
.featured-row{
	padding:20px 0 30px 0;
	text-align:center
}
.featured-row .btn{
	margin:0 5px
}
.page-content .owl-carousel{
	margin-bottom:40px
}
.post-list-item, .team-list-item, .service-list-item{
	margin-bottom:70px
}
.blog-page-posts .post-list-item{
}
.single-post .blog-posts .post{
	border-bottom: 0;
	padding-bottom: 20px
}
.blog-posts .post:last-child{
	margin-bottom:0
}
.blog-posts.owl-carousel .post{
	margin-bottom:0;
	padding-bottom:10px
}
.blog-posts .post.single-post{
	margin-bottom:20px
}
.blog-posts .post h4{
	text-transform: uppercase
}
.post-media{
	text-align:center
}
.single-post .post-media{
	margin-bottom:30px
}
.blog-posts .post .blog-post-details{
	color:#aaa;
	font-size:11px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 18px;
	font-family:"Oswald", sans-serif;
	margin-bottom: 20px
}
.blog-posts .post .blog-post-details.style-title{
	margin-bottom: 45px
}
.blog-posts .post .blog-post-details i{
	font-size: 13px
}
.blog-posts .post .blog-post-details .mi{
	position: relative;
	top: 2px
}
.comments li.comment:before, .comments li.comment:after{
	content: "";
	display: table
}
.comments li.comment:after{
	clear: both;
}
.blog-posts .post .blog-post-details > div{
	display:inline-block;
	margin-right: 15px
}
.blog-posts .post .blog-post-details a{
	color: #999
}
.blog-posts .post .blog-post-details .icon-pencil{
	position: relative;
	top: 2px
}
.blog-post-details .post-date{
	position: relative;
	padding: 0 8px
}
.blog-post-details .post-date:before{
	position: absolute;
	content: "";
	opacity: .08;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg)
}
.blog-posts.owl-carousel .item{
	padding-bottom: 1px;
	padding-top: 1px
}
.blog-posts .post.format-audio .post-media iframe{
	margin-bottom:-6px
}
.blog-posts.blog-large-image a.btn{
	margin-bottom:20px
}
.blog-posts .blog-full-item{
	text-align: center
}
.blog-posts .blog-full-item .post-title{
	font-size: 34px;
	text-transform: none
}
.blog-posts .blog-full-item .blog-post-details.style-title:after{
	display: none
}
.blog-posts .blog-full-item .post-item-excerpt{
	margin-bottom: 45px;
	padding-left: 100px;
	padding-right: 100px
}
.blog-posts .blog-full-item .post-media{
	margin-bottom: 30px
}
.no-border-style.no-bg-style .blog-full-item{
	margin-bottom: 80px;
	padding-bottom: 80px;
	position: relative
}
.no-border-style.no-bg-style .blog-full-item:after{
	content: " ";
	width: 160px;
	height: 1px;
	background: #ddd;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -80px
}
.blog-masonry{
	width: 105%;
	margin-left: -3%;
	float: left
}
.blog-masonry .blog-masonry-item{
 	margin-left: 3%;
	margin-bottom:30px;
	float:left;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);
	-moz-box-shadow:0 0 3px rgba(0,0,0,.1);
	box-shadow:0 0 3px rgba(0,0,0,.1)
}
.blog-masonry.col-2 .blog-masonry-item{
	width:49%
}
.blog-masonry.col-3 .blog-masonry-item{
 	width:29.63%
}
.blog-masonry.col-4 .blog-masonry-item{
	width:22%
}
.blog-posts .blog-masonry-item.post{
	border-bottom:0;
	padding-bottom: 0
}
.blog-masonry .blog-masonry-item .post-content{
 	padding:0 25px 10px 25px
}
.blog-posts .blog-masonry-item.post h2{
	font-size:20px
}
.blog-masonry-item .comments-likes{
	margin-top:10px
}
.services-list{
	margin: 0;
	list-style-type: none
}
.service-list-item:before, .service-list-item:after{
	content: "";
	display: table
}
.service-list-item:after{
	clear: both
}
.services-list li .service-icon{
	position:relative;
	width: 200px;
	height: 200px;
	border:1px solid #eee;
	background-color:#fff;
	text-align:center;
	border-radius: 100%;
	overflow: hidden
}
.services-list li h4{
	text-transform: uppercase
}
.services-list li .service-icon:before{
	content: "";
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	border-radius: 100%;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
    top: 50%;
    left: 50%
}
.services-list li:hover .service-icon:before{
	width: 90%;
	height: 90%;
    top: 5%;
    left: 5%
}
.services-list li .service-icon i{
	font-size:4em;
	line-height: 200px;
	position: relative;
	z-index: 2
}
.services-list li:hover .service-icon i{
	color: #fff
}
.service-list-item .media-box, .service-list-item .service-icon, .service-list-item .service-imagen{
	margin-right: 40px;
	float: left
}
.service-list-item .media-box .service-icon, .service-list-item .media-box .service-imagen{
	float: none;
	margin-right: 0
}
.service-item-grid-content{
	display: block;
	width: 100%;
	padding: 30px
}
.icon-service-media .service-item-grid-content{
	text-align: center
}
.icon-service-media .service-item-grid-content .style-title:after{
	left: 50%;
	margin-left: -20px
}
.grid-item.icon-service-media .read-more-link{
	width: 80%;
	left: 10%;
	text-align: center
}
.service-media{
	text-align: center;
	width: 100%;
	display: block
}
.services-list .media-box{
	display: block
}
.service-grid-item .service-icon{
	display: inline-block
}
.icon-service-media .media-box:before, .icon-service-media .media-box:after{
	display: none
}

/* ==================================================
   9. PLUGINS COMPATIBILITY
================================================== */

.vc_separator h4{
	font-size:36px;
}
.wpb_content_element a{
	border-bottom:1px solid transparent;
	padding-bottom: 1px
}
.vc_general.vc_cta3.vc_cta3-style-classic, .vc_general.vc_cta3.vc_cta3-style-custom{
	border-color: transparent!important;
}
.vc_btn3-color-theme_secondary_btn, .vc_btn3-color-theme_primary_btn,.vc_btn3-color-theme_primary_btn.vc_btn3-style-outline:hover,.vc_btn3-color-theme_secondary_btn.vc_btn3-style-outline:hover{
	color: #fff!important
}
.vc_btn3-color-theme_primary_btn.vc_btn3-style-outline,.vc_btn3-color-theme_secondary_btn.vc_btn3-style-outline{
	background-color: transparent!important
}
body .gm-style .place-card{
	display:none!important;
}
.vc_row-no-padding .wpb_gmaps_widget .wpb_wrapper{
	padding:0;
	background:none;
}
.box-shadow .vc_column-inner{
	padding-top:0;
}
.vc_general.vc_cta3{
	padding:0!important;
}
.vc_btn3-style-custom{
	background-image: none!important
}
.cta-fw h2{
	margin-top:11px!important;
	margin-bottom:0;
}
.vc_cta3-actions-right .vc_cta3-content{
	float:left;
}
.vc_cta3-actions-right .vc_cta3-actions{
	float:right;
	margin-bottom:35px
}
.vc_cta3-actions-right .vc_cta3_content-container:before, .vc_cta3-actions-right .vc_cta3_content-container:after{
	color:"";
	display:table;
}
.vc_cta3-actions-right .vc_cta3_content-container:after{
	clear:both;
}
.vc_general.vc_btn3{
	font-weight:700;
	-webkit-transition:all 0.3s ease 0.2s!important;
	-moz-transition:all 0.3s ease 0.2s!important;
	-ms-transition:all 0.3s ease 0.2s!important;
	-o-transition:all 0.3s ease 0.2s!important;
	transition:all 0.3s ease 0.1s!important
}
.vc_general.vc_btn3 .vc_btn3-icon{
	vertical-align:inherit;
}
.vc_row[data-vc-full-width]{
	overflow:visible!important
}
.vc_parallax.vc_row[data-vc-full-width]{
	overflow:hidden!important
}
.pif-has-gallery .onsale{
	z-index: 99!important;
}
.woocommerce ul.products li.product .onsale{
	margin: 10px 10px 0 0;
}
.woocommerce-pagination{
	display:none;
}
.woocommerce .woocommerce-ordering select{
	font-size: 14px
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	text-transform: uppercase
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size: 1.2rem;
	margin-top: 20px
}
.woocommerce form .form-row label.inline{
	display: block
}.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 44px
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	font-size:15px;
	display:inline-block;
	padding-left: 20px;
	padding-right: 20px
}
#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input{
	line-height: 23px
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	line-height: normal;
	padding: 8px 15px;
	height: 45px
}
.select2-container .select2-selection--single{
	height: 44px;
	border-color: #d0d0d0
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 9px;
	right: 5px
}
.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:130px;
}
.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;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total{
	margin-top: 20px;
	padding-top: 20px;
}
.post-password-form input[type="submit"]{
	position: relative;
	top: 1px;
	height: 45px
}
.woocommerce #reviews #comment, .woocommerce-page #reviews #comment{
	height:75px;
}
.post-type-archive-product h1.page-title{
	display:none;
}
.woocommerce ul.products li.product h3{
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	text-align: left;
	margin-top: 20px;
}
.woocommerce form .form-row .input-checkbox{
	display: inline-block;
	margin: auto;
	text-align: inherit;
	vertical-align: inherit
}
.woocommerce .woocommerce-ordering{
	margin-bottom: 42px
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    margin: 0;
    position: absolute;
    top: 0;
	left: 0;
    border: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
	width: 100%;
    color: #fff;
	z-index: 22;
    background: #111c24;
    padding: 0 10px;
    border-radius: 0;
	font-size: 11px;
	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;
}
.woocommerce ul.products li.product .button.added{
	opacity: 1
}
.woocommerce ul.products li.product .button:before{
	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-decoration:none;
	content: "\f067";
	font-size: 16px;
}
.woocommerce ul.products li.product .button.add_to_cart_button:before{
	content: "\f07a";
	margin-right: 5px
}
.woocommerce ul.products li.product .woocommerce-Price-amount{
	font-size: 14px;
	font-weight: 700;
}
.single-product .content .woocommerce-Price-amount{
	font-size: 24px
}
.woocommerce ul.products li.product:hover .button{
	opacity: 1;
	text-align: center;
	-webkit-transition: opacity .3s .2s;
	-moz-transition: opacity .3s .2s;
	-ms-transition: opacity .3s .2s;
	-o-transition: opacity .3s .2s;
	transition: opacity .3s .2s;
}
.woocommerce ul.products li.product .added_to_cart{
	position: absolute;
	top: 50px;
	text-align: center;
	padding: 15px;
	left: 0;
	z-index: 1;
	width: 100%;
	background: #eee;

}
.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    font-size: .857em;
    margin-bottom: 0;
    margin-top: 0;
	text-align: left;
}
.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 ul.products li.product .price del{
	display: inline-block;
	margin-right: 5px
}
.woocommerce span.onsale,.woocommerce-page span.onsale{
	padding:0 8px!important;
	text-shadow:none!important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background-color: #5cb85c;
	min-width: 0;
	min-height: 0;
	line-height: 18px!important;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0!important;
	-webkit-border-radius:0;
	border-radius: 0;
	top: 0;
	left: 0
}
.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img{
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-bottom:0;
}
.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 .woocommerce-result-count{
	line-height: 42px
}
.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:14px;
	text-transform:uppercase;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	top: 1.1em
}
.woocommerce-tabs .panel{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding-left: 0
}
.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;
	margin: 0 -1px -1px 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, .related.products ul.products .star-rating, .woocommerce ul.products li.product .star-rating{
	display:none!important;
}
.single_variation{
	margin-bottom:20px;
}
.woocommerce p.myaccount_user, .woocommerce .addresses .address{
	border:1px solid #ECEAE4!important;
	background:#F8F8F8!important;
	padding:20px;
}
#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, .up-sells h2,.woocommerce-customer-details > h2, .woocommerce-order-details__title{
}
.related.products > h2{
	margin-bottom: 34px
}
.woocommerce .quantity .qty{
	width: 4.4em;
	height: 44.7px
}
.widget .woocommerce-Price-amount{
	font-size: inherit!important
}
.woocommerce div.product form.cart .button{
	height:44px;
}
.woocommerce .products .star-rating{
	display:inline-block;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
	color: #555
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	-webkit-font-smoothing: auto
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	color: #fff;
	padding: 12px 20px;
	font-size: 14px
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	color: #fff
}
.woocommerce .cart .button, .woocommerce .cart input.button{
	height: 45px
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
	color: #fff;
	padding: 12px 20px
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover{
	color: #fff
}
span.wpcf7-list-item{
	margin: 0 1em 0 0
}
div.wpcf7-validation-errors{
	color: #b94a48;
	background-color: #f2dede;
	padding: 15px 35px 15px 15px;
	border: 1px solid #efefef;
	margin-left:0;
	border-color: #ebccd1;
}
div.wpcf7-mail-sent-ok{
	color: #468847;
	background-color: #dff0d8;
	padding: 15px 35px 15px 15px;
	border: 1px solid #efefef;
	margin-left:0;
	border-color: #d6e9c6;
}

/* ==================================================
   10. RESPONSIVE MEDIA QUERIES
================================================== */
@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) { 
	.site-logo .default-retina-logo, .sticky-logo .default-retina-logo, .mobile-logo .default-retina-logo{
		display:block;
	}
	.default-logo{
		display:none;
	}
}