﻿
/*ul {
	list-style: none;
}
table { 
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
td {
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
	border-right: 1px solid rgba(0,0,0,0.07);
}
td.pad{
	border-right: none;
}
blockquote:before,
	q:before {
	content: "\f10e";
	font-family: "FontAwesome";
	font-size: 24px;
	position: absolute;
	top: -2px;
	left: -35px;
	line-height: 41px;
	z-index: 0;
	color: #666;
}
blockquote,
q {
	quotes: "" "";
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a{
	text-decoration: none;
}
.entry-content a:hover{
	text-decoration: underline;
}

a img {
	border: 0;
}

.main-box-head{
	-moz-box-shadow:    0 3px 6px 0 rgba(0,0,0,0.07);
	box-shadow:         0 3px 6px 0 rgba(0,0,0,0.07);
}

/*--------------------------------------------------------------
2.0 Grid
--------------------------------------------------------------*/




/*--------------------------------------------------------------
15.0 Comment styles
--------------------------------------------------------------*/
.comment-form,
.comments-main{
	float: left;
	width: 100%;
	clear: both;
}
.comment-form{
	padding: 20px;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	float: left;
	width: 33.33%;
	padding: 0 15px 0 0;
}
.comment-form-url{padding: 0;}
.comment-form-comment{margin-bottom: 20px;}
.comment-notes{font-style: italic; font-size: 14px;}
.form-submit{margin-bottom: 0;}

