/*
	Theme Name: Barrier Free Living
	Theme URI: http://www.bflnyc.org/
	Author: Barrier Free Living
	Author URI: http://www.bflnyc.com/
	Description: Barrier Free Living Theme
	Version: 2.0
*/
 

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


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



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



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



/*-----------------------------------------------------------------------------------*/
/*	General
/*-----------------------------------------------------------------------------------*/
body,html{
	width: 100%;
	overflow-x:hidden;
}

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

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

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


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

h5 {
}

h6 {
	margin: 0;
}
h7 {
	margin: 0;
}

h1 {
	margin: 0 0 .35em 0;
}
h2, h3, h4, h5 {
	margin: 0 0 .35em 0;
}

p{
	margin:0 0 .75em 0;
}

ul, ol{
	margin:0 0 .75em 0;
	list-style: none;
}
.display-posts-listing .listing-item {
    padding-bottom: 0;
}

.md-text-block ol {
	margin: 0 1em;
    list-style: auto;
}
.md-text-block ol li {
    padding: 0 0 0 0.5em;
}
.md-text-block ul {
	margin: 0 1em;
    list-style: none;
}
.md-text-block ul li {
	padding-bottom: .5em;
}
.md-text-block ul li:before {
	content: '\25CF\00a0\00a0';
	display: inline;
	color: #f7931e;
    margin-left: -1em;
}

div.page ul.leaves {
    list-style: none;
}
div.page ul.leaves li a,
div.page ul.leaves li {

}
div.page ul.leaves li {
    text-indent: -15px;
    padding-left: 2em;
}
div.page ul.leaves li:before {
    content: " ";
    font-size: 1.5em;
    position: relative;
    top: .1em;
    background: url('assets/img/bullet.png') no-repeat 0 top;
    display: inline-block;
    height: 29px;
    width: 40px;
    margin-left: -25px;
}
ul.leaves li ul, ol.leaves li ol{
	margin:0 0 30px 0;
}

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

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

}

img.alignright {
	margin: 0;
}

a:hover, a:active, a:focus {
    text-decoration: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	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%;
	padding: 10px 15px;
	
	background-color: rgb(248, 248, 248);
    
    font-weight: normal;
    /* border-radius:3px;
    color: #3b474d;
	border:1px solid rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0.1); */
	
	border-color: #BCBCBC;
    border-width: 4px !important;
	border-style: solid;
    border-radius: 18px;
	
}

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: #ec1c23;
	background: #FFFFFF;
    
}

input[type="submit"],
button,
a.button{
	background: #912891;
	border: none;
	padding: 8px 15px;
    color: #fff !important;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: normal;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}


label {
    margin-bottom: .25em;
    margin-top: 1em;
	font-weight: normal;
}
form.hs-form label {
	text-align: center;
	width: 100%;
}
.input label {
	cursor: pointer; 
}
.input ul.inputs-list {
	list-style: none;
}
.input ul.inputs-list input[type=radio] {
	margin-right: 10px;
}


.hs-input ,
.input select {
	width: 100%;
	padding: 10px 15px;
	background-color: #F8F8F8;
	font-weight: normal;
	border-color: #BCBCBC;
	border-width: 4px !important;
	border-style: solid;
	border-radius: 18px;
}
.hs-input:focus ,
.input select:focus {
	border-color: #ec1c23;
	background: #FFF;
}


input[type="submit"].hs-button {
	background-color: #ec1c23;
	color: #FFF;
	border: 5px solid #ebebeb  !important;
	border-radius: 30px;
	min-width: 10em;
}
input[type="submit"].hs-button:hover {
    -webkit-filter: saturate(2);
    filter: saturate(2);
}
.hs_submit {
    margin: 1em auto;
	text-align: center;
}
form .hsformerror .close-form-error {
	color: #ec1c23 !important;
	font-size: 15px !important;
}

.hs-error-msgs {
	font-weight: bold;
	color: #B32D00;
}
.hs-error-msgs label {
	margin: 0;
}
.hs-form-required {
	padding-left: 5px;
	color: #B32D00;
}

.hs-richtext {
	margin-top: 2em;
}
.infoform h1, 
.infoform h2,
.infoform h3,
.infoform h4,
.infoform h5 {
	margin-top: .5em ;
}
.hsformerror {
	font-size: 0.75em !important;
	border: 3px solid #BCBCBC !important;
	border-top-right-radius: 18px !important;
	border-top-left-radius: 18px !important;
	background-image: linear-gradient(#515151,#2E2E2E) !important;
	background-color: #912891 !important;
	color: #fff !important;
	border-bottom: 0 !important;
    margin-top: 3px !important;
}
.hsformerror em {
	bottom: -27px  !important;
	border: 15px solid !important;
	border-color: #303030 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}
.hidelabel { /*
	opacity: 0;
	height: 10px;
	margin: 0;
	*/
}

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

.chosen-container.chosen-with-drop{
	border-radius:3px 3px 0 0;
}

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

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

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

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

.chosen-results{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	/* position: absolute; */
	top: 100%;
	width: 97%;
	z-index: 19;
	max-height: 168px;
	overflow: scroll;
	border-radius:0 0 3px 3px;
	border-top: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow-x: hidden;
	overflow-y: auto;
}

.chosen-results li{
	border: none !important;
	margin: 0;
	list-style: none;
	display: block;
	padding: 0 1em!important;
	/* font-family: 'Open Sans'; */
	font-weight: bold;
	color: #000000;
	background-color: rgb(235, 235, 235) !important;
	line-height: 2em;
}
.chosen-results li.highlighted {
	background: rgba(255, 255, 255, 0.7) !important;
}

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

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


/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/
#header{
	position: relative;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	/* line-height: 110px; */
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

#header-content:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	
}

#header-content {
	background: #ffffff;
	position: relative;
}

#header.is-sticky {
	/* line-height: 60px; */
	
}
#menu-mobile-trigger {
	position: absolute;
	display: none;
	left: 15px;
	top: 50%;
	line-height: 1em;
	width: 260px !important;
	height: 28px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#menu-mobile-trigger span{
	width: 42px;
	height: 6px;
	background: #565656;
	position: absolute;
	left: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#menu-mobile-trigger span.top{
	top: 0;
}

#menu-mobile-trigger span.left,
#menu-mobile-trigger span.right{
	top: 11px;
}

#menu-mobile-trigger .bottom{
	top: 22px;
}

#menu-mobile-trigger.open .top,
#menu-mobile-trigger.open .bottom{
	opacity: 0;
	top: 8px;
}

#menu-mobile-trigger.open .left{
	top: 14px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cooperhewittbook {
	font-family: cooperhewittbook, sans-serif;
}
.cooperhewittbold {
	font-family: cooperhewittbold, sans-serif;
}
.cooperhewittsemibold {
	font-family: cooperhewittsemibold, sans-serif;
}

.statistics-huge {
	font-size: 200px;
	line-height: 270px;
}
	.home-hero-desktop {
		display: block;
	}
	.home-hero-mobile {
		display: none;
	}


@media only screen and (max-width: 768px) {
	.statistics-huge {
		font-size: 30vw !important;
		line-height: 1.15em !important;
	}
	.slideshow-hero-text-overlay {
		left: 10px !important;
		right: 10px !important;
		padding: 0 1% !important;
		top: 15px !important;
	}
	.slideshow-hero-text-overlay h2 ,
	.slideshow-hero-text-overlay h2 > span {
		font-size: 7vw !important;
		line-height: 1em !important;
	}
	.slideshow-hero-text-overlay img {
		width: 50px !important;
		margin-left: 0px !important;
	}
	.home-hero-desktop {
		display: none;
	}
	.home-hero-mobile {
		display: block;
	}
	.owl-item .hero-button {
		text-align: center !important;
		margin: 1em auto 3.4em !important;
	}
	.owl-text-inner-content p,
	.owl-text-inner-content {
		font-size: 16px !important;
	}
	.owl-item > div > .owl-text-content {
		padding-bottom: .6em !important;
	}
	.kc_fab_main_btn.md-button.style-1:before {
		margin-top: -.25em;
	}

	.kc_fab_main_btn {
		bottom: 70px !important;
		right: 8px !important;
		position: fixed !important;
		background-color: #F44336 !important;
		width: 55px !important;
		height: 55px !important;
		border-radius: 100% !important;
		background: #c11d2a !important;
		outline: none !important;
		color: #fff !important;
		font-size: 10px !important;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2) !important;
		transition: .3s !important;
		-webkit-tap-highlight-color: #0000 !important;
		line-height: 1.1em !important;
		z-index: 999 !important;
		text-align: center !important;
		padding: 0 !important;
		text-transform: uppercase !important;
	}
	.hero-subpages-bg {
		background-image: url(/core/wp-content/uploads/2021/01/hero-make-a-difference-placeholder-default-mobile-blank.jpg);
		background-position: center center;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

#menu-mobile-trigger .menu-mobile-trigger-label {
    position: absolute;
    left: 55px;
    font-family: cooperhewittbook, sans-serif;
    text-transform: lowercase;
    color: #1b75bb;
    /* outline: 1px solid red; */
    padding-top: 0.35em;
    line-height: 1em;
    margin-top: -.35em;
    top: 8px;
    font-size: 20px;
}

