/*
	Theme Name: Elite
	Theme URI: http://demo.themesholic.com/elite
	Author: ThemesHolic
	Author URI: http://www.themesholic.com
	Description: Multi-Purpose & One Page Premium Theme.
	Version: 1.3
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/



/*-----------------------------------------------------------------------------------*/
/*	Wordpress Reset
/*-----------------------------------------------------------------------------------*/
html{width:100%;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}
a{text-decoration:none;cursor:pointer}
a:hover,a:active,a:focus{outline:0;text-decoration:none;transition:all .2s}
a img{border:none}
.color a{color:#fff}
strong{font-weight:600}
p{margin:0 0 10px}
ul,ol,dd{margin:0 0 10px 20px;padding:0}
ul{list-style:disc inside}
ol{list-style:decimal inside}
.small{font-size:100%}
.hidden{display:none}
.alignleft{float:left}
.alignright{float:right}
.aligncenter{display:block;clear:both;margin-right:auto;margin-left:auto}
.textalignleft{text-align:left}
.textaligncenter{text-align:center}
.textalignright{text-align:right}
img.alignleft{float:left;margin:0 25px 20px 0}
img.alignright{float:right;display:block;margin:0 0 20px 25px}
img.aligncenter{display:block;clear:both;margin:0 auto}
img.alignnone{display:block;max-width:100%;height:auto;margin:20px 0}
img.img-full-responsive{width:100%;height:auto;display:inline-block;max-width:none}
img.img-border{border-style:solid;border-width:3px}
.wp-caption{max-width:100%;text-align:center;font-style:italic;font-family:Georgia, "Times New Roman", Times, serif;margin:10px 20px 20px}
.wp-caption.aligncenter{margin:20px auto}
.wp-caption.alignright{margin-right:0}
.wp-caption img,.wp-caption img a{border:0 none;margin:0;padding:0}
.wp-caption
.wp-caption-text{margin:0;padding:5px}
.wp-smiley{max-height:13px;margin:0!important}
address{display:block;margin-bottom:20px;font-style:normal;line-height:24px}
abbr[title],acronym[title],dfn[title]{border-bottom:1px dotted #666;cursor:help}
.through{text-decoration:line-through}
input,button,select,textarea{outline:0;font-weight:400}
input:focus,textarea:focus,input[type=text]:focus{outline:0}
input[type=checkbox],input[type=radio]{width:auto}
code,pre{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#232527;font-size:12px;font-family:Monaco, Menlo, Consolas, "Courier New", monospace;padding:0 3px 2px}
code{border:1px solid #dde4e9;background-color:#F6F6F6;color:#232527;white-space:nowrap;padding:2px 4px}
pre{display:block;border:1px solid #dde4e9;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#FCFCFC;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;font-size:12px;line-height:20px;margin:30px;padding:15px}
pre code{border:0;background-color:transparent;color:inherit;white-space:pre-wrap;padding:0}
.gallery-caption{margin-left:0;font-style:italic}
.no-margin{margin:0}
.wp-caption.alignleft,.wp-caption.alignnone{margin-left:0}
input::input-placeholder,textarea::input-placeholder,input:-moz-placeholder,textarea:-moz-placeholder,input::-moz-placeholder,textarea::-moz-placeholder,input:-ms-input-placeholder,textarea:-ms-input-placeholder,input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#BCBCC4;opacity:1}
.bypostauthor{}
.float-left{float:left;}
.float-right{float:right;}
table{width: 100%; max-width:100%; margin-bottom: 30px; border:1px solid #ddd;}
table th{ padding: 10px; text-align: center; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd;}
table td{ padding: 10px; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd;}
.wp-caption{border:1px solid #ddd; background: #f2f2f2; padding: 5px;}
.iframe-embed iframe, iframe{max-width: 100%}


/*-----------------------------------------------------------------------------------*/
/*	General
/*-----------------------------------------------------------------------------------*/
body{
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
}

a{
	transition: all .2s;
}

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


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

h5{
	letter-spacing: 2px;
}

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

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

p{
	margin:0 0 30px 0;
}

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

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

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

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



/*-----------------------------------------------------------------------------------*/
/*	Forms
/*-----------------------------------------------------------------------------------*/
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
.chosen-single{
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 12px;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: normal;
}

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

input[type="submit"],
button,
a.button{
	background: #303030;
	border: none;
	padding: 6px 16px;
    color: #fff !important;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: normal;
    transition: all .2s;
}



/*-----------------------------------------------------------------------------------*/
/*  Custom Select
/*-----------------------------------------------------------------------------------*/
.chosen-container{
	position: relative;
    cursor: pointer;
    text-align: left;
    width: 100% !important;
}

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

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

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

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

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

.chosen-results li{
	margin: 0;
	list-style: none;
	display: block;
	padding: 15px;
	border-bottom:1px solid #ddd;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: normal;
    background: #fff;
}

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


/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/
#header.wide{
	position: relative;
	width: 100%;
	line-height: auto;
	z-index: 999;
}

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

#header.wide #header-top a{
	opacity: 0.8;
}

#header.wide #header-top a:hover{
	opacity: 1;
}

#header.wide #header-slogan{
	float: left;
}

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

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

#header.wide #header-social{
	text-align: right;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 15px;
	border-left: 1px solid #2a3034;
	border-right: 1px solid #2a3034;
}

#header.wide #header-social a{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	padding: 0 10px;
}

#header.wide #header-content{
	width: 100%;
	position: relative;
	text-align: right;
	border-bottom: 1px solid #ddd;
	line-height: 80px;
}

