/*
	Theme Name: Akast
	Theme URI: http://demo.themesholic.com/akast
	Author: ThemesHolic
	Author URI: http://www.themesholic.com
	Description: One & Multi-Page Premium Theme.
	Version: 2.2
	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
*/



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

1. Bootstrap
2. Animate.css
3. WordPress Reset
4. WooCommerce
5. Site Layout


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



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



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



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


/*------------------------------------------------------------------



[5. Site Layout]
*/
body,html{
	width: 100%;
	overflow-x:hidden;
}

body{
	background-size: cover;
	background-attachment: fixed;
}

a{
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

A:active.readmore {color: #f1c40f;text-decoration:none;}
A:link.readmore  {color: #f1c40f;text-decoration:none;}
A:visited.readmore  {color: #f1c40f;text-decoration:none;}
A:hover.readmore  {color: #e88162;text-decoration:none;}

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


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

h5{
	letter-spacing: 2px;
}

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

h1, h2, h3, h4, h5, h6{
	margin:0 0 15px 0;
}

p{
	margin:0 0 30px 0;
}

ul, ol{
	margin:0 0 30px 0;
}

ul li ul, ol li ol{
	margin:0 0 30px 0;
}

.row p:last-child{
	margin-bottom: 0;
}

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



/*-----------------------------------------------------------------------------------*/
/*	Forms
/*-----------------------------------------------------------------------------------*/
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
.chosen-single{
	width: 100%;
	background: #f1f1f1;
    border: 2px solid #e7f0f3;
    background: #fff;
	padding: 10px 15px;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: normal;
    color: #3b474d;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus{
	border-color: rgba(0, 0, 0, 0.2);
}

input[type="submit"],
button,
a.button{
	background: #303030;
	border: none;
	padding: 10px 15px;
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase;
    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;
}



/*-----------------------------------------------------------------------------------*/
/*  Custom Select
/*-----------------------------------------------------------------------------------*/
.chosen-container{
	position: relative;
    cursor: pointer;
    text-align: left;
    width: 100% !important;
    background: #fff;
    color: #3b474d;
    font-size: 12px;
}

.chosen-single{
	display: block;
	background: url('assets/img/blog/select-arrow.png') 98% center no-repeat transparent;
}

.chosen-single span{
	color: #555;
}

.chosen-drop,
.chosen-search{
	display: none;
}

.chosen-with-drop .chosen-drop{
	display: block;
}

.chosen-results{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 19;
	max-height: 168px;
	overflow-y: scroll;
	border-left: 2px solid #e7f0f3;
	border-bottom: 2px solid #e7f0f3;
	border-right: 2px solid #e7f0f3;
	background: #fff;
}

.chosen-results li{
	border: none !important;
	margin: 0;
	list-style: none;
	display: block;
	padding: 15px !important;
    font-family: 'Open Sans';
    font-weight: normal;
    color: #3b474d;
}

.chosen-results li:hover{
	background: rgba(0, 0, 0, 0.01)
}


/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	line-height: 80px;
	height: 80px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.admin-bar #header{
	top: 32px;
}

#logo{
	float: left;
}

#header-right{
	float: right;
}

#header-menu{
	height: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}

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

#header-menu ul.menu > li{
	margin: 0 0 0 15px;
	padding: 0;
	display: inline-block;
	list-style: none;
	position: relative;
}

#header-menu ul li a{
	opacity: 0.5;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	line-height: 1em;
	white-space: nowrap;
	color: #FFF;
}

#header-menu ul li a:hover,
#header-menu ul li.current > a{
	opacity: 1;
}

#header-menu ul li a i{
	margin-right: 10px;
}

#header-menu ul li ul.sub-menu{
	position: absolute;
	width: 220px;
	left: -15px;
	background: #030e18;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 48px;
	border-top: 2px solid;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: none;
}

#header-menu > ul > li > ul.sub-menu:before{
	content: '';
	position: absolute;
	top: -8px;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #007bff transparent;
}

#header-menu ul li ul.sub-menu li{
	position: relative;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#header-menu ul li ul.sub-menu li{
	display: block;
}

#header-menu ul li ul.sub-menu li a{
	display: block;
	padding: 10px;
	line-height: 1;
}

#header-menu ul li ul.sub-menu li.menu-item-has-children > a:after{
	content: '\f105';
	font-family: 'FontAwesome';
	float: right;
	font-size: 12px;
}

#header-menu ul li ul.sub-menu li ul.sub-menu{
	top: -2px;
	left: 220px;
}

#header-menu ul li ul.sub-menu li ul.sub-menu.menu-overflow-width{
	left: auto;
	right: 220px;
}

#shop-button{
	line-height: 1em;
	opacity: 0.7;
	margin-left: 10px;
}

#shop-button:hover{
	opacity: 1;
}

.header-solid #page-container{
	padding-top: 80px;
}

.header-static.header-transparent #logo-solid,
.header-fixed.header-transparent #logo-transparent{
	display: none;
}

.header-static.header-transparent #logo-transparent,
.header-fixed.header-transparent #logo-solid{
	display: inline-block;
}

.header-static.header-transparent #header{
	background: transparent;
	box-shadow: none;
}

.header-static.header-transparent #header:hover{
	background: rgba(0, 0, 0, 0.2);
}

.header-static.header-transparent #header #header-right a{
	color: #fff;
	opacity: 0.5;
}

.header-static.header-transparent #header #header-right a:hover,
.header-static.header-transparent #header #header-right .current > a{
	opacity: 1;
}


.header-fixed #header{
	background: #fff;
}

#menu-mobile-trigger{
	display: none;
	position: fixed;
	right: 15px;
	top: 15px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	padding: 10px;
	background: rgba(0, 0, 0, 0.2);
	z-index: 999;
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}

#menu-mobile-trigger.open{
	-webkit-transform: translateX(-240px);
	   -moz-transform: translateX(-240px);
	    -ms-transform: translateX(-240px);
	     -o-transform: translateX(-240px);
	        transform: translateX(-240px);
}

.admin-bar #menu-mobile-trigger{
	top: 47px;
}

#header-mobile{
	background: transparent;
	line-height: 1;
	display: none;
	margin: 0;
	padding: 25px 15px 15px 15px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 499;
	width: 240px;
	height: 100%;
	-webkit-transform: translateX(240px);
	   -moz-transform: translateX(240px);
	    -ms-transform: translateX(240px);
	     -o-transform: translateX(240px);
	        transform: translateX(240px);
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}

#header-mobile.open{
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}

#header-mobile .container{
	width: 100%;
}

.admin-bar #header-mobile{
	top: 32px;
}

#header-mobile{
	background: rgba(245, 196, 15, 0.9);
}

#header-mobile #logo-mobile{
	margin-bottom: 15px;
}

#header-mobile #logo-mobile img{
	max-width: 100%;
}

#header-mobile-menu .menu{
	margin: 0 0 45px 0;
	padding: 0;
	display: block;
}

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

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

#header-mobile-menu .menu li a{
	color: #222;
	padding: 10px 0;
	display: block;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