#menu-mobile-trigger.open .right{
	top: 14px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

#header-mobile {
	background: #EFEFEF;
	line-height: 1em;
	display: none;
	width: 100%;
	margin: 0;
	border-bottom: 2px solid #FFFFFF;
}


#header-mobile .container{
	padding: 0;
	margin-bottom: 2em;
	overflow-y: auto;
}

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

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

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

#header-mobile .menu li a{
	padding: .5em 0;
	display: block;
	position: relative;
	line-height: 1em;
	border-bottom: 1px solid #d9d9d9;
	border-top: 4px solid rgba(0, 0, 0, 0);
}


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

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

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

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

#header-mobile .menu li.menu-item-has-children > a .more{
	float: right;
	cursor: pointer;

}
#header-mobile .menu li.menu-item-has-children > a.open {
	color: #565656;
}
#header-mobile .menu li.menu-item-has-children > a .more:hover,
#header-mobile .menu li.menu-item-has-children > a.open .more{
	
}

#header-mobile .menu li.menu-item-has-children > a .more i.arrow{
	/* float: left; */
	/* line-height: 46px; */
}

#header-mobile .menu li.menu-item-has-children > a .more i.arrow:before{
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

#header-mobile .menu li.menu-item-has-children > a.open .more i.arrow:before{
	content: '\e819';
}


#header.light #header-mobile{
	background: #fff;
}

#header.light #header-mobile .menu li a{
	color: rgba(0, 0, 0, 0.9);
}

#header.light #menu-mobile-trigger:after{
	color: #030e18;
}

body[data-header-transparent="true"] #header{
	position: fixed;
}

body[data-header-transparent="true"] #header.transparent #header-content{
	background: transparent;
	box-shadow: none;
}

body[data-header-transparent="true"] #header.transparent.open #header-content{
	background: #030e18;
}

body[data-header-transparent="true"] #header.transparent.open.light #header-content{
	background: #fff;
}

#shop-button{
	line-height: 1em;
	margin-left: 15px;
	padding-left: 15px;
	position: relative;
	font-family: 'Open Sans' !important;
}

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

#shop-button:after{
	content: '';
	position: absolute;
	height: 30px;
	width: 1px;
	top: 50%;
	margin-top: -15px;
	left: 0;
	background: #ddd;
}
.large-nav {
	margin-top: 5px;
	margin-bottom: 5px;
}
header .is-sticky .large-nav {
	margin-top: 0;
	margin-bottom: 0;
}
.mini-nav {
}
.mini-nav .logo-mini {
	text-align: center;
}
body.home .mini-nav .logo-mini {
	opacity: 0;
	min-height: 50px;
	width: 0;
	   -moz-transition: all 0s;
	    -ms-transition: all 0s;
	     -o-transition: all 0s;
	        transition: all 0s;
}
@media only screen and (max-width: 1024px) {
	body.home .mini-nav .logo-mini {
		opacity: 0;
		max-height: 75px !important;
		width: 0;
		   -moz-transition: all 0s;
		    -ms-transition: all 0s;
		     -o-transition: all 0s;
		        transition: all 0s;
	}
  }

body.home .is-sticky .mini-nav .logo-mini ,
.is-sticky .mini-nav .logo-mini {
	opacity: 1;
	   -moz-transition: all .15s;
	    -ms-transition: all .15s;
	     -o-transition: all .15s;
	        transition: all .15s;
}

.mini-nav .logo-mini img {
	margin: 0 auto;
	/*
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
	*/
}
.mini-nav .logo-mini img.logo-glyph {
	opacity: 0;
	width: 0;
	height: 0;
	display: none;
	/*
	   -moz-transition: all .15s;
	    -ms-transition: all .15s;
	     -o-transition: all .15s;
	        transition: all .15s;
	*/
		margin: 0 auto;
}
.is-sticky .mini-nav .logo-mini img.logo-glyph {
	opacity:1;
	width: auto;
	height: auto;
	max-height: 50px;
	margin-top: 0;
	padding-bottom: 0px;
	/*
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
	*/
}







img.logo-main.hidden-sm.visible-xs {
	visibility: hidden;
}














.is-sticky .mini-nav .logo-mini img.logo-main {
	opacity: 0;
	width: 0;
	height: 0;
	display: none !important;
	/*
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
	*/
}

header .mini-nav nav ul li {
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: inline-block;
}

#header .nav-full-row.hidden-is-sticky {
}
#header.is-sticky .nav-full-row.hidden-is-sticky,
#header.is-sticky .nav-full-row.hidden-is-sticky .col-lg-12 {
	opacity: 0;
	height: 0;
}
#header .hidden-is-sticky .sub-menu {
	opacity: 0;
	display: none;
}
#header-sticky-wrapper.is-sticky {
	height: auto !important;
}
#header-sticky-wrapper.is-sticky #header-content {
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
	height: 50px;
}

#header .nav-part-row,
.is-sticky .nav-part-row {
}
#header .nav-part-row {
	opacity: 0;
	height: 0;
	display: none;
}
#header.is-sticky .nav-part-row {
	opacity:1;
	height: auto;
	display: block;
}
#header-menu-mobile .menu ul.sub-menu {
	margin-bottom: 1em;
}
#header-menu-mobile ul.sub-menu li a {
	padding: .5em 0 .3em 45px;
	line-height: 1.05em;
}

.is-sticky .nav-part-row .sub-menu {
	opacity:0;
	display: none;
}
#header #logo div ,
#header.is-sticky #logo div {
	-webkit-transition: all .05s;
	   -moz-transition: all .05s;
	    -ms-transition: all .05s;
	     -o-transition: all .05s;
	        transition: all .05s;
}
#header #logo,
#header.is-sticky #logo {
	-webkit-transition: all .05s;
	   -moz-transition: all .05s;
	    -ms-transition: all .05s;
	     -o-transition: all .05s;
	        transition: all .05s;
}
#header.is-sticky #logo {
	opacity:0;
	height: 0;
	display: none;
}
#header.is-sticky nav.top-main-menu ul.menu li a {
	font-size: 24px;
}
#header.is-sticky nav.top-main-menu ul.menu li {
	margin: 0 35px 0 0 ;
}
#header.is-sticky nav.top-main-menu ul.menu li:last-child {
	margin-right: 0;
}


nav .menu-call-to-action-buttons-container ul,
nav .menu-icons-left-container ul,
nav .menu-icons-right-container ul {
	margin: 10px 0 ;
	line-height: 1em;
	list-style: none;
}
nav .menu-call-to-action-buttons-container ul li img:hover {
	-webkit-filter:  saturate(2);
	filter: saturate(2);
}

#header .col-sm-12.mini-nav .header-center {
	font-size: 1em;
	line-height: 1em;
}
#header .col-sm-12.mini-nav ul.menu li {
	margin: 0;
}
.menu-call-to-action-container {
	display: none;
}
#header-sticky-wrapper.is-sticky .menu-call-to-action-container ul.menu li img {
	height: 30px;
	width: auto;
}

#header .col-xs-12.mini-nav .logo-mini {
    display: inline-block;
}
#header .col-xs-12.mini-nav .text-center {
	font-size: 1em;
	line-height: 1em;
	margin-left: -20px;
}
#header .col-xs-12.mini-nav .logo-mini img.logo-glyph,
#header.is-sticky .col-xs-12.mini-nav .logo-mini img.logo-glyph {
	padding-bottom: 0;
	padding-top: 7px;
}
.bottom-full-wide ul {
	margin: .25em 0 1.5em 0;
}
/*-----------------------------------------------------------------------------------*/
/*	Page Header
/*-----------------------------------------------------------------------------------*/
#page-header{
	position: relative;
	margin-bottom: 50px;
	}

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

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

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

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

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

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


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

#page-header h3{
	margin: 40px 0 0 0;
	padding: 0;
	position: relative;
	letter-spacing: 4px;
}

#page-header h3:before{
	content: '';
	position: absolute;
	top: -20px;
	width: 30px;
	height: 1px;
	background: #fff;
}

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

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

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

#page-header .container{
	position: relative;
	z-index: 2;
	-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.padding-small{
	padding-top: 30px;
	padding-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	BreadCrumbs
/*-----------------------------------------------------------------------------------*/
#breadcrumbs{
	padding: 10px 0;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#breadcrumbs .row .col-md-9 {
	padding: 8px 35px 8px 10px;
}
#breadcrumbs .navigation{
	line-height: 40px;
}

#breadcrumbs a{
	color: #696969;
}

#breadcrumbs a.current-item{
	font-weight: 700;
	color: #444;
}

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

#breadcrumbs form{
	float: left;
	width: 100%;
	position: relative;
}

#breadcrumbs form input[type="text"]{
	border:1px solid #ddd;
	margin: 0;
	border-radius: 0;
	padding: 8px 35px 8px 10px;

	background: #fff;
}

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

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


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

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

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


.page-content{
	position: relative;
	z-index: 9;
	background: #fff;
	/* border-top: 1px solid #ec1c23; */
}


/*-----------------------------------------------------------------------------------*/
/*	Blog
/*-----------------------------------------------------------------------------------*/
#blog-container{
}