#header.wide #header-content .container{
	position: relative;
	height: 100%;
}

#header.wide #logo{
	float: left;
}

#header.wide #logo img{
	display: inline-block;
}

#header.wide #header-menu{
	float: right;
	height: 80px;
}

#header.wide #header-menu .menu-fallback{
	color: #ddd;
}

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

#header.wide #header-menu ul.menu > li{
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	float: left;
	text-transform: uppercase;
	font-weight: 700;
}

#header.wide #header-menu ul.menu > li > a{
	position: relative;
	display: block;
	line-height: 85px;
}

#header.wide #header-menu ul.menu li a i{
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: normal;
}

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

#header.wide #header-menu ul.menu li a i.arrow{
	margin: 0 -5px 0 0;
}


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

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

#header.wide #header-menu ul.menu > li.simple > ul li{
	margin: 0;
	position: relative;
	border-bottom: 1px solid #2a3034;
}

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

#header.wide #header-menu ul.menu > li.simple > ul > li a{
	padding: 15px;
	display: block;
	font-weight: normal !important;
}

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

#header.wide #header-menu ul.menu > li.simple > ul > li ul{
	top: -1px;
	left: 218px;
	z-index: 99;
	border-top: 1px solid #2a3034;
}

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

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

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

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

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

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

#header.wide #header-menu ul.menu > li.megamenu > ul > li > a{
	margin: 0 15px;
	padding: 0 0 15px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #2a3034;
	display: block;
	text-align: left;
	font-size: 14px !important;
	line-height: 14px !important;
}

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

#header.wide #header-menu ul.menu > li.megamenu > ul > li > ul > li > a{
	padding: 10px 0;
	margin: 0;
	display: block;
	text-align: left;
	color: #fff;
	font-weight: normal !important;
}

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



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


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


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

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

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

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

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

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



#header.wide.alternative #header-content{
	height: 150px;
	line-height: 100px;
}

#header.wide.alternative #header-content #header-menu{
	position: absolute;
	height: 50px;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
	border-top: 1px solid #ddd;
}

#header.wide.alternative #header-menu ul.menu{
	float: none;
	border-left: 1px solid #ddd;
	display: inline-block;
	vertical-align: top;
}

#header.wide.alternative #header-menu ul.menu > li{
	padding: 0;
	margin: 0;
	border-right: 1px solid #ddd;
}

#header.wide.alternative #header-menu ul.menu > li > a{
	line-height: 54px;
	padding: 0 15px;
	height: 50px;
}

