/*
	Theme Name: Giant
	Theme URI: http://demo.themesholic.com/giant
	Author: ThemesHolic
	Author URI: http://www.themesholic.com
	Description: Super Awesome Multi-Purpose Theme.
	Version: 1.3.1
	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;}



/*-----------------------------------------------------------------------------------*/
/*	General
/*-----------------------------------------------------------------------------------*/
body{
	line-height: 1.5em;
	width: 100%;
}

a{
	transition: all .2s;
}

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

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

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



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

h1{
	text-transform: uppercase;
}

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

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

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


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

header .header-top{
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

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

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

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

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


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

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

header #logo{
	float: left;
}

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

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

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

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

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

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

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

.header-menu.menu-style-1 ul.menu > li{
	margin-left: 89px;
}

.header-menu.menu-style-1 ul.menu > li > a:after{
	content:'';
	position: absolute;
	width: 0;
	height: 1px;
	left: 50%;
	top: 65%;
	transition: all .1s;
}

.header-menu.menu-style-1 ul.menu > li > a:hover:after,
.header-menu.menu-style-1 ul.menu > li:hover > a:after,
.header-menu.menu-style-1 ul.menu > li.current_page_item > a:after,
.header-menu.menu-style-1 ul.menu > li.current_page_parent > a:after{
	width: 30px;
	margin-left: -15px;
}

.header-menu.menu-style-2 ul.menu > li{
	margin: 0;
	padding: 0;
}

.header-menu.menu-style-2 ul.menu > li > a{
	padding: 0 15px;
}


.header-menu.menu-style-2 ul.menu > li > a:after{
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #000;
	opacity: 0;
	transition: all .4s;
}

.header-menu.menu-style-2 ul.menu > li > a:hover:after,
.header-menu.menu-style-2 ul.menu > li.current_page_item > a:after,
.header-menu.menu-style-2 ul.menu > li.current_page_parent > a:after{
	opacity: 1;
}

.header-menu.menu-style-3 ul.menu > li{
	margin-left: 10px;
}

.header-menu.menu-style-3 ul.menu > li > a{
	padding: 0 15px;
	border: 2px solid transparent;
	border-radius: 4px;
	line-height: 32px;
	display: inline-block;
}

.header-menu.menu-style-3 ul.menu > li > a:hover,
.header-menu.menu-style-3 ul.menu > li:hover > a,
.header-menu.menu-style-3 ul.menu > li.current_page_item > a,
.header-menu.menu-style-3 ul.menu > li.current_page_parent > a{
	border: 2px solid;
}

.header-menu.menu-style-4 ul.menu > li{
	margin-left: 10px;
}

.header-menu.menu-style-4 ul.menu > li > a{
	padding: 5px 15px;
	border-radius: 4px;
	line-height: 28px;
	display: inline-block;
}

.header-menu.menu-style-4 ul.menu > li > a:hover{
	color:#fff;
}

.header-menu.menu-style-5 ul.menu > li{
	padding: 0 0 0 1px;
}

.header-menu.menu-style-5 ul.menu > li > a{
	padding: 0 20px;
	display: block;
}

.header-menu.menu-style-4 ul.menu > li:hover > a,
.header-menu.menu-style-4 ul.menu > li.current_page_item > a,
.header-menu.menu-style-4 ul.menu > li.current_page_parent > a,
.header-menu.menu-style-5 ul.menu > li > a:hover,
.header-menu.menu-style-5 ul.menu > li.current_page_item > a,
.header-menu.menu-style-5 ul.menu > li.current_page_parent > a,
.header-menu.menu-style-5 ul.menu > li:hover > a{
	color:#fff;
}

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

.header-menu ul.menu > li.simple ul{
	position: absolute;
	left: -20px;
	width: 220px;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
	border-top: 4px solid;
	border-bottom: 4px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	display: none;
}


.header-menu ul.menu > li.simple > ul li{
	margin: 0;
	border-bottom: 1px dashed;
	position: relative;
}

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