body.single-post .post-content ul {
    margin: 0 0em .75em 1.5em;
    list-style: disc;
}

.md-blog .post{
	padding-bottom: 30px;
    margin-bottom: 30px;
	position: relative;
}

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

.md-blog .post.sticky{
	/* border-bottom:1px solid #00b7ff; */
	margin-bottom: 1em !important;
	padding-bottom: 30px !important;
}


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

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

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

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

.md-blog .blog-header-image {
	height: auto;
	width: 100%;
}
.md-blog .post-body{
	position: relative;
	overflow: hidden;
}


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

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


.md-blog .post-title{
	/* font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 10px; */
}

.md-blog .post-title a{
	/* color: #111; */
}

.md-blog .post-header{
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.md-blog .post-header span{
	margin-right: 10px;
	padding-right: 10px;
    white-space: nowrap;
	/* border-right: 1px solid #ddd; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.md-blog .post.single-post .post-title{
}


.md-blog .post.single-post .post-quote,
.md-blog .post.single-post .post-link,
.md-blog .post.single-post .post-status{
	margin-bottom: 30px;
}
.archive #wrap > #page-container,
.category  #wrap > #page-container {
	
}
.archive .container > h3.search-title,
.category .container > h3.search-title {
	display: none;
}

#comments p.form-submit input#submit {
	background-color: transparent !important;
	border-color    : #ec1c23     !important;
	color           : #ec1c23     !important;
	border-top-width   : 5px !important;
	border-right-width : 5px !important;
	border-bottom-width: 5px !important;
	border-left-width  : 5px !important;

	border-top-style   : solid !important;
	border-right-style : solid !important;
	border-bottom-style: solid !important;
	border-left-style  : solid !important;

	border-top-color   : #ec1c23 !important;
	border-right-color : #ec1c23 !important;
	border-bottom-color: #ec1c23 !important;
	border-left-color  : #ec1c23 !important;

    border-style    : solid       !important;
	border-radius   : 18px        !important;
	font-weight     : bold        !important;

}
#comments p.form-submit input#submit:hover {
	color           : #FFFFFF !important;
	box-shadow      : none    !important;
	background-color: #ec1c23 !important;
	text-decoration : none    !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Blog Feed 
/*-----------------------------------------------------------------------------------*/

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

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

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


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

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

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

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

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

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

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

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

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

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

.md-blog .post.single-post .post-content{
	margin-bottom: 30px;
}
.md-blog .post.single-post:hover .featured-image img{
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
}
.md-blog .post.single-post .post-body,
.md-blog .attachment.single-post .post-body{
	padding-left: 0;
	min-height: 0;
}
.md-blog .post.single-post .post-link,
.md-blog .post.single-post .post-aside,
.md-blog .post.single-post .post-quote,
.md-blog .post.single-post .post-status{
	margin-bottom: 30px;
}

.blog-title-header a,
.blog-title-header a:hover,
.blog-title-header a:active  {
	color: #ffffff;
}
.blog-title-header a:hover {
	opacity: .8;
}

body.tag .tags-archive,
body.category .tags-archive {
	text-align: center;
}
body.tag .tags-archive h3,
body.category .tags-archive h3 {
	font-size: 25px;
	font-weight: normal;
	line-height: 25px;
	padding: 0;
    margin: 0;
    padding-bottom: .15em;
}

body.tag .tags-archive h4,
body.category .tags-archive h4 {
    font-size: .75em;
    padding: 0;
    margin: 0;
} 
.tag-description {
    padding-bottom: .75em;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 1em;
    font-style: italic;
}

.meta-tags {
	display: none;
}
.meta-tags, 
.meta-author {
	/* display: none; */
}

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

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

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

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

}

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

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

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



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

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

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

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

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

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


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

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

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

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

#comments .comment-author{
	font-size: 22px;
	font-weight: 700;
}
#comments .comment-reply,
#comments .comment-date{
	font-size: 22px;
}

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

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

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

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

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

#comments p label{
	display: block;
}
#comments .comment-body {
	font-size: 22px;
	line-height: 1.35em;
}


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

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

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

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



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

.md-pagination ul{
	margin: 0;
	padding: 0;
	display: block;
}

.md-pagination ul li,
.md-pagination.pagination-page span{
	background-color: transparent;
	border-color: #1976bc;
	color: #1976bc;
	border-width: 3px !important;
	border-radius: 18px;
	border-style: solid;
	display: inline-block;
	margin: 0;
	/* padding: 5px 15px; */
	list-style: none;
	width: auto;
	/* height: 42px; */
	line-height: 32px;
	text-align: center;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	min-width: 3em;
}
.md-pagination ul li.active,
.md-pagination ul li:hover,
.md-pagination.pagination-page span:hover {
	background-color: #1976bc;
}
.md-pagination ul li.active a {
	color: #fff;
	display: block;
	border-radius: 3px;
	padding: 5px 15px;
}
.md-pagination ul li a,
.md-pagination.pagination-page span a{
	color: #1976bc;
	display: block;
	border-radius: 3px;
	padding: 3px 15px 5px 15px;
}

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


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

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

.md-pagination.pagination-page .lbl{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.md-pagination .tap-no {
	cursor: none;
	border: none;
	font-size: 2.1em;
	vertical-align: top;
	display: none;
}
.md-pagination .tap-no:hover {
	background-color: inherit;
}
.md-pagination .tap-first ,
.md-pagination .tap-last {
	display: none;
}
/*-----------------------------------------------------------------------------------*/
/*  Page 404
/*-----------------------------------------------------------------------------------*/
#error-404{
    text-align: center;
}

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

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

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


/*-----------------------------------------------------------------------------------*/
/*  Search Page
/*-----------------------------------------------------------------------------------*/
.search-title{
	
	padding-bottom: .25em;
	
}
.search .highlight {
	background-color: rgba(79, 183, 255, 0.18);
}
#search-list .item{
    margin-bottom: 2em;
    padding-bottom: 0;
}

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

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

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


/*-----------------------------------------------------------------------------------*/
/*	Widget
/*-----------------------------------------------------------------------------------*/
.widget{
	margin-bottom: 2em;
	width: 100%;
}

.widget-title {
	text-transform: uppercase;
	padding: 0;
	position: relative;
}


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

.widget.widget_categories .widget-title {
	/* display: none; */
}
.blog .widget.widget_categories .widget-title {
	/* display: none; */
}
body.archive .col-side .widget ul li ,
body.single .col-side .widget ul li ,
body.blog .col-side .widget ul li {
	text-indent: -0.55em;
}
body.archive .col-side .widget ul li a:before ,
body.single .col-side .widget ul li a:before ,
body.blog .col-side .widget ul li a:before {
    content: "\25B6 \a0";
    font-size: 10px;
    color: #642d91;
    margin: 0;
    position: relative;
    left: -10px;
    top: -2px;
}
body.archive .widget ul li a ,
body.single .widget ul li a ,
body.blog .widget ul li a {
	display: inline-block;
}
body.blog .widget ul li a {
	color: #565656;
}
body.blog .widget ul.archives-dates li {
	margin-bottom: 0; 
}
body.archive h3 ,
body.single h3 ,
body.blog h3 {
	font-size: 22px;
}

.widget select{
	width: 100%;
}

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

.widget ul li {
	margin: 0 0 .2em 37px;
	/* padding: 0 0 10px 0; */
	display: block;
}

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

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

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


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

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

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

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

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

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

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

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


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

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

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

.widget_calendar table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #e5e5e5;
}

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

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

.widget_calendar caption {
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 15px;
}

.widget_calendar table tfoot{
    display: none;
}
footer .widget_search {
	max-width: 30em;
	margin: 0 auto;
}
.widget_search form{
	position: relative;
}

.widget_search label{
	display: none;
}

.widget_search input[type="text"] {

}

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

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

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





/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
footer {
	width: 100%;
	padding: 0 0 20px 0;
    margin-top: 30px;
	margin-bottom: 60px;
}
.container.footer-area {
	margin-top: 0;
}
.md-divider.thick-solid.footer-area {
	border-color: #d9d9d9;
	margin-top: 15px;
	margin-bottom: 0px;
}
footer p {
	margin-bottom: 0;
}
footer a {

}

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

footer .widget,
footer .widget p.fallback a,
footer .widget_md_widget_twitter ul li{
	color: #222;
}
footer .widget-title{
	color: #222;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border:none;
	padding-bottom: 0;
}

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

footer .widget ul li,
footer .widget ul li ul{
    border-color: rgba(255, 255, 255, 0.1);
}
footer .widget ul li {
	display: inline-block;
}
footer .widget ul li a{
	color: #222;
    margin: 0 .3em;
}

footer .widget .textwidget{
	padding: 0;
	color: #222;
	background: transparent;
	box-shadow: none;
}
footer .widget .textwidget h2 {
	margin: 0;
	text-align: center !important;
}

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

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


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

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

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