#header.wide.alternative #header-menu ul.menu > li.simple > ul,
#header.wide.alternative #header-menu ul.menu > li.megamenu > ul{
	top: 50px;
}

#header.wide.alternative #header-menu ul.menu > li.simple > ul{
	left: -1px;
}

#header.wide.alternative #header-menu ul.menu > li.megamenu > ul{
	right: 15px;
}


/* CENTER */
#header.wide.alternative.center #header-content,
#header.wide.alternative.center #header-content #header-menu{
	text-align: center;
}

#header.wide.alternative.center #header-content #logo{
	float: none;
}


/* DESCRIPTION */
#header.wide.alternative.desc #header-content #header-menu ul.menu > li > a{
	line-height: 40px;
}

#header.wide.alternative.desc #header-content #header-menu ul.menu > li > a:after{
	content: attr(data-subtitle);
	color: #bbb;
	font-size: 10px;
	text-transform: none;
	line-height: 1em;
	font-family: 'Open Sans';
	position: absolute;
	left: 15px;
	bottom: 10px;
	width: 100%;
	text-transform: lowercase;
	text-align: left;
	font-weight: 500;
}

/* DARK */
#header.wide.alternative.dark #header-content #header-menu{
	background: #141719;
}

#header.wide.alternative.dark #header-content,
#header.wide.alternative.dark #header-content #header-menu ul.menu,
#header.wide.alternative.dark #header-content #header-menu ul.menu > li{
	border-color: #2a3034;
}

#header.wide.alternative.dark #header-content #header-menu ul.menu > li > a{
	color: #fff;
}

#header.wide.alternative.dark.desc #header-content #header-menu ul.menu > li > a:after{
	color: #aaa;
}


/* SIDE NAVIGATION */
@media (min-width:1200px){
#header.side{
	width: 300px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 120px 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

#header.side .container{
	width: 100%;
	margin: 0;
	padding: 0;
}

#header.side #header-top{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19;
	width: 300px;
	height: 50px;
	border-bottom: 1px solid #2a3034;
	text-align: right;
}

#header.side #header-top .float-right{
	float: none;
}

#header.side #header-social{
	width: auto;
	margin: 0 0 0 20px;
	padding: 0 20px 0 0;
	font-size: 15px;
	border-right: 1px solid #2a3034;
	position: absolute;
	left: 0;
	top: 0;
}

#header.side #header-social a{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
}

#header.side #header-slogan{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 300px;
	border-top: 1px solid #2a3034;
	text-align: left;
	padding: 15px;
	line-height: 18px;
	z-index: 19;
}

#header.side #logo{
	display: block;
	margin-bottom: 75px;
	margin-left: 30px;
}

#header.side #header-menu{
	border-top: 1px solid #ddd;
}

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

#header.side #header-menu ul li{
	width: 100%;
	text-align: left;
	display: block;
	margin: 0;
	padding: 0;
}

#header.side #header-menu ul li a{
	display: block;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	position: relative;
	line-height: 52px;
	padding: 0 0 0 30px;
}

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

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

#header.side #header-menu ul li a .more{
	border-left: 1px solid #ddd;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	text-align: center;
	font-size: 18px;
}

#header.side #header-menu ul li a .more:hover,
#header.side #header-menu ul li a.open .more{
	background: #f9f9f9;
}

#header.side #header-menu ul li a i.arrow{
	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%);
}

#header.side #header-menu ul li a.open i.arrow:before{
	content: '\e819';
}

#header.side #header-menu ul li ul a .more{
	border-color: #2a3034;
}

#header.side #header-menu ul li ul li a .more:hover,
#header.side #header-menu ul li ul li a.open .more{
	background: #111;
}

#header.side #header-menu ul li ul{
	display: none;
	background: #141719;
}

#header.side #header-menu ul li ul a{
	border-color: #2a3034;
	color: #fff;
}
}

#menu-mobile-trigger{
	position: absolute;
	display: none;
	right: 15px;
	top: 0;
	height: 80px;
	line-height: 1em;
}