#header-mobile-menu .menu li.menu-item-has-children > a:after{
	content: '+';
	float: right;
	font-size: 16px;
}

#header-mobile-menu .menu li.menu-item-has-children > a.open:after{
	content: '-';
}

#header-mobile-menu .menu li > .sub-menu{
	display: none;
	margin-left: 5px;
}

#header-mobile-menu .menu li > .sub-menu .sub-menu{
	margin-left: 5px;
}


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


/*-----------------------------------------------------------------------------------*/
/*	BreadCrumbs
/*-----------------------------------------------------------------------------------*/
.breadcrumbs{
	position: absolute;
	bottom: -60px;
	right: 15px;
	background: rgba(0, 0, 0, 0.1);
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Open Sans';
	z-index: 99;
	padding:10px 12px 8px;
	color: #fff;
}

.breadcrumbs a,
.breadcrumbs .separator{
	color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs a:hover,
.breadcrumbs a.current-item,
.breadcrumbs span span{
	color: #fff;
}

.breadcrumbs .separator{
	margin: 0 8px;
}


/*-----------------------------------------------------------------------------------*/
/*	Page Content
/*-----------------------------------------------------------------------------------*/
.content-full > .container{
	width: 100%;
	padding: 0;
}


/*-----------------------------------------------------------------------------------*/
/*  Sidebar
/*-----------------------------------------------------------------------------------*/
.page-sidebar .content-fixed > .container{
	width: 100%;
	padding: 0;
}

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

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


.page-content{
	position: relative;
	z-index: 9;
	background: #fff;
}


/*-----------------------------------------------------------------------------------*/
/*	Blog
/*-----------------------------------------------------------------------------------*/
.md-blog .post{
	padding-bottom: 90px;
	margin-bottom: 90px;
	position: relative;
}

.md-blog .post:before{
	content: '';
	width: 100%;
	height: 1px;
	display: inline-block;
	background: #efefef;
	position: absolute;
	left: 0;
	bottom: 0;
}

.md-blog .post:after{
	content: '';
	width: 20px;
	height: 20px;
	background: #fff;
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}


.md-blog .post.sticky{
	border:1px solid #efefef;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}


.md-blog .post:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

.md-blog .post:last-child:before,
.md-blog .post:last-child:after{
	display: none;
}

.md-blog .post .featured-image{
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}

.md-blog .post .featured-image img{
	width: 100%;
	height: auto;
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}


.md-blog .post-body{
	position: relative;
	overflow: hidden;
}


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

.md-blog .format-audio .post-audio,
.md-blog .format-video .post-video,
.md-blog .format-gallery .post-slider{
	margin-bottom: 30px;
}


.md-blog .post-title{
	font-size: 32px;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}


.md-blog .post-title a{
}

.md-blog .post-title a:hover{
	opacity: 0.8;
}

.md-blog .post-header{
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 30px;
	font-family: 'Open Sans';
}

.md-blog .post-header span{
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #efefef;
}

.md-blog .post-header span:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.md-blog .post-header span i{
	margin-right: 5px;
}

.md-blog .read-more{
	text-align: left;
}

.md-blog .read-more a{
	position: relative;
	padding: 0 20px;
	display: inline-block;
	line-height: 36px;
	color: #fff;
	margin-top: 30px;
	font-family: 'Open Sans';
	color: #e7f0f3;
	background: #3b474d;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1.2px;
}

.md-blog .read-more a:hover{
	background: #141719;
	color: #fff !important;
}

.md-blog .post.format-link,
.md-blog .post.format-quote,
.md-blog .post.format-status{
	border-bottom: none;
}

.md-blog .post .mask{
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.md-blog .post .post-over{
	position: relative;
	z-index: 1;
}

.md-blog .post .post-over a:hover{
	opacity: 0.75;
}

.md-blog .post .post-quote,
.md-blog .post .post-link,
.md-blog .post .post-status{
	padding: 60px 30px;
	text-align: center;
	word-wrap: break-word;
	background-size: cover;
	position: relative;
}

.md-blog .post .quote{
	font-style: italic;
	font-size: 1.8em;
	line-height: 1.5em;
	display: block;
}

.md-blog .post .quote-author,
.md-blog .post .link-url{
	margin-top: 10px;
	display: inline-block;
	word-break: break-all;
}

.md-blog .post .link-title{
	font-size: 2.4em;
	line-height: 1.6em;
	display: block;
}

.md-blog .post .post-status{
	text-align: left;
}


.md-blog.post-list .post:last-child:before,
.md-blog.post-list .post:last-child:after{
	display: none;
}

.md-blog.post-list .post-body{
	font-size: 0.85em;
}

.md-blog .post.single-post .post-title{
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 30px;
}

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


/*-----------------------------------------------------------------------------------*/
/*	Masonry
/*-----------------------------------------------------------------------------------*/
.md-blog.masonry .post{
	margin-bottom: 30px;
	padding-bottom: 0;
	border:1px solid #efefef;
}

.md-blog.masonry .post.sticky{
	padding: 0;
	border-width: 4px;
}

.md-blog.masonry .post.format-quote,
.md-blog.masonry .post.format-link,
.md-blog.masonry .post.format-status,
.md-blog.masonry .post.format-aside{
	border: none;
}


.md-blog.masonry .post .featured-image,
.md-blog.masonry .post .post-slider,
.md-blog.masonry .post .post-video,
.md-blog.masonry .post .post-audio{
	margin-bottom: 0;
}

.md-blog.masonry .post-body{
	padding: 20px;
}

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

.md-blog.masonry .meta-date,
.md-blog.masonry .meta-format{
	width: 50%;
	height: 40px;
	float: left;
}

.md-blog.masonry .meta-date span{
	display: inline-block;
	line-height: 40px;
}

.md-blog.masonry .meta-date .meta-day{
	font-size: 16px;
	font-weight: normal;
	margin-top: 0;
}

.md-blog.masonry .meta-date .meta-month{
	font-size: 16px;
	font-weight: normal;
}

.md-blog.masonry .meta-format{
	font-size: 24px;
	line-height: 40px;
}

.md-blog.masonry .post-title{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}

.md-blog.masonry .post-header{
	font-size: 12px;
	line-height: 1.9em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: none;
}



.md-blog .post.single-post{
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0 !important;
}

.md-blog .post.single-post .post-content{
	margin-bottom: 30px;
}

.md-blog .post.single-post:hover .featured-image img{
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
}

.md-blog .post.single-post .post-body,
.md-blog .attachment.single-post .post-body{
	padding-left: 0;
	min-height: 0;
}

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


.post-share{
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 30px 0;
	border-top: 1px solid #efefef;
	text-align: center;
}

.post-author{
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 30px 0;
	min-height: 100px;
	border-top: 1px solid #efefef;
}

.post-author .author-avatar{
	display: inline-block;
	width: 120px;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 0;
}

.post-author .author-avatar img{
	width: 100px;
	height: 100px;
	padding: 5px;
	border:1px solid #efefef;
	display: inline-block;

}

.post-author .author-info{
	margin-left: 130px;
}

.post-author .author-info h4{
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: normal;
}

.post-author .author-info h4 a:hover{
	color: #fff;
}



#comments{
	position: relative;
	border-top: 1px solid #efefef;
	padding: 30px 0 0 0;
	margin-top: 30px;
}

#comments .comment-title{
	margin: 0 0 15px 0;
}

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

#comments ul.children{
	margin-left: 60px;
}