/*
.header-menu ul.menu > li.simple:last-child > ul{
	left: auto;
	right: -30px;
}

.header-menu ul.menu > li.simple > ul:last-child > li > ul{
	left: -220px;
}
*/

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

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

.header-menu ul.menu > li.simple > ul > li ul{
	top: 0;
	left: 218px;
	border-top: none;
}

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

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


.header-menu ul.menu > li.megamenu > ul{
	position: absolute;
	right: 15px;
	text-align: left;
	padding: 30px 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	width: 1140px;
	border-top: 4px solid;
	border-bottom: 4px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	float: left;
	display: none;
}


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

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

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

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

.header-menu ul.menu > li.megamenu > ul > li{
	border-right: 1px dashed;
	vertical-align: top;
	float: left;
}

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

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

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

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

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

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

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

.header-menu.submenu-dark ul.menu > li.simple ul,
.header-menu.submenu-dark ul.menu > li.megamenu > ul{
	border-color: #444;
}

.header-menu.submenu-dark ul.menu > li.simple > ul li,
.header-menu.submenu-dark ul.menu > li.megamenu > ul > li{
	border-color: #444;
}

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

.header-menu.submenu-dark ul.menu > li.simple > ul > li a:hover,
.header-menu.submenu-dark ul.menu > li.megamenu > ul > li > ul > li > a:hover{
	background: #222;
}


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

.header-menu.submenu-white ul.menu > li.simple ul,
.header-menu.submenu-white ul.menu > li.megamenu > ul{
	border-color: #e5e5e5;
}

.header-menu.submenu-white ul.menu > li.simple > ul li,
.header-menu.submenu-white ul.menu > li.megamenu > ul > li{
	border-color: #e5e5e5;
}

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

.header-menu.submenu-white ul.menu > li.simple > ul > li a:hover,
.header-menu.submenu-white ul.menu > li.megamenu > ul > li > ul > li > a:hover{
	background: #f9f9f9;
}

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

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

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

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


header .header-cart{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 20px;
	position: relative;
	font-size: 20px;
}

header .header-cart a{
	position: relative;
}

header .header-cart span{
	position: absolute;
	top: -8px;
	right: -12px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: #f00;
	line-height: 20px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	margin: 0;
	font-weight: bold !important;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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



/*-----------------------------------------------------------------------------------*/
/*	Header Search
/*-----------------------------------------------------------------------------------*/
.header-search{ display: inline-block; }

.header-search form input{
	margin: 0;
	padding: 0;
	border: none;
	background: rgba(0, 0, 0, 0.1);
	padding: 0 10px;
	display: block;
	font-size: 12px;
	color: #fff;
	width: 120px;
	height: 40px;
	vertical-align: top;
}




/*-----------------------------------------------------------------------------------*/
/*	Page Header
/*-----------------------------------------------------------------------------------*/
#page-header{
	background-size: cover;
	background-position: top center;
	position: relative;
}

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

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

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

#page-header h2{
	margin: 0;
	padding: 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

#page-header h3{
	margin: 10px 0 0 0;
	padding: 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

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

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

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


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

.md-blog .post{
	margin-bottom: 120px;
	box-shadow: 0 1px 0 rgba(220, 220, 220, 1);
	background: #fff;
	padding: 0 0 20px 0;
	border-radius: 0 0 3px 3px;
}

.md-blog .post.single-post{
	box-shadow: none;
	background: none;
	border: none;
	margin-bottom: 0;
	padding: 0;
}

.md-blog.boxed .post{
	padding: 20px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-radius: 3px;
}

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