#menu-mobile-trigger:after{
	position: absolute;
	content:'\f0c9';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	right: 0;
	color: #000;
	font-size: 24px;
    transition: all .2s;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#header-mobile{
	background: #141719;
	line-height: 1em;
	display: none;
	width: 100%;
	margin: 0;
}

#header-mobile .container{
	padding: 0;
}

#header-mobile .menu{
	margin: 0;
	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{
	color: rgba(255, 255, 255, 0.9);
	padding: 20px;
	display: block;
	border-bottom: 1px solid #2a3034;
	position: relative;
	font-size: 13px;
}

#header-mobile .menu > li > a{
	text-transform: uppercase;
	font-weight: 700;
}

#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{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-left: 1px solid #2a3034;
	width: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}

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

#header-mobile .menu li.menu-item-has-children > a .more i.arrow{
	line-height: 1em;
}

#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';
}






/*-----------------------------------------------------------------------------------*/
/*	Border
/*-----------------------------------------------------------------------------------*/
body[data-border="style-1"] #header.wide .is-sticky #header-content,
body[data-border="style-1"] #wrap{
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

body[data-border="style-1"] #header.side{
	box-shadow: 4px 0 0 rgba(0, 0, 0, 0.1);
}

body[data-border="style-2"] #header.wide .is-sticky #header-content,
body[data-border="style-2"] #wrap{
	box-shadow: 0 1px 0 rgba(220, 220, 220, 1);
}

body[data-border="style-2"] #header.side{
	box-shadow: 1px 0 0 rgba(220, 220, 220, 1);
}

body[data-border="style-3"] #header.wide .is-sticky #header-content,
body[data-border="style-3"] #wrap{
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

body[data-border="style-3"] #header.side{
	box-shadow: 4px 0 4px rgba(0, 0, 0, 0.1);
}

body[data-border="style-4"] #header.wide .is-sticky #header-content,
body[data-border="style-4"] #wrap{
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}

body[data-border="style-4"] #header.side{
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}

/*-----------------------------------------------------------------------------------*/
/*	Data Attributes
/*-----------------------------------------------------------------------------------*/
body[data-header-width="full-width"][data-layout="full-width"] header .container{
	width: 100%;
}

body[data-header-width="full-width"][data-layout="full-width"] #header-menu ul.menu > li.megamenu > ul{
	width: 100% !important;
	right: 0 !important;
}

body[data-header-scroll-transparent="true"] .is-sticky #header-content{
	opacity: 0.97;
}


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


/*-----------------------------------------------------------------------------------*/
/*	Header Search
/*-----------------------------------------------------------------------------------*/
#search-button{
	height: 50px;
	line-height: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	padding: 0 10px;
	border-left: 1px solid #2a3034;
	color: #888;
}

#search-button a{
	font-size: 18px;
	display: block;
}

#search-button a i{
	line-height: 1em;
}

#search-button #search-close{
	display: none;
}


#header-search{
	width: 100%;
	padding: 30px 0;
	background: #141719;
	border-bottom: 1px solid #2a3034;
	display: none;
}

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

#header-search ::-webkit-input-placeholder {
   color: #333;
}

#header-search :-moz-placeholder { /* Firefox 18- */
   color: #333;  
}

#header-search ::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}

#header-search :-ms-input-placeholder {  
   color: #333;  
}

#header.side #header-search{
	padding: 0;
	position: fixed;
	top: 50px;
	left: 0;
	width: 300px;
	z-index: 21;
}
#header.side #header-search input[type="text"]{
	font-size: 14px;
	line-height: 14px;
	height: 50px;
	padding: 0 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	Shop Button
/*-----------------------------------------------------------------------------------*/
#shop-button{
	height: 50px;
	line-height: 50px;
	min-width: 50px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	padding: 0 10px;
	border-left: 1px solid #2a3034;
	color: #888;
}

#shop-button i{
	line-height: 1em;
}


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

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

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

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

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

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

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

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

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

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


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

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

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

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


/*-----------------------------------------------------------------------------------*/
/*	Page Content
/*-----------------------------------------------------------------------------------*/
#page-container.side{
	margin-left: 300px;
	position: relative;
}