footer .footer-mobile-menu ul {
/*
	display: flex;
	flex-direction: row;
	flex-wrap: wrap ;
*/
}
footer .footer-mobile-menu ul ,
footer .footer-mobile-menu ul li  {
    padding: 0 0 1em 0;
    margin: 0;
    font-size: 18px !important;
    text-align: center;
}
footer .footer-mobile-menu ul.sub-menu {
	padding-bottom: 1em  !important;
	
}
footer .footer-mobile-menu ul.sub-menu li {
	padding: 0.1em .5em !important;
	display: inline-block !important;	
}

footer .footer-mobile-menu ul ul.sub-menu ,
footer .footer-mobile-menu ul ul.sub-menu li,
footer .footer-mobile-menu ul ul.sub-menu li a {
	margin: 0 !important;
	padding: 0 ;
	font-size: 18px !important;
	line-height: 1.25em !important;
}


footer .widget_nav_menu ul ul.sub-menu ,
footer .widget_nav_menu ul ul.sub-menu li,
footer .widget_nav_menu ul ul.sub-menu li a {
	display: none;
}

img.alignnone.aligncenter {
	display: block !important;
    clear: both  !important;
    margin: 0 auto  !important;
}
.menu-subpages {
	list-style: none;
	text-align: center;
    margin: .75em 0 .75em 0;
}
.menu-subpages li.page_item {
    padding-bottom: 0;
    line-height: 1.5em;
}
.menu-subpages li.page_item .dblarrow {
	display: none;
}

.menu-subpages a ,
.menu-subpages a:hover {
	color: #ec1c23;
	text-align: center;
	font-weight: bold;
}
.menu-subpages-header a ,
.menu-subpages-header {
	color: #1976bc;
}
footer .widget.widget_nav_menu {
	text-align: center;
	list-style: none;
}

footer .copyrights.credits {
	font-size: 16px;

}
footer .copyrights.credits .widget {
	margin-bottom: 0;
}

footer a.fa {
    margin: .6em .3em;
	color: #ec1c23 !important;
}
/*-----------------------------------------------------------------------------------*/
/*	Navigation 
/*-----------------------------------------------------------------------------------*/
.top-main-menu ul ,
.top-main-menu ul li  ,
.top-main-menu ul li a ,
.top-main-menu ul.menu li a ,
#copyright ul li,

.footer-footer-menu ul,
.footer-footer-menu ul li,
.footer-footer-menu ul li a,

.footer-main-menu ul,
.footer-main-menu ul li,
.footer-main-menu ul li a { 
	display: inline-block;
	margin: 10px 0; 
}
.footer-footer-menu ul,
.footer-footer-menu ul li,
.footer-footer-menu ul li a {
	margin: 0; 
}

header ul.menu li a {
}


.vcenter {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.verticalcenter {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}
/*-----------------------------------------------------------------------------------*/
/*	menu icons
/*-----------------------------------------------------------------------------------*/

header .menu-call-to-action-buttons-container nav,
header .icons-left nav,
header .icons-right nav,
header .icons-center nav  {
	display: inline-block;
	margin-top: 10px;
}

footer .menu-call-to-action-buttons-container nav,
footer .icons-left nav,
footer .icons-right nav,
footer .icons-center nav  {
	display: inline-block;
	margin-top: 0px;
}
footer .icons-center nav.footer-main-menu  {
	display: block;
	margin-top: 0px;
}

.menu-call-to-action-buttons-container nav ul,
.icons-left nav ul,
.icons-right nav ul {
	margin: 0;
}
/* 
.menu-call-to-action-buttons-container:before {
  content: '' !important;
  height: 100% !important;
}
.menu-call-to-action-buttons-container:before, .menu-call-to-action-buttons-container ul {
  display: inline-block !important;
  vertical-align: middle !important;
}
*/

footer .icons-center {
	text-align: center;
}

header ul.menu li,
footer ul.menu li {
	margin: 0 auto ;
}

.footer-main-menu .sub-menu {
	opacity: 0;
	display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
	header ul.menu li,
	footer ul.menu li {
		margin: 0 25px;

	}
}
@media only screen and (min-width: 180px) and (max-width: 768px){
	header ul.menu li,
	footer ul.menu li {
		margin: 0 5px;
		display: block;
	}

	.footer-main-menu {
		margin: 0;
		min-width: 48%;
	}
}
header ul li.menu-icon {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 15px;
	color: #ec1c23;
}
header ul li.menu-icon:last-child {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
header .header-center nav ul {
	margin: 0;
}
header .header-center nav {
	display: inline-block;
}
#header-sticky-wrapper .header-center {
	height: 47px !important;

}
#header-sticky-wrapper .is-sticky .header-center {
	height: 47px;
}
#header-sticky-wrapper .header-center nav {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
}
#header-sticky-wrapper .is-sticky .header-center nav {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


@media only screen and (max-width: 1199px) and (min-width: 180px) {
	header .header-center {
/*
	-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-o-transform: translateY(50%);
		transform: translateY(50%);
*/
	}
}

header .header-center nav ul li.menu-icon {
	margin: 0;
	width: 48px;
	overflow: hidden !important;
}

footer ul li.menu-icon {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	color: #ec1c23;
}

footer ul li.menu-icon a {
	width: 48px;
	overflow: hidden;
}

.menu-icon {
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 0;
	display: inline-block !important;
	height: 48px;
	line-height: 48px;
}
.menu-icon a {
	padding-left: 48px;
	color: #00b7ff;
}
.menu-icon:hover {
	filter: brightness(110%);
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-o-filter: brightness(110%);
	-ms-filter: brightness(110%);
}
.menu-calendar {
	background-image: url('menu-icon-calendar.png');
}
.menu-middleschool {
	background-image: url('menu-icon-middleschool.png');
}
.menu-upperschool {
	background-image: url('menu-icon-upperschool.png');
}
.menu-latest {
	background-image: url('menu-icon-latest.png');
}

/*-----------------------------------------------------------------------------------*/
/*	Copyrights
/*-----------------------------------------------------------------------------------*/

#copyright {
	width: 100%;
	color: #222;
	padding: 0 0 80px 0 ;
	font-size: 14px;
}
#copyright a,
#copyright ul,
#copyright ul li,
#copyright ul li a {
	font-size: 14px;
	color: #222;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5em;
}
#copyright a:hover,
#copyright ul li a:hover {
	color: #00b7ff;
}

#copyright ul li:nth-child(n+2):before {
    content: "| ";
	font-size: 12px;
	color: #222;
}


#copyright-text{
	text-transform: uppercase;
}

#footer-social{
	text-align: right;
}

#footer-social a{
	font-size: 14px;
	display: inline-block;
	margin-left: 15px;
	color: rgba(255, 255, 255, 0.3);
}

#footer-social a:hover{
	color: #fff;
}

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

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

/*-----------------------------------------------------------------------------------*/
/*	Back Top
/*-----------------------------------------------------------------------------------*/
#md-back-top {
    width: 55px;
    height: 55px;
	position: fixed;
	bottom: -100px;
	/* right: 0; */
	left: 0;
	margin: 0 auto;
	z-index: 100;
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}

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

#md-back-top:hover{
	
}

#md-back-top:after{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #912891;
	content: '\f106';
	font-family: 'FontAwesome';
	font-size: 60px;
	line-height: 1em;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	     -o-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}




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

.nopadding{
	padding: 0 !important;
}

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

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

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

.page-section{
	position: relative;
	background: #fff;
}
.page-section:first-child{
	/* padding-top: 0; */
}


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

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

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

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

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

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

.page-section.bg-parallaxify{
	background-position: top left;
	background-size: cover;
}


.page-section .section-media{
	z-index: 1;
	background: #09c;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.page-section .section-media iframe{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.page-section .section-video{
	z-index: 1;
	background-size: cover;
	background-position: center;
}

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

video.wp-video-shortcode, .wp-video-shortcode video {
    max-width: 100%;
    display: inline-block;
    height: auto !important;
}
.wp-video {
	text-align: center;
}

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

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

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

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

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

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

.page-section.border-top{
	border-top: 10px solid #fff;
}

.page-section.border-bottom{
	border-bottom: 10px solid #fff;
}

.page-section.border-top-bottom{
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

}

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

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

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

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

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

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

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

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


.md-box-icon.advanced-icon.align-top .md-icon.style-rhombus{
	-webkit-transform: translateX(-50%) rotate(45deg);
	   -moz-transform: translateX(-50%) rotate(45deg);
	    -ms-transform: translateX(-50%) rotate(45deg);
	     -o-transform: translateX(-50%) rotate(45deg);
	        transform: translateX(-50%) rotate(45deg);
}

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


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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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


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

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


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

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


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

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

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

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

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

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

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

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

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

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

.md-accordions .panel .panel-heading a{
	padding: 0 0 0 1.5em;
    margin-bottom: .5em;
	position: relative;
	display: block;

	font-weight: 500;
}



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

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

.md-accordions .panel-group .panel-body{
	padding: .5em 0 1em;
	border: none;
}

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

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

.md-accordions.md-faqs .panel .panel-heading a{
	border: none;
	background: #fff !important;
}
.md-accordions.md-faqs .panel .panel-heading a:hover {
	text-decoration: underline;
}
.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: '\f055';
	font-family: 'FontAwesome';
	color: #4b9f4c;
}