.comment-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.comment{
	list-style: none;
	float: left;
	width: 100%;
}
.comment .avatar{
	border-radius: 50%;
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
	border: 5px solid #FFF;
	float: left;
	margin: 0 20px 0 0;
}
.fn,
.fn a,
.says,
.comment-metadata a{
	font-size: 14px;
}
.vce-lay-d .fn,
.vce-lay-d .fn a,
.vce-lay-d .says,
.vce-lay-d .comment-metadata a{
	font-size: 13px;
}
ul.comment-list > li.comment{
	padding: 20px;
	margin-bottom: 20px;
	position: relative;	
    background: white;
    left: -19px;
}
}
ul.comment-list > li.comment:last-child{
	margin-bottom: 0;
}
li.comment .comment-body{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
li.comment .comment-body:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
ul.comment-list .fn, 
ul.comment-list .fn a, 
ul.comment-list .says{
	font-size: 16px;
	display: inline-block;
	margin: 6px 0 0 0;
	line-height: 24px;
}
.comment-metadata a{
	font-size: 14px;
}

.comment-list .comment-edit-link:hover{
  text-decoration: underline;
}
.comment-list .comment-content {
	display: block;
	clear: both;
	margin: 0 0 20px 95px;
	position: relative;
}
.comment-body .edit-link{
	position: absolute;
	top: 0;
	right: 0;
}
.comment-body .edit-link a{
	color: #333;
	background: #ddd;
	text-decoration: none;
	padding: 2px 13px;
	font-size: 11px;
	text-transform: uppercase;
	box-shadow: 1px -1px 2px 0 rgba(0,0,0,0.10) inset;
	line-height: 20px;
	float: right;
}
.comment-respond{
	 z-index: 1000;
	position: relative;	
}
.comment-content a:hover{
  text-decoration: underline;
}
.comment-content p{
  margin-bottom: 15px;
}
.comment-list .comment-content p:last-child{
  margin-bottom: 0;
}
.comment-reply-link {
	padding: 2px 10px;
	line-height: 18px;
	font-size: 12px;
	border-radius: 4px;
	text-decoration: none;
	margin: 0 0 0 95px;
	transition: all 0.1s ease-in-out;
}
.comment-reply-link:hover {
	color: #fff;
	text-decoration: none;
}
#respond h3 .cancel-comment-reply, #respond #cancel-comment-reply-link {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
	border-left: 1px solid #dddddd;
	float: right;
	text-decoration: none;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label{
  width: 100%;
  float: left;
  margin: 0 0 2px 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
select,
#comment,
textarea{
  line-height: normal;
  width: 100%;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(0,0,0,0.1);
  height: 42px;
  padding: 0 20px 0 10px;

}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
select:focus,
#comment:focus,
textarea:focus{
  border: 1px solid rgba(0,0,0,0.2);
  outline: none;
  box-shadow: none;  
}
textarea{
  height: 150px;
  padding: 10px;
}
input[type="range"]{
  width: 100%;
}
#comment{
  padding: 10px;
  height: 150px;
  resize: vertical;
}
ul.comment-list .says{
	display: none;
}
.comment-subscription-form{
	margin-bottom: 0;
	margin-top: 10px;
}

/*--------------------------------------------------------------
16.0 Featured Area Styles
--------------------------------------------------------------*/

.vce-featured {
	margin: 0;
	position: relative;
	display: block;
	height: 100%;
	max-width: 100%;
	overflow: hidden;
	max-height: 500px;
	min-height: 500px;
	opacity: 0;
}
.vce-featured > img, .vce-featured > a img,
.vce-lay-g > img, .vce-lay-g > a img {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	z-index: 1;
	min-width: 100%;
	height: 100%;
	width: auto;
	max-width: initial;
}
.vce-featured .vce-featured-header{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 0;
	z-index: 2;
	height: 100%;
}
.vce-featured .vce-featured-info{
	z-index: 2;
	position: absolute;
	width: 790px;
	top: 145px;
	opacity: 0;
	left: 50%;
	margin-left: -395px;
}
.vce-featured-info .entry-content{
	max-width: 600px;
	margin: 0 auto;
	color: #FFF;
}
.vce-featured .entry-meta{
	margin-bottom: 3px;
}
.vce-featured-info .entry-content p{
	margin-bottom: 0;
}
.vce-lay-g .vce-featured-info .entry-content{
	margin-top: 10px;
}
.vce-featured-header-background {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	background: #000;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all ease-in-out;
	transition: all 0.2s ease-in-out;
}
.vce-featured-section a,
.vce-lay-g .vce-featured-info .meta-category a{
	font-size: 13px;
	line-height: 23px;
	text-decoration: none;
	padding: 0 10px;
	border-radius: 4px;
	margin: 0 2px;
	display: inline-block;
	-webkit-backface-visibility: hidden;
}
.vce-featured-section a,
.vce-featured .entry-meta .meta-item,
.vce-featured .entry-meta .meta-item a,
.vce-grid-text .vce-featured-info .meta-item,
.vce-grid-text .vce-featured-info .meta-item a,
.vce-lay-g .vce-featured-info .meta-category a{
	color: #FFF !important;
	-webkit-backface-visibility: hidden;
}
.vce-grid-text .vce-featured-info .meta-item,
.vce-grid-text .vce-featured-info .meta-item a,
.vce-grid-text .fn{
	font-size: 13px;
}
.vce-featured-section span{
	display: none;
}
.vce-featured-section{
	margin-bottom: 5px;
	-webkit-backface-visibility: hidden;
}
.vce-featured-link-article{
	font-size: 52px;
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}
.vce-featured-link-article:hover{
	text-decoration: none;
}
.vce-featured-title{
	margin: 0 auto 7px;
	-webkit-backface-visibility: hidden;
}
.vce-featured-full-slider .owl-item img{
	width: auto;
}
.vce-featured-full-slider{
	max-height: 500px;
	overflow: hidden;
}
.vce-featured-grid{
	margin-top: 1px;
}
.vce-grid-item{
	position: relative;
	float: left;
	display: block;
	width: 380px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	opacity: 0;
}
.vce-grid-text{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	z-index: 2;
	height: 100%;
}
.vce-grid-text .vce-featured-info{
	margin-top: 18%;
	z-index: 1000;
	position: relative;
}
.vce-grid-text .vce-featured-info.vce-vertical-center{
	margin-top: 15px;
	width: 100%;
}

.vce-featured-grid .vce-featured-link-article{
	font-size: 22px;
	line-height: 28px;
}
.vce-featured-grid .vce-featured-section a{
	font-size: 13px;
	line-height: 23px;
	position: relative;
	z-index: 2000;

}
.vce-featured-grid .vce-featured-section span{
	color: #FFF;
}
.vce-featured-grid .vce-featured-section{
	margin-bottom: 5px;
}
.vce-featured-grid .vce-featured-title{
	padding: 0 30px;
	line-height: 14px;
	margin: 0 auto 0;
}
.vce-featured-grid .owl-controls .owl-prev,
.vce-featured-grid .owl-controls .owl-next,
.vce-post-slider .owl-controls .owl-prev,
.vce-post-slider .owl-controls .owl-next {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.vce-featured-grid:hover .owl-prev,
.vce-featured-grid:hover .owl-next,
.vce-post-slider:hover .owl-prev,
.vce-post-slider:hover .owl-next{
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.vce-featured-grid .owl-prev,
.vce-featured-grid .owl-next,
.vce-post-slider .owl-prev,
.vce-post-slider .owl-next{
	position: absolute;
	top: 0;
	background: #FFF;
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;
	-o-transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;
	height: 100%;
	width: 50px;
	text-align: center;
	font-size: 32px;
}

.vce-featured-grid .vce-featured-section a,
.vce-featured-grid .vce-featured-section,
.vce-featured-grid .vce-featured-title,
.vce-featured-grid .vce-featured-link-article{
	-webkit-backface-visibility: hidden;
}

.vce-featured-grid i,
.vce-post-slider i{
	position: absolute;
	top: 50%;
	margin-top: -16px;
}
.vce-featured-grid i.fa-angle-left,
.vce-post-slider i.fa-angle-left{
	left: 19px;
}
.vce-featured-grid i.fa-angle-right,
.vce-post-slider i.fa-angle-right{
	right: 19px;
}

.vce-featured-grid .owl-prev:hover,
.vce-featured-grid .owl-next:hover,
.vce-post-slider .owl-prev:hover,
.vce-post-slider .owl-next:hover{
	opacity: 0.6;
	filter: alpha(opacity=60); 
}
.vce-featured-grid .owl-prev,
.vce-post-slider .owl-prev{
	left: 0;
}
.vce-featured-grid .owl-next,
.vce-post-slider .owl-next{
	right: 0;
}
/* Navigation Arrow */
.vce-featured-full-slider .owl-nav .owl-prev,
.vce-featured-full-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	background: #FFF;
	opacity: 0.5;
	z-index: 1000;
	display: block;
	width: 50px;
	height: 80px;
	outline: none;
	text-align: left;
	cursor: pointer;
	margin-top: -40px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.vce-featured-full-slider .owl-nav .owl-prev{
	left: 0;
}
.vce-featured-full-slider .owl-nav .owl-next {
	right: 0;
}
.vce-featured-full-slider .owl-nav i {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 50px;
	text-align: center;
	padding-top: 15px;
}

.vce-featured-full-slider .owl-nav .owl-prev i:before{
	margin-left: -7px;
}
.vce-featured-full-slider .owl-nav .owl-next i:before{
	margin-right: -7px;
}
.vce-hover-effect{
	width: 790px;
	margin: 0 auto;
	position: relative;
	padding: 20px 30px;
}
.wp-caption {
  max-width: 100%;
  padding: 0;
  text-align: center;
}

.wp-caption img{
    margin: 0;
    padding: 0;
    border: none;
    height: auto;
}
.entry-content .wp-caption img{
	width: 100%;
}
.wp-caption .wp-caption-text {
  	margin: 0;
	padding: 5px;
	font-size: 14px;
	font-style: normal;
	font-style: italic;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.wp-caption .wp-caption-text a{
  text-decoration: underline;
}
.wp-caption .wp-caption-text a:hover{
  text-decoration: none;
}

.wp-smiley {
    max-height: 13px;
    margin: 0;
}
.vce-photo-caption{
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	padding: 5px 12px;
	background: rgba(0, 0, 0, 0.15);
	color: #FFF;
	font-size: 14px;
	text-align: right;
	font-style: italic;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
	max-width: 40%;
	line-height: 22px;
}
/*--------------------------------------------------------------
17.0 Media element player
--------------------------------------------------------------*/
.meta-media .wp-playlist{
	width: 80%;
	margin: 15px auto 15px;
	border: none;
}
.meta-media .wp-playlist-item{
	padding: 5px;
}
.vce-main-content .meta-media .mejs-container {
 	background: none;
	position: absolute;
	width: 100% !important;
	bottom: 0;
	height: 100% !important;
	left: 0;
}
.wp-video {
	width: 100% !important;
	background: #000;
	margin-bottom: 30px;
	min-height: 463px;
}
.entry-content .wp-video{
	background: transparent;
	margin-bottom: 0;
}
.wp-audio-shortcode{
	min-height: 100px;
}
.entry-content .wp-audio-shortcode{
	margin-bottom: 30px;	
}
.mejs-controls button{min-width: initial;}
.vce-main-content .mejs-container .mejs-controls,
.vce-main-content .mejs-controls .mejs-volume-button .mejs-volume-slider {
    background: rgba(0,0,0,0.5);
}
.vce-main-content .mejs-controls .mejs-button button:focus {
 	outline: none
}
.vce-main-content .mejs-container .mejs-controls {
 	height: 100px
}
.vce-main-content .mejs-container .mejs-controls > div,
.vce-main-content .mejs-container .mejs-horizontal-volume-slider {
	margin-top: 35px;
}
.vce-main-content .mejs-container .mejs-controls > div:first-child{
	margin-left: 30px;
}
.vce-main-content .mejs-container .mejs-controls > div:last-child{
	margin-right: 30px;
}

.mejs-embed, 
.mejs-embed body, .mejs-container .mejs-controls {
	background: #222;
	height: 100px !important;
}

/*--------------------------------------------------------------
18.0 Magnific popup
--------------------------------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-zoom-out-cur #sticky_header{
  z-index: 100;
 -webkit-backface-visibility: hidden;
-webkit-transform: translateY(-200%);
-moz-transform: translateY(-200%);
transform: translateY(-200%);
}

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0.001;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*--------------------------------------------------------------
19.0 Image hover effects
--------------------------------------------------------------*/

.vce-featured-grid .owl-item img{
	-webkit-transition: -webkit-transform 0.2s ease 0s;
	-moz-transition: -moz-transform 0.2s ease 0s;
	-o-transition: -o-transform 0.2s ease 0s;
	-ms-transition: -ms-transform 0.2s ease 0s;
	transition: transform 0.2s ease 0s;
}
.vce-featured-full-slider .owl-item.active img,
.vce-featured a img{
	-webkit-transition: -webkit-transform 15s ease-in-out 0s;
	-moz-transition: -moz-transform 15s ease-in-out 0s;
	-o-transition: -o-transform 15s ease-in-out 0s;
	-ms-transition: -ms-transform 15s ease-in-out 0s;
	transition: transform 15s ease-in-out 0s;	
}

.vce-featured-full-slider  .owl-item.active img,
.vce-featured:hover a img{
	-webkit-transform: translateX(-15px) translateY(13px) scale(1.1);
	-moz-transform: translateX(-15px) translateY(13px) scale(1.1);
	-o-transform: translateX(-15px) translateY(13px) scale(1.1);
	-ms-transform: translateX(-15px) translateY(13px) scale(1.1);
	transform: translateX(-15px) translateY(13px) scale(1.1);
}

.vce-featured-grid .owl-item:hover .vce-grid-text .vce-featured-header-background {
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.vce-post img,
.vce-lay-g img,
.meta-image img,
.img-wrp img,
.vce-gallery-big img,
.vce-gallery .gallery-item img,
.vce-post-img img,
.mega-menu-img img{
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	-ms-transition: -ms-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.vce-post-big .vce-post-img:after{
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}
.meta-image:hover a img,
.img-wrp:hover img,
.vce-gallery-big:hover img,
.vce-gallery .gallery-item:hover img,
.vce_posts_widget .vce-post-big li:hover img,
.vce-featured-grid .owl-item:hover img,
.vce-post-img:hover img,
.mega-menu-img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.vce-lay-a.vce-post .meta-image:hover a img,
.vce-lay-g .meta-image:hover a img{
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;	
}
.vce-post-big .vce-post-img img{
	width: 100%;
}

/*--------------------------------------------------------------
20.0 Share bar
--------------------------------------------------------------*/
.vce-share-bar{
	display: block;
	padding: 0 30px;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.vce-share-items{
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 600px;
	max-width: 760px;
	display: inline-block;
	text-align: center;
}
.vce-share-items li{
	display: inline-block;
	margin-right: 5px;
}

/*--------------------------------------------------------------
21.0 Shortcodes
--------------------------------------------------------------*/

.mks_separator {
	border-bottom-color: rgba(0,0,0,0.05) !important;
}

.mks_progress_level,
.mks_dropcap {
	border-radius: 4px;
}

a.mks_button,
.mks_button.rounded,
.mks_ico.rounded,
.mks_pullquote {
	border-radius: 4px;
}
a.mks_button.mks_button_small {
	padding: 5px 10px;
	min-width: 100px;
	text-align: center;
}
a.mks_button.mks_button_medium {
	padding: 10px 30px;
	min-width: 100px;
	text-align: center;
}
a.mks_button.mks_button_large {
	padding: 20px 40px;
	min-width: 100px;
	text-align: center;
}
.mks_tabs.horizontal .mks_tab_nav_item {
	border-color: rgba(0,0,0,0.1);
	border-radius: 4px 4px 0 0;
	background: rgba(0,0,0,0.05);
}
.mks_tabs.horizontal .mks_tab_nav_item.active {
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.mks_tabs.horizontal .mks_tab_item {
	border-color: rgba(0,0,0,0.1);
	border-radius: 0 4px 4px 4px;
}
.mks_tabs.vertical .mks_tab_nav_item {
	border-color: rgba(0,0,0,0.1);
	border-radius: 4px 0 0 4px;
	background: rgba(0,0,0,0.05);
}
.mks_tabs.vertical .mks_tab_nav_item.active {
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mks_tabs.vertical .mks_tab_item {
	border-color: rgba(0,0,0,0.1);
	border-radius: 0 4px 4px 4px;
}
.mks_accordion, 
.mks_toggle {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-radius: 0 0 4px 4px;
}
.mks_accordion_item, 
.mks_toggle{
	border-top: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}
.mks_accordion_content, 
.mks_toggle_content {
	border-top: 1px solid rgba(0,0,0,0.1);
	background: transparent;
}
.mks_accordion_item:nth-child(1) {
	border-radius: 4px 4px 0 0;
}

.mks_toggle {
	border-radius: 4px;
}
.mks_accordion_item:last-child,
.mks_toggle_active .mks_toggle_content {
	border-radius: 0 0 4px 4px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	width: 100%;
}
.vce-share-items li a{
	border-radius: 4px;
	width: 115px;
	height: 40px;
	text-align: center;
	color: #FFF;
	padding: 12px 0 0 0;
	font-size: 18px;
	text-decoration: none;
}
.vce-share-items li a[data-url*="facebook.com"]{
	background-color: #45619c;
}
.vce-share-items li a[data-url*="twitter.com"]{
	background-color: #00acee;
}
.vce-share-items li a[data-url*="linkedin.com"]{
	background-color: #1d87bd;
}
.vce-share-items li a[data-url*="pinterest.com"]{
	background-color: #bd1e23;
}
.vce-share-items li a[data-url*="google.com"]{
	background-color: #dd4b39;
}
.no-modules-msg { text-align: center; margin-bottom: 20px; }

#back-top {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 1041;
  width: 40px;
  height: 40px;
  background: transparent;
  text-indent: 0;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  color: #e8e8e8;
  font-size: 32px;
  padding: 4px 0 0 0;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
#back-top:hover{
    text-decoration: none;
}
#back-top {
    display: none;
}
#back-top i{
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
    opacity: 0.7;
}
#back-top:hover i{
    opacity: 1;
}
.twitter-tweet		{ margin: 0 auto !important; }
.fb_iframe_widget	{ text-align: center; width: 100% !important; margin-bottom: 30px;}

.archive .main-box-title{
	-moz-box-shadow: none;
	box-shadow: none;
}
.main-box-subtitle{
	width: 600px;
	margin: -5px auto 0;
	font-size: 14px;
	line-height: 22px;
	display: block;
	text-align: center;
	padding-bottom: 18px;
}

.main-box-subtitle p{margin-bottom: 0;}
.vce-responsive-nav{
	display: none;
	font-size: 32px;
	float: left;
	position: relative;
	z-index: 5000;
}
.vce-menu-parent {
	content: "\f107";
	display: inline-block;
	font-size: 16px;
	line-height: 48px;
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid rgba(0,0,0,0.1);
	border-radius: 0;
}
.vce-menu-parent:hover{
	cursor: pointer;
}
.vce-404-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
.vce-404-menu li{
	float: left;
	margin-right: 10px;
}
.error404 .entry-title{width: auto;}
/*--------------------------------------------------------------
22.0 Responsive navigation
--------------------------------------------------------------*/
.sidr {
    display: none;
    z-index: 999999;
    position: absolute;
    position: fixed;
    top: 0;
    width: 260px;
    height: 100%;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
}

.sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr.right {
    right: -260px;
    left: auto;
}

.sidr.left {
    right: auto;
    left: -260px;
    box-shadow: 0 15px 15px 0 rgba(0,0,0,0.4);
}

.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
}

.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidr-class-sub-menu{
	border-top: 1px solid rgba(0,0,0,0.1);
}

.sidr ul li a,
.sidr ul li span {
    display: block;
    padding: 0 15px;
    text-decoration: none;
}
.sidr ul li span{
	padding: 0 20px;
	line-height: 48px;
}

.sidr ul li ul {
    margin: 0;
    border-bottom: none;
}

.sidr ul li ul li:last-child {
    border-bottom: none;
}

.sidr ul li ul li a{
    padding-left: 30px;}

.sidr form {
    margin: 0 20px;
}
.sidr .sidr-class-sub-menu{display: none;}
/*--------------------------------------------------------------
23. Additional Classes
--------------------------------------------------------------*/
#wpstats{display:none;}
#disqus_thread{padding: 20px;}
.wpcf7-submit:hover{ cursor:pointer}
.wpcf7-form-control-wrap {width: 100%;}
.s2_form_widget input[type="submit"]{min-width: 120px;}
.vce-author-card p{margin-bottom: 0;}
.vce-author-card{margin-bottom: 20px;float: left;width: 100%;}
.vce-author-card .data-image{margin: 10px 20px 20px;}
.vce-author-card .data-content{margin-bottom: 20px;padding-right: 20px;}
.vce-author-card .data-content .author-title{margin-top: 15px;}
.vce-author-card .data-content{margin: 0 0 20px 155px;}
.vce-custom-content{margin-top:30px;}
.vce-custom-content p:last-child{margin-bottom: 0;}
.vce-custom-content.vce-post{padding: 20px;}
.vce-content-bottom .vce-custom-content{
	margin-top: 0;
	margin-bottom: 30px;
}
.mks-bredcrumbs-container{
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 14px;
  clear: both;
}
.mks-bredcrumbs-container p{
	margin-bottom:0;
}

div.wpcf7-response-output{ 
	margin: 0;
	padding: 10px 20px;
	border: none;
	font-size: 14px;
	border-radius: 4px;
}

div.wpcf7-validation-errors,
.error{ background:#e74c3c;  color:#FFF}
div.wpcf7-mail-sent-ok, .success{ background:#27ae60;  color:#FFF}
.success,
.error{ 
    padding: 10px 20px;
    display: block;
    margin: 0;
    border-radius: 4px;
    float: left;
    width: 100%;
}
span.wpcf7-not-valid-tip{ display:none;  border:none;  padding:5px 10px;  background:#f1c40f;  color:white;  top:0;  left:auto;  right:0}
textarea.wpcf7-not-valid, 
input[type="url"].wpcf7-not-valid, 
input[type="tel"].wpcf7-not-valid, 
input[type="text"].wpcf7-not-valid, 
input[type="email"].wpcf7-not-valid, 
input[type="number"].wpcf7-not-valid, 
input[type="password"].wpcf7-not-valid{ border-color:#f1c40f}

@media screen and (min-width:0\0) {
.nav-menu .menu-item-has-children a, 
.nav-menu .vce-mega-cat a{
	padding-right: 20px;
}
.nav-menu .menu-item-has-children a:after{
	position: absolute;
	right: 7px;
	top: 10;
}	
.nav-menu .vce-mega-cat a:after,
.nav-menu .vce-mega-menu a:after{
	position: static;
	float: right;
	margin: 0px -15px 0 0;
}	
body .nav-menu .vce-mega-cat,
body .nav-menu .vce-mega-menu{position: static;}
}

.ie9 .nav-menu .menu-item-has-children a, 
.ie9 .nav-menu .vce-mega-cat a{
	padding-right: 20px;
}
.ie9 .nav-menu .menu-item-has-children a:after{
	position: absolute;
	right: 7px;
	top: 10;
}
.ie9 .nav-menu .vce-mega-cat a:after{
	position: static;
	float: right;
	margin: 0px -15px 0 0;
}
.ie9 .vce-lay-c .meta-image,
.ie9 .vce-lay-c .meta-image,
.ie8 .vce-lay-c .meta-image,
.ie8 .vce-lay-c .meta-image{
	width: 100%;
}
.ie9 .vce-lay-g .vce-featured-header{
	padding-bottom: 0;
}
.ie9 .vce-lay-g .vce-featured-header .entry-meta{
	margin-bottom: 20px;
}
.ie9 .header-sticky,
.ie8 .header-sticky {
	display: none;
}
.ie9 .header-sticky.header-is-sticky,
.ie8 .header-sticky.header-is-sticky{
	display: block;
}
.ie8 .vce-mega-menu-wrapper{
	width: 1100px;
	left: -500px;
}
.ie9 .vce-mega-menu-wrapper{
	width: 1150px;
	left: 0;
}
_:-o-prefocus, body .nav-menu .vce-mega-cat,
_:-o-prefocus, body .nav-menu .vce-mega-menu{position: static;}

_::-moz-svg-foreign-content, :root .main-navigation ul ul {
	opacity: 1;
}
_::-moz-svg-foreign-content, :root .main-navigation li{
	margin: 0 -2px;
}
.dt-sc-tabs-frame-content
{
    background:#F2F1F1;
}

