/*
	Theme Name: Hookie
	Theme URI: http://demo.thunderthemes.net/hookie
	Author: thunderthemes
	Author URI: http://www.thunderthemes.net
	Description: Pixel Perfect & Multipurpose Theme
	Version: 1.3.1
	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. Site Layout
5. MD-Shortcodes 
6. MD-Widgets 
7. WooCommerce
8. Media Queries

# [Color codes]

# Black: #18191a
# Gray 1: #d6d9dc
# Gray 2: #9a9da3
-------------------------------------------------------------------*/


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




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



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



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

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

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

#wrap{
	width: 100%;
	padding-top: 110px;
	display: inline-block;
}

.header-transparent #wrap,
.header-semi-transparent #wrap{
	padding-top: 0;
}

.header-solid.header-top-show #wrap{
	padding-top: 155px;
}


/*-----------------------------------------------------------------------------------*/
/*	Typography
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p{
	padding: 0;
	word-wrap:break-word;
	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 30px;
}

.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: #fff;
	border:1px solid #d6d9dc;
	padding: 10px 20px;
    font-size: 13px;
    font-weight: normal;
    color: #3b474d;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"]{
    line-height: 1;
    height: 45px;
}

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: #bbb;
	background: #fff;
}

input[type="submit"],
button,
a.button{
	background: #18191a;
	border: none;
	padding: 20px 30px;
    color: #fff !important;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
}

textarea{
	resize: none;
}



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

.chosen-container a{
    color: #9a9da3;
}

.chosen-single{
	display: block;
	position: relative;
	color: #19181a;
	padding: 0 15px;
	line-height: 46px;
	height: 46px;
}

.chosen-single:after{
	content: '';
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.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: 150px;
	overflow: scroll;
	border-right: 1px solid #d6d9dc;
	border-left: 1px solid #d6d9dc;
	border-bottom: 1px solid #d6d9dc;
}

.chosen-results li{
	padding: 0 15px;
	margin: 0;
	list-style: none;
	display: block;
	line-height: 46px;
	height: 46px;
    font-weight: normal;
    background: #fff;
	border-bottom: 1px solid #d6d9dc;
}

.chosen-results li:last-child{
	border-bottom: none;
}

.chosen-results li:hover{
	color: #19181a;
}


/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/
#header{
	background: #ffffff;
	top: 0;
	left: 0;
	z-index: 999;
	position: fixed;
	width: 100%;
	line-height: 110px;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}

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

#header-top{
	background: #18191a;
	height: 45px;
	line-height: 45px;
	color: #9a9da3;
	font-size: 12px;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}

#header-top a{
	color: #9a9da3;
}

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

#header-top .social-links a{
	font-size: 14px;
	margin: 0 10px 0 0;	
}

#header-top #slogan{
	text-align: right;
}

#header-top #slogan i{
	margin: 0 5px 0 15px;
}

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

#logo{
	float: left;
	width:50%;
}

#logo img{
	max-height: 75px;
}

#header-nav{
	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 30px;
	padding: 0;
	display: inline-block;
	list-style: none;
}

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

#header-menu ul li > a{
	text-transform: uppercase;
	line-height: 110px;
	white-space: nowrap;
	display: block;
	position: relative;
}

#header-menu ul.menu > li > a:hover{
	color: #18191a !important;
}

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

.menu-icons-hide #header-menu ul li > a i{
	display: none;
}

#header-menu ul.menu > li.menu-item-has-children > a{
	padding-right: 15px;
}

#header-menu ul.menu > li.menu-item-has-children > a:after{
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
}

#header-menu li.simple ul.sub-menu{
	left: -30px;
	position: absolute;
	width: 200px;
	background: #18191a;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	display: none;
	font-size: 12px;
}

#header-menu li.simple ul.sub-menu li{
	margin: 0;
	padding: 0;
	position: relative;
}

#header-menu li.simple ul.sub-menu li a{
	margin: 0;
	padding: 0 0 0 25px;
	display: block;
	line-height: 45px;
	position: relative;
	border-bottom: 1px solid #1f2021;
	color: #fff;
}

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

#header-menu li.simple ul.sub-menu li a:hover{
	background: #303031;
	color: #fff !important;
}

#header-menu li.simple ul.sub-menu > li.menu-item-has-children > a:after{
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	right: 15px;
}

#header-menu li.simple ul.sub-menu li ul.sub-menu{
	left: 201px;
	top: 0;
}

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

#header-menu li.megamenu > ul.sub-menu{
	width: 1140px;
	left: 15px;
	position: absolute;
	background: #18191a;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	display: none;
	font-size: 12px;
}

#header-menu li.megamenu > ul.sub-menu > li{
	display: inline-block;
	float: left;
	position: relative;
}

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

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

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

#header-menu li.megamenu > ul.sub-menu > li ul.sub-menu{
	display: block !important;
	visibility: visible !important;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header-menu li.megamenu > ul.sub-menu > li > a{
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 25px;
	line-height: 45px;
	display: block;
	border-right: 1px solid #1f2021;
	border-bottom: 1px solid #1f2021;
}

#header-menu li.megamenu ul.sub-menu li ul.sub-menu a{
	margin: 0;
	padding: 0 0 0 25px;
	display: block;
	line-height: 45px;
	position: relative;
	border-right: 1px solid #1f2021;
	border-bottom: 1px solid #1f2021;
}

#header-menu li.megamenu ul.sub-menu li a:hover{
	background: #303031;
	color: #fff !important;
}

#shop-cart-container{
	display: inline-block;
	position: relative;
	padding: 0 15px 0 30px;
}

#shop-button{
	font-weight: bold;
	font-size: 11px;
	display: inline-block;
	width: 22px;
	height: 24px;
	border-radius: 2px;
	border: 2px solid #9a9da3;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}

#shop-button span{
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1em;
	-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%);
}

#shop-button:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 9px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-9px);
	   -moz-transform: translateX(-50%) translateY(-9px);
	    -ms-transform: translateX(-50%) translateY(-9px);
	     -o-transform: translateX(-50%) translateY(-9px);
	        transform: translateX(-50%) translateY(-9px);
	border-radius: 2px;
	border: 2px solid #9a9da3;
}

#shop-cart-area,
#shop-cart-notify{
	background: #18191a;
	width: 280px;
	padding: 20px;
	position: absolute;
	right: 0;
	line-height: 1em;
	text-align: left;
	display: none;
	margin-top: 1px;
	border-left: 1px solid #3a3b3c;
	border-right: 1px solid #3a3b3c;
	border-bottom: 1px solid #3a3b3c;
}

#shop-cart-notify{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
}

#shop-cart-container:hover #shop-cart-notify{
	display: none;
}

#shop-cart-container:hover #shop-cart-area{
	display: block;
}

#shop-cart-area .widget{
	margin-bottom: 0;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}

#shop-cart-area .widgettitle{
	display: none;
}

#shop-cart-area li{
	color: #fff;
}

#shop-cart-area li a{
	color: #fff;
	font-weight: bold;
}

#shop-cart-area li img{
	width: 50px;
}

#shop-cart-area li .quantity{
	margin-top: 5px;
	display: inline-block;
}

#shop-cart-area .total{
	color: #fff;
	margin: 20px 0 0 0;
	padding: 10px 0 15px 0;
	border-top: 1px solid #3a3b3c;
	font-size: 14px;
	text-align: left;
}

#shop-cart-area .total .amount{
	float: right;
	color: #9a9da3;
}

#shop-cart-area .buttons{
	margin: 0;
	text-align: center;
}

#shop-cart-area .buttons a{
	border: 2px solid #3a3b3c;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
	margin: 0 2px;
	padding: 12px 15px;
}

#shop-cart-area .buttons a:hover{
	background: transparent;
}

#search-button{
	font-size: 12px;
	margin-left: 15px;
	display: inline-block;
}

#search-close{
	position: absolute;
	top: 50%;
	right: 15px;
	color: #fff;
	font-size: 16px;
	margin-top: -5px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#header-search{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(0, 0, 0, 0.9);
	display: none;
}

#header-search input[type="text"]{
	background: transparent;
	border: none;
	color: #fff;
	padding: 0;
	font-size: 32px;
	line-height: 1;
	height: 110px;
}

#logo-transparent{
	display: none;
}


.header-fixed #header-top{
	margin-top: -45px;
}

.header-fixed #header{
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.header-fixed #header,
.header-fixed #header-menu ul li > a{
	line-height: 75px;
}

.header-fixed #header-search input[type="text"]{
	height: 75px;
}

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

.header-width-full #header-menu li.megamenu > ul.sub-menu{
	width: 100%;
	left: 0;
}

.header-transparent.header-static #header{
	background: transparent !important;
}

.header-transparent.header-static #header:hover,
.header-transparent.header-static #header #header-top,
.header-semi-transparent.header-static #header,
.header-semi-transparent.header-static #header #header-top{
	background: rgba(0, 0, 0, 0.3) !important;
}

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

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

.header-transparent.header-static #header #header-menu ul.menu > li > a,
.header-transparent.header-static #header #menu-area a,
.header-transparent.header-static #header #header-top a,
.header-semi-transparent.header-static #header #menu-area a,
.header-semi-transparent.header-static #header #header-menu ul.menu > li > a,
.header-semi-transparent.header-static #header #header-top a{
	color: #fff;
	opacity: 0.75;
}

.header-transparent.header-static #header #header-menu ul.menu > li > a:hover,
.header-transparent.header-static #header #menu-area a:hover,
.header-transparent.header-static #header #header-top a:hover,
.header-semi-transparent.header-static #header #header-menu ul.menu > li > a:hover,
.header-semi-transparent.header-static #header #menu-area a:hover,
.header-semi-transparent.header-static #header #header-top a:hover{
	color: #fff;
	opacity: 1;
}

.header-transparent.header-static #header #header-menu ul li > a:hover,
.header-transparent.header-static #header #header-menu ul li.current-menu-item > a,
.header-semi-transparent.header-static #header #header-menu ul li > a:hover,
.header-semi-transparent.header-static #header #header-menu ul li.current-menu-item > a{
	color: #fff !important;
	opacity: 1;
}

.header-transparent.header-static #header #shop-button,
.header-transparent.header-static #header #shop-button:after,
.header-transparent.header-static #header #search-button,
.header-semi-transparent.header-static #header #shop-button,
.header-semi-transparent.header-static #header #shop-button:after,
.header-semi-transparent.header-static #header #search-button{
	color: #fff;
	border-color: #fff;
	opacity: 0.75;
}

.header-transparent.header-static #header #shop-button:hover,
.header-transparent.header-static #header #shop-button:hover:after,
.header-transparent.header-static #header #search-button:hover,
.header-semi-transparent.header-static #header #shop-button:hover,
.header-semi-transparent.header-static #header #shop-button:hover:after,
.header-semi-transparent.header-static #header #search-button:hover{
	opacity: 1;
}



#header-mobile{
	background: #fff;
	display: none;
	padding: 15px 0;
	text-align: left;
	margin: 0;
}

#header-mobile .container{
	position: relative;
}

#menu-mobile-trigger{
	position: absolute;
	right: 15px;
	top: 50%;
	line-height: 1em;
	color: #18191a;
	font-size: 21px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}


#header-mobile.open #menu-mobile-trigger{
	color: #444;
}

#header-menu-mobile{
	display: none;
	background: #f7f7f7;
}

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

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

#header-menu-mobile ul.menu li a{
	color: #18191a;
}

#header-menu-mobile ul.menu > li > a{
	padding: 20px 0;
	display: block;
	position: relative;
	font-size: 11px;
	line-height: 1em;

	text-transform: uppercase;
	font-weight: 700;
}

#header-menu-mobile ul.menu > li.menu-item-has-children > a:after{
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
}
#header-menu-mobile li.simple ul.sub-menu > li.menu-item-has-children > a:after{
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
}

#header-menu-mobile ul.menu li a .more {
	position: absolute;
	right: 0;
}

#header-menu-mobile ul.menu li a i{
	margin-right: 5px;
}

.menu-icons-hide #header-menu-mobile ul.menu li a i{
	display: none;
}

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

#header-menu-mobile ul.menu li ul a{
	font-size: 12px;
	position: relative;
	padding: 15px 0;
	display: block;
	line-height: 1em;
}

#header-menu-mobile ul.menu li ul a{
	padding-left: 25px;
}

#header-menu-mobile ul.menu li ul ul a{
	padding-left: 50px;
}

#header-menu-mobile ul.menu li ul ul ul a{
	padding-left: 75px;
}




/*-----------------------------------------------------------------------------------*/
/*	Page Header
/*-----------------------------------------------------------------------------------*/
.header-transparent #page-header,
.header-semi-transparent #page-header{
	padding-top: 230px;
}