#comments .comment-section{
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #efefef;
	min-height: 90px;
}

#comments .comment-side{
	display: inline-block;
	width: 100px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}


#comments .comment-side img{
	width: 80px;
	height: 80px;
	display: inline-block;
	padding: 5px;
	border:1px solid #efefef;
}

#comments .comment-side span{
	display: block;
}

#comments .comment-meta{
	margin-bottom: 5px;
}

#comments .comment-author{
	font-weight: bold;
}

#comments .comment-date{
	font-size: 13px;
}

#comments .comment-actions{
	margin-top: 5px;
}

#comments .comment-actions a,
#comments #reply-title a{
	font-size: 13px;
	margin: 0 15px 0 0;
	display: inline-block;
	line-height: 1em;
	font-weight: normal;
}

#comments .comment-cont{
	margin-left: 110px;
	display: inline-block;
	font-size: 13px;
	line-height: 22px;
}

#comments #reply-title{
	margin: 0 0 10px 0;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

#comments .comment-actions{
	display: block;
}

#comments p label{
	display: none;
}


#comments p.comment-form-author,
#comments p.comment-form-email{
	display: inline-block;
	width: 48%;
}

#comments p.comment-form-email{
	float: right;
}

#comments p.form-submit{
	margin: 0 0 15px 0;
}

#comments p.form-submit input#submit{
	text-transform: uppercase;
	border: none;
	letter-spacing: 2px;
}



/*-----------------------------------------------------------------------------------*/
/*	MD Pagination
/*-----------------------------------------------------------------------------------*/
.md-pagination{
	padding: 0;
	margin-top: 30px;
	padding-top: 30px;
	text-align: center;
	font-family: 'Open Sans';
}

.pagination{
	margin: 0;
	padding: 0;
}



.pagination li a,
.md-pagination.pagination-page .pagination span{
	display: inline-block;
	margin: 2px;
	padding: 0;
	list-style: none;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-right: 3px;
	background: #303030;
	color: #fff;
	border: none;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.pagination li a,
.md-pagination.pagination-page .pagination span a{
	color: #fff;
	display: block;
	border-radius: 3px;
}

.md-pagination.pagination-page .pagination a span{
	background: #303030;
}

.pagination li a,
.pagination li a:hover,
.md-pagination.pagination-page .pagination a:hover{
	color: #fff;
}

.md-pagination.pagination-page .pagination{
	border-top: none;
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 0;
	text-align: left;
}

.md-pagination.pagination-page .pagination .lbl{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}


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

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

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

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


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

#search-list .item{
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#search-list .item:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#search-list .item .item-title a{
	font-size: 24px;
	color: #333;
	display: block;
}

#search-list .item p{
	margin: 10px 0 0 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Widget
/*-----------------------------------------------------------------------------------*/
.widget{
	margin-bottom: 45px;
	width: 100%;
	font-size: 12px;
	line-height: 24px;
}

.widget-title {
	font-size: 14px;
	line-height: 1.1em;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	padding: 0;
	position: relative;
}


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




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

.widget ul li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

.widget ul > li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}

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


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

.widget ul li small{
	font-size: 100%;
	float: right;
}

.widget ul li ul {
	border-top: 1px solid #efefef;
	margin-top: 10px;
	margin-bottom: 10px;
}

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

.widget ul li ul li:last-child{
	padding-bottom: 0;
}

.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{
	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: 1px solid #e5e5e5;
}

.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-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 15px;
}

.widget_calendar table tfoot{
    display: none;
}

.widget_search form{
	position: relative;
}

.widget_search label{
	display: none;
}

.widget_search input[type="text"] {

}

.widget_search input[type="submit"] {
	text-indent: -2000%;
	white-space: nowrap;
	overflow: hidden;
	width: 40px !important;
	height: 100%;
	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;
	border-radius: 0;
}

.widget_search input[type="submit"]:hover{
	background-color: transparent;
}

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





/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
footer{
	width: 100%;
	padding: 60px 0;
	background-color:#202325;
}

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

footer .widget,
footer .widget p.fallback a,
footer .widget_md_widget_twitter ul li{
	color: #fff;
}

footer .widget-title{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border:none;
	padding-bottom: 0;
}

footer .widget-title:after{
	display: none;
}

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

footer .widget ul li a{
	color: #fff;
}

footer .widget .textwidget{
	padding: 0;
	color: #fff;
	background: transparent;
	box-shadow: none;
}

footer .widget .tagcloud a{
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

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


footer .widget_calendar caption,
footer table,
footer table th{
	border-color: rgba(255, 255, 255, 0.1);
}
footer .widget_calendar caption{
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: none;
	margin: 0;
}

footer .widget_calendar table {
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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


/*-----------------------------------------------------------------------------------*/
/*	Copyrights
/*-----------------------------------------------------------------------------------*/
#copyright{
	width: 100%;
	color: rgba(255, 255, 255, 0.7);
	padding: 30px 0;
}

#copyright-text{
	text-align: center; font-size:13px;
}

.copyr {
color:#902a1c;font-weight:700;
}
A:active.copyr A:link.copyr A:visited.copyr {
color:#902a1c; font-weight:700;
}
A:hover.copyr {
color:#de7212; font-weight:700;
}


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

#loader-site.light{
	background: rgba(0, 0, 0); 
}
.dark .spinner{
    	background: #fff;
    }

    .spinner {
      width: 60px;
      height: 60px;
      background-color:#f1c40f;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -30px;
      margin-left: -30px;
      -webkit-transform: translateX(-50%) translateY(-50%);
         -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
           -o-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);

      border-radius: 100%;
      -webkit-animation: scaleout 1.0s infinite ease-in-out;
      animation: scaleout 1.0s infinite ease-in-out;
    }

    @-webkit-keyframes scaleout {
      0% { -webkit-transform: scale(0.0) }
      100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
      }
    }

    @keyframes scaleout {
      0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
      } 100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
      }
    }
/*-----------------------------------------------------------------------------------*/
/*	Back Top
/*-----------------------------------------------------------------------------------*/
#md-back-top{
	background: rgba(0, 0, 0, 0.8);
	width: 48px;
	height: 48px;
	position: fixed;
	bottom: -48px;
	right: 0;
	z-index: 100;
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}

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

#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;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	     -o-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}




/*************************************************************************************/
/**
/**
/** MD-SHORTCODES
/**
/**
/*************************************************************************************/

/*-----------------------------------------------------------------------------------*/
/*	Utils
/*-----------------------------------------------------------------------------------*/
.nomargin{
	margin: 0 !important;
}

