/*
	Theme Name: Flex
	Theme URI: http://demo.themesholic.com/flex
	Author: ThemesHolic
	Author URI: http://www.themesholic.com
	Description: Ultra Flexible Multi-Purpose WordPress Theme.
	Version: 1.5.3
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/



/*
* PLEASE DO NOT EDIT THIS FILE!
*
* To make it easy to update your theme, you should not edit the styles in this file. Instead use
* the custom.css file that is located in your theme /assets/css/ folder to add your styles.
* You can copy a style rule from this file and paste it in custom.css and
* it will override the style in this file. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->Layout & Custom CSS
*/


/*------------------------------------------------------------------
[Bootstrap]
*/
@import url(assets/css/vendor/bootstrap.css);



/*------------------------------------------------------------------
[Animate.css]
*/
@import url(assets/css/vendor/animate.css);



/*------------------------------------------------------------------
[WordPress Reset]
*/
@import url(assets/css/vendor/wp.css);



/*-----------------------------------------------------------------------------------*/
/*	General
/*-----------------------------------------------------------------------------------*/
body{
	line-height: 1.8em;
	width: 100%;
	background-size: cover;
	background-color: white !important;
}

a{
	transition: all .2s;
}

#wrap{
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

#wrap.boxed.border-0{}
#wrap.boxed.border-1{ box-shadow: 4px 0 0 rgba(0, 0, 0, 0.1), -4px 0 0 rgba(0, 0, 0, 0.1); }
#wrap.boxed.border-2{ box-shadow: 1px 0 0 rgba(220, 220, 220, 1), -1px 0 0 rgba(220, 220, 220, 1); }
#wrap.boxed.border-3{ box-shadow: 4px 0 4px rgba(0, 0, 0, 0.1), -4px 0 4px rgba(0, 0, 0, 0.1); }
#wrap.boxed.border-4{ box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25); }

.content-full .container{
	width: 100%;
	padding: 0;
}

.theme-documentation{
	width: 100%;
	height: 800px;
	border: none;
}


/*-----------------------------------------------------------------------------------*/
/*	Typography
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	margin: 0 0 10px 0;
	padding: 0;
	word-wrap:break-word;
}

h5{
	letter-spacing: 2px;
}

h6{
	text-transform: uppercase;
	letter-spacing: 2px;
}

button,
a.button{
	background: #141719;
	border: none;
	padding: 8px 15px;
    color: #fff !important;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: normal;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}


/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/
header{
	width: 100%;
}

header.width-full .container{
	width: 100%;
}


header.attachment-fixed .header-content{
	width: 100%;
	z-index: 999;
}

header .header-top{
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 1000;
}

header .header-top .header-slogan{
	float: left;
}

header .header-top .header-slogan a:hover{
	text-decoration: underline;
}

header .header-top #header-top-menu{
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
	list-style: none;
}

header .header-top #header-top-menu li{
	display: inline-block;
	margin: 0 0 0 15px;
}

header .header-top .header-social{
	text-align: right;
	width: auto;
	margin: 0;
	padding: 0;
}

header .header-top .header-social a{
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
}

header .header-top .header-social a:hover{
	color: #fff;
}

header .header-content{
	position: relative;
	text-align: right;
	z-index: 99;
}

header .header-content .container{
	position: relative;
}

header #logo{
	float: left;
}

header #logo img{
	vertical-align: middle;
}

.header-menu{
	display: inline-block;
	line-height: inherit;
	height: inherit;
	vertical-align: top;
}

.header-menu.menu-uppercase-yes{
	text-transform: uppercase;
}

.header-menu .menu-fallback{
	font-weight: bold;
	color: #f00;
	text-transform: uppercase;
}

.header-menu ul.menu{
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-menu ul.menu > li{
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	float: left;
}

.header-menu ul.menu > li > a{
	position: relative;
	display: block;
}


.header-menu ul.menu > li.simple {
	position: relative;
}

.header-menu ul.menu > li.simple ul{
	position: absolute;
	left: -20px;
	width: 220px;
	text-align: left;
	margin: -4px 0 0 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
	border-top: 4px solid;
	display: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


.header-menu ul.menu > li.simple > ul li{
	margin: 0;
	position: relative;
}

.header-menu ul.menu > li.simple > ul li:last-child{
	border-bottom: none;
}

.header-menu ul.menu > li.simple > ul > li a{
	padding: 15px;
	display: block;
}

.header-menu ul.menu > li.simple > ul > li a .arrow{
	float: right;
}

.header-menu ul.menu > li.simple > ul > li ul{
	top: 4px;
	left: 220px;
	border-top: none;
	z-index: 99;
}

.header-menu ul.menu > li.simple:hover > ul{
	display: block;
}

.header-menu ul.menu > li.simple > ul > li:hover > ul{
	display: block;
}


.header-menu ul.menu > li.megamenu > ul{
	position: absolute;
	right: 15px;
	text-align: left;
	padding: 30px 0;
	margin: -4px 0 0 0;
	list-style: none;
	line-height: 1em;
	width: 1140px;
	border-top: 4px solid;
	float: left;
	display: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


header.width-full .header-menu ul.menu > li.megamenu > ul{
	right: 0;
	width: 100% !important;
}

@media (min-width: 768px) {
	.header-menu ul.menu > li.megamenu > ul{
		width: 720px;
	}
}

@media (min-width: 992px) {
	.header-menu ul.menu > li.megamenu > ul{
		width: 940px;
	}
}

@media (min-width: 1200px) {
	.header-menu ul.menu > li.megamenu > ul{
		width: 1140px;
	}
}

.header-menu ul.menu > li.megamenu > ul > li{
	vertical-align: top;
	float: left;
}

.header-menu ul.menu > li.megamenu > ul > li:last-child{
	border-right: none;
}

.header-menu ul.menu > li.megamenu > ul > li > ul{
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	margin: 0;
	padding: 0;
	display: block !important;
}

.header-menu ul.menu > li.megamenu > ul > li > a{
	padding: 10px 0 15px 30px;
	display: block;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

.header-menu ul.menu > li.megamenu > ul > li > ul > li{
	display: block;
	float: none;
	border:none;
	margin: 0;
	padding: 0;
}

.header-menu ul.menu > li.megamenu > ul > li > ul > li > a{
	padding: 10px 0 10px 30px;
	display: block;
	text-align: left;
	color: #fff;
}

.header-menu ul.menu > li.simple > ul a,
.header-menu ul.menu > li.megamenu > ul a{
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
}


.header-menu ul.menu > li.simple ul,
.header-menu ul.menu > li.simple > ul li,
.header-menu ul.menu > li.megamenu > ul{
	background: #fff;
}


.header-menu ul.menu > li.simple > ul > li a,
.header-menu ul.menu > li.megamenu > ul > li > a,
.header-menu ul.menu > li.megamenu > ul > li > ul > li > a{
	color: #666;
}

.header-menu ul.menu > li.megamenu.megamenu-cols-5 > ul > li{
	width: 20%;
}

.header-menu ul.menu > li.megamenu.megamenu-cols-4 > ul > li{
	width: 25%;
}

.header-menu ul.menu > li.megamenu.megamenu-cols-3 > ul > li{
	width: 33.333333%;
}

.header-menu ul.menu > li.megamenu.megamenu-cols-2 > ul > li{
	width: 50%;
}

.header-menu ul.menu > li.megamenu > ul > li.menu-item-has-children > a{
	font-weight: bold;
}


header.border-0 .header-content{}
header.border-1 .header-content{ box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1); }
header.border-2 .header-content{ box-shadow: 0 1px 0 rgba(220, 220, 220, 1); }
header.border-3 .header-content{ box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }
header.border-4 .header-content{ box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25); }

header.height-60 .header-content{ line-height: 60px; }
header.height-70 .header-content{ line-height: 70px; }
header.height-80 .header-content{ line-height: 80px; }
header.height-90 .header-content{ line-height: 90px; }
header.height-100 .header-content{ line-height: 100px; }
header.height-110 .header-content{ line-height: 110px; }
header.height-120 .header-content{ line-height: 120px; }

header.height-60 .header-content ul.menu > li.simple > ul,
header.height-60 .header-content ul.menu > li.megamenu > ul{
	top: 60px;
}
header.height-70 .header-content ul.menu > li.simple > ul,
header.height-70 .header-content ul.menu > li.megamenu > ul{
	top: 70px;
}
header.height-80 .header-content ul.menu > li.simple > ul,
header.height-80 .header-content ul.menu > li.megamenu > ul{
	top: 80px;
}
header.height-90 .header-content ul.menu > li.simple > ul,
header.height-90 .header-content ul.menu > li.megamenu > ul{
	top: 90px;
}
header.height-100 .header-content ul.menu > li.simple > ul,
header.height-100 .header-content ul.menu > li.megamenu > ul{
	top: 100px;
}
header.height-110 .header-content ul.menu > li.simple > ul,
header.height-110 .header-content ul.menu > li.megamenu > ul{
	top: 110px;
}
header.height-120 .header-content ul.menu > li.simple > ul,
header.height-120 .header-content ul.menu > li.megamenu > ul{
	top: 120px;
}


header #menu-mobile-trigger{
	height: 40px;
	width: 40px;
	vertical-align: middle;
	position: relative;
	display: none;
}

header #menu-mobile-trigger:after{
	position: absolute;
	content:'\e811';
	font-family: 'entypo';
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	line-height: 1em;
	font-size: 40px;
    transition: all .2s;
}

.header-mobile{
	background: #333;
	line-height: 1em;
	display: none;
}

.header-mobile .menu{
	margin: 0;
	padding: 10px 0 20px 0;
}

.header-mobile .menu li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-mobile .menu li ul{
	margin: 0;
}

.header-mobile .menu li a{
	color: rgba(255, 255, 255, 0.9);
	padding: 18px 0;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.header-mobile .menu li ul li > a{
	padding-left: 20px;
}

.header-mobile .menu li ul li ul li > a{
	padding-left: 40px;
}



.header-mobile .menu li ul{
	display: none;
}

.header-mobile .menu li.menu-item-has-children > a:after{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	font-size: 20px;
	line-height: 1em;
	content:'\f107';
	font-family: 'FontAwesome';
    transition: all .5s;
}

.header-mobile .menu li.menu-item-has-children > a.open:after{
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	     -o-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

/*-----------------------------------------------------------------------------------*/
/*	Social Links
/*-----------------------------------------------------------------------------------*/
.social-links{ display: inline-block; vertical-align: top; }
.social-links a.rss:hover{ background-color: #ff6600; }
.social-links a.facebook:hover{ background-color: #3b5998; }
.social-links a.twitter:hover{ background-color: #55acee; }
.social-links a.google:hover{ background-color: #dd4b39; }
.social-links a.youtube:hover{ background-color: #b31217; }
.social-links a.linkedin:hover{ background-color: #0976b4; }
.social-links a.pinterest:hover{ background-color: #cc2127; }
.social-links a.flickr:hover{ background-color: #0063dc; }
.social-links a.instagram:hover{ background-color: #3f729b; }
.social-links a.apple:hover{ background-color: #5bc236; }
.social-links a.tumblr:hover{ background-color: #35465c; }
.social-links a.dribbble:hover{ background-color: #ea4c89; }
.social-links a.android:hover{ background-color: #a4c639; }
.social-links a.email:hover{ background-color: #ADEADA; }



/*-----------------------------------------------------------------------------------*/
/*	Header Search
/*-----------------------------------------------------------------------------------*/
.header-search{
	position: absolute;
	bottom: -50px;
	right: 15px;
	width: 300px;
	background: #fff;
	height: 50px;
	border-top: 1px solid #eee;
	z-index: 99999;
	display: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.header-search form input{
	margin: 10px 0 0 10px;
	padding: 0 10px;
	border: none;
	font-size: 13px;
	color: #111;
	background: #eee;
	display: block;
	width: 280px;
	height: 30px;
	line-height: 30px;
}

.header-search #search-close{
	position: absolute;
	font-size: 24px;
	z-index: 1;
	right: 15px;
	color: #111;
	display: none;
}

#search-open{
	font-size: 18px;
	color: #111;
	margin-left: 15px;
}


/*-----------------------------------------------------------------------------------*/
/*	Shop Button
/*-----------------------------------------------------------------------------------*/
#shop-button{
	padding: 10px 15px;
	margin: 0 0 0 15px;
	color: #fff;
	border-radius:3px;
	font-size: 13px;
	font-weight: bold;
}

#shop-button i{
	margin: 0 5px 0 0;
}



/*-----------------------------------------------------------------------------------*/
/*	Page Header
/*-----------------------------------------------------------------------------------*/
#page-header{
	position: relative;
}

#page-header.full-image{
	background-size: cover;
	background-position: center center;
}

#page-header.pattern{
	background-repeat: repeat;
	background-position: top left;
}

#page-header.bg-fixed{
	background-attachment: fixed;
}

#page-header.bg-static{
	background-attachment: static;
}

#page-header.bg-parallax{
	background-position: top center;
}

#page-header.bg-parallaxify{
	background-position: top left;
}

#page-header h2{
	margin: 0;
	padding: 0;
}

#page-header h3{
	margin: 10px 0 0 0;
	padding: 0;
}

#page-header .container{
	position: relative;
	z-index: 2;
}

#page-header .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

/*-----------------------------------------------------------------------------------*/
/*	Page Content
/*-----------------------------------------------------------------------------------*/
.page-content{
	position: relative;
	z-index: 9;
	padding: 80px 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Blog
/*-----------------------------------------------------------------------------------*/
#blog-container,
#post-container{
	background: #f4f4f4;
}

.md-blog .post{
	margin-bottom: 120px;
}

.md-blog .post.sticky{
	border: 3px solid;
	padding: 20px;
}

.md-blog .post .featured-image img{
	width: 100%;
	height: auto;
}

.md-blog .post .featured-image,
.md-blog .post .post-slider,
.md-blog .post .post-video,
.md-blog .post .post-audio,
.md-blog .post .post-content,
.md-blog .post.single-post .post-title,
.md-blog .post.single-post .post-link{
	margin-bottom: 20px;
}

.md-blog .post.single-post .post-quote,
.md-blog .post.single-post .post-aside,
.md-blog .post.single-post .post-status{
	margin-bottom: 40px;
}

.md-blog .post .post-title{
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
}

.md-blog .post .post-title a{
	color: #444;
}

.md-blog .post .post-header{
	margin-bottom: 20px;
	margin-top: 5px;
}

.md-blog .post .post-header span{
	margin-right: 5px;
	display: inline-block;
}

.md-blog .post .post-header,
.md-blog .post .post-header a{
	color: #777;
}

.md-blog .post.format-audio .featured-image{
	margin-bottom: 0;
}

.md-blog .post .post-link,
.md-blog .post .post-quote,
.md-blog .post .post-aside,
.md-blog .post .post-status{
	text-align: center;
	padding: 60px 30px;
	color: #fff;
	transition: all .2s;
	word-wrap:break-word;
}
.md-blog .post .post-link a,
.md-blog .post .post-link .post-title a,
.md-blog .post .post-link .post-title a:hover,
.md-blog .post .post-quote a{
	color: #fff;
}

.md-blog .post .post-link:hover,
.md-blog .post .post-quote:hover,
.md-blog .post .post-aside:hover,
.md-blog .post .post-status:hover{
	background: #111;
}

.md-blog .post .post-link .post-title,
.md-blog .post .post-quote{
	font-size: 34px;
	line-height: 1.2em;
	font-weight: 700;
}

.md-blog .post .post-link .post-title{
	margin-bottom: 10px;
}

.md-blog .post .post-quote-author,
.md-blog .post .post-quote a{
	font-size: 14px;
}

.md-blog .post .post-share{
	padding: 40px 0;
	border-top: 1px solid #e5e5e5;
}

.md-blog .post .post-share .md-social-share{
	margin: 0;
}

.md-blog .post .post-share .md-social-share div{
	vertical-align: top;
}

.md-blog .post .post-author{
	padding: 40px 0;
	margin-bottom: 40px;
	border-top: 3px solid #e5e5e5;
	width: 100%;
	min-height: 175px;
	position: relative;
	display: inline-block;
	background: #fff;
}

.md-blog .post .post-author .author-avatar{
	display: inline-block;
	width: 120px;
	position: absolute;
	top: 40px;
	left: 40px;
}

.md-blog .post .post-author .author-info{
	margin-left: 160px;
	padding-right: 40px;
	font-size: 13px;
}

.md-blog .post .post-author .author-info h4 a{
	color: #444;
}

.md-blog.masonry .post{
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px;
	margin-bottom: 30px;
}

.md-blog.masonry .post .post-title{
	margin-bottom: 10px;
}

.md-blog.masonry .post .post-header{
	display: none;
}

.md-blog.masonry .post .post-link .post-title,
.md-blog.masonry .post .post-quote{
	font-size: 24px;
}

.md-blog.masonry .post .read-more a{
	width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/
#comments h4.comment-title{
	margin-bottom: 40px;
}

#comments textarea,
#comments input[type="text"],
#comments input[type="email"],
#comments input[type="password"],
#comments input[type="tel"],
#comments input[type="url"],
#comments input[type="search"],
#comments input[type="date"]{
	background: #fff;
}