#page-header{
	position: relative;
	padding: 120px 0;
}

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

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

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

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

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

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

#page-header[data-bg] .loading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #999 url('../images/loading.gif') center no-repeat;
	z-index: 2;
}


#page-header h2{
	margin: 0;
	padding: 0;
	letter-spacing: -0.25px;
	position: relative;
}

#page-header h2:before{
	content: '';
	position: absolute;
	top: -15px;
	width: 90px;
	height: 2px;
	background: #fff;
	opacity: 0.5;
}

#page-header.textaligncenter h2:before{
	left: 50%;
	margin-left: -45px;
}

#page-header.textalignleft h2:before{
	left: 0;
}

#page-header.textalignright h2:before{
	right: 0;
}

#page-header h3{
	margin: 15px 0 0 0;
	padding: 0;
	width: 50%;
}

#page-header.textaligncenter h3{
	margin: 15px auto 0 auto;
}

#page-header.textalignright h3{
	float: right;
}

#page-header .container{
	position: relative;
	z-index: 3;
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}

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


/*-----------------------------------------------------------------------------------*/
/*	Page Content
/*-----------------------------------------------------------------------------------*/
.content-full > .container,
.content-full .content-fixed .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
/*-----------------------------------------------------------------------------------*/
#blog-container,
#post-container{
	background: #f7f7f7;
	padding: 60px 0;
}

.md-blog.classic{
	background: #fff;
}

.md-blog.classic .post{
	border-bottom: 1px solid #f7f7f7;
	position: relative;
	padding-top: 60px;
	margin-bottom: 5px;
}


.md-blog.classic .post.sticky:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100px 100px 0;
	border-color: transparent #ddd transparent transparent;
	z-index: 9;
}

.md-blog.classic .post:after{
	content: '';
	position: absolute;
	display: inline-block;
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 2px solid #f9f9f9;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	z-index: 1;
}

.md-blog.classic .post:last-child{
	margin-bottom: 0;
	border-bottom: none;
}

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

.md-blog.classic .post-head{
	padding: 0 100px 60px 100px;
}

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

.md-blog.classic .post-title a{
	font-size: 24px;
	line-height: 34px;
	color: #000;
	letter-spacing: -0.75px;
	font-weight: 500;
}

.md-blog.classic .post-meta{
	text-transform: uppercase;
	font-weight: 700;
	color: #9a9da3;
	font-size: 11px;
}

.md-blog.classic .post-meta a{
	color: #9a9da3;
}

.md-blog.classic .post-meta span{
	margin-right: 15px;
}

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

.md-blog.classic .post-content{
	padding: 60px 100px;
}

.md-blog.classic .post-footer{
	padding: 0 100px 60px 100px;
	line-height: 1em;
}

.md-blog.classic .post-footer a{
	text-transform: uppercase;
	font-weight: 700;
	color: #9a9da3;
	font-size: 11px;
}

.md-blog.classic .post-footer a.read-more{
	position: relative;
}

.md-blog.classic .post-footer a.read-more:after{
	content: '';
	position: absolute;
	right: -30px;
	width: 15px;
	height: 1px;
	background-color: #9a9da3;
	top: 50%;
	margin-top: -1px;
}

.md-blog.classic .post-footer a.read-more:hover{
	color: #000;
}

.md-blog.classic .post-footer a.read-more:hover:after{
	background: #000;
}

.md-blog.classic .post-footer .tot-comments{
	float: right;
}

.md-blog.classic .post-footer .tot-comments i{
	margin-right: 5px;
}

.md-blog.classic .post-quote,
.md-blog.classic .post-link,
.md-post .post-quote,
.md-post .post-link{
	padding: 60px 100px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.md-blog.classic .post-quote .mask,
.md-blog.classic .post-link .mask,
.md-post .post-quote .mask,
.md-post .post-link .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
}

.md-blog.classic .post-quote .post-over,
.md-blog.classic .post-link .post-over,
.md-post .post-quote .post-over,
.md-post .post-link .post-over{
	position: relative;
	z-index: 2;
}

.md-blog.classic .post-quote i,
.md-blog.classic .post-link i,
.md-post .post-quote i,
.md-post .post-link i{
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 10px;
	display: block;
}

.md-blog.classic .post-quote .quote,
.md-blog.classic .post-link .link-description,
.md-post .post-quote .quote,
.md-post .post-link .link-description{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 15px;
}

.md-blog.classic .post-quote .quote-author,
.md-blog.classic .post-link .link-title,
.md-post .post-quote .quote-author,
.md-post .post-link .link-title{
	display: inline-block;
	padding-left: 30px;
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
}

.md-blog.classic .post-quote .quote-author .line,
.md-blog.classic .post-link .link-title .line,
.md-post .post-quote .quote-author .line,
.md-post .post-link .link-title .line{
	content: '';
	position: absolute;
	left: 0;
	width: 15px;
	height: 1px;
	top: 50%;
	margin-top: -1px;
}

.md-blog.masonry .post,
.md-recent-posts-carousel .item{
	overflow: hidden;
	background: #fff;
	margin-bottom: 30px;
}