.md-blog.standard .post.format-link,
.md-blog.standard .post.format-quote,
.md-blog.standard .post.format-aside,
.md-blog.standard .post.format-status{
	padding-bottom: 0;
	border-radius: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.md-blog.standard .post .post-title,
.md-blog.standard .post .post-header,
.md-blog.standard .post .post-content,
.md-blog.standard .post .read-more{
	padding: 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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


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


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

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

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

.widget .textwidget{
	padding: 20px;
	background: #fff;
	border-radius: 3px;
	background: 1px solid #ddd;
}

.widget select{
	width: 100%;
}


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

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


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

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

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

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

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

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


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

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

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

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

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

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

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

.widget_calendar table tfoot{
    display: none;
}

.widget_search form{
	position: relative;
}

.widget_search label{
	display: none;
}

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

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

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


/*-----------------------------------------------------------------------------------*/
/*  Twitter Footer
/*-----------------------------------------------------------------------------------*/
#twitter-footer{
	padding: 20px 0;
	width: 100%;
	color: #fff;
	position: relative;
	font-weight: bold;
}

#twitter-footer .container{
	position: relative;
}

#twitter-footer .md-carousel:after{
	position: absolute;
	top: 0;
	left: 0;
	content:'\e8f1';
	font-family: 'Entypo';
	padding-right: 10px;
}

#twitter-footer .tweet{
	padding-left: 30px;
}

#twitter-footer a{
	color: #fff;
	text-decoration: underline;
}


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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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


/*-----------------------------------------------------------------------------------*/
/*	Back Top
/*-----------------------------------------------------------------------------------*/
#md-back-top{
	background: rgba(0, 0, 0, 0.3);
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: -50px;
	right: 20px;
	border-radius: 3px 3px 0 0;
	z-index: 100;
}

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

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


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

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







/*-----------------------------------------------------------------------------------*/
/*  Media Queries - Large Devices
/*-----------------------------------------------------------------------------------*/



@media screen and (max-width:1600px){
#premier{
	margin-top:12% !important;
}

#newsletter{
	margin-top:48px !important;
}


#mc- embedded-subscribe{
	margin-left:-33px !important;
}


.textwidget{
	margin-left:30%;
}


}


@media screen and (max-width:1280px){
#contact h2{
	margin-top:2px !important;
	font-size:16px !important;
	line-height:12px;	
}

#premier{
	margin-top:7% !important;
}

#newsletter strong{
	font-size:13px !important;
}

#conch{
	line-height:2px !important;
}

#butcont{
	line-height:0em !important;
}


.textwidget{
	margin-left:16%;
}


}


@media (min-width:1200px){
#wrap.boxed,
#wrap.boxed .header-content{
    width: 1170px !important;
}


}


/*-----------------------------------------------------------------------------------*/
/*  Media Queries - Medium Devices
/*-----------------------------------------------------------------------------------*/


@media (max-width:1420px){
#newsletter strong{
	font-size:14px !important;
	}


}


@media (max-width:1200px){
#wrap.boxed,
#wrap.boxed .header-content{
    width: 970px !important;
}

#butcont{
	margin-top:-37px !important;
}

#newsletter{
	margin-top:7px !important;
}

#mc_embed_signup_scroll .clear{
	margin-left:2px !important;
}

}

@media (max-width:1190px){
#premier p{
	font-size:11px !important; 
	line-height:14px !important;
	}

#mc_embed_signup_scroll .clear{
	margin-left:1px !important;
}


}


/*-----------------------------------------------------------------------------------*/
/*  Media Queries - Desktop
/*-----------------------------------------------------------------------------------*/
@media (min-width:992px){
	header.scroll-resize .is-sticky .header-content{
		line-height: 60px;
	}

	header.scroll-resize .is-sticky .header-content ul.menu > li.simple > ul,
	header.scroll-resize .is-sticky .header-content ul.menu > li.megamenu > ul{
		top: 60px;
	}

	header.scroll-transparent .is-sticky .header-content{
		opacity: 0.98;
	}
}


/*-----------------------------------------------------------------------------------*/
/*  Media Queries - Small Devices
/*-----------------------------------------------------------------------------------*/
@media (max-width:991px){
#wrap.boxed,
#wrap.boxed .header-content{
    width: 750px !important;
}

.md-box-icon,
.md-text-block,
.md-accordions,
.md-toggles,
.md-tabs,
.md-box-content,
.md-counter,
footer .column{
	margin-bottom: 30px;
}