.nopadding{
	padding: 0 !important;
}

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

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

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

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

.page-section{
	position: relative;
	background: #fff;
	z-index: 3;
}

.page-section.fullscreen{
	min-height: 100%;
	padding: 0 !important;
	position: relative;
	overflow: hidden;
}

.page-section.fullscreen .section-content{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 15px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.page-section.fullscreen .arrow-down{
	position: absolute;
	bottom: 0;
	left: 50%;
	font-size: 22px;
	z-index: 4;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	width: 45px;
	height: 45px;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.page-section.fullscreen .arrow-down i{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	     -o-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}

.page-section.fullscreen .arrow-down:hover i{
	top: 65%;
}

.page-section.bg-parallax{
	background-position: top center;
	background-size: cover;
}
.page-section .video-section{
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150%;
	height: 150%;
	background: #111 center no-repeat;
	background-size: cover;
	-webkit-transform: translateX(-50%) translateY(-50%);
	   -moz-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	     -o-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

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

.page-section .video-section .video-mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 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: Text
/*-----------------------------------------------------------------------------------*/
.md-text-block{
	margin-bottom: 30px;
}


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

.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: 10px;
	text-align: justify;
	font-size:16px;
}

.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;
	position: absolute;
	top: 0;
}

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

.md-box-icon.advanced-icon.align-left .md-icon,
.md-box-icon.advanced-icon.align-right .md-icon{
	font-size: 28px;
	width: 75px;
	height: 75px;
	line-height: 75px;
}

.md-box-icon.advanced-icon.align-left .md-icon.style-rhombus,
.md-box-icon.advanced-icon.align-right .md-icon.style-rhombus{
	font-size: 22px;
	width: 60px;
	height: 60px;
	line-height: 60px;

}

.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: 130px;
}

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

.md-box-icon.advanced-icon.align-top .md-icon{
	font-size: 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.style-rhombus{
	-webkit-transform: translateX(-50%) rotate(45deg);
	   -moz-transform: translateX(-50%) rotate(45deg);
	    -ms-transform: translateX(-50%) rotate(45deg);
	     -o-transform: translateX(-50%) rotate(45deg);
	        transform: translateX(-50%) rotate(45deg);
}

.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{
	display: inline-block;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.md-icon i:before{
	line-height: 1em;
}

.md-icon.style-circle,
.md-icon.style-rhombus,
.md-icon.style-round,
.md-icon.style-square{
	border: 1px solid;
	width: 110px;
	height: 110px;
	display: inline-block;
	line-height: 110px;
}

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

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

.md-icon.style-rhombus{
	margin-top: 20px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

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


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Timeline
/*-----------------------------------------------------------------------------------*/
.md-timeline{
	width: 100%;
	display: block;
	float: left;
	position: relative;
	padding-bottom: 60px;
}

.md-timeline.first{
	padding-top: 30px;
}

.md-timeline.last{
	padding-bottom: 30px;
}

.md-timeline:after{
	content: '';
	left: 50%;
	top: 0;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	position: absolute;
	background: #e1e1e1;
}


.md-timeline .text{
	background: #fff;
	border:1px solid #e1e1e1;
	border-radius: 3px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	width: 500px;
	padding: 20px 30px;
	position: relative;
}

.md-timeline.align-left .text .arrow{
	position: absolute;
	top: 33px;
	right: 0px;
	height: 14px;
}

.md-timeline.align-left .text .arrow:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 11px;
	border-color: transparent transparent transparent #e1e1e1;
}

.md-timeline.align-left .text .arrow:after{
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 10px;
	border-color: transparent transparent transparent #fff;
	z-index: 1;
}

.md-timeline.align-right .text .arrow{
	position: absolute;
	top: 33px;
	left: -11px;
	height: 14px;
}

.md-timeline.align-right .text .arrow:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 11px 10px 0;
	border-color: transparent #e1e1e1 transparent transparent;
}

.md-timeline.align-right .text .arrow:after{
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 10px 9px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 1;
}


.md-timeline .text p:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}

.md-timeline.align-right .text{
	float: right;
}

.md-timeline .timeline-icon{
	position: absolute;
	top: 0;
	left: 50%;
	background: #111;
	z-index: 2;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	margin-left: -40px;
}

.md-timeline.first .timeline-icon{
	top: 30px;
}