#comments .commentlist,
#comments .commentlist li{
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments .commentlist .comment-section{
    border: 1px solid #e5e5e5;
    position: relative;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 120px;
}

#comments .commentlist li .comment-side{
    position: absolute;
    top: 20px;
    left: 20px;
}

#comments .commentlist li .comment-side .comment-avatar{
	width: 80px;
}

#comments .commentlist li .comment-side .comment-avatar img{
	width: 80px;
	height: auto;
}

#comments .commentlist li .comment-cont{
	margin-left: 100px;
	font-size: 13px;
}

#comments .commentlist li .comment-cont .comment-author{
	font-weight: bold;
	font-size: 15px;
}

#comments .commentlist li .comment-cont .comment-author a{
	color: #444;
}

#comments .commentlist li .comment-cont .comment-meta{
	font-size: 12px;
	line-height: 1;
	color: #777;
	margin-bottom: 10px;
}

#comments .commentlist li .comment-cont .comment-meta span{
	margin-right: 5px;
}

#comments .commentlist li .comment-cont .comment-meta a{
	color: #777;
}

#comments .commentlist li .comment-cont .comment-body p:last-child{
	margin-bottom: 0;
}

.comment-respond{
    padding-top: 40px;
    margin-top: 40px;
}

.comment-respond h3{
    font-size: 24px;
    font-weight: 600;
}

.comment-respond p{
    margin-bottom: 30px;
}

.comment-respond label{
    width: 30%;
    font-weight: normal;
    color: #333;
    display: inline-block;
    float: left;
    line-height: 46px;
    margin: 0;
}

.comment-respond input{
    background: #f9f9f9;
    border:1px solid #ccc;
    padding: 10px;
    width: 70%;
    display: inline-block;
}

.comment-respond textarea{
    border:1px solid #ccc;
    padding: 10px;
    width: 100%;
    background: #f9f9f9;
}

.comment-respond input:focus,
.comment-respond textarea:focus{
    background: #fff;
}

.comment-respond input#submit{
    background: #3c3c3c;
    margin: 0;
    border: none;
    text-transform: uppercase;
    padding: 8px 15px;
    font-size: 11px;
    letter-spacing: 2px;
    width: auto !important;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
}


/*-----------------------------------------------------------------------------------*/
/*	MD Pagination
/*-----------------------------------------------------------------------------------*/
.md-pagination{
	width: 100%;
}

.md-pagination ul{
	margin: 40px 0 0 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.md-pagination li,
.md-pagination.pagination-page a,
.md-pagination.pagination-page span,
.md-pagination.pagination-page a span{
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	vertical-align: top;
	border: 2px solid #ddd;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	color: #ddd;
}

.md-pagination.pagination-page{
	margin: 20px 0;
}

.md-pagination.pagination-page span{
	cursor: default;
}

.md-pagination.pagination-page a span{
	margin: 0;
	width: auto;
	height: auto;
	line-height: 40px;
	border: none;
	cursor: pointer;
}

.md-pagination.pagination-page strong{
	line-height: 42px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.md-pagination li a{
	display: block;
	color: #bbb;
}


/*-----------------------------------------------------------------------------------*/
/*  Page 404
/*-----------------------------------------------------------------------------------*/
#error-404{
    text-align: center;
}

#error-404 h2{
    font-size: 240px;
    line-height: 1em;
    font-weight: bold;
}

#error-404 h3{
    font-size: 42px;
    line-height: 1em;
    text-transform: uppercase;
}

#error-404 h4{
    font-size: 28px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: left;
}

#error-404 .search{
    margin: 80px auto;
    width: 300px;
}


/*-----------------------------------------------------------------------------------*/
/*  Search Page
/*-----------------------------------------------------------------------------------*/
.search-title{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}


/*-----------------------------------------------------------------------------------*/
/*	Widget
/*-----------------------------------------------------------------------------------*/
.widget{
	margin-bottom: 60px;
	width: 100%;
}

.widget-title {
	margin: 0 0 30px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 2px;
}

.widget .tagcloud a{
	background: #fff;
	padding: 8px 16px;
	margin: 0 5px 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px !important;
	display: inline-block;
	color: #333;
	border: 1px solid #eee;
}

.widget .textwidget{
}

.widget select{
	width: 100%;
}


.widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	color: #aaa;
}


.widget ul li a{
	display: inline-block;
}

.widget ul li .post-date{
	display: block;
	font-size: 12px;
	color: #aaa;
}

.widget ul li ul li{
	padding-left: 10px;
}

.widget ul li ul > li:first-child{
	padding-top: 10px;
}

.widget ul li ul li ul li{
	padding-left: 20px;
}

.widget ul li.page_item_has_children,
.widget ul li.menu-item-has-children{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


.widget.widget_rss li{
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.widget.widget_rss li a{
	padding: 0;
	display: block;
	font-weight: bold;
}

.widget_calendar #calendar_wrap,
.widget_revslider{
    position: relative;
    background: #fff;
    padding: 0;
    border: none;
    box-shadow: none;
}

.widget_calendar table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: none;
	box-shadow: 0 1px 0 rgba(220, 220, 220, 1);
}

.widget_calendar table th,
.widget_calendar table td{
    text-align: center;
    border-collapse: collapse;
}

.widget_calendar table tbody td {
    padding: 4px;
    border: 0px;
}

.widget_calendar caption {
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
    margin-bottom: 10px;
}

.widget_calendar table tfoot{
    display: none;
}

.widget_search form{
	position: relative;
}

.widget_search label{
	display: none;
}

.widget_search input[type="text"] {
	width: 100%;
	max-width: 100% !important;
	padding: 5px 40px 5px 10px;
	outline: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
	height: 40px;
	background-color: #fff;
	border:1px solid #eee;
}

.widget_search input[type="submit"] {
	text-indent: -2000%;
	white-space: nowrap;
	overflow: hidden;
	width: 40px !important;
	height: 40px;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	background: url('assets/img/shop/ico-zoom.png') center no-repeat;
}

.widget img{
	max-width: 100%;
	height: auto;
}





/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
footer{
	width: 100%;
	padding: 60px 0;
	font-size: 13px;
}

footer .column .widget:last-child{
	margin-bottom: 0;
}

footer .widget-title{
	color: rgba(255, 255, 255, 0.8);
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border:none;
}

footer .widget ul li{
	color: rgba(255, 255, 255, 0.8);
	border-color: rgba(255, 255, 255, 0.1);
}

footer .widget ul li a{
	color: rgba(255, 255, 255, 0.8);
}

footer .widget ul li ul li:first-child{ 
	border-color: rgba(255, 255, 255, 0.1);
}

footer .widget .textwidget{
	padding: 0;
	color: rgba(255, 255, 255, 0.8);
	background: transparent;
	box-shadow: none;
}

footer .widget .tagcloud a{
    background: rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	color: rgba(255, 255, 255, 0.8);
}

footer .widget_calendar #calendar_wrap,
footer .widget_revslider{
    background: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.8);
}

footer .widget_calendar caption{
    border-color: rgba(0, 0, 0, 0.1);
}

footer .widget_calendar table {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

footer .widget_search input[type="text"] {
    background: rgba(0, 0, 0, 0.1);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: none;
	color: rgba(255, 255, 255, 0.8);
}



/*-----------------------------------------------------------------------------------*/
/*	Copyrights
/*-----------------------------------------------------------------------------------*/
#copyright{
	width: 100%;
	color: rgba(255, 255, 255, 0.8);
	font-size: 11px;
	height: 40px;
	line-height: 40px;
}

#copyright .copyright-text{
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
}

#copyright .copyright-text a:hover{
	text-decoration: underline;
}

#copyright-menu{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#copyright-menu li{
	display: inline-block;
	margin: 0 0 0 15px;
}

#copyright-menu li a{
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
}


/*-----------------------------------------------------------------------------------*/
/*  Loading
/*-----------------------------------------------------------------------------------*/
#loader-site{
	position: fixed;
	z-index: 1001 !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

#loader-site:after{
	position: absolute;
	color: #ddd;
	content: '\e891';
	font-family: 'entypo';
	font-size: 80px;
	top: 50%;
	left: 50%;
	margin-top: -33px;
	margin-left: -33px;
    -webkit-animation-name: loader-site-spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: loader-site-spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: loader-site-spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: loader-site-spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes loader-site-spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes loader-site-spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes loader-site-spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes loader-site-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


/*-----------------------------------------------------------------------------------*/
/*	Back Top
/*-----------------------------------------------------------------------------------*/
#md-back-top{
	background: rgba(0, 0, 0, 0.8);
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: -30px;
	right: 20px;
	border-radius: 3px;
	z-index: 100;
	transition: all .4s;
}

#md-back-top.show{
	bottom: 10px;
}

#md-back-top:hover{
	background: rgba(0, 0, 0, 1);
}

#md-back-top:after{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	content: '\e87e';
	font-family: 'entypo';
	font-size: 12px;
	line-height: 1em;
	margin-top: -6px;
	margin-left: -6px;
}


/*-----------------------------------------------------------------------------------*/
/*  Sidebar
/*-----------------------------------------------------------------------------------*/
.col-md-left{
	float: left;
}

.col-md-right{
	float: right;
}



/*-----------------------------------------------------------------------------------*/
/*  Custom Select
/*-----------------------------------------------------------------------------------*/
.customSelect{ 
	background: #fff;
	padding: 10px;
	border:1px solid #eee;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.customSelectInner{
	background: url('assets/img/blog/select-arrow.png') center right no-repeat;
}