.md-cta .cta-content{
	width: 100% !important;
	margin-bottom: 30px;
	text-align: center;
}

.md-cta .cta-button{
	width: 100% !important;
}
.md-cta .cta-button,
.md-cta .cta-button .md-button{
	position: relative !important;
}

.md-portfolio.style-3 .item-grid-2{
	width: 33.3333% !important;
}

.md-portfolio.style-3 .item-grid-3{
	width: 50% !important;
}

.md-portfolio.style-3 .item-grid-4{
	width: 50% !important;
}

.md-portfolio.style-3 .item-grid-6{
	width: 50% !important;
}

.md-portfolio.style-masonry .item-square,
.md-portfolio.style-masonry .item-tall{
	width: 50% !important;
}

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


.col-sm-left{
	float: left;
	width: 100%;
}

.col-sm-right{
	float: right;
	width: 100%;
}

header .header-top,
header .header-menu{
	display: none;
}

header{
	line-height: 60px !important;
	position: relative;
}

header .header-cart{
	position: absolute;
	right: 70px;
	font-size: 32px;
}

header .header-cart span{
	top: -4px;
	right: -8px;
}

header .header-content{
	position: relative !important;
}

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

#copyright{
	height: auto;
	line-height: auto;
	width: 100%;
}

#copyright .copyright-text,
#copyright .copyright-social,
#copyright .float-right{
	width: 100%;
	display: block;
	text-align: center;
	float: none;
}


#premier p{
	padding-left:200px !important;
	padding-right:200px !important;
	text-align:justify !important;

}


#butcont{
	margin-top:20px !important;
	
}


.textwidget{
	margin-left:36% !important;
}


#mc_embed_signup_scroll .clear{
	margin-left:2px !important;
}


#mce-EMAIL{
	width:60% !important;
}

#mc_embed_signup_scroll .button{
	width:60% !important;
}

}


/*-----------------------------------------------------------------------------------*/
/*  Media Queries - Extra Small Devices
/*-----------------------------------------------------------------------------------*/
@media (max-width:767px){
#wrap.boxed,
#wrap.boxed .header-content{
    width: 100% !important;
}

header #logo img{
	max-width: 160px;
}

.md-portfolio.style-3 .item-grid-2{
	width: 100% !important;
}

.md-portfolio.style-3 .item-grid-3{
	width: 100% !important;
}

.md-portfolio.style-3 .item-grid-4{
	width: 100% !important;
}

.md-portfolio.style-3 .item-grid-6{
	width: 100% !important;
}

.md-portfolio.style-masonry .item-square,
.md-portfolio.style-masonry .item-tall,
.md-portfolio.style-masonry .item-square-big,
.md-portfolio.style-masonry .item-wide{
	width: 100% !important;
}

.md-portfolio .md-carousel .item-grid{
	width: 100% !important;
}

.md-tabs .nav.nav-tabs li{
	width: 100% !important;
	border-right: 1px solid #e5e5e5!important;
	text-align: center !important;
}

.md-portfolio-filter{
	text-align: left !important;
}





#error-404 h2{
    font-size: 160px;
}

#error-404 h3{
    font-size: 32px;
}

#error-404 h4{
    font-size: 20px;
}

.textwidget{
	margin-left:34% !important;
}

}

@media (max-width:640px){
    .textwidget{
	margin-left:26% !important;
	}
	

}

@media (max-width:460px){
#premier p{
	padding-left:50px !important;
	padding-right:50px !important;
}


.textwidget{
	margin-left:24% !important;
}

.textwidget p{
	font-size:13px;
}


#mce-EMAIL{
	width:100% !important;
}

#mc_embed_signup_scroll .button{
	width:100% !important;
}



}

@media (max-width:370px){
.textwidget{
	margin-left:18% !important;
}


.textwidget p{
	font-size:11px;
	padding-left:18px !important;
}

#mc_embed_signup_scroll .clear{
	margin-left:0px !important;
	}

}