#page-container.side #portfolio-pagination a.prev{
	left: 300px;
}

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


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

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

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


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


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

.md-blog .post{
	padding-bottom: 30px;
	margin-bottom: 120px;
	border-bottom: 1px solid #ddd;
}

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

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

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

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


.md-blog .post-body{
	min-height: 180px;
	padding-left: 110px;
	position: relative;
	overflow: hidden;
}

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

.md-blog .post-side .meta-date,
.md-blog .post-side .meta-format{
	width: 80px;
	height: 80px;
	background: #ddd;
	text-align: center;
	color: #fff;
}

.md-blog .post-side .meta-date span{
	display: block;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Open Sans';
}

.md-blog .post-side .meta-date .meta-day{
	font-size: 42px;
	display: inline-block;
	margin-top: 5px;
}

.md-blog .post-side .meta-date .meta-month{
	font-size: 16px;
}

.md-blog .post-side .meta-format{
	font-size: 40px;
	line-height: 80px;
	color: #bbb;
	font-family: 'FontAwesome';
}

.md-blog .format-standard .post-side .meta-format:after{
	content: "\f040";
}

.md-blog .format-video .post-side .meta-format:after{
	content: "\f01d";
}

.md-blog .format-audio .post-side .meta-format:after{
	content: "\f028";
}

.md-blog .format-image .post-side .meta-format:after,
.md-blog .format-gallery .post-side .meta-format:after{
	content: "\f03e";
}

.md-blog .format-status .post-side .meta-format:after,
.md-blog .format-aside .post-side .meta-format:after{
	content: "\f0e7";
}

.md-blog .format-quote .post-side .meta-format:after{
	content: "\f10e";
}

.md-blog .format-link .post-side .meta-format:after{
	content: "\f08e";
}

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

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


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


.md-blog .post-title a{
	color: #111 !important;
}

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

.md-blog .post-header{
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	font-family: 'Open Sans';
}

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

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

.md-blog .read-more a{
	position: relative;
	padding-right: 25px;
	display: inline-block;
	line-height: 1em;
}

.md-blog .read-more a i{
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 0;
}

.md-blog .read-more a:hover i{
	right: 0;
}

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

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

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

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

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

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

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

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

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


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

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

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

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


/*-----------------------------------------------------------------------------------*/
/*	Masonry
/*-----------------------------------------------------------------------------------*/
.md-blog.masonry .post{
	margin-bottom: 30px;
	padding-bottom: 0;
	border:1px solid #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;
}


.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;
	border-radius: 100px;
	display: inline-block;

}

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

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

.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;
	border-radius: 80px;
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

#comments p label{
	display: none;
}


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

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

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

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

/*-----------------------------------------------------------------------------------*/
/*	MD Pagination
/*-----------------------------------------------------------------------------------*/
.md-pagination,
.woocommerce-page .woocommerce-pagination{
	padding: 0;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
	text-align: center;
	font-family: 'Open Sans';
}

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


/*-----------------------------------------------------------------------------------*/
/*	Widget
/*-----------------------------------------------------------------------------------*/
.widget{
	margin-bottom: 50px;
	width: 100%;
	font-size: 14px;
}

.widget-title {
	font-size: 18px;
	line-height: 1.1em;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	line-height: 20px;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.widget-title:after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	display: inline-block;
}

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

.widget select{
	width: 100%;
}

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

.widget ul li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	display: block;
	border-bottom: 1px solid #e1e1e1;
}

.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 #e1e1e1;
	margin-top: 10px;
	margin-bottom: 10px;
}

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

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

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

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

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


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

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

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

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

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

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

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

.widget_calendar table tfoot{
    display: none;
}

.widget_search form{
	position: relative;
}

.widget_search label{
	display: none;
}

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

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

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

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





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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


footer .chosen-results li{
	padding: 15px;
	margin: 0;
}

footer .chosen-single{
	background: url('assets/img/blog/select-arrow-white.png') 98% center no-repeat rgba(0, 0, 0, 0.1);
	border-color: rgba(255, 255, 255, 0.1);
}