.md-blog.masonry .post-head,
.md-recent-posts-carousel .post-head{
	height: 240px;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.md-blog.masonry .post-head a,
.md-recent-posts-carousel .post-head a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.md-blog.masonry .post-content,
.md-recent-posts-carousel .post-content{
	padding: 30px;
	background: #fff;
}

.md-blog.masonry .post-meta,
.md-recent-posts-carousel .post-meta{
	margin-bottom: 10px;
}

.md-blog.masonry .post-title,
.md-recent-posts-carousel .post-title{
	text-transform: uppercase;
	color: #19181a;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.md-blog.masonry .post-categories,
.md-recent-posts-carousel .post-categories{
	border-top: 1px solid #f7f7f7;
	margin-top: 15px;
	padding-top: 15px;
}

.md-blog.masonry .post-categories a,
.md-recent-posts-carousel .post-categories a{
	color: #9a9da3;
}

.md-blog.masonry .post-categories a:hover,
.md-recent-posts-carousel .post-categories a:hover{
	text-decoration: underline;
}

.md-recent-posts-carousel{
	margin-left: -15px;
	margin-right: -15px;
}

.md-recent-posts-carousel .item{
	margin: 0 15px;
	margin-bottom: 0;
}

.md-blog.masonry .post{
	position: relative;
}

.md-blog.masonry .post.sticky:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 80px 80px 0;
	border-color: transparent #ddd transparent transparent;
	z-index: 9;
}


.md-pagination{
	background: #fff;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	color: #9a9da3;
	font-size: 12px;
	text-align: center;
}

.md-pagination.masonry{
	padding: 30px;
	margin: 0 15px;
}

.md-pagination.classic{
	padding: 60px 100px;
	border-top: 1px solid #f7f7f7;
}

.md-pagination.classic:after{
	content: '';
	position: absolute;
	display: inline-block;
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 2px solid #f9f9f9;
	top: -6px;
	left: 50%;
	margin-left: -6px;
	z-index: 1;
}

.md-pagination a,
.md-pagination span{
	color: #9a9da3;
	margin: 0 5px;
}

.md-pagination .prev{
	float: left;
	margin: 0;
}

.md-pagination .next{
	float: right;
	margin: 0;
}

.md-pagination.simple{
	text-align: left;
}

.md-pagination.simple:after{
	display: none;
}

.md-pagination.simple .prev{
	float: none;
	display: inline-block;
}

.md-post{
	background: #fff;
}

.md-post .post{
	position: relative;
}

.md-post .post.sticky:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100px 100px 0;
	border-color: transparent #ddd transparent transparent;
	z-index: 9;
}

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

.md-post .post-head{
	padding: 45px 100px 60px 100px;
	border-bottom: 1px solid #f7f7f7;
	position: relative;
}

.md-post .post-head:after{
	content: '';
	position: absolute;
	display: inline-block;
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 2px solid #f9f9f9;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	z-index: 1;
}

.md-post .post-meta a{
	color: #9a9da3;
}

.md-post .post-meta span{
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
	display: inline-block;
}

.md-post .post-meta span:after{
	content: '|';
	position: absolute;
	right: 0;
	top: 0;
}

.md-post .post-meta span:last-child:after{
	display: none;
}

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

.md-post .post-title a{
	font-size: 24px;
	line-height: 34px;
	color: #000;
	letter-spacing: -0.75px;
	font-weight: 500;
}

.md-post .post-content{
	padding: 60px 100px;
	position: relative;
}

.md-post .post-tags{
	padding: 45px 100px;
	font-weight: bold;
	position: relative;
	border-top: 1px solid #f7f7f7;
}

.md-post .post-tags:after{
	content: '';
	position: absolute;
	display: inline-block;
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 2px solid #f9f9f9;
	top: -6px;
	left: 50%;
	margin-left: -6px;
	z-index: 1;
}

.md-post .post-tags a{
	font-weight: normal;
	color: #9a9da3;
}

.md-post .post-author{
	padding: 60px 100px;
	min-height: 190px;
	background: #9a9da3;
	color: #fff;
	display: block;
}

.md-post .post-author .author-info{
	padding-left: 100px;
	position: relative;
	display: block;
}

.md-post .post-author .author-info img{
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
}

.md-post .post-author .author-info h4{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
}

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

.md-post .post-author .author-info a:hover{
	text-decoration: underline;
}

#comments{
	position: relative;
	padding: 60px 100px;
}

#comments .comment-title{
	margin: 0 0 15px 0;
	color: #9a9da3;
	font-size: 16px;
	font-weight: bold;
}

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

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

#comments .comment-section{
	position: relative;
	margin-bottom: 30px;
	min-height: 90px;
}

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


#comments .comment-side img{
	width: 70px;
	height: 70px;
	display: inline-block;
}

#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-reply{
	padding-left: 10px;
	margin-left: 5px;
	display: inline-block;
	position: relative;
	font-weight: bold;
}

#comments .comment-reply i{
	position: absolute;
	font-style: normal;
	font-weight: normal;
	left: 0;
}

#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: 100px;
	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{}


#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;
	line-height: 1em;
}

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

#error-404{
	background: #fff;
	padding: 120px 0;
	margin: 40px 0;
}

#error-404 .md-special-heading{
	font-size: 48px;
}

#error-404 .md-special-heading .subtitle{
	padding-bottom: 0;
}

#error-404 .search{
	text-align: center;
	width: 580px;
	display: inline-block;
	margin-bottom: 30px;
}

#error-404 .search input{
	background: #f7f7f7;
	border-color: #f7f7f7;
}

/*-----------------------------------------------------------------------------------*/
/*  Search Page
/*-----------------------------------------------------------------------------------*/
#search-container{
	background: #f7f7f7;
}

#search-title{
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d6d9dc;
}

#search-title span{
	text-decoration: underline;
}

#search-container .result{
	background: #fff;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #d6d9dc;
}

#search-container .result .img{
	width: 100%;
	padding: 0 0 75% 0;
	position: relative;
	background-position: center;
	background-size: cover;
	display: block;
	margin-bottom: 15px;
}

#search-container .result .img a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#search-container .result a{
	font-weight: bold;
	color: #18191a;
}



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

.widget-title{
	color: #9a9da3;
	font-size: 16px;
	line-height: 42px;
	font-weight: 600;
	margin-bottom: 15px;
}

.widget a{
	color: #000;
}

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

.widget_search input[type="submit"]{
	display: none;
}

.widget_tag_cloud a{
	display: inline-block;
	background: #fff;
	border:1px solid #d6d9dc;
	padding: 10px 15px;
	margin: 0 2px 5px 0;
	color: #9a9da3;
	font-size: 13px !important;
	line-height: 1em;
}

.widget_tag_cloud a:hover{
	color: #fff !important;
}

.widget_recent_comments li,
.widget_recent_entries li,
.widget_categories li,
.widget_archive li,
.widget_pages li,
.widget_meta li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d9dc;
	padding-left: 20px;
}

.widget_recent_comments li span a:before,
.widget_recent_entries li a:before,
.widget_categories li a:before,
.widget_archive li a:before,
.widget_pages li a:before,
.widget_meta li a:before{
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	left: -15px;
}

.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_categories li:last-child,
.widget_archive li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget_pages li ul{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #d6d9dc;
}

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

.widget_pages li ul a{
	margin-left: 15px;
}

.widget_pages li ul ul a{
	margin-left: 30px;
}

.widget ul li a{
	position: relative;
}

.widget .post-date{
	display: block;
}

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

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

footer .widget-title{
	color: #fff;
}

footer .widget a{
	color: #fff;
}

footer .widget_recent_comments li,
footer .widget_recent_entries li,
footer .widget_categories li,
footer .widget_archive li,
footer .widget_meta li,
footer .widget_pages li,
footer .widget_pages li ul{
	border-color: #242526;
}

footer .widget_tag_cloud a{
	border-color: #2a2b2c;
	background: #242526;
}



/*-----------------------------------------------------------------------------------*/
/*	Copyrights
/*-----------------------------------------------------------------------------------*/
#copyright{
	width: 100%;
	color: #9a9da3;
	padding: 30px 0 20px 0;
	font-size: 12px;
	background-image: url('../images/footer-pattern.png');
	background-repeat: repeat-x;
	background-position: top left;
}


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

#loader-site.light{
	background: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	Back Top
/*-----------------------------------------------------------------------------------*/
#md-back-top{
	color: #9a9da3;
	float: right;
	font-size: 12px;
	padding-right: 20px;
	position: relative;
}

#md-back-top:after{
	content: "\f106";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
}

#md-back-top:hover{
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	Coming Soon
/*-----------------------------------------------------------------------------------*/
#coming-soon{
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

#coming-soon .content{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#coming-soon h1{
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}

.md-countdown{
	margin-bottom: 60px;
}

.countdown-section{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	display: inline-block;
	text-align: center;
	border: 3px solid rgba(255, 255, 255, 0.5);
	margin: 0 30px;
	position: relative;
}

.countdown-amount{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	-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%);
}

.countdown-period{
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	bottom: -30px;
	left: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.2em;
}