/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Section
/*-----------------------------------------------------------------------------------*/
.padding-small{
	padding-top: 50px;
	padding-bottom: 50px;
}

.padding-medium{
	padding-top: 100px;
	padding-bottom: 100px;
}

.padding-large{
	padding-top: 150px;
	padding-bottom: 150px;
}

.padding-no{
	padding-top: 0;
	padding-bottom: 0;
}

.page-section{
	position: relative;
}

.page-section.bg-parallax{
	background-position: top center;
	background-size: cover;
}

.page-section .section-video{
	z-index: 1;
}

.page-section .section-video embed,
.page-section .section-video iframe,
.page-section .section-video video{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index:1;
	border: none;
}


.page-section .section-slider{
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.page-section .section-slider .flexslider{
	display: block;
	position: relative; 
	height: 100%!important;
	overflow: hidden!important;
	width: 100%!important;
}

.page-section .section-slider .flexslider .slides,
.page-section .section-slider .flexslider .slides li{
	width: 100%!important;
	height: 100%!important;
}


.page-section .section-map{
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.page-section .section-map .md-map{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.page-section .section-mask{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

.page-section .section-content{
	position: relative;
	z-index: 3;
}

.page-section.border-top{
	border-top: 1px solid #ddd;
}

.page-section.border-bottom{
	border-bottom: 1px solid #ddd;
}

.page-section.border-top-bottom{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.page-section.shadow-inside-top{
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}

.page-section.shadow-inside-bottom{
	box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.15);
}

.page-section.shadow-inside-top-bottom{
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 -1px 3px rgba(0, 0, 0, 0.15);
}

.page-section.shadow-outside-top{
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.page-section.shadow-outside-bottom{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.page-section.shadow-outside-top-bottom{
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.page-section.arrow-down .section-arrow-left,
.page-section.arrow-down .section-arrow-right,
.page-section.arrow-up .section-arrow-left,
.page-section.arrow-up .section-arrow-right{
	content: '';
	display: block;
	position: absolute;
	z-index: 199;
	width: 50%;
	top: 0;
	border-style: solid;
	margin-top: -12px;
}

.page-section.arrow-down .section-arrow-left{
	border-width: 0 12px 12px 0;
	border-right-color: transparent;
	left: 0;
}

.page-section.arrow-down .section-arrow-right{
	border-width: 0 0 12px 12px;
	border-left-color: transparent;
	right: 0;
}

.page-section.arrow-up .section-arrow-left{
	border-width: 12px 12px 0 0;
	border-color: transparent;
	left: 0;
}

.page-section.arrow-up .section-arrow-right{
	border-width: 12px 0 0 12px;
	border-color: transparent;
	right: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Box Icon
/*-----------------------------------------------------------------------------------*/
.md-box-icon{
	position: relative;
	margin-bottom: 30px;
}

.md-box-icon.align-left{
	text-align: left;
}

.md-box-icon.align-right{
	text-align: right;
}

.md-box-icon h3.title{
	font-size: 18px;
	line-height: 18px;
	display: block;
	font-weight: 600;
}

.md-box-icon.simple-icon.block .md-icon{
	font-size: 20px;
	line-height: 20px;
}

.md-box-icon.simple-icon.align-left.block .md-icon{
	margin-right: 10px;
}

.md-box-icon.simple-icon.align-right.block .md-icon{
	margin-left: 10px;
	float: right;
}

.md-box-icon.simple-icon.indent .md-icon{
	font-size: 42px;
	line-height: 42px;
}

.md-box-icon.simple-icon.align-left.indent .md-icon{
	position: absolute;
	top: 0;
	left: 0;
}

.md-box-icon.simple-icon.align-left.indent h3.title,
.md-box-icon.simple-icon.align-left.indent .text{
	padding-left: 60px;
}

.md-box-icon.simple-icon.align-right.indent .md-icon{
	position: absolute;
	top: 0;
	right: 0;
}

.md-box-icon.simple-icon.align-right.indent h3.title,
.md-box-icon.simple-icon.align-right.indent .text{
	padding-right: 60px;
}

.md-box-icon.simple-icon.align-top{
	text-align: center;
}

.md-box-icon.simple-icon.align-top .md-icon{
	margin-bottom: 10px;
	display: block;
	font-size: 42px;
	line-height: 42px;
}



.md-box-icon.advanced-icon .md-icon{
	font-size: 24px;
	line-height: 24px;
	position: absolute;
	top: 0;
}

.md-box-icon.advanced-icon .md-icon i{
	display: inline-block;
}

.md-box-icon.advanced-icon .title .md-icon.style-circle,
.md-box-icon.advanced-icon .title .md-icon.style-rhombus,
.md-box-icon.advanced-icon .title .md-icon.style-round,
.md-box-icon.advanced-icon .title .md-icon.style-square{
	border: 1px solid;
	padding: 20px;
	display: inline-block;
	line-height: 1em;
}

.md-box-icon.advanced-icon .title .md-icon.style-rhombus{
	padding: 14px;
	margin-top: 10px;
}

.md-box-icon.advanced-icon .title .md-icon.style-round{
	border-radius: 5px;
}

.md-box-icon.advanced-icon .title .md-icon.style-circle{
	border-radius: 100% !important;
}

.md-box-icon.advanced-icon .title .md-icon.style-rhombus{
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.md-box-icon.advanced-icon .title .md-icon.style-rhombus i{
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.md-box-icon.advanced-icon.align-left h3.title{
	padding-left: 90px;
	position: relative;
}

.md-box-icon.advanced-icon.align-left .md-icon{
	left: 0;
}

.md-box-icon.advanced-icon.align-left .text{
	margin-left: 90px;
}

.md-box-icon.advanced-icon.align-right h3.title{
	padding-right: 90px;
	position: relative;
}

.md-box-icon.advanced-icon.align-right .md-icon{
	right: 0;
}

.md-box-icon.advanced-icon.align-right .text{
	margin-right: 90px;
}

.md-box-icon.advanced-icon.align-top{
	text-align: center;
	padding-top: 110px;
}

.md-box-icon.advanced-icon.align-top.style-rhombus{
	padding-top: 120px;
}

.md-box-icon.advanced-icon.align-top .md-icon{
	font-size: 36px;
	line-height: 36px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.md-box-icon.advanced-icon.align-top .md-icon i{
	padding: 8px;
}

.md-box-icon.advanced-icon.align-top .md-icon.style-rhombus{
	margin-left: -41px;
}

.md-box-icon.advanced-icon.align-top h3.title{
	margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Icon
/*-----------------------------------------------------------------------------------*/
.md-icon{
	display: inline-block;
	text-align: center;
}

.md-icon,
.md-icon i{
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Divider
/*-----------------------------------------------------------------------------------*/
.md-divider{
	margin: 60px 0;
	width: 100%;
	line-height: 1em;
}

.md-divider span{
	background:;
	width: 20%;
	margin: 0 auto;
	display: inline-block;
	line-height: 1em;
}

.md-divider.thick-solid{
	border-bottom: 4px solid;
}

.md-divider.thick-solid-center{
	text-align: center;
}

.md-divider.thick-solid-center span{
	height: 4px;
}

.md-divider.thin-solid{
	border-bottom: 1px solid;
}

.md-divider.thin-solid-center{
	text-align: center;
}

.md-divider.thin-solid-center span{
	height: 1px;
}
.md-divider.single-dotted{
	border-bottom: 1px dotted;
}

.md-divider.double-dotted{
	border-bottom: 2px dotted;
	border-top: 2px dotted;
	height: 6px;
}

.md-divider.single-dashed{
	border-bottom: 1px dashed;
}

.md-divider.double-dashed{
	border-bottom: 2px dashed;
	border-top: 2px dashed;
	height: 6px;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Video
/*-----------------------------------------------------------------------------------*/
.md-video{
	position: relative;
	z-index:0;
	padding: 0 0 67.5% 0;
}

.md-video embed,
.md-video iframe,
.md-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index:1;
	border: none;
}

.md-video-hosted,
.section-video{
	position: relative;
	z-index: 1;
}

.section-video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.md-video-hosted.hide-controls .mejs-container .mejs-controls, 
.md-video-hosted.hide-controls .mejs-container .mejs-overlay, 
.section-video .mejs-container .mejs-controls,
.section-video .mejs-container .mejs-overlay{
	display: none !important;
}

.md-video-hosted .mejs-container,
.md-audio-hosted .mejs-container{
	width: 100% !important;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Audio
/*-----------------------------------------------------------------------------------*/
.md-audio-hosted{
	width: 100%;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Dropcap
/*-----------------------------------------------------------------------------------*/
.md-dropcap{
	display: block;
	float: left;
	margin: 0 10px 0 0;
	font-weight: 400;
	font-size: 40px;
	line-height: 45px;
	vertical-align: top;
	height: 45px;
	width: 45px;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Highlights
/*-----------------------------------------------------------------------------------*/
.md-highlight{
	display: inline-block;
	padding: 0 2px;
	text-align: center;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Tooltip
/*-----------------------------------------------------------------------------------*/
.md-tooltip{
	border-bottom:1px dashed;
	cursor: pointer;
}

.tooltip .tooltip-inner{
	color: #fff;
	padding: 8px 20px;
	border-radius: 2px;
	transition: all 2s;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Counter
/*-----------------------------------------------------------------------------------*/
.md-counter{
	text-align: center;
	display: inline-block;
	width: 100%;
}

.md-counter span{
	display: inline-block;
	width: 100%;
}

.md-counter span.number{
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 10px;
}

.md-counter span.label{
	line-height: 1em;
	font-weight: 700;
	letter-spacing: 2px;
}

.md-counter .md-icon{
	margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Accordion
/*-----------------------------------------------------------------------------------*/
.md-accordions .panel{
	padding: 0;
	width: 100% !important;
	margin-bottom: 10px;
	border: none !important;
	border-radius: 0;
	box-shadow: none;
}

.md-accordions .panel+.panel {
	border-top: none;
	margin-top: 0;
}

.md-accordions .panel .panel-heading{
	margin: 0;
	padding: 0;
	border-radius: 0;
}

.md-accordions .panel .panel-heading h4{
	padding: 0;
	font-weight: normal;
	font-size: 14px;
}

.md-accordions .panel .panel-heading a{
	padding: 15px 15px 15px 40px;
	position: relative;
	display: block;
	color: #fff;
	border:1px solid #ddd;
	font-weight: 500;
}

.md-accordions .panel .panel-heading a.collapsed{
	background: #fff !important;
	color: #111;
}

.md-accordions .panel .panel-heading a:before{
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -8px;
	font-size: 18px;
	line-height: 1em;
	content:'\f107';
	font-family: 'FontAwesome';
}

.md-accordions .panel .panel-heading a.collapsed:before{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.md-accordions .panel-group .panel-body{
	padding: 15px;
	border:1px solid rgba(0, 0, 0, 0.1);
}

.md-accordions .panel-group .panel-heading+.panel-collapse .panel-body{
	border-top: none;
}


.md-accordions .panel img{
	max-width: 100%;
}



/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Tabs
/*-----------------------------------------------------------------------------------*/
.md-tabs .nav.nav-tabs{
	border: none;
	margin: 0;
	padding: 0;
	border-left:1px solid #ddd;
}

.md-tabs .nav.nav-tabs li{
	margin: 0 0 -1px 0;
	float: left;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
}

.md-tabs .nav.nav-tabs li a{
	border: none;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 0;
	padding: 15px;
	margin: 0;
	font-weight: 500;
	line-height: 22px;
}

.md-tabs .nav.nav-tabs li.active a{
	background: #fff;
	color: #fff;
}

.md-tabs .tab-content{
	border:1px solid #ddd;
	padding: 15px;
	background: #fff;
}

.md-tabs .tab-content img{
	max-width: 100%;
}

.md-tabs .tab-content .img-full-responsive{
	margin-bottom: 20px;
}

.md-tabs.md-tours{
	position: relative;
	float: left;
}

.md-tabs.md-tours:after{
	content: '';
	display: table;
	clear: both;
}

.md-tabs.md-tours .nav.nav-tabs{
	width: 30%;
	float: left;
	border-top:1px solid #ddd;
}

.md-tabs.md-tours .nav.nav-tabs li{
	width: 100%;
	margin: 0;
	border-right: none;
	border-top: none;
	border-bottom:1px solid #ddd;
}


.md-tabs.md-tours .tab-content{
	position: relative;
	top: 0;
	right: 0;
	width: 70%;
	float: right;
}



/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Single Image
/*-----------------------------------------------------------------------------------*/
.md-single-image{
	max-width: 100%;
}



/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Box Content
/*-----------------------------------------------------------------------------------*/
.md-box-content{
	padding: 30px;
	border:1px solid;
}

.md-box-content p:last-child,
.md-box-content img:last-child{
	margin-bottom: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Flip Box
/*-----------------------------------------------------------------------------------*/
.md-flipbox img{
	max-width: 100%;
}

.md-flipbox .flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;

	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d; 
	-ms-transform-style: preserve-3d; 
}

/*
.md-flipbox .flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	filter: FlipH;
	-ms-filter: "FlipH";
}
*/


/* START: Accommodating for IE */
.md-flipbox .flip-container:hover .back, .flip-container.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.md-flipbox .flip-container:hover .front, .flip-container.hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/* END: Accommodating for IE */

.md-flipbox .flip-container, .md-flipbox .front, .md-flipbox .back {
	width: 100%;
	height: 320px;
}


.md-flipbox .flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;

	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.md-flipbox .front, .md-flipbox .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;

	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}

.md-flipbox .front .cont, .md-flipbox .back .cont{
	overflow: scroll;
	display: block;
	height: 280px;
	margin: 20px;
}

.md-flipbox .front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
}

.md-flipbox .back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

/* vertical */
.md-flipbox .vertical.flip-container {
	position: relative;
}

.md-flipbox .vertical .back {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.md-flipbox .vertical.flip-container .flipper {
	-webkit-transform-origin: 100% 213.5px;
	-moz-transform-origin: 100% 213.5px;
	-ms-transform-origin: 100% 213.5px;
	transform-origin: 100% 213.5px;
}

/*
.md-flipbox .vertical.flip-container:hover .flipper {
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
*/

/* START: Accommodating for IE */
.md-flipbox .vertical.flip-container:hover .back, .vertical.flip-container.hover .back {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.md-flipbox .vertical.flip-container:hover .front, .vertical.flip-container.hover .front {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
/* END: Accommodating for IE */




/*-----------------------------------------------------------------------------------*/
/*	Shortcode: List
/*-----------------------------------------------------------------------------------*/
.md-list{
	margin: 0;
	padding: 0;
}

.md-list.mini{
	font-size: 12px;
}

.md-list.big{
	font-size: 16px;
	line-height: 1.4em;
}

.md-list.normal,
.md-list.list-icon{
	list-style: none;
}

.md-list.list-icon li{
	margin-bottom: 5px;
}

.md-list.list-icon i.icon{
	vertical-align: middle;
	margin-right: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Call to Action
/*-----------------------------------------------------------------------------------*/
.md-cta{
	position: relative;
	padding: 60px 0;
	text-align: center;
}

.md-cta.padding{
	padding: 30px;
}

.md-cta .cta-content{
	display: inline-block;
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
}

.md-cta .cta-button{
	display: inline-block;
}

.md-cta .md-button{
	margin-left: 20px;
	padding: 16px 21px;
	font-size: 12px;
	display: inline-block;
}

.md-cta.padding .md-button{
	display: block;
	margin-left: 0;
	margin-top: 7px;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Progress Bar
/*-----------------------------------------------------------------------------------*/
.md-progress-bar{
	width: 100%;
	height: 45px;
	position: relative;
	margin-bottom: 30px;
}

.md-progress-bar .bar{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: #ddd;
}

.md-progress-bar .bar .increment{
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

.md-progress-bar .lbl{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
}

.md-progress-bar .percent{
	position: absolute;
	top: -30px;
	right: -15px;
	height: 100%;
	color: #fff;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #141719;
	border-radius: 3px;
	display: inline-block;
	font-size: 10px;
	width: 30px;
	font-family: sans-serif;
	font-weight: bold;
}

.md-progress-bar .percent:after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 2.5px 0 2.5px;
	border-color: #141719 transparent transparent transparent;
}

.md-progress-bar.progress-animate .percent{
	display: none;
}

.md-progress-circular .easyPieChart {
    position: relative;
    text-align: center;
	display: inline-block;
	font-weight: bold;
}

.md-progress-circular .easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.md-progress-circular .easyPieChart .cont{
	position: absolute;
	top: 50%;
	width: 100%;
	line-height: 1em;
	text-align: center;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.md-progress-circular .easyPieChart .cont span.percent{
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #111;
}

.md-progress-circular .easyPieChart .cont span.lbl{
	color: #111;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 2px;
}

/*

.md-progress-circular .easyPieChart .percent {
	position: relative;
	font-size: 40px;
	display: block;
}

.md-progress-circular .easyPieChart .lbl {
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}



/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Button
/*-----------------------------------------------------------------------------------*/
.md-button{
	position: relative;
	border:1px solid;
	vertical-align: middle;
	display: inline-block;
	margin:0 0.4em 0.4em 0;
	text-align: center;
	line-height: 1em;
	font-size: 14px;
	letter-spacing: 1.2px;
	font-weight: bold;
	padding: 14px 15px;
	letter-spacing: 2px;
}

.md-button.style-1{
	opacity: 0.9;
}

.md-button.style-1:hover{
	opacity: 1;
}

.md-button .lbl{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.md-button i{
	font-size: 13px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: 0;
}

.md-button.extra-small{
	font-size: 11px;
	padding: 7px;
}

.md-button.extra-small.style-1,
.md-button.extra-small.style-2:hover{
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}


.md-button.extra-small i{
	font-size: 11px;
}

.md-button.small{
	font-size: 12px;
	padding: 10px;
}

.md-button.small i{
	font-size: 12px;
}

.md-button.large{
	padding: 20px 30px;
}

.md-button.large i{
	font-size: 16px;
}

.md-button.block{
	padding: 20px 0;
	width: 100%;
}

.md-button.style-1.standard,
.md-button.style-2.standard:hover{
	color: #fff;
}



/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Special Heading
/*-----------------------------------------------------------------------------------*/
.md-special-heading{
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.md-special-heading span{
	display: block;
	position: relative;
	z-index: 2;
	padding-bottom: 15px;
}

.md-special-heading.style-1 span:before,
.md-special-heading.style-2 span:before,
.md-special-heading.style-3 span:before,
.md-special-heading.style-4 span:before,
.md-special-heading.style-6 span:before,
.md-special-heading.style-7 span:before{
	content: '';
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: 0;
}

.md-special-heading.style-2 span:before{
	height: 3px;
}

.md-special-heading.style-3,
.md-special-heading.style-4{
	text-align: center;
}

.md-special-heading.style-3 span:before,
.md-special-heading.style-4 span:before{
	left: 50%;
	margin-left: -50px;
	height: 1px;
}

.md-special-heading.style-4 span:before{
	height: 3px;
}

.md-special-heading.style-5{
	text-align: center;
}

.md-special-heading.style-5 span{
	border:1px solid;
	padding: 6px 20px;
	display: inline-block;
}

.md-special-heading.style-6 span:before,
.md-special-heading.style-7 span:before{
	width: 100%;
}

.md-special-heading.style-7{
	text-align: center;
}

.md-special-heading.style-7 span:before{
	left: -100%;
	width: 200%;
}


.md-special-heading.style-1.light span:before,
.md-special-heading.style-2.light span:before,
.md-special-heading.style-3.light span:before,
.md-special-heading.style-4.light span:before,
.md-special-heading.style-6.light span:before,
.md-special-heading.style-7.light span:before,
.md-special-heading.style-7.light:before{
	background: #ddd;
}

.md-special-heading.style-5.light span{
	border-color: #ddd;
}

.md-special-heading.style-1.dark span:before,
.md-special-heading.style-2.dark span:before,
.md-special-heading.style-3.dark span:before,
.md-special-heading.style-4.dark span:before,
.md-special-heading.style-6.dark span:before,
.md-special-heading.style-7.dark span:before,
.md-special-heading.style-7.dark:before{
	background: #999;
}

.md-special-heading.style-5.dark span{
	border-color: #999;
}

.md-special-heading.style-1.black span:before,
.md-special-heading.style-2.black span:before,
.md-special-heading.style-3.black span:before,
.md-special-heading.style-4.black span:before,
.md-special-heading.style-6.black span:before,
.md-special-heading.style-7.black span:before,
.md-special-heading.style-7.black:before{
	background: #000;
}

.md-special-heading.style-5.black span{
	border-color: #000;
}

.md-special-heading.style-1.white span:before,
.md-special-heading.style-2.white span:before,
.md-special-heading.style-3.white span:before,
.md-special-heading.style-4.white span:before,
.md-special-heading.style-6.white span:before,
.md-special-heading.style-7.white span:before,
.md-special-heading.style-7.white:before{
	background: #fff;
}

.md-special-heading.style-5.white span{
	border-color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Clients
/*-----------------------------------------------------------------------------------*/
.md-clients{
	background: #fff;
	position: relative;
}

.md-clients.grid{
	height: 100%;
	display: inline-block;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.md-clients .item{
	padding: 0;
}

.md-clients .md-client{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.md-clients .md-client img{
	width: 100%;
	height: auto;

	transition: all 0.5s;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; 
}

.md-clients .md-client img:hover{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}

.md-clients .md-client{
	display: inline-block;
	width: 100%;
}

.md-clients .md-carousel .owl-wrapper-outer{
	border: 1px solid #ddd;
}

.md-clients .owl-pagination div:after{
	border-color: #111;
}

.md-clients .owl-pagination div.active:after,
.md-clients .owl-pagination div:hover:after{
	background: #111;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Portfolio
/*-----------------------------------------------------------------------------------*/
.md-portfolio .md-work{
	position: relative;
	overflow: hidden;
}

.md-portfolio .md-work .work-thumb{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.md-portfolio .md-work .work-thumb img{
	width: 100%;
	height: auto;
}


.md-portfolio .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .2s;
	text-align: center;
}

.md-portfolio .md-work .mask a{
	font-size: 12px;
	line-height: 1em;
	color: #fff;
	background: #111;
	position: relative;
	top: 52%;
	display: inline-block;
	padding: 12px 20px;
	margin: 0 5px;
	border-radius: 3px;
	transition: all .2s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.md-portfolio .md-work:hover .mask{
	opacity: 1;
}

.md-portfolio .md-work:hover .mask a{
	top: 50%;
}

.md-portfolio.default .md-work{
	margin-bottom: 30px;
}

.md-portfolio.default .work-info{
	padding: 20px 10px 0 10px;
	text-align: center;
	height: 75px;
	overflow: hidden;
}

.md-portfolio.default .work-info a{
	color: #555;
}

.md-portfolio.default .work-info h3{
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

.md-portfolio.default .work-categories a{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
}

.content-full .md-portfolio.default{
	margin: 30px;
}

.md-portfolio.alternative .item{
	padding: 0;
}

.md-portfolio.alternative a.full{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.md-portfolio.alternative .mask{
	background: rgba(0, 0, 0, 0.35);
	opacity: 0;
}

.md-portfolio.alternative .md-work:hover .mask{
	background: rgba(0, 0, 0, 0.85);
}

.md-portfolio.alternative .mask a{
	display: none;
}

.md-portfolio.alternative .work-info{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.md-portfolio.alternative .work-info h3{
	position: absolute;
	top: 50%;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1em;
	opacity: 0;
	transition: all .2s;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.md-portfolio.alternative .md-work:hover h3{
	opacity: 1;
}

.md-portfolio.alternative .work-info h3 a{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
}

.md-portfolio.alternative .work-categories{
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 100%;
	transition: all .4s;
	color: #fff;
	z-index: 3;
}

.md-portfolio.alternative .md-work:hover .work-categories{
	bottom: 20px;
}

.md-portfolio.alternative .work-categories a{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.7);
}

.md-portfolio.alternative .work-categories a:hover{
	text-decoration: underline;
}

.md-portfolio.masonry .item{
	padding: 0;
	margin: 0;
	float: left;
}

.md-portfolio.masonry .item-square,
.md-portfolio.masonry .item-tall{
	width: 25%;
}

.md-portfolio.masonry .item-square-big,
.md-portfolio.masonry .item-wide{
	width: 50%;
}


.md-portfolio-filter{
	text-align: left;
	position: relative;
	margin: 0 0 30px 0;
	display: block;
}

.md-portfolio-filter .lbl{
	display: none;
}

.md-portfolio-filter .current{
	position: absolute;
	right: 0;
	font-weight: 700;
	padding: 0 0 0 15px;
	border-left: 2px solid;
	line-height: 40px;
}

.md-portfolio-filter a{
	line-height: 40px;
	padding: 0 20px;
	display: inline-block;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-weight: 700;
	color: #888;
}

.md-portfolio-filter a:last-child{
	border-right:1px solid #ddd;
}

.md-portfolio-filter a.active{
	color: #fff;
}


.md-portfolio-filter.dark{
	background: #141719;
	padding: 15px;
}

.md-portfolio-filter.dark a{
	border-color: #2a3034;
}

.md-portfolio-filter.dark .current{
	right: 15px;
	color: #fff;
}

.content-full .md-portfolio-filter{
	text-align: center;
	margin-bottom: 0;
}

.content-full .md-portfolio-filter .current{
	right: 30px;
}


#portfolio-pagination{
	background: #f2f2f2;
}

#portfolio-pagination .container{
	position: relative;
}

#portfolio-pagination .pagination a{
	height: 40px;
	width: 40px;
	border:1px solid #ddd;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	line-height: 40px;
	color: #bbb;
	font-size: 22px;
	background: #fff;
}

#portfolio-pagination .md-social-share{
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#portfolio-pagination .md-social-share .item{
	margin: 0 0 0 5px;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Recent Posts
/*-----------------------------------------------------------------------------------*/
.md-recent-posts.md-blog .post{
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.md-recent-posts.md-blog .col-md-12:last-child .post{
	border-bottom: none;
}


.md-recent-posts .post-side{
	position: absolute;
	top: 0;
	left: 0;
}

.md-recent-posts .meta-date,
.md-recent-posts .meta-format{
	width: 60px;
	height: 60px;
}

.md-recent-posts .meta-date .meta-day{
	font-size: 40px;
}

.md-recent-posts .meta-date .meta-month{
	font-size: 13px;
}

.md-recent-posts .post-body{
	font-size: 12px;
	line-height: 20px;
	padding-top: 0;
	padding-left: 70px;
	height: 62px;
	overflow: hidden;
	background: #fff;
}

.md-recent-posts.show-image .post-body{
	font-size: 12px;
	line-height: 20px;
	padding: 10px 10px 10px 70px;
	overflow: hidden;
	height: 125px;
}

.md-recent-posts .post-title{
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}


/*-----------------------------------------------------------------------------------*/
/*  Isotope
/*-----------------------------------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

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

/**** disabling Isotope CSS3 transitions ****/

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

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Team
/*-----------------------------------------------------------------------------------*/
.md-team .item{
	text-align: center;
	margin-bottom: 10px;
}

.md-team .md-member .member-image img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: inline-block;
}

.md-team.preview-circle .md-member .member-image img{
	border-radius: 100%;
	width: 70%;
}

.md-team .md-member .member-info{
	margin-top: 10px;
}

.md-team .md-member .member-info span{
	display: block;
}

.md-team .md-member .member-info span.member-name{
	font-weight: bold;
	font-size: 14px;
}

.md-team .md-member .member-info span.member-role{
	font-size: 11px;
	color: #777;
}

.md-team .md-member .member-content{
	margin-top: 10px;
}

.md-team .md-member .member-content .member-presentation{
	margin-bottom: 0;
}

.md-team .md-member .member-social{
	margin-top: 10px;
}

.md-team .md-member .member-social a{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 4px 4px 4px;
	position: relative;
	font-size: 20px;
}

.md-team .md-member .member-social a:after{
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	color: #bbb;
	width: 20px;
	text-align: center;
	line-height: 20px;
	transition: all .2s;
}

.md-team .md-member .member-social a.facebook:after{ content:'\f09a'; }
.md-team .md-member .member-social a.twitter:after{ content:'\f099'; }
.md-team .md-member .member-social a.google_plus:after{ content:'\f0d5'; }
.md-team .md-member .member-social a.youtube:after{ content:'\f167'; }
.md-team .md-member .member-social a.linkedin:after{ content:'\f0e1'; }
.md-team .md-member .member-social a.pinterest:after{ content:'\f0d2'; }
.md-team .md-member .member-social a.flickr:after{ content:'\f16e'; }
.md-team .md-member .member-social a.instagram:after{ content:'\f16d'; }
.md-team .md-member .member-social a.apple:after{ content:'\f179'; }
.md-team .md-member .member-social a.tumblr:after{ content:'\f173'; }
.md-team .md-member .member-social a.dribbble:after{ content:'\f17d'; }
.md-team .md-member .member-social a.android:after{ content:'\f17b'; }
.md-team .md-member .member-social a.email:after{ content:'\f0e0'; }

.md-team .md-member .member-social a.facebook:hover:after{ color: #3b5998; }
.md-team .md-member .member-social a.twitter:hover:after{ color: #55acee; }
.md-team .md-member .member-social a.google_plus:hover:after{ color: #dd4b39; }
.md-team .md-member .member-social a.youtube:hover:after{ color: #b31217; }
.md-team .md-member .member-social a.linkedin:hover:after{ color: #0976b4; }
.md-team .md-member .member-social a.pinterest:hover:after{ color: #cc2127; }
.md-team .md-member .member-social a.flickr:hover:after{ color: #0063dc; }
.md-team .md-member .member-social a.instagram:hover:after{ color: #3f729b; }
.md-team .md-member .member-social a.apple:hover:after{ color: #5bc236; }
.md-team .md-member .member-social a.tumblr:hover:after{ color: #35465c; }
.md-team .md-member .member-social a.dribbble:hover:after{ color: #ea4c89; }
.md-team .md-member .member-social a.android:hover:after{ color: #a4c639; }
.md-team .md-member .member-social a.email:hover:after{ color: #ADEADA; }

.md-team .md-carousel .item{
	padding: 0 15px 0 15px;
	margin-bottom: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Testimonial
/*-----------------------------------------------------------------------------------*/
.md-testimonials .item{
	margin-bottom: 30px;
}

.md-testimonials .item:last-child{
	margin-bottom: 0;
}

.md-testimonials .md-testimonial{
	background: #fff;
	padding: 20px;
	position: relative;
}

.md-testimonials .md-testimonial .testimonial-content{
	padding-left: 100px;
	padding-top: 40px;
}

.md-testimonials .md-testimonial .testimonial-content .testimonial-quote{
	padding: 0;
	margin: 0;
}

.md-testimonials .md-testimonial .testimonial-image{
	width: 80px;
	display: inline-block;
	background: #fff;
	border-radius: 80px;
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -40px;
}

.md-testimonials .md-testimonial .testimonial-image img{
	width: 100%;
	height: auto;
	border-radius: 80px;
}

.md-testimonials .md-testimonial .testimonial-info{
	position: absolute;
	top: 20px;
	left: 120px;
}


.md-testimonials .md-testimonial .testimonial-info span.testimonial-author{
	font-weight: 900;
	font-size: 16px;
	text-transform: uppercase;
}

.md-testimonials .md-testimonial .testimonial-info span.testimonial-company{
	font-size: 11px;
	position: absolute;
	left: 0;
	top: 18px;
}

.md-testimonials .md-carousel .item{
	padding: 0 15px;
	margin-bottom: 0;
}

.md-testimonials-minimal .item{
	margin-bottom: 30px;
}

.md-testimonials-minimal .md-testimonial{
	width: 100%;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	font-weight: 300;
}

.md-testimonials-minimal .md-testimonial .testimonial-info{
	font-size: 18px;
	font-style: italic;
	margin-top: 15px;
}

.md-testimonials-minimal .md-testimonial .testimonial-info a:hover{
	text-decoration: underline;
}

.md-testimonials-minimal .md-carousel .item{
	padding: 0 15px;
	margin-bottom: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Social Share
/*-----------------------------------------------------------------------------------*/
.md-social-share{
	height: 40px;
}

.md-social-share .item{
	width: 80px;
	height: 40px;
	position: relative;
	display: inline-block;
	margin-right: 5px;
	background: #fff;
	line-height: 40px;
}

.md-social-share a{
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	color: #aaa;
	font-size: 22px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.md-social-share .count{
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #111;
	font-size: 14px;
}

.md-social-share .item.share-facebook a:hover{
	color: #3b5998;
}

.md-social-share .item.share-facebook .count{
	background: #3b5998;
}

.md-social-share .item.share-twitter a:hover{
	color: #55acee;
}

.md-social-share .item.share-twitter .count{
	background: #55acee;
}

.md-social-share .item.share-google a:hover{
	color: #dd4b39;
}

.md-social-share .item.share-google .count{
	background: #dd4b39;
}

.md-social-share .item.share-pinterest a:hover{
	color: #cc2127;
}

.md-social-share .item.share-pinterest .count{
	background: #cc2127;
}

.md-social-share a .social{
	display: none;
}

.md-social-share-classic{
	margin-bottom: 30px;
	width: 100%;
}

.md-social-share-classic .item{
	vertical-align: top;
	display: inline-block;
	width: 100px;
	margin-bottom: 5px;
	overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Twitter Feed
/*-----------------------------------------------------------------------------------*/
.md-tweets{
	margin-bottom: 30px;
	width: 100%;
}

.md-tweets .md-tweet{
	width: 100%;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}

.md-tweets .md-tweet .tweet-info{
	font-size: 18px;
	font-style: italic;
	margin-top: 15px;
}

.md-tweets .md-tweet .tweet-info a:hover{
	text-decoration: underline;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Blockquote
/*-----------------------------------------------------------------------------------*/
blockquote{
	margin: 30px 15px;
	font-size: 18px;
	padding: 20px;
	font-style: italic;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Alerts
/*-----------------------------------------------------------------------------------*/
.md-alert{
	padding: 15px;
	border: 1px solid;
	position: relative;
	margin-bottom: 30px;
	z-index: 5;
}

.md-alert.with-icon{
	padding-left: 60px;
}


.md-alert .alert-icon{
	font-size: 32px;
	line-height: 1em;
	opacity: 0.8;
	position: absolute;
	top: 50%;
	left: 15px;
	margin: 0;
	display: inline-block;
	margin-top: -16px;
}

.md-alert a.message-close{
	position: absolute;
	top: 8px;
	right: 8px;
}

.md-alert a.message-close:hover{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.md-alert.message{
	background: #eee;
	border-color: #ddd;
}

.md-alert.message .alert-icon,
.md-alert.message a.message-close{
	color: #444;
}

.md-alert.info{
	background: #d1eff8;
	border-color: #afe0ee;
}

.md-alert.info .alert-icon,
.md-alert.info a.message-close{
	color: #3498db;
}

.md-alert.success{
	background: #b8f4d0;
	border-color: #72dd9d;
}

.md-alert.success .alert-icon,
.md-alert.success a.message-close{
	color: #1abc9c;
}

.md-alert.warning{
	background: #FBF1C9;
	border-color: #e0c069;
}

.md-alert.warning .alert-icon,
.md-alert.warning a.message-close{
	color: #e67e22;
}

.md-alert.error{
	background: #fac6bf;
	border-color: #fd8585;
}

.md-alert.error .alert-icon,
.md-alert.error a.message-close{
	color: #e74c3c;
}



/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Lightbox
/*-----------------------------------------------------------------------------------*/

.md-lightbox{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.md-lightbox .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .2s;
	z-index: 2;
}

.md-lightbox .mask:hover{
	background: rgba(0, 0, 0, 0.8);
}

.md-lightbox .mask a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.md-lightbox .mask a:before{
	content: '';
	width: 60px;
	height: 60px;
	border-radius:60px;
	border: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -31px;
	margin-left: -31px;
	transition: all .2s;
	opacity: 0;
}

.md-lightbox .mask a:after{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	margin-left: -6px;
	margin-top: -9px;
	font-size: 18px;
	line-height: 1em;
	transition: all .2s;
	opacity: 0;
}

.md-lightbox:hover .mask a:before,
.md-lightbox:hover .mask a:after{
	opacity: 1;
}

.md-lightbox.image a:after{
	content:'\e816';
	font-family: 'entypo';
}

.md-lightbox.video a:after{
	content:'\e006';
	font-family: 'flaticon';
	margin-left: -9px;
}

.md-lightbox.map a:after{
	content:'\e017';
	font-family: 'flaticon';
	margin-left: -11px;
}

.md-lightbox img{
	width: 100%;
	height: auto;
}

.md-lightbox-gallery .md-lightbox{
	margin-bottom: 30px;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Revolution Slider
/*-----------------------------------------------------------------------------------*/
.md-revslider .tp-leftarrow,
.md-revslider .tp-rightarrow{
	background: rgba(0, 0, 0, 0.6);
	height: 70px;
	width: 30px;
	top: 50% !important;
	margin-top: -35px;
}

.md-revslider .tp-leftarrow:after{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin-left: -8px;
	line-height: 1em;
	content: '\e87c';
	font-family: 'entypo';
	color: #fff;
	font-size: 24px;
}

.md-revslider .tp-rightarrow:after{
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin-right: -8px;
	line-height: 1em;
	content: '\e87d';
	font-family: 'entypo';
	color: #fff;
	font-size: 24px;
}

.md-revslider .tp-leftarrow{
	left: -60px !important;
    transition: all .2s;
    opacity: 0;
}

.md-revslider .tp-rightarrow{
	right: -60px !important;
    transition: all .2s;
    opacity: 0;
}

.md-revslider:hover .tp-leftarrow{
	left: 0 !important;
	opacity: 1;
}

.md-revslider:hover .tp-rightarrow{
	right: 0 !important;
	opacity: 1;
}

.md-revslider .tp-bullets .bullet{
	background: transparent !important;
	border-radius:12px;
	width: 12px !important;
	height: 12px !important;
	margin: 0 4px !important;
	border: 2px solid #fff;
    transition: all .2s;
}

.md-revslider .tp-bullets .bullet:hover,
.md-revslider .tp-bullets .bullet.selected{
	background: #fff !important;
}

.md-revslider .title-middle span{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 32px;
	line-height: 32px;
	display: inline-block;
	padding: 8px 16px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	margin-bottom: 5px;
	font-weight: 300;
}

.md-revslider .title-middle span{
	border-left:4px solid;
}

.md-revslider .title-middle.align-right{
	text-align: right;
}

.md-revslider .title-middle.align-right span{
	border-left: none;
	border-right:4px solid;
}

.md-revslider .title-big{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 62px;
	line-height: 1em;
	display: inline-block;
	color: #fff;
	font-weight: 700;

	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

.md-revslider .tp-button{
	height: auto;
	font-weight: normal;
	font-size: 12px;
	line-height: 1em;
	border-color: #fff;
	color: #fff;
	padding: 0;
	letter-spacing: 0;
	text-shadow: none !important;
	box-shadow: none;
	border-radius: 0;
	padding: 16px 21px;
	border:1px solid;
	vertical-align: middle;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	background: transparent;
	margin: 0 5px 0 0;
}

.md-revslider .tp-button.red{
	background: #c0392b;
	border-color: #c0392b;
}

.md-revslider .tp-button.green{
	background: #1abc9c;
	border-color: #1abc9c;
}

.md-revslider .tp-button.blue{
	background: #3498db;
	border-color: #3498db;
}

.md-revslider .tp-button.orange{
	background: #e67e22;
	border-color: #e67e22;
}

.md-revslider .tp-button.lightgrey{
	background: #bdc3c7;
	border-color: #bdc3c7;
}

.md-revslider .tp-button.darkgrey{
	background: #7f8c8d;
	border-color: #7f8c8d;
}

.md-revslider .tp-button.dark{
	background: #141719;
	border-color: #141719;
	color: #fff !important;
}

.md-revslider .tp-button:hover{
	background: #fff;
	border-color: #fff;
	color: #141719 !important;
	box-shadow: none;
}
/*-----------------------------------------------------------------------------------*/
/*	Owl Carousel
/*-----------------------------------------------------------------------------------*/
.owl-carousel{
	overflow: hidden;
	position: relative;
}


.owl-controls{
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.content-full .owl-controls{
	border: none;
}

.owl-buttons div{
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	width: 30px;
	height: 70px;
	top: 50%;
	overflow: hidden;
	color: #999;
	font-size: 16px;
	transition: all .2s;
	text-indent: -9999px;
	z-index: 9;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.owl-buttons div.owl-prev{
	left: -60px;
}

.owl-buttons div.owl-next{
	right: -60px;
}

.owl-buttons div.owl-prev:after,
.owl-buttons div.owl-next:after{
	font-family: 'Entypo';
	position: absolute;
	top: 50%;
	text-indent: 0;
	font-size: 24px;
	color: #fff;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.owl-buttons div.owl-prev:after{
	content:'\e87c';
	margin-left: -8px;
	left: 50%;
}

.owl-buttons div.owl-next:after{
	content:'\e87d';
	margin-right: -8px;
	right: 50%;
}

.owl-pagination{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 30px;
	transition: all .2s;
}

.owl-pagination div{
	width: 25px;
	height: 30px;
	display: inline-block;
	position: relative;
	z-index: 9;
}

.owl-pagination div:first-child{
	border-radius: 4px 0 0 0;
}

.owl-pagination div:last-child{
	border-radius: 0 4px 0 0;
}

.owl-pagination div:after{
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -6px;
	transition: all .2s;
}

.owl-pagination div.active:after,
.owl-pagination div:hover:after{
	background: #fff;
}

.owl-carousel:hover .owl-buttons div.owl-prev{
	left: 0;
}

.owl-carousel:hover .owl-buttons div.owl-next{
	right: 0;
}

.owl-carousel:hover .owl-pagination{
	bottom: 0;
}

.owl-wrapper-outer{
	z-index: 7;
}

/*-----------------------------------------------------------------------------------*/
/*	Fancybox
/*-----------------------------------------------------------------------------------*/
.fancybox-skin{
	padding: 0 !important;
}

.fancybox-close{
	position: absolute;
	top: 0;
	right: -48px;
	background: none;
}

.fancybox-close:after{
	content: '';
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('assets/img/fancybox/close.png') center no-repeat;
}

.fancybox-prev span,
.fancybox-next span{
	background: none;
}


.fancybox-prev:after{
	content: '';
	position: absolute;
	top: 0;
	left: -200px;
	width: 200px;
	height: 100%;
	background: url('assets/img/fancybox/arrow-prev.png') center no-repeat;
}


.fancybox-next:after{
	content: '';
	position: absolute;
	top: 0;
	right: -200px;
	width: 200px;
	height: 100%;
	background: url('assets/img/fancybox/arrow-next.png') center no-repeat;
}


/*-----------------------------------------------------------------------------------*/
/*	Flex Slider
/*-----------------------------------------------------------------------------------*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider {margin: 0; padding: 0; position: relative; overflow: hidden;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}

.flexslider .flex-control-nav{
	width: 100%;
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 89;
	opacity: 0;
	transition: all .2s;
	height: 30px;
}

.flexslider:hover .flex-control-nav{
	bottom: 0;
	opacity: 1;
}


.flexslider .flex-control-nav li{
	width: 25px;
	height: 30px;
	display: inline-block;
	position: relative;
	z-index: 9;
	margin: 0;
	padding: 0;
	position: relative;
}

.flexslider .flex-control-nav li:first-child{
	border-radius: 4px 0 0 0;
}

.flexslider .flex-control-nav li:last-child{
	border-radius: 0 4px 0 0;
}


.flexslider .flex-control-nav li a{
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -6px;
	transition: all .2s;
	text-indent: -9999px;
}

.flexslider .flex-control-nav li a:hover,
.flexslider .flex-control-nav li a.flex-active{
	background: #fff;
}

.flexslider .flex-direction-nav{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.flexslider .flex-direction-nav li{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: inline-block;
}

.flexslider .flex-direction-nav li:last-child{
	left: auto;
	right: 0;
}

.flexslider .flex-direction-nav li a.flex-prev,
.flexslider .flex-direction-nav li a.flex-next{
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	width: 30px;
	height: 70px;
	top: 50%;
	overflow: hidden;
	color: #999;
	font-size: 16px;
	transition: all .2s;
	text-indent: -9999px;
	z-index: 9;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.flexslider .flex-direction-nav li a.flex-prev{
	left: -60px;
}

.flexslider .flex-direction-nav li a.flex-next{
	right: -60px;
}

.flexslider:hover .flex-direction-nav li a.flex-prev{
	left: 0;
}

.flexslider:hover .flex-direction-nav li a.flex-next{
	right: 0;
}


.flexslider .flex-direction-nav li a.flex-prev:after,
.flexslider .flex-direction-nav li a.flex-next:after{
	font-family: 'Entypo';
	position: absolute;
	top: 50%;
	text-indent: 0;
	font-size: 24px;
	color: #fff;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.flexslider .flex-direction-nav li a.flex-prev:after{
	content:'\e87c';
	margin-left: -8px;
	left: 50%;
}

.flexslider .flex-direction-nav li a.flex-next:after{
	content:'\e87d';
	margin-right: -8px;
	right: 50%;
}


/*-----------------------------------------------------------------------------------*/
/*	Contact Form 7
/*-----------------------------------------------------------------------------------*/
.wpcf7 label,
.wpcf7 p{
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
}

.wpcf7 input.wpcf7-text,
.wpcf7 textarea{
	width: 100%;
	max-width: 100% !important;
	padding: 5px 40px 5px 10px;
	outline: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
	height: 40px;
	background-color: #fff;
	border:1px solid #ddd;
	border-radius: 3px;
}

.wpcf7 textarea{
	height: 280px;
}

.wpcf7 .wpcf7-submit{
	border:none;
	padding: 8px 20px;
	text-transform: uppercase;
	color: #fff;
}

.wpcf7 .wpcf7-response-output{
	border:1px solid;
	padding: 15px;
	margin: 0;
	font-weight: bold;
	font-size: 13px;
}

.wpcf7 .wpcf7-response-output.wpcf7-validation-errors{
	background: #fac6bf;
	border-color: #fd8585;
	color: #e74c3c;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok{
	background: #b8f4d0;
	border-color: #72dd9d;
	color: #1abc9c;
}


/*-----------------------------------------------------------------------------------*/
/*	Media Elements
/*-----------------------------------------------------------------------------------*/
audio, canvas, video {
    outline: none;
}

.mejs-container {
    position: relative;
    min-width: 150px;
    width: 100% !important;
    outline: none;
    background: none;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
    font-family: sans-serif;
}

.me-plugin {
    position: absolute;
}

.mejs-embed, .mejs-embed body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.mejs-container-fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
    width: 100%;
    height: 100%;
    background: #000000;
}

/* Start: LAYERS */
.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.mejs-poster img {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border: 0;
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.mejs-overlay-play {
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -35px !important;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    background-color: rgba(0,0,0,0.5);
    background-image: none;
    -webkit-transition: background 0.15s ease-in-out 0s;
    -moz-transition: background 0.15s ease-in-out 0s;
    -o-transition: background 0.15s ease-in-out 0s;
    transition: background 0.15s ease-in-out 0s;
}

.mejs-overlay-button:after{
	content: '\e897';
	font-family: 'entypo';
	position: absolute;
	color: #fff;
	font-size: 40px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -7px;
	padding: 0;
	display: inline-block;
}


.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
}

.mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: url(assets/img/blog/media-loading.gif);
}


.mejs-controls{
	position: absolute;
	width: 100%;
	height: 50px !important;
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
}


.mejs-controls .mejs-button button {
    width: 15px;
    height: 16px;
    background: transparent url(assets/img/blog/media-controls.png) no-repeat;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.mejs-controls .mejs-playpause-button{
	margin: 15px 0 0 15px;
}

.mejs-controls .mejs-play button {
    background-position: 0 0;
}

.mejs-controls .mejs-play:hover button {
    background-position: 0 -32px;
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px;
}

.mejs-controls .mejs-pause:hover button {
    background-position: 0 -48px;
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0;
}

.mejs-time-rail{
	position: absolute;
	top: 20px;
	left: 45px;
	width: 75% !important;
	height: 9px !important;
	cursor: pointer;
}

.mejs-time-rail .mejs-time-total{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	background: #222;
}

.mejs-time-rail .mejs-time-current{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.mejs-time-rail .mejs-time-float,
.mejs-currenttime-container{
	display: none !important;
}

.mejs-duration-container{
	position: absolute;
	left: 75%;
	margin-left: 60px;
	top: 19px;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	font-family: 'Arial';
}

.mejs-controls .mejs-fullscreen-button{
	position: absolute;
	right: 15px;
	top: 16px;
}


.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px;
}


.mejs-controls .mejs-volume-button {
	position: absolute;
	right: 65px;
	top: 15px;
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px;
}

.mejs-controls .mejs-mute button:hover {
    background-position: -16px -48px;
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0;
}

.mejs-controls .mejs-unmute button:hover {
    background-position: -16px -32px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    position: absolute;
    top: -68px;
    left: -10px;
    z-index: 1;
    display: none;
    margin: 0;
    width: 32px;
    height: 68px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
}


.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    top: 8px;
    left: 13px;
    margin: 0;
    padding: 0;
    width: 7px;
    height: 46px;
    background: #373A3A;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    top: 6px;
    left: 13px;
    margin: 0px;
    width: 7px;
    height: 50px;
    background-position: bottom;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    top: 16px;
    left: 14px;
    margin: 0;
    width: 5px;
    height: 5px;
    background: transparent;
}



.mejs-controls .mejs-horizontal-volume-slider {
    position: absolute;
    right: 65px;
    top: 20px;
    width: 50px;
    height: 9px;
    margin-right: -55px !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #373A3A;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}

.mejs-container.mejs-audio .mejs-controls{
	background: #111;
}


@media (max-width:991px){
	.mejs-duration-container{
		left: 60%;
	}

	.mejs-time-rail{
		width: 60% !important;
	}
}

@media (max-width:767px){
	.mejs-duration-container{
		left: 45%;
	}

	.mejs-time-rail{
		width: 45% !important;
	}
}




/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Text Rotator
/*-----------------------------------------------------------------------------------*/
.md-rotator .rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin-x: 50%;
}

.md-rotator .rotating.flip {
  position: relative;
}

.md-rotator .rotating .front, .md-rotator .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.md-rotator .rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.md-rotator .rotating.flip .front {
  z-index: 1;
}

.md-rotator .rotating .back {
  display: block;
  opacity: 0;
}

.md-rotator .rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}



.md-rotator .rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.md-rotator .rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.md-rotator .rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.md-rotator .rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.md-rotator .rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}


.widget_md_widget_social_profiles a{
	width: 48px;
	height: 48px;
	border:2px solid rgba(0, 0, 0, 0.1);
	margin: 0 2px 2px 0;
	display: inline-block;
	font-size: 20px;
	position: relative;
}

.widget_md_widget_social_profiles a i{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}

.widget_md_widget_social_profiles a:hover{
	color: #fff;
}

.widget_md_widget_twitter ul li{
	border-bottom: none;
}

.widget_md_widget_dribbble ul li,
.widget_md_widget_pinterest ul li,
.widget_md_widget_flickr .flickr_badge_image{
	padding: 0;
	border: none;
	width: 80px;
	height: 80px;
	display: inline-block;
	border:2px solid rgba(0, 0, 0, 0.1);
	margin: 0 7px 2px 0;
	background-position: center;
	position: relative;
	transform: all .2s;
}

.widget_md_widget_dribbble ul li a,
.widget_md_widget_pinterest ul li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.widget_md_widget_flickr .flickr_badge_image{
	margin: 0 7px 7px 0;
}

.widget_md_widget_flickr .flickr_badge_image img{
	width: 100%;
	height: 100%;
}


footer .widget_md_widget_social_profiles a,
footer .widget_md_widget_dribbble ul li,
footer .widget_md_widget_pinterest ul li,
footer .widget_md_widget_flickr .flickr_badge_image{
	border:2px solid rgba(255, 255, 255, 0.1);
	color: #fff;
}



/*------------------------------------------------------------------
[7. WooCommerce]
*/
.woocommerce-content{
	position: relative;
}

.woocommerce .page-content{
	background: #f7f7f7;
}

.woocommerce .page-title{
	display: none;
}

.woocommerce .woocommerce-result-count{
	display: none;
}

.woocommerce .button,
.woocommerce button,
.woocommerce input[type="submit"]{
	padding-top: 6px;
	padding-bottom: 6px;
}

.woocommerce .onsale{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 11px;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
	padding: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.woocommerce ins{
	text-decoration: none;
	font-weight: bold;
}

.woocommerce del{
	color: #ddd;
}

.woocommerce-breadcrumb{
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*  Products List
/*-----------------------------------------------------------------------------------*/
.woocommerce .products {
	position: relative;
	margin: 0 -1%;
	list-style: none;
}

.woocommerce .products .product {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	background: #fff;
	float: left;
	color: #111;
	padding: 5px 5px 20px 5px;
}


.woocommerce .products:after{
	content: '';
	display: table;
	clear: both;
}

.woocommerce .products .product p{
	margin: 0;
	padding: 0;
}

.woocommerce .products .product p br{
	display: none;
}

.woocommerce .products .product a{
	color: #111;
}

.woocommerce .products .product .wp-post-image{
	width: 100%;
	height: auto;
	display: block;
}

.woocommerce .products .product .product-info{
	position: relative;
	padding-top: 15px;
}

.woocommerce .products .product h3{
	font-size: 14px;
	line-height: 18px;
	color: #111;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.woocommerce .products .product .star-rating{
	margin: 0 !important;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: -30px;
	background: #fff;
	border-radius: 10px;
	height: 25px;
	width: 80px;
	display: inline-block;
	border: 5px solid #fff;
}

.woocommerce .products .product .price{
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.woocommerce .products .product .button{
	color: #fff;
	border: none;
	border-radius: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

.woocommerce .products .product .button:hover{
	color: #fff !important;
}

.woocommerce .products .product .button.added{
	display: none;
}

.woocommerce .products .product .added_to_cart{
	padding: 6px 30px;
    color: #fff !important;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    background: #2ecc72;
    text-transform: uppercase;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
}



.woocommerce .columns-2 .products .product,
.woocommerce.columns-2 .products .product{
	width: 48%;
	margin: 0 1% 2% 1%;
}

.woocommerce .products .product,
.woocommerce .columns-3 .products .product,
.woocommerce.columns-3 .products .product{
	width: 31.3333%;
	margin: 0 1% 2% 1%;
}

.woocommerce .columns-4 .products .product,
.woocommerce.columns-4 .products .product{
	width: 23%;
	margin: 0 1% 2% 1%;
}

.woocommerce .products .product.last,
.woocommerce .columns-2 .products .product.last,
.woocommerce.columns-2 .products .product.last,
.woocommerce .columns-3 .products .product.last,
.woocommerce.columns-3 .products .product.last,
.woocommerce .columns-4 .products .product.last,
.woocommerce.columns-4 .products .product.last{
	margin-right: 0;
}

.woocommerce .col-md-6 .columns-3 .products .product .price,
.woocommerce .col-md-6 .columns-3 .products .product .price,
.woocommerce .col-md-6 .columns-4 .products .product .price{
	font-size: 14px;
}

.woocommerce .col-md-6 .columns-3 .products .product .price del,
.woocommerce .col-md-6 .columns-4 .products .product .price del{
	display: none;
}

.woocommerce .cross-sells{
	margin-bottom: 30px;
}

.woocommerce .related h2{
	font-size: 16px;
	line-height: 42px;
	font-weight: bold;
	color: #ddd;
}

/*-----------------------------------------------------------------------------------*/
/*  Star Rating
/*-----------------------------------------------------------------------------------*/
.woocommerce .star-rating{
	overflow: hidden;
	position: relative;
	height: 15px;
	line-height: 15px;
	font-size: 15px;
	width: 75px;
	color: #e0dadf;
	display: block;
	margin-bottom: 10px;
}

.woocommerce .star-rating span{
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 15px;
	display: block;
	color: #f1c40f;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before{
	content: "\f005\f005\f005\f005\f005";
	top: 0;
	position: absolute;
	left: 0;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.woocommerce-tabs .comment-form-rating .stars{
	display: block;
	position: relative;
	height: 16px;
}

.woocommerce-tabs .comment-form-rating .stars span{
	position: absolute;
	bottom: 0;
	left: 0;
}

.woocommerce-tabs .comment-form-rating .stars a {
	display: block;
	line-height: 16px;
	font-size: 16px;
	text-align: center;
	text-indent: -9000px;
	position: relative;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #d6d9dc;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	color: #f1c40f;
}

.woocommerce-tabs .comment-form-rating .stars a:after {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.woocommerce-tabs .comment-form-rating .stars a:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.woocommerce-tabs .comment-form-rating .stars a.star-1 {
	width: 15px;
}

.woocommerce-tabs .comment-form-rating .stars a.star-2 {
	width: 30px;
}

.woocommerce-tabs .comment-form-rating .stars a.star-3 {
	width: 45px;
}

.woocommerce-tabs .comment-form-rating .stars a.star-4 {
	width: 60px;
}

.woocommerce-tabs .comment-form-rating .stars a.star-5 {
	width: 75px;
}

.woocommerce-tabs .comment-form-rating .stars a.star-1:after {
	content: "\f005";
}

.woocommerce-tabs .comment-form-rating .stars a.star-2:after {
	content: "\f005\f005";
}

.woocommerce-tabs .comment-form-rating .stars a.star-3:after {
	content: "\f005\f005\f005";
}

.woocommerce-tabs .comment-form-rating .stars a.star-4:after {
	content: "\f005\f005\f005\f005";
}

.woocommerce-tabs .comment-form-rating .stars a.star-5:after {
	content: "\f005\f005\f005\f005\f005";
}

/*-----------------------------------------------------------------------------------*/
/*  Categories
/*-----------------------------------------------------------------------------------*/
.woocommerce .product-category{
	position: relative;
	overflow: hidden;
}

.woocommerce .product-category img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.woocommerce .product-category h3 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin: 0;
	font-size: 14px;
	line-height: 1em;
}

.woocommerce .product-category h3 mark{
	padding: 0;
	background: transparent;
}

.woocommerce .products .product-category{
	background: transparent;
	padding-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Single Product
/*-----------------------------------------------------------------------------------*/
.woocommerce.single-product .product{
	position: relative;
}

.woocommerce.single-product .product .images{
	display: inline-block;
	width: 40%;
	vertical-align: top;
	border:5px solid #fff;
}

.woocommerce.single-product .product .images img{
	width: 100%;
	height: auto;
}

.woocommerce.single-product .product .thumbnails a{
	float: left;
	width: 25%;
	padding-top: 1px;
	padding-right: 1px;
}

.woocommerce.single-product .product .summary{
	display: inline-block;
	width: 50%;
	padding-left: 30px;
	vertical-align: top;
}

.woocommerce.single-product .product .product_title{
	font-size: 24px;
	line-height: 34px;
	font-weight: normal;
	color: #111;
	margin-bottom: 5px;
}

.woocommerce.single-product .product .woocommerce-product-rating{
	margin-bottom: 15px;
}

.woocommerce.single-product .product .woocommerce-product-rating .star-rating{
	margin: 0;
}

.woocommerce.single-product .product .price{
	font-size: 16px;
	line-height: 1em;
	color: #111;
	margin-bottom: 15px;
}

.woocommerce.single-product .product .cart{
	margin-top: 30px;
	position: relative;
}

.woocommerce.single-product .product .cart .button{
	margin-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
	height: 38px;
	line-height: 38px;
}

.woocommerce.single-product .product .variations{
	background: transparent;
	border: none;
	margin-bottom: 0;
}

.woocommerce.single-product .product .variations td{
	border: none;
	text-align: left;
	padding: 0 5px 0 0;
	vertical-align: middle;
}

.woocommerce.single-product .product .variations label{
	color: #111;
}

.woocommerce.single-product .product .variations label,
.woocommerce.single-product .product .variations .reset_variations{
	font-size: 12px;
}

.woocommerce.single-product .product .single_variation{
	margin: 25px 0;
	font-weight: bold;
}

.woocommerce.single-product .product .single_variation .price{
	font-size: 24px;
}

.woocommerce.single-product .product .product_meta{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 30px;
}

.woocommerce.single-product .product .product_meta > span{
	display: block;
}

.woocommerce.single-product .product .product_meta a:hover{
	text-decoration: underline;
}

.woocommerce.single-product .product .woocommerce-tabs{
	display: block;
	width: 100%;
	margin: 60px 0;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs{
	border-left: 1px solid #d6d9dc;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs:after{
	content: '';
	display: table;
	clear: both;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li{
	margin: 0 0 -1px 0;
	padding: 0;
	display: inline-block;
	border-right:1px solid #d6d9dc;
	border-top:1px solid #d6d9dc;
	border-bottom:1px solid #d6d9dc;
	float: left;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a{
	border: none;
	background: #f7f7f7;
	border-radius: 0;
	padding: 20px 30px;
	margin: 0;
	font-weight: 700;
	line-height: 1em;
	display: inline-block;
	color: #555;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active{
	border-bottom-color: #fff;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active a{
	background: #fff;
	color: #111;
}

.woocommerce.single-product .product .woocommerce-tabs .panel{
	background: #fff;
	display: block;
	float: none;
	border-radius: 0;
	padding: 15px 30px 30px 30px;
	border:1px solid #d6d9dc;
}

.woocommerce.single-product .product .woocommerce-tabs .panel:before{
	content: '';
	display: table;
	clear: both;
}

.woocommerce.single-product .product .woocommerce-tabs .panel h2{
	font-size: 16px;
	line-height: 34px;
}

.woocommerce.single-product .product .woocommerce-tabs #comments{
	margin: 0 0 60px 0;
	padding: 0;
	border-top: none;
}

.woocommerce.single-product .product .woocommerce-tabs #comments li{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.woocommerce.single-product .product .woocommerce-tabs #comments li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.woocommerce.single-product .product .woocommerce-tabs #comments .comment_container{
	position: relative;
	min-height: 60px;
}

.woocommerce.single-product .product .woocommerce-tabs #comments .comment_container .avatar{
	position: absolute;
	top: 0;
	left: 0;
}

.woocommerce.single-product .product .woocommerce-tabs #comments .comment_container .comment-text{
	margin-left: 75px;
}

.woocommerce.single-product .product .woocommerce-tabs #comments .comment_container .star-rating{
	position: absolute;
	top: 0;
	right: 0;
}

.woocommerce.single-product .product .woocommerce-tabs #comments .comment_container .meta{
	margin-bottom: 5px;
}




/*-----------------------------------------------------------------------------------*/
/*  Messages
/*-----------------------------------------------------------------------------------*/
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .order-info,
.woocommerce .cart-empty{
	padding: 15px 30px 15px 15px;
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .cart-empty{
	color: #fff;
}

.woocommerce .woocommerce-error{
	background: #ff9791;
	color: #cf473f;
}

.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .order-info li,
.woocommerce .cart-empty li{
	display: block;
	list-style: none;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .cart-empty .button{
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .cart-empty .button:hover{
	background: #444;
}


/*-----------------------------------------------------------------------------------*/
/*  Buttons & Forms
/*-----------------------------------------------------------------------------------*/
.return-to-shop .button:after{
	content: '\f177';
	font-family: 'FontAwesome';
	margin-right: 10px;
	font-size: 18px;
	float: left;
	font-weight: normal;
}

.woocommerce-ordering{
	display: block;
	height: 60px;
}

.woocommerce-ordering select,
.woocommerce-ordering .chosen-container{
	width: 270px !important
}

.woocommerce .minus,
.woocommerce .plus,
.woocommerce-page .minus,
.woocommerce-page .plus{
	background: #fff center no-repeat;
	height: 40px;
	width: 40px;
	border: 1px solid #d6d9dc;
	float: left;
	display: inline-block;
	text-indent: -9999px;
}

.woocommerce .minus,
.woocommerce-page .minus{
	background-image: url('assets/img/minus.png');
}

.woocommerce .plus,
.woocommerce-page .plus{
	background-image: url('assets/img/plus.png');
}

.woocommerce .qty,
.woocommerce-page .qty{
	background: #fff center no-repeat;
	width: 65px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin: 0;
	border: none;
	border-top: 1px solid #d6d9dc;
	border-bottom: 1px solid #d6d9dc;
	font-weight: bold;
	font-size: 11px;
	float: left;
	display: inline-block;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*  Widgets
/*-----------------------------------------------------------------------------------*/

.widget_shopping_cart .cart_list,
.widget_products .product_list_widget,
.widget_recently_viewed_products .product_list_widget,
.widget_recent_reviews .product_list_widget,
.widget_top_rated_products .product_list_widget,
.woocommerce .product-categories,
.woocommerce .product-categories .children{
	list-style: none;
}

.widget_shopping_cart .cart_list > li,
.widget_products .product_list_widget > li,
.widget_recently_viewed_products .product_list_widget > li,
.widget_recent_reviews .product_list_widget > li,
.widget_top_rated_products .product_list_widget > li{
	margin-bottom: 15px;
	background: #fff;
	padding: 5px;
	border: none;
}

.widget_shopping_cart .cart_list > li:last-child,
.widget_products .product_list_widget > li:last-child,
.widget_recently_viewed_products .product_list_widget > li:last-child,
.widget_recent_reviews .product_list_widget > li:last-child,
.widget_top_rated_products .product_list_widget > li:last-child{
	padding: 5px;
	margin-bottom: 15px;
}

.widget_shopping_cart .cart_list > li:after,
.widget_products .product_list_widget > li:after,
.widget_recently_viewed_products .product_list_widget > li:after,
.widget_recent_reviews .product_list_widget > li:after,
.widget_top_rated_products .product_list_widget > li:after{
	content: '';
	display: table;
	clear: both;
}

.widget_shopping_cart .cart_list > li.empty,
.widget_products .product_list_widget > li.empty,
.widget_recently_viewed_products .product_list_widget > li.empty,
.widget_recent_reviews .product_list_widget > li.empty,
.widget_top_rated_products .product_list_widget > li.empty{
	color: #111;
}

.widget_shopping_cart .cart_list > li a,
.widget_products .product_list_widget > li a,
.widget_recently_viewed_products .product_list_widget > li a,
.widget_recent_reviews .product_list_widget > li a,
.widget_top_rated_products .product_list_widget > li a{
	display: block;
	font-weight: bold;
}

.widget_shopping_cart .cart_list > li a img,
.widget_products .product_list_widget > li a img,
.widget_recently_viewed_products .product_list_widget > li a img,
.widget_recent_reviews .product_list_widget > li a img,
.widget_top_rated_products .product_list_widget > li a img{
	vertical-align: top;
	margin-right: 10px;
	float: left;
	display: block;
	width: 80px;
}

.widget_shopping_cart .cart_list > li .amount,
.widget_products .product_list_widget > li .amount,
.widget_recently_viewed_products .product_list_widget > li .amount,
.widget_recent_reviews .product_list_widget > li .amount,
.widget_top_rated_products .product_list_widget > li .amount{
}

.widget_layered_nav li,
.widget_product_categories li{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #d6d9dc;
}

.widget_layered_nav li ul.children,
.widget_product_categories li ul.children{
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #d6d9dc;
}

.widget_layered_nav li ul.children li,
.widget_product_categories li ul.children li{
	padding-left: 15px;
}

.widget_layered_nav li .count{
	float: right;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	line-height: 20px;
	text-align: center;
	background: #111;
	color: #fff;
	font-size: 12px;
}

.widget_shopping_cart .total{
	margin-bottom: 25px;
}

.widget_price_filter{
	position: relative;
	padding-bottom: 50px;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #d6d9dc;
}

.widget_price_filter .ui-slider-horizontal {
	height: 8px;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .price_slider {
	margin-bottom: 25px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	cursor: pointer;
	outline: none;
	top: -5px;
	left: auto;
	margin-left: -10px;
}

.widget_price_filter .price_slider_amount .button {
	position: absolute;
	bottom: 0;
	left: 0;
}

.widget_price_filter .price_slider_amount .price_label {
	position: absolute;
	bottom: 5px;
	right: 0;
}

.widget_product_search form{
	position: relative;
}

.widget_product_search label{
	display: none;
}

.widget_product_search input[type="text"] {
	width: 100%;
	max-width: 100% !important;
	padding: 5px 40px 5px 10px;
	outline: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
	height: 40px;
	background-color: #fff;
	border:1px solid #d6d9dc;
}

.widget_product_search input[type="submit"] {
	text-indent: -2000%;
	white-space: nowrap;
	overflow: hidden;
	width: 40px !important;
	height: 40px;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	background: url('assets/img/blog/ico-zoom.png') center no-repeat;
}

/*-----------------------------------------------------------------------------------*/
/*  Tables
/*-----------------------------------------------------------------------------------*/	
.woocommerce table{
	background: #fff;
}

.woocommerce .shop_table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	background: #fff;
}

.woocommerce .shop_table td {
	border: 1px solid #d6d9dc;
	padding: 10px 0;
	text-align: center !important;
}

.woocommerce .shop_table th{
	color: #111;
	padding: 20px 0;
	text-align: center;
}

.woocommerce .shop_table.cart .product-remove a {
	display: inline-block;
	color: #ffffff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin:0;
	padding:0;
	background-color: #111;
	font-size: 16px;
	text-align: center;
}

.dark-skin .woocommerce .shop_table.cart .product-remove a {
	background-color: #444444;
}

.woocommerce .shop_table.cart .product-remove a:hover {
	opacity: 0.7;
}

.woocommerce .shop_table .quantity{
	display: inline-block;
	margin: 0 auto;
}

.woocommerce .shop_table.cart tr td.actions{
	text-align: right !important;
	padding: 10px;
	border: 1px solid #d6d9dc;
	position: relative;
	width: 100%;
}

.woocommerce .shop_table.cart tr td.actions input{
	margin: 0;
}

.woocommerce .shop_table.cart .coupon{
	position: absolute;
	left: 10px;
	top: 10px;
}

.woocommerce .shop_table.cart .coupon label {
	display: none;
}

.woocommerce .shop_table.cart .coupon input {
	margin: 0;
}

.woocommerce .shop_table.cart input[type="text"],
.woocommerce .checkout_coupon input[type="text"]{
	padding: 6px;
	outline: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	border:1px solid #d6d9dc;
	width: 120px;
}

.woocommerce .shop_table.cart .coupon,
.woocommerce .shop_table.cart input[type="submit"] {
	display:inline-block;
}

.woocommerce .cart-collaterals {
	margin-top: 40px;
}

.woocommerce .cart-collaterals:after {
	content: "";
	display: table;
	clear: both;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calculator {
	width: 45%;
	display: inline-block;
	vertical-align: top;
}

.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce .cart-collaterals .shipping_calculator > h2 {
	margin-bottom: 25px;
}

.woocommerce .cart-collaterals .cart_totals{
	margin-right: 4%;
}

.woocommerce .cart-collaterals .cart_totals > table,
.woocommerce #order_review .shop_table{
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

.woocommerce .cart-collaterals .cart_totals > table td,
.woocommerce .cart-collaterals .cart_totals > table th,
.woocommerce #order_review .shop_table td,
.woocommerce #order_review .shop_table th,
.woocommerce-checkout .shop_table td,
.woocommerce-checkout .shop_table th{
	border:1px solid #d6d9dc;
	padding: 10px;
}


.woocommerce .checkout_coupon .button{
	margin-bottom: 40px;
}

.woocommerce .checkout .col-1,
.woocommerce .checkout .col-2{
	width: 48%;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.woocommerce .checkout .col-2{
	float: right;
}

.woocommerce .checkout .col-1 label,
.woocommerce .checkout .col-2 label{
	margin-bottom: 10px;
}

.woocommerce .checkout .col-1 p,
.woocommerce .checkout .col-2 p{
	margin-bottom: 20px;
}

.woocommerce .checkout .col-2 textarea{
	height: 120px;
}

.woocommerce .checkout .col-2 .checkbox{
	padding: 0;
}

.woocommerce .checkout #order_review_heading:before{
	content: '';
	display: table;
	clear: both;
}

.woocommerce-shipping-fields #ship-to-different-address label{
	display: inline-block;
	margin-right: 10px;
}


.woocommerce .payment_methods{
	margin: 40px 0 30px 0;
	list-style: none;
}

.woocommerce .payment_methods li{
	padding: 0 0 10px 0;
}

.woocommerce .order_details,
.woocommerce .customer_details{
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	border-top:1px solid #d6d9dc;
	background: #fff;
}
.woocommerce .order_details li,
.woocommerce .customer_details dt,
.woocommerce .customer_details dd {
	border-bottom:1px solid #d6d9dc;
	border-left:1px solid #d6d9dc;
	border-right:1px solid #d6d9dc;
	padding: 10px;
	margin: 0;
}

.woocommerce .order_details h3{
	border:1px solid #d6d9dc;
	margin-bottom: 0;
	padding: 10px;
	background: #fff;
}

.woocommerce .related.products h2,
.woocommerce .cart-collaterals h2,
.woocommerce-checkout .woocommerce h2,
.woocommerce-checkout .woocommerce h3,
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
	margin: 0 0 15px 0;
	padding: 0;
	color: #222;
}

/*-----------------------------------------------------------------------------------*/
/*  Pagination
/*-----------------------------------------------------------------------------------*/
.woocommerce-pagination{
	background: #fff;
	padding: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ddd;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.woocommerce-pagination ul{
	margin: 0;
	padding: 0;
}

.woocommerce-pagination ul li{
	margin: 0 2px;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.woocommerce-pagination ul li a{
	color: #ddd;
}

.woocommerce-pagination .prev{
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.woocommerce-pagination .next{
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/*-----------------------------------------------------------------------------------*/
/*  Login / Register
/*-----------------------------------------------------------------------------------*/
.woocommerce .form-row{
	margin: 0 0 20px 0;
}

.woocommerce .form-row label{
	display: block;
}

.woocommerce .form-row label.checkbox{
	display: inline-block;
}

.woocommerce-account #page-container{
	background: #f7f7f7;
}

.woocommerce-account .button{
	margin-bottom: 10px;
}

.woocommerce-account .woocommerce{
	padding: 20px;
	border: 1px solid #d6d9dc;
	background: #fff;
}

.woocommerce .woocommerce-invalid input{
	border-color: #f00 !important;
}
}




/*-----------------------------------------------------------------------------------*/
/*  Media Queries - Large Devices
/*-----------------------------------------------------------------------------------*/
@media (min-width:1200px){
.boxed,
.boxed .header-content{
    width: 1170px !important;
}
}


/*-----------------------------------------------------------------------------------*/
/*  Media Queries - Medium Devices
/*-----------------------------------------------------------------------------------*/
@media (max-width:1200px){
.boxed,
.boxed .header-content{
    width: 970px !important;
}
}


/*-----------------------------------------------------------------------------------*/
/*  Media Queries - Desktop
/*-----------------------------------------------------------------------------------*/
@media (min-width:992px){
	header.scroll-resize .is-sticky .header-content{
		line-height: 60px;
	}

	header.scroll-resize .is-sticky .header-content ul.menu > li.simple > ul,
	header.scroll-resize .is-sticky .header-content ul.menu > li.megamenu > ul{
		top: 60px;
	}

	header.scroll-transparent .is-sticky .header-content{
		opacity: 0.98;
	}
}


/*-----------------------------------------------------------------------------------*/
/*  Media Queries - Small Devices
/*-----------------------------------------------------------------------------------*/
@media (max-width:991px){
.boxed,
.boxed .header-content{
    width: 750px !important;
}

.md-box-icon,
.md-text-block,
.md-accordions,
.md-toggles,
.md-tabs,
.md-box-content,
.md-counter,
footer .column{
	margin-bottom: 30px;
}

.md-cta .cta-content{
	width: 100% !important;
	margin-bottom: 30px;
	text-align: center;
}

.md-cta .cta-button{
	width: 100% !important;
}
.md-cta .cta-button,
.md-cta .cta-button .md-button{
	position: relative !important;
}

.md-portfolio .item{
	width: 100%;
}

.md-portfolio-filter .current{
	display: none;
}

.md-portfolio.masonry .item-square,
.md-portfolio.masonry .item-tall,
.md-portfolio.masonry .item-square-big,
.md-portfolio.masonry .item-wide{
	width: 100% !important;
}

.col-sm-left{
	float: left;
	width: 100%;
}

.col-sm-right{
	float: right;
	width: 100%;
}

header .header-top,
header .header-menu{
	display: none;
}

header{
	line-height: 60px !important;
	position: relative;
}


header .header-content{
	position: relative !important;
}

header #menu-mobile-trigger{
	display: inline-block;
}

header .header-search,
header #search-open,
#shop-button i{
	display: none;
}

#copyright{
	height: auto;
	line-height: auto;
	width: 100%;
}

#copyright .copyright-text,
#copyright .float-right{
	width: 100%;
	display: block;
	text-align: center;
	float: none;
}

#copyright-menu li{
	margin: 0 7px;
}

	.woocommerce.single-product .product .images{
		width: 100%;
		margin-bottom: 30px;
	}

	.woocommerce.single-product .product .summary{
		width: 100%;
		padding-left: 0;
	}

	.woocommerce .checkout .col-1,
	.woocommerce .checkout .col-2{
		width: 100%;
		float: left;
	}

	.woocommerce .shop_table.cart th, 
	.woocommerce .shop_table.my_account_orders th{
		font-size: 12px;
	}

	.shop_table.cart th.product-thumbnail,
	.shop_table.cart td.product-thumbnail{
		display: none;
	}

	.woocommerce .products .product{
		width: 100% !important;
	}

	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .shipping_calculator{
		width: 100%;
		margin-bottom: 40px;
	}

	.woocommerce .woocommerce-tabs .tabs li{
		display: block;
		float: none;
	}

	.woocommerce-tabs .comment-form-rating .stars{
		height: auto;
	}

	.woocommerce-tabs .comment-form-rating .stars span{
		position: static;
	}

	.woocommerce-tabs .comment-form-rating .stars span a{
		display: block;
		border-right: none;
		float: none;
		margin-bottom: 5px;
	}

	.woocommerce.single-product .product .woocommerce-tabs #comments .comment_container .star-rating{
		top: auto;
		left: auto;
		bottom: -30px;
		left: 75px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*  Media Queries - Extra Small Devices
/*-----------------------------------------------------------------------------------*/
@media (max-width:767px){
.boxed,
.boxed .header-content{
    width: 100% !important;
}

header #logo img{
	max-width: 160px;
}

.md-tabs .nav.nav-tabs li{
	width: 100% !important;
	border-right: 1px solid #e5e5e5!important;
	text-align: center !important;
}

#error-404 h2{
    font-size: 160px;
}

#error-404 h3{
    font-size: 32px;
}

#error-404 h4{
    font-size: 20px;
}


}