footer .chosen-results{
	border-color: rgba(255, 255, 255, 0.1);
}


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

#copyright-text{
	display: inline-block;
	width: 50%;
	float: left;
	text-transform: uppercase;
}

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

#copyright-menu{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 50%;
	float: left;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
}

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

#copyright-menu li a{
	color: rgba(255, 255, 255, 0.3);
}


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

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

#loader-site.spinner .el-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	display: inline-block;
	height:60px;
	width:60px;
	border-radius:60px;
	position:relative;
	border-left:6px solid rgba(0, 0, 0, .3);
	border-right:6px solid rgba(0, 0, 0, .3);
	border-bottom:6px solid rgba(0, 0, 0, .3);
	border-top:6px solid rgba(0, 0, 0, .5);
	-webkit-animation: loading-spinner 1.5s infinite linear;
	-moz-animation: loading-spinner 1.5s infinite linear;
	-o-animation: loading-spinner 1.5s infinite linear;
	animation: loading-spinner 1.5s infinite linear;
}

@-webkit-keyframes loading-spinner {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes loading-spinner {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(359deg);}
}

@-o-keyframes loading-spinner {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(359deg);}
}

@keyframes loading-spinner {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}


#loader-site.pulse .el-1{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	display: inline-block;
	height: 60px;
	width: 60px;
	border-radius: 60px;
	background: rgba(0, 0, 0, .3);
	-webkit-animation: loading-pulse 1.2s infinite ease-in-out;
	-moz-animation: loading-pulse 1.2s infinite ease-in-out;
	-o-animation: loading-pulse 1.2s infinite ease-in-out;
	animation: loading-pulse 1.2s infinite ease-in-out;
}

#loader-site.pulse .el-2{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	display: inline-block;
	height: 60px;
	width: 60px;
	border-radius: 60px;
	background: rgba(0, 0, 0, .5);
	-webkit-animation: loading-pulse 1.2s infinite ease-in-out;
	-moz-animation: loading-pulse 1.2s infinite ease-in-out;
	-o-animation: loading-pulse 1.2s infinite ease-in-out;
	animation: loading-pulse 1.2s infinite ease-in-out;
	
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

@-webkit-keyframes loading-pulse {
	0 {-webkit-transform: scale(1);}
	50% {-webkit-transform: scale(0.2);}
	100% {-webkit-transform: scale(1);}
}

@-moz-keyframes loading-pulse {
	0 {-moz-transform: scale(1);}
	50% {-moz-transform: scale(0.2);}
	100% {-moz-transform: scale(1);}
}

@-o-keyframes loading-pulse {
	0 {-o-transform: scale(1);}
	50% {-o-transform: scale(0.2);}
	100% {-o-transform: scale(1);}
}

@keyframes loading-pulse {
	0 { transform: scale(1);}
	50% { transform: scale(0.2);}
	100% { transform: scale(1);}
}



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

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

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

#md-back-top:after{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	content: '\e87e';
	font-family: 'entypo';
	font-size: 12px;
	line-height: 1em;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	     -o-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}



@media (max-width: 1500px){
#page-container.side .container{
	width: 100% !important;
}

#page-container.side #page-header > .container,
#page-container.side .page-content > .container,
#page-container.side .page-section.content-fixed > .container,
#page-container.side .md-cta > .container,
#page-container.side footer > .container,
#page-container.side #copyright > .container{
	padding-left: 30px;
	padding-right: 30px;
}

#page-container.side .page-sidebar .page-section.content-fixed > .container{
	padding-left: 0;
	padding-right: 0;
}

}


/*-----------------------------------------------------------------------------------*/
/*  Media Queries
/*-----------------------------------------------------------------------------------*/
@media (max-width:1199px){
	#wrap,
	#header,
	#header-content,
	#header .container{
		width: 100% !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;
	}

	#menu-mobile-trigger{
		display: inline-block;
	}

	#page-container.side{
		margin: 0;
	}

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

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

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

	.col-main{
		width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

	#copyright{
		text-align: center;
	}

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

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

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

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