.md-timeline .timeline-icon i{
	position: absolute;
	margin: 0;
	line-height: 1em;
	top: 50%;
	left: 50%;
	font-size: 32px;

	-webkit-transform: translateX(-50%) translateY(-50%);
	   -moz-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	     -o-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

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

.md-divider span{
	width: 15%;
	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: normal;
	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;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}


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

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

.md-counter span.number{
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'Open Sans';
}

.md-counter span.label{
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Open Sans';
}

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

.md-counter .md-icon.style-rhombus{
	margin-bottom: 25px;
}

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

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

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

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

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

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

.md-accordions.md-faqs .panel .panel-heading a{
	border: none;
	border-bottom: 1px solid #ddd;
	background: #fff !important;
}

.md-accordions.md-faqs .panel-group .panel-body{
	border: none;
}

.md-accordions.md-faqs .panel .panel-heading a:before{
	content: '\e81b';
	font-family: 'entypo';
}

.md-accordions.md-faqs .panel .panel-heading a.collapsed:before{
	content: '\e818';
}

.md-accordions.md-faqs .panel{
	margin-bottom: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	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: normal;
	line-height: 22px;
}

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

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

.md-tabs .tab-content{
	border:1px solid #ddd;
	padding: 30px 20px;
	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;
}

.md-tabs .tab-content p:last-child{
	margin-bottom: 0;
}


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

.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.normal,
.md-list.list-icon{
	list-style: none;
}

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

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

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


.md-cta .cta-content{
	display: inline-block;
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	float: left;
	width: 75%;
	text-align: left;
}

.md-cta .cta-button{
	display: inline-block;
	float: left;
	width: 25%;
	text-align: right;
}

.md-cta .btn{
	padding: 16px 21px;
	font-size: 14px;
	display: inline-block;
	margin: 0;
}

.md-cta .cta-content p{
	margin: 5px 0 0 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Progress Bar
/*-----------------------------------------------------------------------------------*/
.progress{
	width: 100%;
	height: 45px;
	position: relative;
	margin-bottom: 15px;
	font-family: 'Open Sans';
}

.progress .bar{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45px;
	background: #ddd;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.progress .bar .increment{
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.progress .lbl{
	position: absolute;
	left: 20px;
	top: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 44px;
}

.md-progress-circular{
	width: 100%;
	text-align: center;
}

.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: normal;
	margin-bottom: 10px;
	color: #111;
	font-family: 'Open Sans';
	font-weight: bold;
}

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




/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Button
/*-----------------------------------------------------------------------------------*/
.btn{
	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: 16px 22px;
	letter-spacing: 2px;
	font-family: 'Open Sans';
	border-radius: 0;
}

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

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

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

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

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

.btn.large{
	padding: 20px 30px;
	font-size: 18px;
}

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

.btn.block{
	padding: 20px 0;
	width: 100%;
	font-size: 20px;
}



/*-----------------------------------------------------------------------------------*/
/*  Shortcode: Special Heading
/*-----------------------------------------------------------------------------------*/
.md-special-heading{
    margin-bottom: 60px;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: left;
    position: relative;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

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

.md-special-heading span:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 2px;
}

.md-special-heading.style-1 span:before,
.md-special-heading.style-4 span:before{
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.md-special-heading.style-2 span:before,
.md-special-heading.style-5 span:before{
    left: 0;
}

.md-special-heading.style-3 span:before,
.md-special-heading.style-6 span:before{
    right: 0;
}

.md-special-heading.style-4 span:before,
.md-special-heading.style-5 span:before,
.md-special-heading.style-6 span:before{
    width: 50px;
}

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

.md-special-heading.style-2,
.md-special-heading.style-5{
    text-align: left;
}

.md-special-heading.style-3,
.md-special-heading.style-6{
    text-align: right;
}

.md-special-heading.light span:before{
    background: #eee !important;
}

.md-special-heading.dark span:before{
    background: #ddd !important;
}

.md-special-heading.black span:before{
    background: #000 !important;
}

.md-special-heading.white span:before{
    background: #fff !important;
}

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

.md-clients.grid{
	height: 100%;
	display: inline-block;
}

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

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

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


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

.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;
	text-align: center;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.md-portfolio.default .md-work .mask a{
	text-indent: -9999px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.2);
	position: relative;
	font-size: 24px;
	line-height: 1em;
	width: 48px;
	height: 48px;
	color: #fff;
	top: 52%;
	margin: 0 5px;
	overflow: hidden;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.md-portfolio.default .md-work .mask a.work-direct:before,
.md-portfolio.default .md-work .mask a.work-expand:before{
	font-family: 'FontAwesome';
	text-indent: 0;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	   -moz-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	     -o-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

.md-portfolio.default .md-work .mask a.work-direct:before{
	content: '\f064';
}

.md-portfolio.default .md-work .mask a.work-expand:before{
	content: '\f065';
}

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

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

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

.md-portfolio.default .work-info{
	padding: 20px 15px 0 15px;
	height: 75px;
	overflow: hidden;
}


.md-portfolio.default .work-info a:hover{
	opacity: 0.4;
}

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

.md-portfolio.default .work-info h3 a{
	color: #111 !important;
}

.md-portfolio.default .work-categories{
	font-family: 'Open Sans';
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
}

.md-portfolio.default .work-categories a{
	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);
	opacity: 1;
}

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

.md-portfolio.alternative .md-work .mask a.work-expand{
	position: absolute;
	top: 15px;
	right: 15px;
	text-indent: -9999px;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	z-index: 3;
}

.md-portfolio.alternative .md-work .mask a.work-expand:before{
	content: '\f065';
	font-family: 'FontAwesome';
	text-indent: 0;
	line-height: 1em;
	position: absolute;
	top: 0;
	right: 0;
}


.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;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        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: bold;
	letter-spacing: 2px;
}

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

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

.md-portfolio.alternative .work-categories a{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	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: bold;
	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 #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-weight: normal;
	color: #888;
}

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

.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-share{
	background: #fff;
	width: 100%;
}

#portfolio-pagination a{
	position: fixed;
	top: 50%;
	height: 120px;
	width: 40px;
	margin-top: -60px;
	background: rgba(0, 0, 0, 0.15);
	z-index: 9;
	color: #fff;
	font-weight: bold;
	line-height: 120px;
	text-align: center;
}

#portfolio-pagination a span.thumb,
#portfolio-pagination a span.title{
	position: absolute;
	top: 0;
	width: 180px;
	height: 120px;
	background-size: cover;
	background-position: center;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

#portfolio-pagination a.prev{
	left: 0;
}

#portfolio-pagination a.prev span.thumb,
#portfolio-pagination a.prev span.title{
	left: -220px;
}

#portfolio-pagination a.next{
	right: 0;
}

#portfolio-pagination a.next span.thumb,
#portfolio-pagination a.next span.title{
	right: -220px;
}

#portfolio-pagination a span.title{
	background: rgba(0, 0, 0, 0.75);
	text-align: center;
}

#portfolio-pagination a span.title span{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	line-height: 14px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#portfolio-pagination a:hover{
	background: #141719;
}

#portfolio-pagination a.prev:hover span.thumb,
#portfolio-pagination a.prev:hover span.title{
	left: 40px;
	opacity: 1;
}

#portfolio-pagination a.next:hover span.thumb,
#portfolio-pagination a.next:hover span.title{
	right: 40px;
	opacity: 1;
}

#portfolio-pagination a i{
	font-size: 20px;
}


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

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


.md-recent-posts.md-blog .featured-image{
	margin-bottom: 0;
}

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

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

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

.md-recent-posts.md-blog .post-body{
	padding-top: 0;
	height: 75px;
	overflow: hidden;
	background: #fff;
	min-height: 60px;
}

.md-recent-posts.md-blog.show-image .post-body{
	padding: 10px 0;
	overflow: hidden;
	height: 145px;
}