/*------------------------------------------------------------------
[5. MD-Shortcodes]
*/
/*-----------------------------------------------------------------------------------*/
/*	Utils
/*-----------------------------------------------------------------------------------*/
.margin-no{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

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

.padding-small{
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Section
/*-----------------------------------------------------------------------------------*/
.page-section{
	position: relative;
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

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

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



/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Text
/*-----------------------------------------------------------------------------------*/
.md-text-block{
	margin-bottom: 30px;
}

.md-text-block p:last-child{
	margin: 0;
}

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

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

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

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

.md-box-icon .box-icon{
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

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

.md-box-icon .box-title{
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	margin-bottom: 5px;
}

.md-box-icon .box-text{
	margin-bottom: 15px;
}

.md-box-icon .box-link{
	font-size: 11px;
	letter-spacing: 1px;
	color: #18191a;
	font-weight: bold;
	display: inline-block;
}

.md-box-icon.align-top.circle .box-icon,
.md-box-icon.align-top.square .box-icon{
	font-size: 32px;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	border: 2px solid;
	display: inline-block;
	margin-bottom: 30px;
}

.md-box-icon.align-top.circle .box-icon{
	border-radius: 100px;
}

.md-box-icon.align-top.circle .box-title,
.md-box-icon.align-top.square .box-title{
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.md-box-icon.align-top.circle .box-title .line,
.md-box-icon.align-top.square .box-title .line{
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	background: #d6d9dc;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.md-box-icon.align-left.circle,
.md-box-icon.align-left.square{
	position: relative;
	padding-left: 60px;
}

.md-box-icon.align-left.circle .box-icon,
.md-box-icon.align-left.square .box-icon{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	height: 42px;
	width: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid;
	display: inline-block;
}

.md-box-icon.align-left.circle .box-icon{
	border-radius: 42px;
}

.md-box-icon.align-right.circle,
.md-box-icon.align-right.square{
	position: relative;
	padding-right: 60px;
}

.md-box-icon.align-right.circle .box-icon,
.md-box-icon.align-right.square .box-icon{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	height: 42px;
	width: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid;
	display: inline-block;
}

.md-box-icon.align-right.circle .box-icon{
	border-radius: 42px;
}

.md-box-icon.align-top.simple .box-icon,
.md-box-icon.align-top.simple-indent .box-icon{
	font-size: 42px;
	margin-bottom: 15px;
	display: inline-block;
}

.md-box-icon.align-left.simple .box-icon,
.md-box-icon.align-right.simple .box-icon{
	font-size: 32px;
	display: inline-block;
	top: 0;
}

.md-box-icon.align-left.simple-indent{
	padding-left: 36px;
}

.md-box-icon.align-right.simple-indent{
	padding-right: 36px;
}

.md-box-icon.align-left.simple-indent .box-icon,
.md-box-icon.align-right.simple-indent .box-icon{
	font-size: 24px;
	display: inline-block;
	position: absolute;
	top: 0;
}

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

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

.md-box-icon.circle:hover .box-icon{
	color: #fff !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Divider
/*-----------------------------------------------------------------------------------*/
.md-social-icons a{
	width: 32px;
	height: 32px;
	margin: 0 5px 5px 0;
	display: inline-block;
	font-size: 14px;
	position: relative;
	background: #fff;
	color: #d6d9dc !important;
	border: 1px solid #d6d9dc;
}

.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 !important;
	opacity: 1;
}

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

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Divider
/*-----------------------------------------------------------------------------------*/
.md-divider{
	margin: 15px 0;
	width: 100%;
	line-height: 1em;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.md-divider.simple{
	background: #d6d9dc;
	height: 1px;
}

.md-divider.pattern{
	background: url('../images/divider-pattern.png');
	height: 8px;
}

.md-divider.circle-center,
.md-divider.square-center{
	height: 32px;
}

.md-divider span{
	width: 32px;
	height: 32px;
	position: relative;
	display: inline-block;
	border:1px solid #d6d9dc;
}

.md-divider.circle-center span{
	border-radius: 32px;
}

.md-divider span:before{
	content: '';
	position: absolute;
	width: 2000px;
	height: 1px;
	top: 15px;
	left: -2000px;
	background: #d6d9dc;
}

.md-divider span:after{
	content: '';
	position: absolute;
	width: 2000px;
	height: 1px;
	top: 15px;
	right: -2000px;
	background: #d6d9dc;
}

.md-divider span i{
	font-size: 14px;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	-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%);
}




/*-----------------------------------------------------------------------------------*/
/*	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 5px 0 0;
	font-weight: 700;
	font-size: 25px;
	line-height: 40px;
	vertical-align: top;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
}

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


/*-----------------------------------------------------------------------------------*/
/*	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 .icon,
.md-counter .number,
.md-counter .label{
	width: 100%;
	display: inline-block;
}

.md-counter .icon{
	width: 92px;
	height: 92px;
	border-radius: 92px;
	border: 2px solid;
	position: relative;
	margin-bottom: 15px;
}

.md-counter .icon i{
	font-size: 32px;
	margin: 0;
	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-counter .number{
	font-size: 42px;
	line-height: 1em;
	color: #9a9da3;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

.md-counter .label{
	line-height: 1em;
	font-weight: 700;
	color: #18191a;
	font-size: 14px;
	position: relative;
}

.md-counter .label span{
	position: absolute;
	top: -15px;
	left: 50%;
	width: 40px;
	margin-left: -20px;
	height: 2px;
	background: #d6d9dc;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Accordion
/*-----------------------------------------------------------------------------------*/
.md-accordions{
	border-top: 1px solid #d6d9dc;
}

.md-accordions .panel{
	padding: 0;
	width: 100% !important;
	border: none !important;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}

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

.md-accordions .panel .panel-heading a{
	padding: 0 0 0 15px;
	position: relative;
	display: block;
	color: #18191a;
	font-weight: 700;
	background: transparent;
	line-height: 42px;
	border-left: 1px solid #d6d9dc;
	border-right: 1px solid #d6d9dc;
	border-bottom: 1px solid #d6d9dc;
}

.md-accordions .panel .panel-heading a:before{
	position: absolute;
	right: 15px;
	top: 50%;
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	content:'\f147';
	font-family: 'FontAwesome';
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

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

.md-accordions .panel-group .panel-body{
	padding: 30px 0;
	border-bottom: 1px solid #d6d9dc;
	font-size: 13px;
	line-height: 24px;
}

.md-accordions .panel-group .panel:last-child .panel-body{
	border-bottom: 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 #d6d9dc;
	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 #d6d9dc;
}

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

.md-tabs .nav.nav-tabs li a{
	border: none;
	background: #f7f7f7;
	border-radius: 0;
	padding: 20px 30px;
	margin: 0;
	font-weight: 700;
	line-height: 1em;
}

.md-tabs .nav.nav-tabs li.active{
	border-bottom-color: #fff;
}

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

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

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

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

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

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


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



/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Featured Box
/*-----------------------------------------------------------------------------------*/
.md-featured-box{
	text-align: center;
	border-top: 1px solid #d6d9dc;
	padding: 30px;
	background: #fff;
	position: relative;
}

.md-featured-box:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDlkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMC4wMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(214,217,220,1) 0%, rgba(125,185,232,0.01) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,217,220,1)), color-stop(100%,rgba(125,185,232,0.01))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(214,217,220,1) 0%,rgba(125,185,232,0.01) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(214,217,220,1) 0%,rgba(125,185,232,0.01) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(214,217,220,1) 0%,rgba(125,185,232,0.01) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(214,217,220,1) 0%,rgba(125,185,232,0.01) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d9dc', endColorstr='#037db9e8',GradientType=0 ); 
}

.md-featured-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDlkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMC4wMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(214,217,220,1) 0%, rgba(125,185,232,0.01) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,217,220,1)), color-stop(100%,rgba(125,185,232,0.01))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(214,217,220,1) 0%,rgba(125,185,232,0.01) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(214,217,220,1) 0%,rgba(125,185,232,0.01) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(214,217,220,1) 0%,rgba(125,185,232,0.01) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(214,217,220,1) 0%,rgba(125,185,232,0.01) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d9dc', endColorstr='#037db9e8',GradientType=0 ); 
}

.md-featured-box .box-icon{
	margin-bottom: 15px;
}

.md-featured-box .box-icon i{
	font-size: 40px;
	line-height: 1em;
	margin: 0;
	font-weight: bold;
}

.md-featured-box .box-title{
	font-size: 14px;
	color: #18191a;
	margin-bottom: 15px;
	font-weight: bold;
}

.md-featured-box .box-content{
	margin-bottom: 15px;
}

.md-featured-box .box-link{
	font-size: 11px;
	letter-spacing: 1px;
	color: #18191a;
	font-weight: bold;
	display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*	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: 30px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

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

.md-cta .md-button{
	margin: 0 0 0 30px;
}

.md-cta .md-button:hover{
	opacity: 0.8;
}

.md-cta .md-button.alternative{
	background: transparent;
}

.md-cta .md-button.alternative:hover{
	background: #fff;
	border-color: #fff !important;
}


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

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

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

.md-progress-bar .lbl{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1em;
	color: #18191a;
}

.md-progress-bar .percent{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1em;
	color: #9a9da3;
}

.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: 500;
	margin-bottom: 10px;
	color: #111;
	font-weight: 700;
}

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




/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Button
/*-----------------------------------------------------------------------------------*/
.md-button{
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	margin: .2em;
	color: #fff;
	border: 2px solid;
	text-align: center;
	line-height: 1em;
}

.md-button:hover{
	color: #fff;
}

.md-button i{
	margin-right: 5px;
	font-size: 14px;
}

.md-button.large{
	padding: 0 30px;
	line-height: 50px;
}

.md-button.normal{
	padding: 0 20px;
	line-height: 45px;
}

.md-button.small{
	padding: 0 15px;
	line-height: 41px;
}

.md-button.full-width{
	line-height: 45px;
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*  Shortcode: Special Heading
/*-----------------------------------------------------------------------------------*/
.md-special-heading{
	padding-top: 30px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    text-align: center;
}

.md-special-heading span.border{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	height: 2px;
    display: inline-block;
    background: #d6d9dc;
}

.md-special-heading.textalignleft{
	text-align: left;
}

.md-special-heading.textalignleft span{
	left: 0;
	margin-left: 0;
}

.md-special-heading.textalignright{
	text-align: right;
}

.md-special-heading.textalignright span{
	left: auto;
	right: 0;
	margin-left: 0;
}

.md-special-heading .subtitle{
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
    padding-bottom: 30px;
    display: block;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Clients
/*-----------------------------------------------------------------------------------*/
.md-clients{
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}

.md-clients .md-client{
	margin: 0 15px;
}

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



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

.md-portfolio .md-work .work-thumb{
	position: relative;
}

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

.md-portfolio .md-work .work-thumb .work-actions{
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.md-portfolio .md-work .work-thumb .work-actions a{
	width: 40px;
	height: 40px;	
	border: 2px solid #fff;
	display: inline-block;
	margin: 0 3px;
	position: relative;
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.md-portfolio .md-work .work-thumb .work-actions a i{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 14px;
	-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 .md-work .work-thumb .work-actions a:hover{
	background: #fff;
	color: #18191a;
}


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

.md-portfolio .md-work .work-info{
	display: block;
	background: #fff;
	padding: 20px 30px;
}

.md-portfolio .md-work .work-info .work-title{
	font-weight: 700;
	margin: 0;
	font-size: 13px;
	color: #18191a;
	text-transform: uppercase;
}

.md-portfolio .md-work .work-info .work-categories a{
	color: #9a9da3;
}

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

.md-portfolio.portfolio-wall .row{
	margin: 0;
}

.md-portfolio.portfolio-wall .md-column{
	padding: 0;
}

.md-portfolio.portfolio-wall .md-work{
	margin-bottom: 0;
}

.md-portfolio-carousel{
	margin-left: -15px;
	margin-right: -15px;
}

.md-portfolio-carousel .item{
	margin: 0 15px;
}

.md-portfolio-masonry{
	text-align: center;
}

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

.md-portfolio-masonry .item img{
	width: 100%;
}

.md-portfolio-masonry .item .work-info{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}


.md-portfolio-masonry .item .work-info .work-title{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	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-masonry .item .work-info .work-categories{
	text-transform: uppercase;
	font-weight: bold;	
	color: #fff;
	font-size: 11px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.md-portfolio-masonry .item .work-info .work-categories a{
	color: #fff;
}

.md-portfolio-masonry .item .work-info .work-categories a:hover{
	text-decoration: underline;
}

.md-portfolio-masonry .item .work-actions{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	opacity: 0;
}

.md-portfolio-masonry .item .work-actions a{
	color: #fff;
	font-size: 14px;
}

.md-portfolio-masonry .item:hover .work-info,
.md-portfolio-masonry .item:hover .work-actions{
	opacity: 1;
}

.md-portfolio-filter{
	margin: 30px 0;
	text-align: center;
}

.md-portfolio-filter a{
	display: inline-block;
	color: #9a9da3;
	padding: 10px 15px;
	line-height: 1em;
	border: 1px solid #d6d8dc;
	font-size: 13px;
	font-weight: 700;
	margin: 1px;
}

.md-portfolio-filter a.current,
.md-portfolio-filter a.active{
	color: #000;
	border-color: #000;
}

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


.md-recent-posts .post .featured-image{
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	height: 170px;
}

.md-recent-posts .post .featured-image img{
	width: 100%;
	height: 100%;
}

.md-recent-posts .post .post-body{
	position: relative;
	width: 100%;
	height: 170px;
}

.md-recent-posts .post .post-body .post-meta{
	margin-bottom: 5px;
}

.md-recent-posts .post .post-body .post-title{
	color: #18191a;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
	text-transform: uppercase;
	display: block;
}


.md-recent-posts .post .post-body .post-categories{
	width: 100%;
	height: 30px;
	line-height: 36px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #d6d9dc;
}

.md-recent-posts .post .post-body .post-categories a{
	color: #9a9da3;
}

.md-recent-posts .post .post-body .post-categories a:hover{
	text-decoration: underline;
}

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

/**** 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{
	position: relative;
}

.md-team .md-member .member-image img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.md-team .member-name{
	color: #18191a;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

.md-team .member-name a{
	color: #18191a;
}

.md-team .member-role{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
}

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

.md-team .member-social a{
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 14px;
	line-height: 1em;
	color: #d6d9dc;
}

.md-team .member-social a:after{
	font-family: 'FontAwesome';
}

.md-team .member-presentation{
	border-top: 1px solid #d6d9dc;
	padding-top: 15px;
}


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

.md-team-wall .md-member{
	position: relative;
	margin: 0;
	padding: 0;
}

.md-team-wall .md-member .member-image img{
	width: 100%;
	height: auto;
}

.md-team-wall .member-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #18191a;
	opacity: 0;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.md-team-wall .md-member:hover .member-content{
	opacity: 1;
}

.md-team-wall .member-wrap{
	text-align: center;
	padding: 0 30px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.md-team-wall .member-name{
	color: #fff;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

.md-team-wall .member-name a{
	color: #fff;
}

.md-team-wall .member-role{
	color: #9a9da3;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}

.md-team-wall .member-social a{
	display: inline-block;
	margin: 0 10px;
	font-size: 16px;
	line-height: 1em;
	color: #fff;
}

.md-team-wall .member-social a:after{
	font-family: 'FontAwesome';
}

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

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


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Testimonial
/*-----------------------------------------------------------------------------------*/
.md-testimonials-carousel{
	text-align: center;
	padding: 0 60px;
}

.md-testimonials-carousel .testimonial-image{
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
	display: inline-block;
}

.md-testimonials-carousel .testimonial-image img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 5px solid rgba(0, 0, 0, 0.05);
}

.md-testimonials-carousel .testimonial-quote{
	font-size: 18px;
	line-height: 28px;
}

.md-testimonials-carousel .testimonial-info{
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.md-testimonials-carousel .testimonial-company a{
	opacity: 0.75;
}

.md-testimonials-carousel .testimonial-company a:hover{
	opacity: 1;
}

.md-testimonials-extended{
	margin-left: -15px;
	margin-right: -15px;
}

.md-testimonials-extended .item{
	margin: 0 15px;
}

.md-testimonials-extended .md-testimonial{
	background: #fff;
	padding: 30px;
	text-align: center;
	position: relative;
}

.md-testimonials-extended .md-testimonial:after{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(255,26,1); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMWEwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2VjMDI4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2VmYzIwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzQyYzk4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iI2EwNzljYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NTQyYTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjU1YWE4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(255,26,1,1) 0%, rgba(236,2,140,1) 15%, rgba(239,194,6,1) 32%, rgba(66,201,128,1) 48%, rgba(32,124,202,1) 64%, rgba(160,121,203,1) 83%, rgba(101,66,165,1) 100%, rgba(101,90,168,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,26,1,1)), color-stop(15%,rgba(236,2,140,1)), color-stop(32%,rgba(239,194,6,1)), color-stop(48%,rgba(66,201,128,1)), color-stop(64%,rgba(32,124,202,1)), color-stop(83%,rgba(160,121,203,1)), color-stop(100%,rgba(101,66,165,1)), color-stop(100%,rgba(101,90,168,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,26,1,1) 0%,rgba(236,2,140,1) 15%,rgba(239,194,6,1) 32%,rgba(66,201,128,1) 48%,rgba(32,124,202,1) 64%,rgba(160,121,203,1) 83%,rgba(101,66,165,1) 100%,rgba(101,90,168,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,26,1,1) 0%,rgba(236,2,140,1) 15%,rgba(239,194,6,1) 32%,rgba(66,201,128,1) 48%,rgba(32,124,202,1) 64%,rgba(160,121,203,1) 83%,rgba(101,66,165,1) 100%,rgba(101,90,168,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,26,1,1) 0%,rgba(236,2,140,1) 15%,rgba(239,194,6,1) 32%,rgba(66,201,128,1) 48%,rgba(32,124,202,1) 64%,rgba(160,121,203,1) 83%,rgba(101,66,165,1) 100%,rgba(101,90,168,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,26,1,1) 0%,rgba(236,2,140,1) 15%,rgba(239,194,6,1) 32%,rgba(66,201,128,1) 48%,rgba(32,124,202,1) 64%,rgba(160,121,203,1) 83%,rgba(101,66,165,1) 100%,rgba(101,90,168,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a01', endColorstr='#655aa8',GradientType=1 ); 
}

.md-testimonials-extended .testimonial-image{
	text-align: center;
	margin-bottom: 15px;
}

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


.md-testimonials-extended .testimonial-name,
.md-testimonials-extended .testimonial-company{
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	margin-bottom: 10px;
}

.md-testimonials-extended .testimonial-company a{
	color: #18191a;
}

.md-testimonials-extended .testimonial-info{
	margin-bottom: 25px;
}

.md-testimonials-extended .md-testimonial p:last-child{
	margin-bottom: 0;
}

.md-testimonials-list .md-testimonial{
	margin-bottom: 30px;
}

.md-testimonials-list .md-testimonial .testimonial-content{
	margin-bottom: 15px;
}

.md-testimonials-list .md-testimonial .testimonial-image{
	position: absolute;
	top: 0;
	left: 0;
}

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

.md-testimonials-list .md-testimonial .testimonial-author{
	padding-left: 60px;
	height: 42px;
	position: relative;
}

.md-testimonials-list .md-testimonial .testimonial-info{
	margin-top: 5px;
	display: inline-block;
}

.md-testimonials-list .md-testimonial .testimonial-author span{
	font-weight: 700;
	font-size: 11px;
	line-height: 1.2em;
	text-transform: uppercase;
	display: block;
	color: #18191a;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Twitter Feed
/*-----------------------------------------------------------------------------------*/
.md-twitter-list .tweet{
	padding-left: 40px;
	margin-bottom: 15px;
	position: relative;
}

.md-twitter-list .tweet:before{
	content:'\f099';
	font-family: 'FontAwesome';
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 24px;
}

.md-twitter-list .tweet .tweet-time{
	font-weight: 700;
}

.md-twitter-list .tweet-user{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	padding-left: 40px;
}

.md-twitter-carousel .tweet{
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}

.md-twitter-carousel .tweet-text{
	margin-bottom: 15px;
}

.md-twitter-carousel .tweet-info{
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.md-twitter-carousel .tweet-user a{
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	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
/*-----------------------------------------------------------------------------------*/
.md-alert{
	padding: 15px 30px 15px 15px;
	position: relative;
	margin-bottom: 15px;
	text-shadow: 0 1px 1px #fff;
}

.md-alert a.message-close{
	position: absolute;
	top: 20px;
	right: 15px;
	line-height: 1em;
	color: #000;
	opacity: 0.3;
}

.md-alert.info{
	background: #78e3ff;
	color: #16a3c8;
}

.md-alert.success{
	background: #aeeaa4;
	color: #36a124;
}

.md-alert.warning{
	background: #ffde87;
	color: #bd8c0d;
}

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

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Pricing Table
/*-----------------------------------------------------------------------------------*/
.md-pricing-table{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.md-pricing-table .table-head{
	background: #18191a;
	padding: 30px 0;
	border-radius: 3px 3px 0 0;
}

.md-pricing-table .table-title{
	font-size: 18px;
	line-height: 1em;
	color: #9a9da3;
	margin-bottom: 5px;
}

.md-pricing-table .price{
	font-size: 32px;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
}

.md-pricing-table .price em{
	font-size: 24px;
	font-weight: 400;
}

.md-pricing-table .price span{
	display: block;
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 1em;
	margin-top: 5px;
}

.md-pricing-table ul {
	margin: 0;
	padding: 15px 30px;
	list-style: none;
	background: #fff;
	border-left: 1px solid #d6d9dc;
	border-right: 1px solid #d6d9dc;
}

.md-pricing-table ul li{
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid #f7f7f7;
	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: 0 0 3px 3px;
	background: #fff;
	padding:0 30px 30px 30px;
	border-left: 1px solid #d6d9dc;
	border-right: 1px solid #d6d9dc;
	border-bottom: 1px solid #d6d9dc;
}

.md-pricing-table .table-btn .md-button{
	margin: 0;
	display: block;
	border-color: #18191a;
	color: #18191a;
}

.md-pricing-table .table-btn .md-button:hover{
	color: #fff;
}

.md-pricing-table.highlighted .table-title{
	color: #fff;
}

.md-pricing-table.highlighted .table-btn .md-button{
	color: #fff !important; 
}

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

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

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

.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{
	position: relative;
	overflow: hidden;
}

.md-revslider .tp-leftarrow,
.md-revslider .tp-rightarrow{
/*	position: absolute;
	background: rgba(0, 0, 0, 0.2);
	width: 50px;
	height: 90px;
	top: 50% !important;
	-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-revslider .tp-leftarrow{
	left: 0 !important;
}

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

.md-revslider .tp-leftarrow:hover,
.md-revslider .tp-rightarrow:hover{
	background: rgba(0, 0, 0, 0.5);
}

.md-revslider .tp-leftarrow:after,
.md-revslider .tp-rightarrow:after{
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: 0;
	font-size: 16px;
	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%);
}

.md-revslider .tp-leftarrow:after{
	content:'\f104';
}

.md-revslider .tp-rightarrow:after{
	content:'\f105';
}

.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-rev-title{
	font-weight: lighter;
	font-size: 48px;
	line-height: 56px;
	color: #fff;
	letter-spacing: 0.7px;
}

.md-rev-text{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.md-rev-button{
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	margin: .2em;
	color: #fff !important;
	border: 2px solid #fff;
	text-align: center;
	line-height: 1em;
	padding: 0 20px;
	line-height: 45px;
}

.md-rev-button:hover{
	background: #fff;
	color: #18191a !important;
}

.md-rev-highlight,
.md-rev-highlight-color{
	font-weight: lighter;
	font-size: 48px;
	line-height: 62px;
	letter-spacing: 0.5px;
	padding: 10px 30px;
	position: relative;
}

.md-rev-highlight{
	color: #18191a;
	background: #fff;
}

.md-rev-highlight-color{
	color: #fff;
}

.md-rev-highlight b,
.md-rev-highlight-color b{
	font-weight: 700;
}

.md-rev-highlight strong,
.md-rev-highlight-color strong{
	font-weight: 900;
}

/*-----------------------------------------------------------------------------------*/
/*	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;
	position: relative;
}
.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('../images/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;
	padding-bottom: 60px;
}

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

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

.owl-buttons{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 9;
	height: 32px;
}

.owl-buttons div{
	line-height: 1em;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	overflow: hidden;
	font-size: 12px;
	text-indent: -9999px;
	display: inline-block;
	border: 2px solid #d6d9dc;
	margin: 0 5px;
	position: relative;
	color: #d6d9dc;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.owl-buttons div.owl-prev:after,
.owl-buttons div.owl-next:after{
	margin-top: 1px;
	font-family: 'typicons';
	position: absolute;
	text-indent: 0;
	top: 50%;
	left: 50%;
	font-size: 24px;
	-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:'\e00e';
}

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

.owl-buttons div:hover{
	color: #18191a;
	border-color: #18191a;
}

.external-navigation.owl-carousel{
	padding-bottom: 0;
}

.external-navigation .owl-buttons{
	bottom: auto;
	top: 50%;
	margin-top: -15px;
}

.external-navigation .owl-buttons div.owl-prev{
	left: 0;
	position: absolute;
	margin-left: -45px;
}

.external-navigation .owl-buttons div.owl-next{
	left: auto;
	right: 0;
	position: absolute;
	margin-right: -45px;
}

.dark-color .owl-buttons div{
	color: #18191a;
	border-color: #18191a;
}

.light-color .owl-buttons div{
	color: #fff;
	border-color: #fff;
}

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

.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: #18191a;
}

/*-----------------------------------------------------------------------------------*/
/*	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: #f9f9f9;
	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('../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('../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('../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('../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%402x.html');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../js/vendor/fancybox/fancybox_loading%402x.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: #18191a;
	text-transform: uppercase;
	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: 20px;
	left: 30px;
	text-align: left;
	margin: 0;
	padding: 0;
	z-index: 19;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.flexslider .flex-control-nav li{
	width: 15px;
	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: 8px;
	height: 8px;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -6px;
	text-indent: -9999px;
	background: #fff;
	opacity: 0.5;
	-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{
	opacity: 1;
}

.flexslider .flex-direction-nav{
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 20;
}

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


.flexslider .flex-direction-nav li a.flex-prev,
.flexslider .flex-direction-nav li a.flex-next{
	position: absolute;
	background: #18191a;
	width: 30px;
	height: 30px;
	bottom: 30px;
	overflow: hidden;
	font-size: 16px;
	text-indent: -9999px;
	z-index: 9;
	-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%);
}

.flexslider .flex-direction-nav li a.flex-prev{
	right: 61px;
}

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

.flexslider .flex-direction-nav li a.flex-prev:after,
.flexslider .flex-direction-nav li a.flex-next:after{
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: 0;
	font-size: 13px;
	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%);
}

.flexslider .flex-direction-nav li a.flex-prev:after{
	content:'\f0d9';
}

.flexslider .flex-direction-nav li a.flex-next:after{
	content:'\f0da';
}



/*-----------------------------------------------------------------------------------*/
/*	Contact Form 7
/*-----------------------------------------------------------------------------------*/
.wpcf7 div.field,
.wpcf7 p{
	margin-bottom: 10px;
	vertical-align: top;
}

.wpcf7 label,
.wpcf7 .wpcf7-not-valid-tip{
	margin-bottom: 0;
	display: block;
}

.wpcf7 textarea{
	height: 280px;
}


.wpcf7 .wpcf7-response-output{
	border:1px solid;
	padding: 15px;
	margin: 15px 0 0 0;
}

.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{
	border: none;
	padding: 20px 30px;
	margin: 0;
	display: inline-block;
	line-height: 1em;
}

.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 input[type="date"],
.wpcf7 .chosen-container{
    background: #fff;
    width: 50%;
}

.wpcf7 textarea{
	width: 100%;
}

.wpcf7 .chosen-container.chosen-with-drop,
.wpcf7 .chosen-results,
.wpcf7 .chosen-results li{
	background: #b7d3dd;
}


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


.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(../images/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;
}



/*------------------------------------------------------------------
[6. MD-Widgets]
*/
.widget_md_widget_social_profiles a{
	width: 32px;
	height: 32px;
	margin: 0 5px 5px 0;
	display: inline-block;
	font-size: 14px;
	position: relative;
	background: #fff;
	color: #d6d9dc !important;
	border: 1px solid #d6d9dc;
}

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

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



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

.widget_md_widget_dribbble ul li,
.widget_md_widget_pinterest ul li,
.widget_md_widget_flickr .flickr_badge_image{
	padding: 0;
	border: none;
	width: 66px;
	height: 66px;
	display: inline-block;
	margin: 0 1px 1px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	vertical-align: top;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;

}

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

.widget_md_widget_dribbble ul li a:before,
.widget_md_widget_pinterest ul li a:before,
.widget_md_widget_flickr .flickr_badge_image a:before{
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.widget_md_widget_dribbble ul li a:after,
.widget_md_widget_pinterest ul li a:after,
.widget_md_widget_flickr .flickr_badge_image a:after{
	content: '\f196';
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	z-index: 10;
	-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%);
}

.widget_md_widget_dribbble ul li a:hover:before,
.widget_md_widget_pinterest ul li a:hover:before,
.widget_md_widget_flickr .flickr_badge_image a:hover:before{
	opacity: 0.75;
}

.widget_md_widget_dribbble ul li a:hover:after,
.widget_md_widget_pinterest ul li a:hover:after,
.widget_md_widget_flickr .flickr_badge_image a:hover:after{
	display: block;
}

.widget_md_widget_flickr .flickr_badge_image{
	margin: 0 1px 1px 0;
	height: auto !important;
}

.widget_md_widget_flickr .flickr_badge_image a{
	position: relative;
	display: block;
}

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



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

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

.widget_md_widget_recent_posts li h3 a{
	display: inline;
}

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

.widget_md_widget_recent_posts li .date{
	font-size: 11px;
	line-height: 11px;
	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_social_profiles a{
	background: #242526;
	color: #fff;
	border-color: #2a2b2c;
}


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

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

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

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

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

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

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

.woocommerce del{
	color: #9a9da3;
}

.woocommerce-breadcrumb{
	display: none;
}

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

.woocommerce .products .product {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	background: #fff;
	float: left;
	padding-bottom: 30px;
	color: #18191a;
}

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

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

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

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

.woocommerce .products .product img{
	width: 100%;
	height: auto;
}

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

.woocommerce .products .product h3{
	font-size: 13px;
	line-height: 34px;
	color: #18191a;
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.woocommerce .products .product .star-rating{
	margin: 0 auto 10px auto;
}

.woocommerce .products .product .price{
	display: block;
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 10px;
}

.woocommerce .products .product .button{
	background: #fff;
	border: 2px solid #18191a;
	color: #18191a !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce.single-product .product .images{
	display: inline-block;
	width: 40%;
	vertical-align: top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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

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

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

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

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

.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .cart-empty .button:hover{
	background: #444;
}


/*-----------------------------------------------------------------------------------*/
/*  Buttons & Forms
/*-----------------------------------------------------------------------------------*/
.return-to-shop .button:after{
	content: '\f177';
	font-family: 'FontAwesome';
	margin-right: 10px;
	font-size: 18px;
	float: left;
	font-weight: normal;
}

.woocommerce-ordering{
	display: block;
	height: 120px;
}

.woocommerce-ordering select,
.woocommerce-ordering .chosen-container{
	width: 270px !important
}

.woocommerce .minus,
.woocommerce .plus,
.woocommerce-page .minus,
.woocommerce-page .plus{
	background: #fff center no-repeat;
	height: 40px;
	width: 40px;
	border: 1px solid #d6d9dc;
	float: left;
	display: inline-block;
	text-indent: -9999px;
}

.woocommerce .minus,
.woocommerce-page .minus{
	background-image: url('../images/img/minus.html');
}

.woocommerce .plus,
.woocommerce-page .plus{
	background-image: url('../images/img/plus.html');
}

.woocommerce .qty,
.woocommerce-page .qty{
	background: #fff center no-repeat;
	width: 65px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin: 0;
	border: none;
	border-top: 1px solid #d6d9dc;
	border-bottom: 1px solid #d6d9dc;
	font-weight: bold;
	font-size: 11px;
	float: left;
	display: inline-block;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*  Widgets
/*-----------------------------------------------------------------------------------*/

.widget_shopping_cart .cart_list,
.widget_products .product_list_widget,
.widget_recently_viewed_products .product_list_widget,
.widget_recent_reviews .product_list_widget,
.widget_top_rated_products .product_list_widget,
.woocommerce .product-categories,
.woocommerce .product-categories .children{
	list-style: none;
}

.widget_shopping_cart .cart_list > li,
.widget_products .product_list_widget > li,
.widget_recently_viewed_products .product_list_widget > li,
.widget_recent_reviews .product_list_widget > li,
.widget_top_rated_products .product_list_widget > li{
	margin-bottom: 15px;
}

.widget_shopping_cart .cart_list > li:last-child,
.widget_products .product_list_widget > li:last-child,
.widget_recently_viewed_products .product_list_widget > li:last-child,
.widget_recent_reviews .product_list_widget > li:last-child,
.widget_top_rated_products .product_list_widget > li:last-child{
	margin-bottom: 0;
}

.widget_shopping_cart .cart_list > li:after,
.widget_products .product_list_widget > li:after,
.widget_recently_viewed_products .product_list_widget > li:after,
.widget_recent_reviews .product_list_widget > li:after,
.widget_top_rated_products .product_list_widget > li:after{
	content: '';
	display: table;
	clear: both;
}

.widget_shopping_cart .cart_list > li.empty,
.widget_products .product_list_widget > li.empty,
.widget_recently_viewed_products .product_list_widget > li.empty,
.widget_recent_reviews .product_list_widget > li.empty,
.widget_top_rated_products .product_list_widget > li.empty{
	color: #18191a;
}

.widget_shopping_cart .cart_list > li a,
.widget_products .product_list_widget > li a,
.widget_recently_viewed_products .product_list_widget > li a,
.widget_recent_reviews .product_list_widget > li a,
.widget_top_rated_products .product_list_widget > li a{
	display: block;
}

.widget_shopping_cart .cart_list > li a img,
.widget_products .product_list_widget > li a img,
.widget_recently_viewed_products .product_list_widget > li a img,
.widget_recent_reviews .product_list_widget > li a img,
.widget_top_rated_products .product_list_widget > li a img{
	vertical-align: top;
	margin-right: 10px;
	float: left;
	display: block;
	width: 80px;
}

.widget_shopping_cart .cart_list > li .amount,
.widget_products .product_list_widget > li .amount,
.widget_recently_viewed_products .product_list_widget > li .amount,
.widget_recent_reviews .product_list_widget > li .amount,
.widget_top_rated_products .product_list_widget > li .amount{
}

.widget_layered_nav li,
.widget_product_categories li{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #d6d9dc;
}

.widget_layered_nav li ul.children,
.widget_product_categories li ul.children{
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #d6d9dc;
}

.widget_layered_nav li ul.children li,
.widget_product_categories li ul.children li{
	padding-left: 15px;
}

.widget_layered_nav li ul.children li:last-child,
.widget_layered_nav li:last-child,
.widget_product_categories li ul.children li:last-child,
.widget_product_categories li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget_layered_nav li .count{
	float: right;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	line-height: 20px;
	text-align: center;
	background: #18191a;
	color: #fff;
	font-size: 12px;
}

.widget_shopping_cart .total{
	margin-bottom: 25px;
}

.widget_price_filter{
	position: relative;
	padding-bottom: 50px;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #d6d9dc;
}

.widget_price_filter .ui-slider-horizontal {
	height: 8px;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .price_slider {
	margin-bottom: 25px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	cursor: pointer;
	outline: none;
	top: -5px;
	left: auto;
	margin-left: -10px;
}

.widget_price_filter .price_slider_amount .button {
	position: absolute;
	bottom: 0;
	left: 0;
}

.widget_price_filter .price_slider_amount .price_label {
	position: absolute;
	bottom: 5px;
	right: 0;
}

.widget_product_search form{
	position: relative;
}

.widget_product_search label{
	display: none;
}

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

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

/*-----------------------------------------------------------------------------------*/
/*  Tables
/*-----------------------------------------------------------------------------------*/	
.woocommerce table{
	background: #fff;
}

.woocommerce .shop_table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	background: #fff;
}

.woocommerce .shop_table td {
	border: 1px solid #d6d9dc;
	padding: 10px 0;
	text-align: center !important;
}

.woocommerce .shop_table th{
	color: #111;
	padding: 20px 0;
	text-align: center;
}

.woocommerce .shop_table.cart .product-remove a {
	display: inline-block;
	color: #ffffff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin:0;
	padding:0;
	background-color: #111;
	font-size: 16px;
	text-align: center;
}

.dark-skin .woocommerce .shop_table.cart .product-remove a {
	background-color: #444444;
}

.woocommerce .shop_table.cart .product-remove a:hover {
	opacity: 0.7;
}

.woocommerce .shop_table .quantity{
	display: inline-block;
	margin: 0 auto;
}

.woocommerce .shop_table.cart tr td.actions{
	text-align: right !important;
	padding: 10px;
	border: 1px solid #d6d9dc;
	position: relative;
	width: 100%;
}

.woocommerce .shop_table.cart tr td.actions input{
	margin: 0;
}

.woocommerce .shop_table.cart .coupon{
	position: absolute;
	left: 10px;
	top: 10px;
}

.woocommerce .shop_table.cart .coupon label {
	display: none;
}

.woocommerce .shop_table.cart .coupon input {
	margin: 0;
}

.woocommerce .shop_table.cart input[type="text"],
.woocommerce .checkout_coupon input[type="text"]{
	padding: 6px;
	outline: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	border:1px solid #d6d9dc;
	width: 120px;
}

.woocommerce .shop_table.cart .coupon,
.woocommerce .shop_table.cart input[type="submit"] {
	display:inline-block;
}

.woocommerce .cart-collaterals {
	margin-top: 40px;
}

.woocommerce .cart-collaterals:after {
	content: "";
	display: table;
	clear: both;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calculator {
	width: 45%;
	display: inline-block;
	vertical-align: top;
}

.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce .cart-collaterals .shipping_calculator > h2 {
	margin-bottom: 25px;
}

.woocommerce .cart-collaterals .cart_totals{
	margin-right: 4%;
}

.woocommerce .cart-collaterals .cart_totals > table,
.woocommerce #order_review .shop_table{
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

.woocommerce .cart-collaterals .cart_totals > table td,
.woocommerce .cart-collaterals .cart_totals > table th,
.woocommerce #order_review .shop_table td,
.woocommerce #order_review .shop_table th,
.woocommerce-checkout .shop_table td,
.woocommerce-checkout .shop_table th{
	border:1px solid #d6d9dc;
	padding: 10px;
}


.woocommerce .checkout_coupon .button{
	margin-bottom: 40px;
}

.woocommerce .checkout .col-1,
.woocommerce .checkout .col-2{
	width: 48%;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.woocommerce .checkout .col-2{
	float: right;
}

.woocommerce .checkout .col-1 label,
.woocommerce .checkout .col-2 label{
	margin-bottom: 10px;
}

.woocommerce .checkout .col-1 p,
.woocommerce .checkout .col-2 p{
	margin-bottom: 20px;
}

.woocommerce .checkout .col-2 textarea{
	height: 120px;
}

.woocommerce .checkout .col-2 .checkbox{
	padding: 0;
}

.woocommerce .checkout #order_review_heading:before{
	content: '';
	display: table;
	clear: both;
}

.woocommerce-shipping-fields #ship-to-different-address label{
	display: inline-block;
	margin-right: 10px;
}


.woocommerce .payment_methods{
	margin: 40px 0 30px 0;
	list-style: none;
}

.woocommerce .payment_methods li{
	padding: 0 0 10px 0;
}

.woocommerce .order_details,
.woocommerce .customer_details{
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	border-top:1px solid #d6d9dc;
	background: #fff;
}
.woocommerce .order_details li,
.woocommerce .customer_details dt,
.woocommerce .customer_details dd {
	border-bottom:1px solid #d6d9dc;
	border-left:1px solid #d6d9dc;
	border-right:1px solid #d6d9dc;
	padding: 10px;
	margin: 0;
}

.woocommerce .order_details h3{
	border:1px solid #d6d9dc;
	margin-bottom: 0;
	padding: 10px;
	background: #fff;
}

.woocommerce .related.products h2,
.woocommerce .cart-collaterals h2,
.woocommerce-checkout .woocommerce h2,
.woocommerce-checkout .woocommerce h3,
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
	margin: 0 0 15px 0;
	padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Pagination
/*-----------------------------------------------------------------------------------*/
.woocommerce-pagination{
	background: #fff;
	padding: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #9a9da3;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.woocommerce-pagination ul{
	margin: 0;
	padding: 0;
}

.woocommerce-pagination ul li{
	margin: 0 2px;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.woocommerce-pagination ul li a{
	color: #9a9da3;
}

.woocommerce-pagination .prev{
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.woocommerce-pagination .next{
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/*-----------------------------------------------------------------------------------*/
/*  Login / Register
/*-----------------------------------------------------------------------------------*/
.woocommerce .form-row{
	margin: 0 0 20px 0;
}

.woocommerce .form-row label{
	display: block;
}

.woocommerce .form-row label.checkbox{
	display: inline-block;
}

.woocommerce-account #page-container{
	background: #f7f7f7;
}

.woocommerce-account .button{
	margin-bottom: 10px;
}

.woocommerce-account .woocommerce{
	padding: 20px;
	border: 1px solid #d6d9dc;
	background: #fff;
}

.woocommerce .woocommerce-invalid input{
	border-color: #f00 !important;
}


/*------------------------------------------------------------------
[8. Media Queries]
*/

@media (min-width:1200px){
	#header-menu-mobile{
		display: none !important;
	}
}


@media (max-width:1199px){

	#wrap{
		padding-top: 0 !important;
	}

	#header{
		display: none;
	}

	#header-mobile{
		display: block;
	}
	
	.header-transparent #page-header,
	.header-semi-transparent #page-header,
	#page-header{
		position: relative;
		padding: 60px 0;
	}

	#page-header h2{
		font-size: 32px !important;
		line-height: 1.2em !important;
	}

	#page-header h3{
		font-size: 13px !important;
		line-height: 1.7em !important;
		width: 100%;
		margin-top: 5px;
	}

	.page-section{
		padding: 40px 0;
	}

	.padding-small{
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.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-team .md-member{
		margin-bottom: 30px;
	}

	.md-special-heading{
		font-size: 22px;
		line-height: 1.5em;
	}

	.md-twitter-carousel .tweet{
		font-size: 14px;
		line-height: 1.5em;
	}

	.md-cta{
		padding: 30px;
	}

	.md-cta .clearfix{
		display: block;
	}

	.md-cta .md-button{
		margin: 15px 0 0 0;
	}

	.md-tabs .nav.nav-tabs li{
		width: 100%;
	}

	.md-portfolio-carousel{
		margin-left: 0;
		margin-right: 0;
	}

	.md-portfolio-carousel .item{
		margin: 0;
	}

	.md-portfolio .item,
	.md-portfolio-masonry .item{
		width: 100%;
	}

	.md-recent-posts .post{
		height: auto;
		padding-left: 105px;
	}

	.md-recent-posts .post .featured-image{
		width: 90px;
		height: 90px;
	}

	.md-recent-posts .post .featured-image img{
		width: 100%;
		height: 100%;
	}

	.md-recent-posts .post .post-body{
		height: auto;
	}

	.md-recent-posts .post .post-body .post-meta,
	.md-recent-posts .post .post-body .post-categories{
		display: none;
	}

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

	.md-testimonials-carousel .testimonial-image{
		width: 50px;
		height: 50px;
	}

	.md-testimonials-carousel .testimonial-image img{
		border-width: 3px;
	}

	.md-testimonials-carousel .testimonial-quote{
		font-size: 14px;
		line-height: 20px;
	}

	.md-blog.classic .post{
		padding-top: 30px;
	}

	.md-blog.classic .post.sticky{
		border-top: 3px solid;
	}

	.md-blog.classic .post-head{
		padding: 0 45px 30px 45px;
	}

	.md-blog.classic .post-title a{
		font-size: 18px;
		line-height: 26px;
	}

	.md-blog.classic .post-content{
		padding: 30px 40px;
	}

	.md-blog.classic .post-footer{
		padding: 0 45px 30px 45px;
	}

	.md-blog.classic .post-quote,
	.md-blog.classic .post-link,
	.md-post .post-quote,
	.md-post .post-link{
		padding: 30px 45px;
	}

	.md-blog.classic .post-quote i,
	.md-blog.classic .post-link i,
	.md-post .post-quote i,
	.md-post .post-link i{
		font-size: 16px;
		line-height: 28px;
	}
	.md-blog.classic .post-quote .quote,
	.md-blog.classic .post-link .link-description,
	.md-post .post-quote .quote,
	.md-post .post-link .link-description{
		font-size: 14px;
		line-height: 24px;
	}

	.md-post .post.sticky{
		border-top: 3px solid;
	}

	.md-post .post-head{
		padding: 15px 45px 30px 45px;
	}

	.md-post .post-title a{
		font-size: 18px;
		line-height: 26px;
	}

	.md-post .post-content{
		padding: 30px 45px;
	}

	.md-post .post-tags{
		padding: 30px 45px;
	}

	.md-post .post-author{
		padding: 30px 45px;
		min-height: 120px;
	}

	.md-post .post-author .author-info{
		padding-left: 65px;
	}

	.md-post .post-author .author-info img{
		width: 50px;
		height: 50px;
	}

	.md-post .post-author .author-info h4{
		font-size: 14px;
	}

	#comments{
		padding: 30px 45px;
	}

	.md-pagination.masonry{
		padding: 15px;
	}

	.md-pagination.classic{
		padding: 30px 45px;
	}

	.md-revslider .tp-leftarrow,
	.md-revslider .tp-rightarrow{
		width: 20px;
		height: 40px;
		top: 50% !important;
	}

	#error-404{
		background: #fff;
		padding: 30px;
		margin: 30px 0;
	}

	#error-404 .md-special-heading{
		font-size: 24px;
	}

	#error-404 .search{
		width: 100%;
	}

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

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

	#copyright{
		text-align: center;
	}

	#md-back-top{
		margin-top: 30px;
		float: none;
	}

	#coming-soon{
		position: relative;
	}

	#coming-soon .content{
		position: static;
		padding: 45px 0;
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;
	}

	.countdown-section{
		display: block;
		margin: 0 auto 45px auto;
	}

	.woocommerce.single-product .product .images{
		width: 100%;
		margin-bottom: 30px;
	}

	.woocommerce.single-product .product .summary{
		width: 100%;
		padding-left: 0;
	}

	.woocommerce .checkout .col-1,
	.woocommerce .checkout .col-2{
		width: 100%;
		float: left;
	}

	.woocommerce .shop_table.cart th, 
	.woocommerce .shop_table.my_account_orders th{
		font-size: 12px;
	}

	.shop_table.cart th.product-thumbnail,
	.shop_table.cart td.product-thumbnail{
		display: none;
	}

	.woocommerce .products .product{
		width: 100% !important;
	}

	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .shipping_calculator{
		width: 100%;
		margin-bottom: 40px;
	}

	.woocommerce .woocommerce-tabs .tabs li{
		display: block;
		float: none;
	}

	.woocommerce-tabs .comment-form-rating .stars{
		height: auto;
	}

	.woocommerce-tabs .comment-form-rating .stars span{
		position: static;
	}

	.woocommerce-tabs .comment-form-rating .stars span a{
		display: block;
		border-right: none;
		float: none;
		margin-bottom: 5px;
	}

	.woocommerce.single-product .product .woocommerce-tabs #comments .comment_container .star-rating{
		top: auto;
		left: auto;
		bottom: -30px;
		left: 75px;
	}
}