.md-accordions.md-faqs .panel .panel-heading a:before{
	content: '\f057';
	font-family: 'FontAwesome';
	color: #4b9f4c;
}
.md-accordions.md-faqs .panel .panel-heading a:before{
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
}
.md-accordions.md-faqs .panel .panel-heading a.collapsed:before{
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.close-all a ,
.open-all a ,
.close-all a:hover ,
.open-all a:hover {
	color: #4b9f4c;
}

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


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

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

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

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

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

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

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

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

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

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

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

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


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

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


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



/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Box Content
/*-----------------------------------------------------------------------------------*/
.md-box-content{
	padding: .75em;
	border:1px solid;
    border-width: 5px;
    border-radius: 18px;
    margin-top: .5em;
	margin-bottom: .5em;
}
.md-box-content:after {
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

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


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

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

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

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


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

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

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


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

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

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

	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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

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

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

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

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


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

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

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

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


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

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

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

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

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

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

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

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

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

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




/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Button
/*-----------------------------------------------------------------------------------*/

.textaligncenter .md-button {
	margin: .5em auto;
}
.md-button {
	position: relative;
	border:1px solid;
	vertical-align: middle;
	display: table;
	/* margin: .5em auto; */
	text-align: center;
	line-height: 1.35em;
	padding: 3px 25px;
	border-radius: 3px;
	backface-visibility: hidden;
	min-width: 5em;
}
.textalignleft .md-button {
    display: inline-block !important;
}
.md-button .lbl{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

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

.md-button.extra-small{
	font-size: 10px;
	padding: 0;
	border-width: 3px !important;
	border-radius: 0 !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	border-bottom: 0 !important;
}

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

.md-button.small{
	font-size: 14px;
	padding: 5px 20px ;
}

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

.md-button.large{
	padding: 10px 30px;
	font-size: 25px;
}

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

.md-button.block{
	padding: 10px 0;
	width: 100%;
	font-size: 22px;
}

.md-button.style-1 {
	background-color: #ec1c23;
	border-color: #ebebeb ;
	color: #FFFFFF ;
	border-width: 5px ;
	border-radius: 30px;
	margin: 0 auto;
}
.md-button.style-1:before{
    content: '';
    border-top: 5px solid transparent;
    display: block;
    position: relative;
}
.md-button.style-1:hover {
    -webkit-filter: saturate(2);
    filter: saturate(2);
}

.md-button.style-2 {
	background-color: #912891;
	border-color: #ebebeb ;
	color: #FFFFFF ;
	border-width: 5px ;
	border-radius: 30px;
}
.md-button.style-2:before{
    content: '';
    border-top: 5px solid transparent;
    display: block;
    position: relative;
}
.md-button.style-2:hover {
    -webkit-filter: saturate(2);
    filter: saturate(2);
}

.md-button.style-3 {
	border-color: #ebebeb ;
	border-width: 5px ;
	border-radius: 30px;
}
.md-button.style-3:before{
    content: '';
    border-top: 5px solid transparent;
    display: block;
    position: relative;
}
.md-button.style-3:hover {
    -webkit-filter: saturate(2);
    filter: saturate(2);
}



.md-button.small.style-1 ,
.md-button.small.style-2 {
	border-width: 5px ;
	border-radius: 13px;
}
.md-button.style-1.extra-small:hover,
.md-button.style-2.extra-small:hover {
    background-color: transparent !important;
    text-decoration: underline  !important;
}
.md-button.style-1.extra-small:hover{
    color: #ec1c23  !important;
}
.md-button.style-2.extra-small:hover{
    color: #00b7ff !important;
}

.md-button.style-1.small,
.md-button.style-2.small:hover{
}

.md-button.style-1.standard,
.md-button.style-2.standard:hover{
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.md-clients.grid:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.md-clients.grid:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #fff;
	top: 0;
	right: 0;
	z-index: 1;
}

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

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

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

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


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

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

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

	transition: all 5s;
}

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

.md-portfolio.default .work-info{
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 15px;
	width: 100%;
	height: 50px;
}

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

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

.md-portfolio.default .work-info .work-actions{
	position: absolute;
	top: 0;
	right: 10px;
}

.md-portfolio.default .work-info .work-actions a{
	color: #fff !important;
	line-height: 50px;
	margin: 0 5px;
	font-size: 14px;
}

.md-portfolio.default .md-work:hover .work-thumb img{
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}



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

.md-portfolio.alternative .work-info{
	display: block;
	position: absolute;
	top: 3%;
	left: 3%;
	width: 94%;
	height: 94%;
	opacity: 0;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.md-portfolio.alternative .work-info h3{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 16px;
	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%);
}

.md-portfolio.alternative .work-info h3 a{
	color: #fff;
}

.md-portfolio.alternative .work-info .work-actions{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}

.md-portfolio.alternative .work-info .work-actions a{
	background: rgba(0, 0, 0, 0.5);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	display: inline-block;
	color: #fff;
	margin: 0 5px;
	font-size: 14px;
}

.md-portfolio.alternative .md-work:hover .work-info{
	opacity: 0.85;
}

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


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

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

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

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

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

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


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

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

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

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

.content-full .md-portfolio-filter .current{
	right: 30px;
}
#portfolio-share{
	background: #fff;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Recent Posts
/*-----------------------------------------------------------------------------------*/
.md-recent-posts.md-blog article {
	margin-bottom: 1em;
	line-height: 1em;
}
.md-recent-posts.md-blog article p {
	line-height: 1.35em;
}
.md-recent-posts.md-blog article h3, 
.md-recent-posts.md-blog article h7 {
    margin-bottom: 7px;
}
.md-recent-posts.md-blog .post{
	margin-bottom: 30px;
	position: relative;
}

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


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

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

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

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

.md-recent-posts.md-blog .post-body{
	padding-top: 0;
	overflow: hidden;
}

.md-recent-posts.md-blog.show-image .post-body{
	overflow: hidden;
}

.md-recent-posts.md-blog .post-title {
	font-size: 24px;
	line-height: 1.25em;
	margin-bottom: .1em
}
.md-recent-posts.md-blog .featured-image img {
	outline: 1px solid rgba(0, 0, 0, 0.05);
}
/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Google Calendar Events
/*-----------------------------------------------------------------------------------*/
.gce-page-grid abbr {
	cursor: auto;
}
.page-name-page-name-calendar .gce-page-grid .gce-calendar {
    width: 80%;
	margin: 0 auto;
}
.gce-page-grid .gce-calendar td {
	height: 30px;
}
.gce-page-list .post-title {
	font-size: 24px;
	line-height: 1.25em;
	margin-bottom: .05em;

}
.gce-page-list .gce-event-day {
	margin-bottom: 0;
}
.gce-page-list p {
	line-height: 1.5em;
	margin: 0;
}
.gce-page-list .gce-navbar { 
	display: none;
}
.gce-page-list .readmore {
	margin: 0;
}
.gce-list-event,
.gce-tooltip-event {
	background-color: transparent;
	padding: .5em 0;
}

.page-name-calendar .gce-navbar {
	position: relative;
}
.gce-navbar .gce-next,
.gce-navbar .gce-prev {
	bottom: 0;
	font-family: Oswald;
}
.gce-navbar .gce-next {
	right: 0;
}
.gce-navbar .gce-left {
	left: 0;
}

.gce-prev, .gce-next {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}
.gce-month-title {
	font-size: 28px;
	font-family: Oswald;
	color: #696969;
	font-weight: normal;
	padding-bottom: 0;
}

.page-name-calendar .page-content {
	text-align: center;

}
.page-name-calendar .gce-page-grid .gce-calendar .gce-has-events {
	color: #ec1c23;
	font-weight: bold;
}
.gce-page-list .gce-agenda-description ,
.page-name-calendar .gce-page-list .gce-feed .gce-agenda-description {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 16px;
}

.gce-page-list .gce-agenda-description {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}
.gce-page-list .gce-agenda-description p {
	margin-bottom: .75em;
}

.page-name-calendar .gce-page-list .gce-feed .gce-agenda-description p {
	margin-bottom: 1em;

}
.page-name-calendar .gce-tooltip-event {
	font-weight: bold;
}
.page-name-calendar .qtip-content {
	max-height: 200px;
	/* overflow-y: scroll; */
}

.page-name-calendar .gce-event-info ul li p {
	margin-bottom: .5em;
	font-size: 12px;
}
.gce-loading-image {
	background-image: url('assets/img/loading-ellipsis.gif');
	background-position: center center;
	background-repeat: no-repeat;
}


/*-----------------------------------------------------------------------------------*/
/*	More links (read more)
/*-----------------------------------------------------------------------------------*/
a.readmore,
.readmore a,
.readmore {

}


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

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

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

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

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

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Team
/*-----------------------------------------------------------------------------------*/
.md-team .md-member{
	margin-bottom: 30px;
}


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

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

.md-team .md-member .member-info span{
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #222;
}


.md-team .md-member .member-info span.member-name{
	font-weight: 700;
	text-transform: uppercase;
}

.md-team .md-member .member-info span.member-role{
	font-weight: 500;
	margin-top: 5px;
	font-size: 12px;
}

.md-team .md-member .member-content{
	padding: 15px 0;
	border-top: 1px solid #ddd;
}

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

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

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


.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 .md-carousel .md-member{
	padding: 15px;
	margin-bottom: 0;
}


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

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

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

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

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

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

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


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

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


.md-testimonials .md-testimonial .testimonial-info{
	position: absolute;
	top: 15px;
	left: 90px;

}

.md-testimonials .md-testimonial .testimonial-info span.testimonial-author{
	font-weight: 700;
	font-size: .75em;
	margin-bottom: .5em;
	display: block;
	color: #555;
}

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

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

.md-testimonials-minimal .md-testimonial{
	text-align: center;
	margin-bottom: .5em;
}

.md-testimonials-minimal .md-testimonial .testimonial-image{
	margin-bottom: .5em;
}

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

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

.md-testimonials-minimal .md-testimonial .testimonial-quote {
	width: 80%;
	display: inline-block;
	margin: 0 auto;
}

.md-testimonials-minimal .md-testimonial .testimonial-quote:first-child {
	margin-top: 0;
}
.md-testimonials-minimal .md-testimonial .testimonial-quote {
	margin-top: .5em;
}

.md-testimonials-minimal .md-testimonial .testimonial-quote:before{
	content: "\201c";
}

.md-testimonials-minimal .md-testimonial .testimonial-quote:after{
	content: "\201d";
}

.md-testimonials-minimal .md-testimonial .testimonial-info {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
.md-testimonials-minimal .md-testimonial .testimonial-info .testimonial-company {
	text-transform: none;
}
.md-testimonials-minimal .md-testimonial .testimonial-info a{
	opacity: 0.4;
}

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

.md-testimonials-minimal .md-carousel .md-testimonial{
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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


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

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

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Twitter Feed
/*-----------------------------------------------------------------------------------*/
.md-tweets{
	width: 100%;
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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


/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Blockquote
/*-----------------------------------------------------------------------------------*/
blockquote {
	font-family: 'Open Sans';
	padding: 0;
	line-height: 1.35em;
	font-style: normal;
	line-height: 1.35em;
	font-size: 32px;
	margin:  0 0 .5em 0 ;
	border: none;
	color: #444;

}
blockquote a:active, 
blockquote a:link, 
blockquote a:visited, 
blockquote a, 
blockquote a:focus {
	color: inherit !important;
filter: brightness(80%);
-webkit-filter: brightness(80%);
-moz-filter: brightness(80%);
-o-filter: brightness(80%);
-ms-filter: brightness(80%);
}


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

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


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

.md-alert a.message-close{
	position: absolute;
	top: 4px;
	right: 4px;
	line-height: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.md-lightbox .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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, 183, 255, 0.2);
}

.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: 5px solid #fff;
	border-radius: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -31px;
	margin-left: -31px;
	opacity: 1;
	-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: 1;
	-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:'\f054';
	font-family: 'FontAwesome';
    margin-top: -17px;
    margin-left: -13px;
    font-size: 40px;
	text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.7);
	position: absolute;
	
	top: 50%;
	left: 50%;
	color: #fff;

	line-height: 1em;
	opacity: 1;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
	
}

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

.gallery .attachment-thumbnail {
	width: 100% !important;
	border: 0 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Revolution Slider
/*-----------------------------------------------------------------------------------*/
.md-revslider{
	position: relative;
}

.md-revslider .tp-leftarrow,
.md-revslider .tp-rightarrow{
	position: absolute;
	background: #141719;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	top: 35px !important;
	left: auto !important;
	margin-top: 0 !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{
	right: 50px !important;
}

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

.md-revslider .tp-leftarrow:after,
.md-revslider .tp-rightarrow:after{
	font-family: 'Entypo';
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: 0;
	font-size: 12px;
	color: #fff;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	     -o-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.md-revslider .tp-button:hover{
	background: #fff;
	border-color: #fff;
	color: #141719 !important;
	box-shadow: none;
}
/*-----------------------------------------------------------------------------------*/
/*	Owl Carousel
/*-----------------------------------------------------------------------------------*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-skin {
	position: relative;
	background: #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('assets/js/vendor/fancybox/fancybox_sprite.png');
}

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

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

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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

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

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


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

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

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

.flexslider .flex-direction-nav li{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 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: #141719;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	top: 5px;
	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: 40px;
}

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

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

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

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



/*-----------------------------------------------------------------------------------*/
/*	Contact Form 7
/*-----------------------------------------------------------------------------------*/
.wpcf7 div.field{
	margin-bottom: 30px;
	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 !important;
    border-color: #72dd9d !important;
    color: #333333 !important;
    position: relative !important;
    top: -50px !important;
    left: 0 !important;
    text-align: center !important;
}

.wpcf7 .wpcf7-submit{
	padding: 10px 25px;
	border: none;
	float: right;
	margin: 0;
}

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

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


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

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

.me-plugin {
    position: absolute;
}

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

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

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

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

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

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

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

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

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

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

.mejs-overlay-button:after{
	content: '\e897';
	font-family: 'entypo';
	position: absolute;
	color: #fff;
	font-size: 40px;
	top: 50%;
	left: 50%;
	padding: 0;
	line-height: 1em;
	display: inline-block;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	     -o-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}


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

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


.mejs-audio{
	height: 50px !important;
	position: relative;
}

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

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

.mejs-time-rail{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 8px !important;
	cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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



/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Text Rotator
/*-----------------------------------------------------------------------------------*/
.md-rotator{
	font-family: 'Open Sans';
	font-weight: bold;
	line-height: 120%;
}
.md-rotator .rotator{
	display: none;
}







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

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

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

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




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

.widget_md_widget_dribbble ul li,
.widget_md_widget_pinterest ul li,
.widget_md_widget_flickr .flickr_badge_image{
	padding: 0;
	border: none;
	width: 80px;
	height: 80px;
	display: inline-block;
	margin: 0 5px 5px 0 !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	transform: all .2s;
	vertical-align: top;
}

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

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

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



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

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

.widget_md_widget_recent_posts li h3 a{
	display: inline;
}

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

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

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

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

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


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

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

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

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

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

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

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

.woocommerce del{
	color: #ddd;
}

.woocommerce-breadcrumb{
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce .columns-2 .products .product,
.woocommerce.columns-2 .products .product{
	width: 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: #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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

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

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

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

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

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


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

.woocommerce-ordering{
	display: block;
	height: 60px;
	text-align: right;
}

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

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

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

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

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

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

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

.widget_shopping_cart .cart_list > li,
.widget_products .product_list_widget > li,
.widget_recently_viewed_products .product_list_widget > li,
.widget_recent_reviews .product_list_widget > li,
.widget_top_rated_products .product_list_widget > li{
	margin-bottom: 15px;
	background: #fff;
	padding: 5px;
	border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_product_search form{
	position: relative;
}

.widget_product_search label{
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-----------------------------------------------------------------------------------*/
/*  Hide reCaptcha v3 visible seal
/*-----------------------------------------------------------------------------------*/

.grecaptcha-badge {
	opacity:0 !important;
}
/*-----------------------------------------------------------------------------------*/
/*  Media Queries
/*-----------------------------------------------------------------------------------*/
@media(min-width: 1200px){
	body[data-layout="boxed"] #wrap,
	body[data-layout="boxed"] #header-content{
		width: 1170px !important;
		margin: 0 auto;
	}
}

/*-----------------------------------------------------------------------------------*/
/*  Media Queries - Small Devices
/*-----------------------------------------------------------------------------------*/
@media (max-width:1199px){
	body[data-device="mobile"] .section-video video{
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	#portfolio-pagination{
		display: none;
	}

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

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

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

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

	.owl-pagination{
		height: 25px;
	}

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

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


	@media (max-width:1199px){
		#wrap,
		#header,
		#header-content,
		#header .container{
			width: 100% !important;
		}
		#header-mobile {
			left:       0 !important;
			position:   fixed !important;
			opacity: 0.95;
		}
	}

	body[data-header-transparent="true"] #header{
		position: absolute !important;
	}

	#header #header-content{
		position: relative !important;
		/* height: 80px !important;	
		line-height: 80px !important; */
		/* overflow: hidden !important; */
	}

	#header-content-sticky-wrapper{
		height: 80px;
	}

	#logo{
		/* float: left !important; */
	}

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

	header.is-sticky{
		top: 0;
	}

	#header-top,
	#header-menu,
	#header-search,
	#search-open{
		display: none !important;
	}

	#shop-button{
		font-size: 16px !important;
		margin-right: 45px;
		opacity: 1;
		padding-left: 0;
		padding-right: 15px;
	}

	#shop-button:after{
		left: auto;
		right: 0;
	}

	#menu-mobile-trigger{
		display: inline-block;
	}

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

	.row .md-column:last-child{
		margin-bottom: 0;
	}
	.blog .col-side{
		margin-top: 0px;
		/* width: 100%; */
	}
	.col-side{
		margin-top: 15px; /* 30px; */
		/* width: 100%; */
	}

	.col-main{
		/* width: 100%; */
	}

	.md-blog .post{
		margin-bottom: 1em;
	}

	.md-blog .post-body{
	}

	.md-blog .post-side{
		display: none;
	}

	.post-author .author-avatar,
	#comments .comment-side{
		display: none;

	}
	.post-author .author-info,
	#comments .comment-cont{
		margin-left: 0;
	}

	#comments ul.children{
		margin-left: 15px;
	}

	#comments p.form-submit{
		margin-bottom: 10px;
	}

	#comments p.form-submit input#submit{
		width: 100%;
		padding: 6px 0;
	}

	footer .column {
		margin-bottom: 10px;
	}

	footer .column:last-child{
		
	}

	#copyright{
		text-align: center;
	}

	#copyright-text,
	#copyright-menu{
		width: 100%;
		display: block;
	}

	#copyright-menu{
		margin-top: 15px;
	}

	#copyright-menu li{
		margin: 0 7px 2px 7px;
	}

	#footer-social{
		margin-top: 15px;
		text-align: center;
	}

	#footer-social a{
		margin: 0 7px;
	}

	.float-right,
	.float-left{
		float: none;
	}

	#md-back-top{
		/* display: none !important */
	}

	.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;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	flip the way the font awesome bullhorn faces