.md-recent-posts.md-blog .post-title{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	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 .md-member{
	text-align: center;
	margin-bottom: 30px;
}



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

.md-team .md-member .member-info{
	padding: 30px 0;
	line-height: 1em;
}

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

.md-team .md-member .member-info span.member-name{
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.md-team .md-member .member-info:after{
	content: '';
	display: inline-block;
	width: 60px;
	height: 5px;
	background: #f1c40f;
	margin-top: 30px;
}


.md-team .md-member .member-info span.member-name a:hover{
	opacity: 0.4;
}

.md-team .md-member .member-info span.member-role{
	font-size: 12px;
	font-weight: bold;
	font-family: 'Open Sans';
	opacity: 0.75;
}



.md-team .md-member .member-social{
	display: block;
	width: 100%;
	line-height: 1em;
	overflow: hidden;
	padding: 15px 0;
	margin-top: 15px;
}

.md-team .md-member .member-social a{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	margin: 0 5px;
	position: relative;
	font-size: 16px;
	line-height: 1em;
	background: #030e18;
	position: relative;
}

.md-team .md-member .member-social a:after{
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: 'FontAwesome';
	color: #fff;
	width: 20px;
	text-align: center;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	     -o-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}

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


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


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

.md-testimonials .md-testimonial .testimonial-content{
	padding: 20px;
	border-radius: 3px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	display: block;
	margin-bottom: 15px;
	color: #555;
	position: relative;
}

.md-testimonials .md-testimonial .testimonial-content .testimonial-arrow{
	position: absolute;
	left: 70px;
	bottom: -14px;
	height: 14px;
}

.md-testimonials .md-testimonial .testimonial-content .testimonial-arrow:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 8px 0 8px;
	border-color: #ddd transparent transparent transparent;
}

.md-testimonials .md-testimonial .testimonial-content .testimonial-arrow:after{
	content: '';
	position: absolute;
	top: 0;
	left: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #f9f9f9 transparent transparent transparent;
	z-index: 1;
}

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

.md-testimonials .md-testimonial .testimonial-author{
	display: block;
	position: relative;
}


.md-testimonials .md-testimonial .testimonial-image{
	width: 80px;
	display: inline-block;
	background: #fff;
	border-radius: 80px;
}

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


.md-testimonials .md-testimonial .testimonial-info{
	position: absolute;
	top: 15px;
	left: 90px;
	line-height: 1em;
	font-family: 'Open Sans';
}

.md-testimonials .md-testimonial .testimonial-info span.testimonial-author{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	color: #555;
}

.md-testimonials .md-testimonial .testimonial-info span.testimonial-company{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.md-testimonials .md-carousel .md-testimonial{
	margin-bottom: 0;
}

.md-testimonials-minimal .md-testimonial{
	text-align: center;
	margin-bottom: 30px;
}

.md-testimonials-minimal .md-testimonial .testimonial-image{
	margin-bottom: 15px;
}

.md-testimonials-minimal .md-testimonial .testimonial-image img{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 5px solid rgba(255, 255, 255, 0.1)
}

.md-testimonials-minimal.dark .md-testimonial .testimonial-image img{
	border-color: rgba(0, 0, 0, 0.1)
}

.md-testimonials-minimal .md-testimonial .testimonial-quote{
	width: 80%;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 15px;
	font-family: 'Georgia', serif;
	font-style: italic;
}

.md-testimonials-minimal .md-testimonial .testimonial-info{
	font-family: 'Open Sans';
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.md-testimonials-minimal .md-testimonial .testimonial-info a{
	opacity: 0.4;
}

.md-testimonials-minimal .md-testimonial .testimonial-info a:hover{
	opacity: 1;
}

.md-testimonials-minimal .md-carousel .md-testimonial{
	font-size: 26px;
	line-height: 42px;
}

.md-testimonials-minimal .md-carousel .md-testimonial .testimonial-image,
.md-testimonials-minimal .md-carousel .md-testimonial .testimonial-quote{
	margin-bottom: 30px;
}

.md-testimonials-minimal .md-carousel .owl-pagination{
	bottom: 0;
}

.md-testimonials-minimal .md-carousel{
	padding-bottom: 45px;
}

.md-testimonials-minimal .md-carousel .md-testimonial{
	margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Social Icons
/*-----------------------------------------------------------------------------------*/
.md-social-icons a{
	width: 42px;
	height: 42px;
	border-radius: 42px;
	margin: 0 7px 4px 0;
	display: inline-block;
	font-size: 20px;
	position: relative;
	color: #fff !important;
}

.md-social-icons a i{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	   -moz-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	     -o-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

.md-social-icons a:hover{
	color: #fff;
	opacity: 0.9;
}

.md-social-icons a.rss{background-color: #ff6600 !important; }
.md-social-icons a.facebook{background-color: #3b5998 !important; }
.md-social-icons a.twitter{background-color: #55acee !important; }
.md-social-icons a.google{background-color: #dd4b39 !important; }
.md-social-icons a.youtube{background-color: #b31217 !important; }
.md-social-icons a.linkedin{background-color: #0976b4 !important; }
.md-social-icons a.pinterest{background-color: #cc2127 !important; }
.md-social-icons a.flickr{background-color: #0063dc !important; }
.md-social-icons a.instagram{background-color: #3f729b !important; }
.md-social-icons a.apple{background-color: #5bc236 !important; }
.md-social-icons a.tumblr{background-color: #35465c !important; }
.md-social-icons a.dribbble{background-color: #ea4c89 !important; }
.md-social-icons a.android{background-color: #a4c639 !important; }
.md-social-icons a.email{background-color: #ADEADA !important; }


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Social Share
/*-----------------------------------------------------------------------------------*/
.md-social-share{
	display: block;
	width: 100%;
	float: left;
}

.md-social-share .item{
	width: 25%;
	height: 50px;
	position: relative;
	display: inline-block;
	background: #fff;
	line-height: 50px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans';
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

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

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

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

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

.md-social-share .item a{
	color: #fff;
	display: inline-block;
	padding-left: 45px;
}

.md-social-share .item i{
	position: absolute;
	left: 0;
	height: 50px;
	width: 50px;
	font-size: 21px;
	line-height: 50px;
	border-right: 1px solid #fff;
}

.md-social-share .item i:before{
	line-height: 1em;
}

.md-social-share .item .count{
	margin-left: 5px;
	display: inline-block;
}


.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{
	width: 100%;
	text-align: center;
}

.md-tweets .twitter-logo{
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 30px;
}

.md-tweets .twitter-logo a:hover{
	opacity: 0.4;
}

.md-tweets .md-tweet{
	font-size: 24px;
	line-height: 40px;
	font-family: 'Open Sans';
	width: 100%;
}

.md-tweets .md-tweet .tweet-text{
	width: 80%;
	margin: 0 auto;
}

.md-tweets .md-tweet a:hover{
	opacity: 0.4;
}

.md-tweets .md-tweet .tweet-info{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.md-tweets .md-tweet .tweet-info a{
	opacity: 0.4;
}

.md-tweets .md-tweet .tweet-info a:hover{
	opacity: 1;
}

.md-tweets .md-carousel .owl-pagination{
	bottom: 0;
}

.md-tweets .md-carousel{
	padding-bottom: 45px;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Blockquote
/*-----------------------------------------------------------------------------------*/
blockquote{
	margin: 30px 0;
	font-size: 22px;
	line-height: 32px;
	padding: 30px 0;
	font-style: italic;
	font-family: 'Georgia', serif;
	color: #444;
	border: none;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Alerts
/*-----------------------------------------------------------------------------------*/
.alert{
	position: relative;
	z-index: 5;
	padding: 15px;
}

.alert i{
	margin-right: 15px;
}

.alert .close{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	text-shadow: none;
}

.alert .close:hover{
	background: transparent;
}

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

.alert.alert-info .close{
	color: #3498db !important;
}

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

.alert.alert-success .close{
	color: #1abc9c !important;
}

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

.alert.alert-warning .close{
	color: #e67e22 !important;
}

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

.alert.alert-danger .close{
	color: #e74c3c !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Pricing Table
/*-----------------------------------------------------------------------------------*/
.md-pricing-table{
	border:1px solid #e1e1e1;
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #f9f9f9;
	margin-bottom: 30px;
}

.md-pricing-table.highlighted{
	font-weight: bold;
}

.md-pricing-table .table-title{
	padding: 20px 0;
	background: #030e18;
	color: #fff;
	line-height: 1em;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
}

.md-pricing-table .price{
	background: #030e18;
	color: #fff;
	line-height: 1em;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom:1px solid #e1e1e1;
}

.md-pricing-table ul {
	margin: 0 15px;
	padding: 0;
	list-style: none;
}

.md-pricing-table ul li{
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid #e1e1e1;
	line-height: 1em;
}

.md-pricing-table ul li:last-child{
	border-bottom: none;
}

.md-pricing-table .table-btn{
	display: block;
	margin: 0;
	padding: 0;
	border-radius: none;
}

.md-pricing-table .table-btn a{
	display: block;
	padding: 20px;
	margin: 0;
	background: #030e18;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 3px;
}


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

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

.md-lightbox .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        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;
	opacity: 0;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.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;
	opacity: 0;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.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;
    opacity: 0;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

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

.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;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

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

.md-revslider .highlight{
	background: rgba(0, 0, 0, 0.5);
	padding: 0 15px;
}

.md-revslider .text{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	color: #fff;
	font-weight: bold;

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

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

.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: bold;

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

.md-revslider .title-elegant{
	font-family: 'Georgia', serif !important;
	font-size: 62px;
	line-height: 1em;
	display: inline-block;
	color: #fff;
	font-weight: bold;

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

.md-revslider .text-elegant{
	font-family: 'Georgia', serif !important;
	font-size: 62px;
	line-height: 1em;
	display: inline-block;
	color: #fff;
	font-weight: bold;

	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: bold;
	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 .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url('assets/img/grabbing.png') 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-carousel{
	position: relative;
}

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

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

.owl-buttons div{
	position: absolute;
	background: #222;
	width: 30px;
	height: 30px;
	top: -45px;
	right: 0;
	overflow: hidden;
	color: #999;
	font-size: 12px;
	text-indent: -9999px;
	z-index: 9;
	border-radius: 3px;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.owl-buttons div.owl-prev{
	right: 35px;
}

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

.owl-buttons div.owl-prev:after{
	content:'\e87c';
}

.owl-buttons div.owl-next:after{
	content:'\e87d';
}

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

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

.owl-pagination div:after{
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	   -moz-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	     -o-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

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

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

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

.md-carousel.dark .owl-pagination div:after{
	border-color: rgba(0, 0, 0, 0.7);
}

.md-carousel.dark .owl-pagination div.active:after,
.md-carousel.dark .owl-pagination div:hover:after{
	background-color: #141719;
}

/*-----------------------------------------------------------------------------------*/
/*	Fancybox
/*-----------------------------------------------------------------------------------*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #000;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('assets/js/vendor/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('assets/js/vendor/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('assets/js/vendor/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('assets/js/vendor/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('assets/js/vendor/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('assets/js/vendor/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

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

.fancybox-title{
	background: #fff;
	width: 100%;
	left: 0;
}

.fancybox-title-float-wrap{
	margin-bottom: -25px;
	padding: 10px 0;
	text-align: center;
}

.fancybox-title-float-wrap .child{
	margin-right: auto;
	text-shadow: none;
	background: none;
	color: #141719;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-size: 14px;
}


/*-----------------------------------------------------------------------------------*/
/*	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;
	height: 30px;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.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;
	text-indent: -9999px;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.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;
	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%);
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.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 div.field{
	margin-bottom: 30px;
}

.wpcf7 label,
.wpcf7 .wpcf7-not-valid-tip{
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.wpcf7 textarea{
	height: 280px;
}


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

.wpcf7 .wpcf7-submit{
	padding: 12px 52px;
	text-transform: uppercase;
	border: none;
	letter-spacing: 2px;
	float: right;
	margin: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	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%;
	padding: 0;
	line-height: 1em;
	display: inline-block;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	     -o-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}


.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-audio{
	height: 50px !important;
	position: relative;
}

.mejs-controls{
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 1em;
	bottom: 0;
	left: 0;
	background: #111;
}

.mejs-controls button:hover{
	background-color: transparent;
}

.mejs-time-rail{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 8px !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;
	width: 0;
	height: 100%;
}

.mejs-time-rail .mejs-time-total .mejs-time-float{
	display: none !important;
}

.mejs-button,
.mejs-time{
	display: inline-block;
}

.mejs-time{
	color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-family: 'Arial';
	line-height: 58px;
}

.mejs-currenttime:after{
	content: '/';
	margin-left: 5px;
	margin-right: 5px;
}

.mejs-button{
	height: 42px;
	width: 50px;
	top: 8px;
	left: 0;
	position: relative;
	vertical-align: top;
}

.mejs-button button {
    width: 15px;
    height: 16px;
    display: block;
    background: transparent url(assets/img/blog/media-controls.png) no-repeat;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
 	line-height: 1em;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	-webkit-transform: translateX(-50%) translateY(-50%);
 	   -moz-transform: translateX(-50%) translateY(-50%);
 	    -ms-transform: translateX(-50%) translateY(-50%);
 	     -o-transform: translateX(-50%) translateY(-50%);
 	        transform: translateX(-50%) translateY(-50%);
   	-webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

.mejs-playpause-button{
	display: inline-block;
}

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

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

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

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

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

.mejs-fullscreen-button{
	position: absolute;
	right: 0;
	left: auto;
}

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

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


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

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

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

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

.mejs-volume-button{
	position: absolute;
	left: auto;
	right: 55px;
}

.mejs-horizontal-volume-slider{
	width: 50px;
	height: 6px;
	right: 15px;
	top: 26px;
	background: #222;
	display: inline-block !important;
	position: absolute;
}

.mejs-horizontal-volume-current{
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
}

.mejs-video .mejs-volume-button{
	right: 90px;
}

.mejs-video .mejs-horizontal-volume-slider{
	right: 45px;
}



/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Text Rotator
/*-----------------------------------------------------------------------------------*/
.md-rotator{
	font-family: 'Open Sans';
	font-weight: 300;
	line-height: 120%;
}
.md-rotator .rotator{
	display: none;
	color:rgb(241, 196, 15);
}




/*************************************************************************************/
/**
/**
/** MD-WIDGETS
/**
/**
/*************************************************************************************/
.widget_md_widget_social_profiles a{
	width: 42px;
	height: 42px;
	border-radius: 42px;
	margin: 0 7px 4px 0;
	display: inline-block;
	font-size: 20px;
	position: relative;
	color: #fff !important;
}

.widget_md_widget_social_profiles a i{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	   -moz-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	     -o-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

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

.widget_md_widget_social_profiles a.rss{background-color: #ff6600 !important; }
.widget_md_widget_social_profiles a.facebook{background-color: #3b5998 !important; }
.widget_md_widget_social_profiles a.twitter{background-color: #55acee !important; }
.widget_md_widget_social_profiles a.google{background-color: #dd4b39 !important; }
.widget_md_widget_social_profiles a.youtube{background-color: #b31217 !important; }
.widget_md_widget_social_profiles a.vimeo{background-color: #162221 !important; }
.widget_md_widget_social_profiles a.linkedin{background-color: #0976b4 !important; }
.widget_md_widget_social_profiles a.pinterest{background-color: #cc2127 !important; }
.widget_md_widget_social_profiles a.flickr{background-color: #0063dc !important; }
.widget_md_widget_social_profiles a.instagram{background-color: #3f729b !important; }
.widget_md_widget_social_profiles a.apple{background-color: #5bc236 !important; }
.widget_md_widget_social_profiles a.tumblr{background-color: #35465c !important; }
.widget_md_widget_social_profiles a.dribbble{background-color: #ea4c89 !important; }
.widget_md_widget_social_profiles a.android{background-color: #a4c639 !important; }
.widget_md_widget_social_profiles a.email{background-color: #ADEADA !important; }




.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;
	margin: 0 5px 5px 0 !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	transform: all .2s;
	vertical-align: top;
}

.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 0 15px 0;
	height: auto !important;
}

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



.widget_md_widget_recent_posts li{
	min-height: 110px;
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
}

.widget_md_widget_recent_posts li:last-child{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	min-height: 90px;
}

.widget_md_widget_recent_posts li h3 a{
	display: inline;
}

.widget_md_widget_recent_posts li img{
	padding: 3px;
	border:1px solid #ddd;
	margin-right: 15px;
	width: 90px;
	float: left;
}

.widget_md_widget_recent_posts li .date{
	font-size: 11px;
	line-height: 11px;
	font-family: 'Open Sans';
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
}

.widget_md_widget_recent_posts li h3{
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 5px;
}

.widget_md_widget_recent_posts li p{
	font-size: 12px;
	line-height: 18px;
	display: none;
}

footer .widget_md_widget_dribbble ul li,
footer .widget_md_widget_pinterest ul li,
footer .widget_md_widget_flickr .flickr_badge_image,
footer .widget_md_widget_recent_posts li img{
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}



/*-----------------------------------------------------------------------------------*/
/*  Media Queries - Small Devices
/*-----------------------------------------------------------------------------------*/
@media (max-width:1199px){
	#header-mobile,
	#menu-mobile-trigger{
		display: block;
	}

	#header{
		display: none;
	}

	.header-solid #page-container{
		padding-top: 0;
	}

	body[data-device="mobile"] #page-container .page-section{
		background-attachment: scroll !important;
	}

	body[data-device="mobile"] .section-video video,
	.page-section .video-section iframe,
	.page-section .video-section embed{
		display: none;
	}

	.row .md-column{
		margin-bottom: 30px;
	}

	.row .md-column:last-child{
		margin-bottom: 0;
	}

	.col-side{
		margin-top: 30px;
		width: 100%;
	}

	.col-main{
		width: 100%;
	}

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

	.md-blog .post-body{
		padding-left: 0;
	}

	.md-blog .post-side{
		display: none;
	}

	.post-author .author-avatar,
	#comments .comment-side{
		display: none;

	}
	.post-author .author-info,
	#comments .comment-cont{
		margin-left: 0;
	}

	#comments ul.children{
		margin-left: 15px;
	}

	#comments p.form-submit{
		margin-bottom: 10px;
	}

	#comments p.form-submit input#submit{
		width: 100%;
		padding: 6px 0;
	}

	footer .column{
		margin-bottom: 60px;
	}

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

	#copyright{
		text-align: center;
	}

	#copyright-text,
	#copyright-menu{
		width: 100%;
		display: block;
	}

	#copyright-menu{
		margin-top: 15px;
	}

	#copyright-menu li{
		margin: 0 7px 2px 7px;
	}

	.float-right,
	.float-left{
		float: none;
	}

	#md-back-top{
		display: none !important
	}

	.md-tabs .nav.nav-tabs li,
	.md-tabs.md-tours .nav.nav-tabs,
	.md-tabs.md-tours .tab-content{
		width: 100%;
	}

	.md-tabs.md-tours .nav.nav-tabs{
		border-right: 1px solid #ddd;
	}

	.md-tabs.md-tours .tab-content{
		border-top: none;
	}

	.md-portfolio .clearfix{
		display: none;
	}

	.md-portfolio .item{
		width: 33.333%;
	}
	
	.md-portfolio-filter{
		text-align: center;
	}

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

	.md-team .item:last-child .md-member,
	.md-testimonials .item:last-child .md-testimonial{
		margin-bottom: 0;
	}

	.md-testimonials-minimal .md-carousel .md-testimonial{
		font-size: 16px;
		line-height: 28px;
	}
	
	.md-cta .cta-content,
	.md-cta .cta-button{
		width: 100%;
		display: block;
		float: none;
		text-align: center;
	}
	.md-cta .cta-button{
		margin-top: 30px;
	}

	.md-social-share .item{
		width: 100%;
		margin-bottom: 10px;
	}

	.md-timeline{
		padding-left: 90px;
	}

	.md-timeline:after{
		left: 0;
		margin-left: 29px;
	}

	.md-timeline .text{
		float: none !important;
		display: block;
		width: 100%;
	}

	.md-timeline.align-left .text .arrow,
	.md-timeline.align-right .text .arrow{
		right: auto;
		top: 20px;
		left: -11px;
	}

	.md-timeline.align-left .text .arrow:before,
	.md-timeline.align-right .text .arrow:before{
		border-width: 10px 11px 10px 0;
		border-color: transparent #e1e1e1 transparent transparent;
	}

	.md-timeline.align-left .text .arrow:after,
	.md-timeline.align-right .text .arrow:after{
		top: 1px;
		left: 1px;	
		border-width: 9px 10px 9px 0;
		border-color: transparent #fff transparent transparent;
	}

	.md-timeline .timeline-icon{
		left: 0;
		width: 60px;
		height: 60px;
		border-radius: 60px;
		margin-left: 0;
	}

	.md-timeline .timeline-icon i{
		font-size: 24px;
	}

	#portfolio-pagination{
		display: none;
	}

	.owl-buttons div{
		width: 20px;
		height: 50px;
	}

	.owl-buttons div.owl-prev:after,
	.owl-buttons div.owl-next:after{
		font-size: 16px;
	}

	.owl-buttons div.owl-prev:after{
		margin-left: -4px;
	}

	.owl-buttons div.owl-next:after{
		margin-right: -4px;
	}

	.owl-pagination{
		height: 25px;
	}

	.owl-pagination div{
		width: 16px;
		height: 25px;
	}

	.owl-pagination div:after{
		width: 8px;
		height: 8px;
		border-radius: 8px;
		border-width: 1px;
	}
}

@media (max-width: 1024px){
	.md-portfolio .item{
		width: 50%;
		float: left;
	}

	.md-special-heading{
		margin-bottom: 30px;
	}

	.md-special-heading span{
		font-size: 28px !important;
		line-height: 32px !important;
	}

	.md-special-heading span:before{
		width: 50px;
	}

	.md-counter span.number{
		font-size: 42px !important;
		line-height: 1 !important;
	}

	.md-counter span.label{
		font-size: 14px !important;
		line-height: 1 !important;
	}

	.md-counter .md-icon{
		font-size: 32px;
		line-height: 1;
	}

}


@media (max-width: 768px){
	.md-portfolio .item{
		width: 100%;
	}
}

@media (max-width: 782px){
	.admin-bar #menu-mobile-trigger{
		top: 61px;
	}

	.admin-bar #header-mobile{
		padding-top: 71px;
		top: 0;
	}
}