/*-----------------------------------------------------------------------------------*/
.fa.fa-bullhorn {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}


/*-----------------------------------------------------------------------------------*/
/*	add a slight drop shadow to text 
/*-----------------------------------------------------------------------------------*/

.shadowforwhitetext {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
}
.shadowforwhitetext a {
	color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------*/
/*	add a loading icon to the popover
/*-----------------------------------------------------------------------------------*/
.gce-tooltip-event .popover-content {
	height: 200px;
	background-image: url('framework/md-page-builder/lib/js_composer/assets/lib/bxslider-4/images/bx_loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
/*-----------------------------------------------------------------------------------*/
/*	Hero image tweaks
/*-----------------------------------------------------------------------------------*/
.btn-hero {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 5px solid #FFF;
	color: #FFF;
	font-size: 35px;
	line-height: 1em;
}
.btn-hero:hover {
	border: 5px solid #ec1c23;
	color: #ec1c23;
}
.btn-hero.arrowangle-down {
	border: 0;
	color: #FFF;
	font-size: 85px;
	line-height: 1em;
}
.btn-hero.arrowangle-down:hover {
	border: 0;
	color: #ec1c23;
}
#page-header h1 {
	margin-bottom: .15em;
}
#page-header h1 + div {
	margin: 1em 0 0 0;
	display: block;
}
.page-name-page-name-home  .hero-subtitle {
}
.hero-subtitle span {

}

@media (min-width: 768px) {
	.hero-subtitle-container {
		margin-top: 0;
		margin-bottom: 0;
	}

}
@media (max-width: 767px) {
	.hero-subtitle span {
		font-size: 18px !important;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	Hero Area
/*-----------------------------------------------------------------------------------*/
.page-hero {
	overflow: hidden; 
	/* max-width: 1540px; */
	/* margin-left: auto; */
	/* margin-right: auto; */
}


/*-----------------------------------------------------------------------------------*/
/*	Hero Button
/*-----------------------------------------------------------------------------------*/

.herobutton {
	width: 145px;
	margin: 0 auto;
}

.herobutton.circle {
	border-radius: 50%;
	width: 145px;
	height: 145px;
	background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
}

.herobuttonarrow {
    width: 55px;
    height: 55px;
	position: relative;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 100;
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}

.herobuttonarrow.show{
	bottom: 15px;
}

.herobuttonarrow:hover{
	
}

.herobuttonarrow:after{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ec1c23;
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 95px;
	line-height: 1em;
	-webkit-transform: translateY(-40%) translateX(-50%);
	   -moz-transform: translateY(-40%) translateX(-50%);
	    -ms-transform: translateY(-40%) translateX(-50%);
	     -o-transform: translateY(-40%) translateX(-50%);
	        transform: translateY(-40%) translateX(-50%);
}



/*-----------------------------------------------------------------------------------*/
/*	Button tweaks
/*-----------------------------------------------------------------------------------*/
.btn-default {
	color: #ec1c23 !important;
	background-color: #fff !important;
	border-color: #ec1c23 !important;
	border-width: 4px !important;
	border-radius: 18px !important;

}
.btn-group-lg>.btn, .btn-lg {
	padding: .25em 1em !important;
	font-size: 22px !important;
	font-weight: bold !important;
}

/*-----------------------------------------------------------------------------------*/
/*	font awesome tweaks
/*-----------------------------------------------------------------------------------*/

.fa-chevron-right:before {
	margin-left: 4px;
}


@media (max-width: 767px) {
    .text-left-xs {
      text-align: left;
    }
    .text-right-xs {
      text-align: right;
    }
    .text-center-xs {
      text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-sm {
      text-align: left;
    }
    .text-right-sm {
      text-align: right;
    }
    .text-center-sm {
      text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-md {
      text-align: left;
    }
    .text-right-md {
      text-align: right;
    }
    .text-center-md {
      text-align: center;
    }
}

@media (min-width: 1200px) {
    .text-left-lg {
      text-align: left;
    }
    .text-right-lg {
      text-align: right;
    }
    .text-center-lg {
      text-align: center;
    }
}
.qtip {
	overflow-y: scroll !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Left sidebar nav template pages
/*-----------------------------------------------------------------------------------*/

.page-template-tpl-sidebar-left  #wrap > #page-container {
	border-top: 1px solid #ec1c23;
}
.col-side {
	padding-top: 15px;
	display: inline-block;
}
.col-side h3.widget-title {
	/* display: none; */
}
.col-side .widget.widget_recent_entries h3 {
	display: block;
}
/*-----------------------------------------------------------------------------------*/
/*	Top sidebar nav template pages
/*-----------------------------------------------------------------------------------*/

.page-template-tpl-sidebar-top  .col-top-nav {
	border-top: 1px solid #00b7ff;
	border-bottom: 1px solid #00b7ff;
	text-align: center;
}
.page-template-tpl-sidebar-top  .col-top-nav .widget ul ,
.page-template-tpl-sidebar-top  .col-top-nav .widget ul li ,
.page-template-tpl-sidebar-top  .col-top-nav .widget ul li a {
	display: inline-block;
	font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', sans-serif;
	font-weight: normal;
}
.page-template-tpl-sidebar-top  .col-top-nav ul li {
    margin: 0 2em;
}
.page-template-tpl-sidebar-top  .col-top-nav .widget {
	margin-top   : 1em;
	margin-bottom: 1em;
}
.page-template-tpl-sidebar-top  .col-top-nav .widget {
	display: none;
}
.page-template-tpl-sidebar-top  .col-top-nav .widget.widget_nav_menu {
	display: block;
}
.nolink {
	cursor: default;
}
/*-----------------------------------------------------------------------------------*/
/*	List Siblings Without Children shortcode css  [listsiblingpageswithoutchildren]
/*-----------------------------------------------------------------------------------*/
.listsiblingpageswithoutchildren .page_item_has_children ,
.listsiblingpageswithoutchildren .current_page_item {
	display: none;
}
/*-----------------------------------------------------------------------------------*/
/*	listinthenews  [listinthenews] shortcode used on the In The News page
/*-----------------------------------------------------------------------------------*/

img.inthenews-image {
    width: auto !important;
    height: auto !important;
    max-width: 100px !important;
    margin: 5px 25px 20px 0;
    float: left;
	
}
.listinthenews-item  {
    margin-bottom: 2em;
}

@media only screen and (max-width : 375px) {
	img.inthenews-image {
		max-height: 50px !important;
		margin: 0 15px 20px 0;
	
	}
}


/*-----------------------------------------------------------------------------------*/
/*	In the News
/*-----------------------------------------------------------------------------------*/
.parent-pageid-3406 .menu-subpages .page_item {
	display: none;
}
.parent-pageid-3406 ul.menu-subpages li.page_item:nth-child(2)  {
	display: block;
}
.parent-pageid-3407 .menu-subpages .page_item {
	display: none;
}
.parent-pageid-3407 ul.menu-subpages li.page_item:nth-child(2)  {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	Newsletter
/*-----------------------------------------------------------------------------------*/
.parent-pageid-3300 .menu-subpages .page_item ,
.parent-pageid-3294 .menu-subpages .page_item  {
	display: none;
}
.parent-pageid-3300 .menu-subpages .page_item:nth-child(2) ,
.parent-pageid-3294 .menu-subpages .page_item:nth-child(2) ,
.parent-pageid-3300 .menu-subpages .page_item.page-item-2799 ,
.parent-pageid-3294 .menu-subpages .page_item.page-item-2799 ,
.parent-pageid-3300 .menu-subpages .page_item.page-item-3300 ,
.parent-pageid-3294 .menu-subpages .page_item.page-item-3300  {
	display: block;
}



/*-----------------------------------------------------------------------------------*/
/*	Mapster
/*-----------------------------------------------------------------------------------*/
.textaligncenter #mapster_wrap_0,
.textaligncenter #mapster_wrap_1,
.textaligncenter #mapster_wrap_2,
.textaligncenter #mapster_wrap_3 {
	margin: 0 auto;
}
.textalignright #mapster_wrap_0,
.textalignright #mapster_wrap_1,
.textalignright #mapster_wrap_2,
.textalignright #mapster_wrap_3 {
	margin: 0 0 0 50%;
}

/*-----------------------------------------------------------------------------------*/
/*	Structure make boxes - used in conjunction with jQuery makebox() function
/*-----------------------------------------------------------------------------------*/
	.container .md-column.box {
		padding: 15px;
		overflow: hidden;

	}

	/*==========  Non-Mobile First Method  ==========*/

	/*==========  Mobile First Method  ==========*/



    /* Small Devices, Tablets */
    @media only screen and (max-width : 992px) {
		.container .md-column.box {
			border-right: 0;
			border-bottom: 10px solid #FFF;
		}
		.container .col-md-12.box ,
		.container .md-column.box:last-child {
			border-right: 0;
		}
		
		.container .md-column.box {
			
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.container .md-column.box {
			border-right: 10px solid #FFF;
			border-bottom: 10px solid #FFF;
		}
		.container .col-md-12.box ,
		.container .md-column.box:last-child {
			border-right: 0;
		}
		
		.container .md-column.box {
			
		}
/*
		.container .md-column.box {
			margin-bottom: 1.3%;
		}
		.container .md-column.box:last-child {
			margin-right: 0;
		}
		.container .col-md-12.box:last-child ,
		.container .md-column.box {
			margin-right: 1.3%;
		}
		
		.container .col-md-2.box {
			width: 15.5%;
		}
		.container .col-md-4.box {
			width: 32.3%;
		}
		.container .col-md-8.box {
			width: 65.9%;
		}
		.container .col-md-12.box {
			width: 99.6%;
		}
		.container .col-md-6.box:first-child {
			width: 49.1%;
			margin-right: 1.3%;
			margin-bottom: 1.3%;
		}
		.container .col-md-6.box:last-child {
		 	width: 49.1%;
		 	margin-right: 0;
		 	margin-bottom: 1.3%;
		}	
*/
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.container .md-column.box {
			border-right: 10px solid #FFF;
			border-bottom: 10px solid #FFF;
		}
		.container .col-md-12.box ,
		.container .md-column.box:last-child {
			border-right: 0;
		}
		
		.container .md-column.box {
			
		}

/*
		.container .md-column.box {
			margin-bottom: 1.3%;
		}
		.container .md-column.box:last-child {
			margin-right: 0;
		}
		.container .col-md-12.box:last-child ,
		.container .md-column.box {
			margin-right: 1.3%;
		}
		
		.container .col-md-2.box {
			width: 15.5%;
		}
		.container .col-md-4.box {
			width: 32.3%;
		}
		.container .col-md-8.box {
			width: 65.9%;
		}
		.container .col-md-12.box {
			width: 99.6%;
		}
		.container .col-md-6.box:first-child {
			width: 49.1%;
			margin-right: 1.3%;
			margin-bottom: 1.3%;
		}
		.container .col-md-6.box:last-child {
		 	width: 49.1%;
		 	margin-right: 0;
		 	margin-bottom: 1.3%;
		}	
*/
		
    }


/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	custom
/*-----------------------------------------------------------------------------------*/

.hide,
.hidden {
	display: none;
}
.social-sharing-panel {
	padding: .5em 0 2em;
}

.post-password-form {
	max-width: 760px;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0;
}


/*
*	BEGIN: Bloomerang Form CSS
*/
.bloomerang-css .section,
#donation-form-container .section {
	margin-top: 1.5em;
}

/*.bloomerang-css .section:nth-of-type(0) {
	margin-top: 0em !important;	
}
.bloomerang-css .section.donation,
#donation-form-container .section.donation {
	margin-top: 0em !important;
}
*/
.bloomerang-css label,
#donation-form-container label {
	margin-top: 0em;
}
.bloomerang-css .label,
#donation-form-container .label {
	padding: 0;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.35em;
	color: #000000;
	text-align: left;
	white-space: inherit;
	border-radius: 0;
}
.bloomerang-css .field.radio input,
.bloomerang-css .field.checkbox input,
#donation-form-container .donation-form .field.radio input,
#donation-form-container .donation-form .field.checkbox input {
	margin-left: -20px !important;
}
.bloomerang-css .field input,
.bloomerang-css .field input,
.bloomerang-css .field select,
.bloomerang-css .field textarea,
.bloomerang-css #card-element,
#donation-form-container .donation-form .field input,
#donation-form-container .donation-form .field select,
#donation-form-container .donation-form .field textarea,
#donation-form-container .donation-form #card-element {
	padding: .35em .75em;
}
.bloomerang-css .field input.otherAmount,
.bloomerang-css .field input[type='date'],
.bloomerang-css .field select,
.bloomerang-css .field textarea,
.bloomerang-css #card-element,
#donation-form-container .donation-form .field input.otherAmount,
#donation-form-container .donation-form .field input[type='date'],
#donation-form-container .donation-form .field select,
#donation-form-container .donation-form .field textarea,
#donation-form-container .donation-form #card-element {
	padding: .35em .75em;
	min-width: 50%;
}
.bloomerang-css .field input,
.bloomerang-css .field select,
.bloomerang-css .field textarea,
.bloomerang-css #card-element,
#donation-form-container .donation-form .field input,
#donation-form-container .donation-form .field select,
#donation-form-container .donation-form .field textarea,
#donation-form-container .donation-form #card-element {
	max-width: initial !important;
}
.bloomerang-css .field input,
.bloomerang-css .field select,
.bloomerang-css .field textarea,
.bloomerang-css #card-element,
#donation-form-container .donation-form .field input,
#donation-form-container .donation-form .field select,
#donation-form-container .donation-form .field textarea,
#donation-form-container .donation-form #card-element {
	border-width: 4px !important;
	border-style: solid;
	border-radius: 18px;
	border-color: #BCBCBC;
	padding: 0.5em !important;
}
.bloomerang-css .btn-submit-donation,
#donation-form-container .btn-submit-donation {
	padding: 1em 5em;
	font-size: 18px;
	font-weight: bold;
	margin-top: 1em;
	text-transform: uppercase;
	width: 100%;
}
.bloomerang-css .errors,
#donation-form-container .donation-form .errors {
	padding: 20px;
	margin: 0 0 2em;
}
.bloomerang-css input[type="submit"],
.bloomerang-css button,
.bloomerang-css a.button {
	background: #912891;
	border: none;
	padding: 8px 3em;
	color: #fff !important;
	border-radius: 3px;
	display: inline-block;
	font-family: 'Open Sans';
	font-weight: normal;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	font-weight: bold;
	margin-top: 1em;
	text-transform: uppercase;
	font-size: 18px;
}

/*
*	END: Bloomerang Form CSS
*/


.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/*-----------------------------------------------------------------------------------*/
/*	Hero - SA Sliders - slideshow 
/*-----------------------------------------------------------------------------------*/
.owl-item > div {
	display: table;
	width: 100%;
	height: 200px;
	text-align: center;
}
.white .sa_owl_theme .owl-nav .owl-prev {
    background: transparent url(assets/img/icon_prev.png) no-repeat center center !important;
}
.white .sa_owl_theme .owl-nav .owl-next {
    background: transparent url(assets/img/icon_next.png) no-repeat center center !important;
}
.white .sa_owl_theme .owl-nav .owl-prev:hover,
.white .sa_owl_theme .owl-nav .owl-next:hover {
	background-color: transparent !important;
}
.sa_owl_theme .owl-dots {
    bottom: 10px !important;
 }
.owl-item > div > .owl-text-content {
	display: table-cell;
	vertical-align: bottom;
	padding-left: 2em;
	padding-right: 2em;
}
.owl-item .owl-text-inner-content {
	border-top: 1px solid #ffffff70;
    border-bottom: 1px solid #ffffff70;
    max-width: 940px;
    margin: 0 auto;
    padding: .5em .5em;
}
.owl-item .owl-text-inner-content p {
	margin-top: .25em;
    margin-top: .25em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .5em;
    line-height: 1.15em;
}
.owl-item .owl-text-inner-content p:last-child {
	margin-bottom: 0;
    margin: 0;
}
.owl-item .hero-button {
	text-align: center;
	margin: 1em auto 3em auto;
}

.slideshow-hero-text-overlay {
	position: absolute;
    left: 50px;
    right: 50px;
    margin: auto;
    max-width: 1270px;
    top: 30px;
    z-index: 1000;
    padding: 0 8%;
}
.slideshow-hero-text-overlay h1 ,
.slideshow-hero-text-overlay h2 ,
.slideshow-hero-text-overlay h3 ,
.slideshow-hero-text-overlay h4 ,
.slideshow-hero-text-overlay h5 ,
.slideshow-hero-text-overlay h6 {
	margin-bottom: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
	.page-content .content-full .container {
	    padding-right: 0 !important;
	    padding-left: 0  !important;
	}
	.owl-item .hero-button {
	    margin: 1em auto !important;
	}
	.md-button.kc_fab_main_btn {
		bottom: 60px  ;
	}

}

@media only screen and (min-device-width: 1px) and (max-device-width: 480px) {
	.slideshow-hero-text-overlay h1 > span, 
	.slideshow-hero-text-overlay h2 > span, 
	.slideshow-hero-text-overlay h3 > span { 
		font-size: 10vw !important;
		line-height: 1em !important;
	}
}


