html{
	-webkit-font-smoothing: antialiased;
}
body{
	background: rgb(246,246,246);
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}
#main{
	position: relative;
	transition:left .3s;
	-moz-transition:left .3s;
	-ms-transition:left .3s;
	-webkit-transition:left .3s;
	left: 0;
}
h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}
h1,h2,h3,h4,h5{
	margin: 0;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
p{
	margin: 0;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
input:focus{
	outline: none;
}
a{
	text-decoration: none;
	color: rgb(48,48,48);
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
a:focus {
	outline: none;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
button:focus{
	outline: none;
}
.button {
	/*border-radius: 2px;*/
    border-radius: 0px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	/*border: 2px solid;*/
    border: 0px solid;
	/*color: #fff;*/
    color: #626262;
	padding: 9px 40px;
	font-family: nanum gothic !important;
}
.button.md {
	padding: 10px 36.5px;
}
.button.small{
	padding: 5px 13px;
}
.button.large{
	padding: 13px 40px;
}
/* overlay */
.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	color: rgb(255,255,255);
	left: 0;
	top: 0px;
	z-index: 1;
}
.overlay > :first-child{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	text-align: center;
}
span.zoombig {
	background: url(../img/plusbig.png);
	width: 93px;
	height: 93px;
}
.fullwidth{
    width: 100%;
    padding: 0;
}
.fullwidth .row{
    margin: 0;
}
.fullwidth [class^='col-']{
    padding: 0;
}
/* ---- isotope ---- */

.isotope {
  height: 100%;
  position: relative;
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .item ---- */

.item {
	float: left;
	width: auto;
	height: 50%;
	width: 381px;
}
.item.large{
	width: 764px;
}
.item .inner{
	position: relative;
	width: 100%;
	height: 100%;
	border:2px solid transparent;
}
.item img{
	height: 100%;
}
/*.item.width2 { width: 400px; }*/
.isotope .handle{
	margin-left: -2px;
	height: 100%;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.isotope .handle .item:hover .overlay{
	opacity: 1;
}
.isotope .handle .item .title{
	text-transform: uppercase;
	color: #fff;
	display: block;
}
.isotope .handle .item .title h1{
	font-weight: 600;
	font-size: 26px;
	position: absolute;
	left: 30px;
	bottom: 50px;
	width: 50%;
	line-height: 29px;
}
.isotope .handle .item .title:hover{
	color: rgba(255,255,255,.7);
}
.handle p.author{
	position: absolute;
	display: block;
	bottom: 30px;
	left: 30px;
	color: rgb(220,228,225);
	font-size: 13px;
	font-style: italic;
}
.handle p.author a{
	color: rgb(220,228,225);
	font-family: nanum gothic;
    font-size: 13px;
}
.handle p.author a:hover{
	color: rgba(255,255,255,.7);
}
.isotope .handle .item .post-category{
	transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-webkit-transform:translate(0,0);
	left: 30px;
	top: 27px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	color: #fff;
	font-family: nanum gothic !important;
}
.isotope .handle .item a.post-category:hover{
	color: rgba(255,255,255,.7);
}
.isotope .handle .item .post-category::after{
	width: 37px;
	height:2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -8px;
	content: "";
}
#canvas-mask {
  height: 750px;
  border-radius: 0;
  overflow: hidden;
}

/* Slider-1 */
.slider-wrapper {
	height: 640px;
	position:relative; 
	padding:0;
	margin:0;
	margin-bottom: 90px;
}
.slider-wrapper .items{
	position: absolute;
	display: none;
	list-style: none;
	background-size: cover !important;
	background-position: 50% 35% !important;
}
.slider-wrapper .items img{
	width: 100%;
}
.slider-container{
	position: relative;
}
ul.hslider-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.hslider-controls.v-centered li a{position:absolute;}
ol.hslider-markers{list-style: none; padding: 0; margin: 0;}
ol.hslider-markers.h-centered{text-align: center;}
ol.hslider-markers li{display:inline;}
ol.hslider-markers li a{display:inline-block;}
.slider-control{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,+50%);
	-moz-transform: translate(-50%,+50%);
	-ms-transform: translate(-50%,+50%);
	-webkit-transform: translate(-50%,+50%);
	-o-transform: translate(-50%,+50%);	
	background: #fff;
	height: 130px;
	padding: 0 30px;
	display: table;
	width: 1140px;
}
.slider-control ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
/*
.blog-wrapper .slider-control ul:first-child,.blog-grid .slider-control ul:first-child{
	width: inherit;
	position: inherit;
}*/
.fullwidth .slider-control ul:first-child{
	display: block;
	width: 115px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	left: 30px;
}
.slider-control ul a i{
	width: 55px;
	height: 55px;
	border-radius: 55px;
	border: 3px solid;
	display: block;
	line-height: 49px;
	text-align: center;
}
.slider-control .slider-arrow li{
	float: left;
	margin-right: 5px;
}
.slider-control .slider-arrow li:last-child{
	margin-right: 0;
}
.slider-control .slider-caption li{
	display: none;
	margin-left: 156px;
	width: 70%;
	font-size: 13px;
	font-style: italic;
	color: rgb(129,129,129);
	line-height: 25px;
}
.slider-control .slider-caption li span{
	color: rgb(48,48,48);
}
p.index{
	display: block;
	position: absolute;
	right: 60px;
	bottom: 77px;
}
p.index span{
	font-size: 40px;
	font-style: italic;
	font-weight: 300;
	position: absolute;
}
p.index span:first-child{
	left: -17px;
	top: -38px;
}
p.index span.total{
	left: 10px;
}
p.index span:first-child::after{
	content: "/";
	position: absolute;
	margin-top: 20px;
	margin-left: -4px;
}
/* Slider-1 END */


/* Blog */
/* Rating post */
.post-wrapper{
	position: relative;
}
.post-media a.video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	font-size: 28px;
	display: block;
}
.post-media a.video::after {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -45px;
	border-radius: 50%;
	border: 2px solid white;
	height: 90px;
	width: 90px;
	cursor: pointer;
}
.post-media a.video:hover::after{
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);	
} 
.post-media a.video i::before{
	margin-right: 0;
}
.post-wrapper .rating{
	position: relative;
	margin-bottom: -30px;
	height: 30px;
	line-height: 30px;
	top: -30px;
	width: 0;
}
.post-wrapper .rating span{
	position: absolute;
	right: 10px;
	font-weight: 600;
	font-size: 13px;
	color: #fff;
}
/* End rating post */

/* Blog large */
.post-wrapper{
	/*margin-bottom: 50px;*/
    margin-bottom: -200px;
	list-style: none;
}
.fullwidth .blog-masonry .post-wrapper{
	margin-bottom: 35px;
}
.post-wrapper .post-media .image{
	position: relative;
	overflow: hidden;
}
.post-wrapper .post-media .image img{
	width: 100%;
	height: auto;
}
.post-wrapper .post-body{
	padding: 40px 30px 40px 30px;
	background: #fff;
	margin-bottom: 100px;
}
.blog-masonry .post-wrapper .post-body{
	margin-bottom: 0;
}
.post-wrapper .post-body h1 a{
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}
.post-wrapper .post-body .post-category{
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 3px;
	display: block;
	margin-bottom: 35px;
}
.post-wrapper .post-body a.post-category:hover{
	color: rgb(41,41,41);
}
.post-wrapper .post-body .post-category::after{
	content: "";
	width: 37px;
	height: 2px;
	position: absolute;
	bottom: -8px;
	left: 0;
}
.post-wrapper .post-body h3{
	margin-bottom: 5px;
}
.post-wrapper .post-body h3 a{
	text-transform: uppercase;
	font-size: 37px;
	font-weight: 600;
}
.post-wrapper .post-body .author,.post-wrapper .post-body .author a{
	color: rgb(191,191,191);
	font-style: italic;
}
.post-wrapper .post-body .author{
	margin-bottom: 44px;
	line-height: inherit;
}
.post-wrapper .post-body p{
	color: rgb(129,129,129);
	line-height: 25px;
	margin-bottom: 25px;
}
.post-wrapper .post-body p:last-child{
	margin-bottom: 33px;
}
span.read-more a{
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
span.read-more i{
	font-size: 11px;
	margin-left: -2px;
}
span.read-more a:hover{
	color: rgb(48,48,48);
}
/* Audio */
.audiojs{
	width: 100%;
	height: 70px;
	background-image: none;
	box-shadow: none;
	padding: 17px 0px;
}
.audiojs .play-pause{
	width: 90px;
	border-right: 0;
	padding: 0px;
	padding-left: 30px;
	margin-top: 12px;
}
.audiojs .time{
	border-left: 0;
	text-shadow: none;
	margin: 0;
	padding: 0;
	color: #fff;
	float: right;
	margin-right: 30px;
}
.audiojs .scrubber{
	width: 77%;
	width: calc(100% - 240px);
	width: -moz-calc(100% - 240px);
	width: -o-calc(100% - 240px);
	width: -ms-calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	border: 0;
	background: rgba(255,255,255,.3);
	border-radius: 4px;
	height: 5px;
	margin: 16px 0;
	cursor: pointer;
	overflow: visible;
}
.audiojs .progress{
	background-image: none;
	background:#fff;
	height: 5px;
	border-radius: 5px;
}
.audiojs .loaded{
	background-image: none;
	background: rgba(255,255,255,.6);
	height: 5px;
	border-radius: 6px;
}
.audiojs p{
	width: 15px;
	height: 15px;
}
.audiojs .play{
	background: url(../img/play-pause.png) 3px -25px no-repeat	
}
.audiojs .pause{
	background: url(../img/play-pause.png) 3px -11px no-repeat;	
}
.audiojs .error{
	background: url(../img/play-pause.png) 3px 3px no-repeat;
}
.audiojs .time strong{
	color: #fff;
}
.audiojs .loading{
	background: url(../img/audioload.GIF); 
	background-size: 15px 15px;
}
/* End Audio */

.post-quote{
	color: rgb(255,255,255);
	line-height: 25px;
	padding: 50px;
	position: relative;
}
.post-quote i{
	font-size: 30px;
	margin: 10px 0 30px -5px;
	display: block;
}
.post-quote::after {
	content: '';
	position: absolute;
	right: 0;
	border-top: 40px solid rgb(245,245,245);
	border-left: 40px solid rgba(0,0,0,0.1);
	top: 0;
}
.post-quote .text{
	margin-bottom: 39px;
	font-size: 22px;
	font-style: italic;
}
.post-quote .author{
	font-size: 15px;
	font-weight: 700;
}
.post-quote .author span{
	font-size: 13px;
	color: rgb(48,48,48);
	font-weight: 400;
}
.socials {
	text-align: center;
	display: inline-block;
/*	width: 100%;*/
	position: relative;
}
.blog-wrapper .post-wrapper .socials{
	margin-top: 100px;
	width: 100%;
}
.blog-wrapper .post-wrapper .post-body{
	margin-bottom: 0;
}
.blog-wrapper .post-wrapper .socials:before{
	content: "";
	height: 1px;
	width: 100%;
	background: rgb(229,229,229);
	position: absolute;
	left: 0;
	top: -50px;
}
.post-wrapper .post-body .socials a{
	display: block;
	float: left;
	font-size: 17px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.post-wrapper .post-body .social-widget .socials a:hover i,.social-widget .socials a:hover i{
	color: #fff;
}
.post-wrapper .post-body .socials a i {
	width: 45px;
	height: 45px;
	border-radius: 45px;
	border: 2px solid;
	display: block;
	color: rgb(255,255,255);
	line-height: 40px;
	text-align: center;
	float: left;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	background: transparent;
}
.post-wrapper .post-body .socials a i:hover{
	color: #fff;
}
span.zoom {
	background: url(../img/plus.png);
	width: 42px;
	height: 42px;
	position: relative;
}
span.zoom:hover::after {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
span.zoom::after {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -45px;
	border-radius: 50%;
	border: 2px solid white;
	height: 90px;
	width: 90px;
	cursor: pointer;
}
.post-wrapper .post-media:hover .overlay{
	opacity: 1;
}
.post-wrapper .post-media img{
	transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-webkit-transition:all .3s;
}
.post-wrapper .post-media:hover img{
	transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
}
/* Blog large */

/* Blog-masonry */
.fullwidth .blog-wrapper {
	margin: 20px 14px;
}
.fullwidth .blog-masonry .post-wrapper {
	width: 20%;
}
.blog-masonry .post-wrapper {
	width: 33.33%;
/*	margin-bottom: 30px;*/
	padding: 0 15px;
}
.container .blog-masonry .post-wrapper {
	margin-bottom: 30px;
}
.blog-masonry .post-wrapper .post-body h3 a{
	font-size: 26px;	
}
.blog-masonry .post-wrapper .post-body h3{
	line-height: 30px;
}
.blog-masonry .post-wrapper .post-body .post-category{
	margin-bottom: 50px;
	font-family: jeju gothic !important;
    font-weight: 100 !important;
}
.blog-masonry .post-wrapper .post-body h3 {
	margin-bottom: 1px;
}
.blog-masonry .post-wrapper .post-body p{
	margin-bottom: 6px;
	font-family: nanum gothic;
    font-size: 13px !important;
}
.blog-masonry .post-quote {
	padding: 30px 20px 35px;
}
/* End blog-masonry */

/* Blog fancy */
.blog-fancy .post-media,.blog-fancy .post-body{
	width: 50%;
	float: left;
	height: 100%;
}
.blog-fancy .post-wrapper{
	display: inline-block;
	height: 710px;
}
.blog-fancy .post-body.fancygrey{
	background: rgb(201,200,200);
}
.blog-fancy span.read-more a,.blog-fancy .post-wrapper .post-body p,.blog-fancy a,.blog-fancy .post-wrapper .post-body .author a,
.blog-fancy .post-wrapper .post-body .post-category{
	color: #fff;
}
.blog-fancy a:hover,.blog-fancy span.read-more a:hover,.blog-fancy .post-wrapper .post-body .author a:hover{
	color: rgb(48,48,48);
}
.blog-fancy .post-wrapper .post-body .post-category::after{
	background: #fff;
}
.blog-fancy .inner-post-body{
	border:10px solid #fff;
	padding: 42px 30px;
	height: 100%;
}
.blog-fancy .post-wrapper .post-body h3 a{
	font-size: 26px;
}
.blog-fancy .post-wrapper .post-body {
	padding: 100px;
}
.blog-fancy .post-wrapper .post-body .post-category{
	margin-bottom: 48px;
}
/* End blog fancy */

/* Blog grid */
.blog-grid .post-wrapper{
	margin-bottom: 30px;
	width: 33.33%;
	float: left;
	padding: 0 15px;
}
.blog-grid .post-wrapper .post-body h3 a{
	font-size: 26px;
	font-family: jeju gothic;
    font-weight: 100;
}
.blog-grid .post-wrapper .post-body .post-category{
	/*margin-bottom: 55px;*/
    margin-bottom: 20px;
}
.blog-grid .post-wrapper .post-body h3{
	line-height: 28px;
}
.blog-grid .post-wrapper .post-body p{
	margin-bottom: 6px;
}
.blog-grid .post-wrapper .post-body .author{
	margin-bottom: 44px;
}
/* End blog-grid */

/* Single parralax */
.post-media.fullwidth{
  	-webkit-background-size: cover !important;
  	-moz-background-size: cover !important;
  	-o-background-size: cover !important;
	background-size: cover !important;
	margin-bottom: -70px;
}

/* Single blog tags */
.single-post-tags{
	display: inline-block;
	width: 100%;
	margin-bottom: 100px;
}
.single-post-tags h3{
	float: left;
	line-height: 38px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 10px;
}
.single-post-tags ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
.single-post-tags ul li{
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}
.single-post-tags ul li a{
	padding: 0 10px;
	line-height: 34px;
	font-weight: 300;
	display: block;
	border:2px solid;
	border-radius: 2px;
	color: #fff;
}
.single-post-tags ul li a:hover{
	background: transparent;
}
/* End single blog tags */

/* Comment */
.comments-section ul.comment-wrap,.comments-section ul.comment-wrap .children{
	list-style: none;
	padding: 0;
	margin: 0;
}
.comments-section .comment{
	background: rgb(255,255,255);
	margin-bottom: 20px;
	padding: 57px 50px;
}
.comments-section .comment img{
	border-radius: 2px;
	float: left;
	border-radius: 50px;
}
.comments-section .comment .comment-date{
	font-size: 11px;
	color: rgb(166,165,165);
	margin-top: -1px;
}
.comments-section .comment .comment-author{
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
}
.comments-section .comment .comment-data{
	margin-left: 70px;
}
.comments-section .comment .comment-data .comment-reply {
	float: right;
	cursor: pointer;
	font-size: 13px;
	margin-top: -2px;
}
.comments-section .comment .comment-data .comment-reply a{
	transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	-webkit-transition:all .3s;
}
.comments-section .comment .comment-data .comment-reply a:hover{
	color: #303030;
}
.comments-section ul.comment-wrap .children{
	padding-left: 30px;
}
.comments-section .comment .comment-data .text {
	color: rgb(119,119,119);
	padding-top: 14px;
	line-height: 16px;
}
.comments-section{
	margin-bottom: 92px;
}
.comment-form .comment-reply-title{
	text-transform: uppercase;
	margin: 0;
	margin-bottom: -2px;
	font-weight: 400;
}
.comment-form .fixed-top{
	margin-bottom: 34px;
}
.comment-form .fixed-top,.comment-form .fixed-top a{
	color: rgb(119,119,119);
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}
.comment-form .fixed-top a:hover{
	text-decoration: none;
}
.comment-form .fixed-top .loggedin a{
	text-transform: capitalize;
}
.comment-form{
	margin-top: 2px;
}
.comment-form input[type="text"],.comment-form input[type="email"]{
	width: 100%;
	border: 0;
	height: 83px;
	background: rgb(233,233,232);
	padding-left: 40px;
	margin-bottom: 30px;
	font-size: 13px;
	color: rgb(169,169,169);	
}
.comment-form textarea::-webkit-input-placeholder {
	color: rgb(169,169,169);	
}
.comment-form textarea:-moz-placeholder {
	color: rgb(169,169,169);	
   opacity:  1;
}
.comment-form textarea::-moz-placeholder {
	color: rgb(169,169,169);	
   opacity:  1;
}
.comment-form textarea:-ms-input-placeholder {
	color: rgb(169,169,169);	
}
.comment-form input:focus,.comment-form textarea:focus{
	outline: none;
	border-color: transparent;
	box-shadow: none;
}
.comment-form textarea{
	border-radius: 0;
	background: rgb(233,233,232);
	padding: 40px;
	border:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	max-width: 848px;
	font-size: 13px;
	color: rgb(169,169,169);
	margin-bottom: 30px;
	width: 100%;
}
.comment-form input[type=submit]{
	float: right;
	text-transform: uppercase;
	color: rgb(255,255,255);
	border:2px solid;
	padding: 8px 30px;
	font-size: 13px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	border-radius: 2px;
}
.comment-form input[type=submit]:hover{
	background: transparent;
}
.comment-form .form-submit{
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
/* End comment */

.author-data{
	background: #fff;
	padding: 40px 30px;
	margin-bottom: 100px;
}
.author-data img{
	float: left;
}
.author-data .author-name p{
	font-size: 26px;
	font-weight: 600;
	color: rgb(48,48,48);
	margin-bottom: 17px;
	text-transform: uppercase;
}
.author-data .author-info{
	margin-left: 118px;
}
.author-data .author-description p{
	color: rgb(129,129,129);
	line-height: 25px;
}
/* End sing parralax */

/* Blog */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none!important;
}

/* Top bar */
.top-bar{
	width: 100%;
	background: rgb(30,30,30);
	padding: 10px 50px;
}
.top-nav li{
	float: left;
	margin-right: 30px;
}
.top-nav li:last-child{
	margin-right: 0;
}
.top-nav li a{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
.top-bar .socials{
	width: auto;
	float: right;
}
.top-bar .socials a i {
	width: 22px;
	height: 22px;
	border-radius: 22px;
	line-height: 19px;
}
.top-bar .socials a{
	margin-bottom: 0;
	font-size: 12px;
	margin-right: 3px;
}
.top-bar .socials a i{
	color: rgb(48,48,48);
	background: #fff;
	border-color: #fff;
}
.top-bar .socials a i:hover{
	color: #fff;
}
.header{
	border-bottom: 1px solid rgb(229,229,229);
	height: 210px;
	position: relative;
}
.header-search{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background:#fff;
	display: none;
	z-index: 10;
}
.header-search form{
	display: block;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	max-width: 560px;
	width: 100%;
}
.header-search form .search-button {
	position: absolute;
	left: 0;
	top: 50%;
	border: 0;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	height: 25px;
	width: 40px;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	font-size: 13px;
	line-height: 17px;
}
.header-search form .search-field {
	border: 0;
	border-bottom: 1px solid rgb(204,204,204);
	width: 100%;
	padding: 10px 0 12px 55px;
	font-size: 23px;
	font-style: italic;
	color: rgb(191,191,191);
}
.menuclose {
	width: 85px;
	right: 0;
	height: 85px;
	line-height: 80px;
	position: absolute;
	cursor: pointer;
}
.menuclose::before {
	content: "";
	background: url(../img/plus.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 42px;
	height: 42px;
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
}
.menuclose:hover::before {
	-ms-transform: translate(-50%,-50%) rotate(135deg);
	-webkit-transform: translate(-50%,-50%) rotate(135deg);
	transform: translate(-50%,-50%) rotate(135deg);
}
.header .mobile-buttons button{
	border:0;
	background: transparent;
	font-size: 26px;
}
.header .logo-wrapper{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
}
.header .logo-wrapper img{
	max-height: 160px;
	margin: 0 auto;
}
.header .logo-wrapper p{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
.header .logo-wrapper a:hover{
	color: rgb(41,41,41);
}
.header .mobile-buttons{
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}
header{
	text-align: center;
	background: #fff;
}
.navigation-bar{
	display: inline-block;
	padding: 21px 0;
}
.navigation-wrapper .container{
	position: relative;
}
.navigation-bar > li{
	float: left;
	/*margin-right: 35px;*/
    margin-right: 45px;
}
.navigation-bar li a{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.navigation-bar li ul li a{
	font-weight: 600;
	font-size: 13px;
}
.navigation-bar li:last-child{
	margin-right: 0;
}
.navigation-bar li.menu-dropdown > ul:not(.uber-menu) {
	display: none;
	position: absolute;
	list-style: none;
	background: rgb(52,52,52);
	padding: 15px;
	max-width: 225px;
	z-index: 2;
	transition: top .3s;
	-webkit-transition: top .3s;
	-moz-transition: top .3s;
	-ms-transition: top .3s;
	-o-transition: top 3s;
	margin-top: 26px;
	text-align: left;
}
.navigation-bar li.menu-dropdown > ul li a {
	color: rgb(133,134,134);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.navigation-bar li.menu-dropdown > ul li a:hover {
	color: rgb(255,255,255);
	text-decoration: none;
}
.navigation-wrapper{
	position: relative;
	background: #fff;
}
.uber-menu {
	display: none;
	padding: 20px 40px;
	position: absolute;
	white-space: nowrap;
	background: rgb(52,52,52);
	right: 30px;
	width: 100%;
	width: calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -ms-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	z-index: 2;
	margin-top: 26px;
	transition: top 3s;
	-webkit-transition: top .3s;
	-moz-transition: top .3s;
	-ms-transition: top .3s;
	-o-transition: top .3s;
}
.uber-menu ul li a {
	color: rgb(133,134,134);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	white-space: initial;
}
.uber-menu ul li a:hover{
	color: #fff;
}
.uber-menu ul li {
	line-height: 30px;
	text-align: left;
}
.uber-menu .sub-menu-heading {
	color: rgb(255,255,255);
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
	margin: 10px 0;
}
/* End top bar */

/* Widget */
.widget{
	padding: 50px 30px;
	background: #fff;
	margin-bottom: 30px;
}
.sidebar-widget-title{
	text-align: center;
	color: rgb(48,48,48);
	margin-bottom: 35px;
	font-weight: 600;
}
.login-widget > p{
	text-align: center;
	color: rgb(129,129,129);
	line-height: 25px;
	margin-bottom: 37px;
}
.login-widget .login-form .input-group{
	position: relative;
}
.login-widget .login-form .input-group input{
	border:0;
	border-bottom: 1px solid rgb(204,204,204);
	width: 100%;
	padding: 10px 0 12px 55px;
	font-size: 13px;
	color: rgb(191,191,191); 
}
.login-widget .login-form .input-group input::-webkit-input-placeholder {
   color: rgb(191,191,191);
   font-style: italic;
}

.login-widget .login-form .input-group input:-moz-placeholder { /* Firefox 18- */
   color: rgb(191,191,191);  
   font-style: italic;
}

.login-widget .login-form .input-group input::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(191,191,191); 
   font-style: italic; 
}

.login-widget .login-form .input-group input:-ms-input-placeholder {  
   color: rgb(191,191,191); 
   font-style: italic; 
}
.login-widget .login-form .input-group .input-group-addon{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	height: 25px;
	width: 40px;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	font-size: 13px;
	line-height: 25px;
}
.login-widget .login-form .input-group:first-child{
	margin-bottom: 24px;
}
.login-widget .login-form{
	text-align: center;
}
.login-widget .login-form .button{
	border: 0;
	background: transparent;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-webkit-transition:all .3s;
	margin-top: 45px;
}
.login-widget .login-form .button:hover{
	color: rgb(48,48,48);
}

/* Search */
.search-form .input-group{
	position: relative;
}
.search-form .search-button{
	position: absolute;
	left: 0;
	top: 50%;
	border:0;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	height: 25px;
	width: 40px;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	font-size: 13px;
	line-height: 17px;
}
.search-form .search-field{
	border: 0;
	border-bottom: 1px solid rgb(204,204,204);
	width: 100%;
	padding: 10px 0 12px 55px;
	font-size: 13px;
	color: rgb(191,191,191);
}
.search-form .search-field::-webkit-input-placeholder {
   color: rgb(191,191,191);
   font-style: italic;
}
.search-form .search-field:-moz-placeholder { /* Firefox 18- */
   color: rgb(191,191,191);  
   font-style: italic;
}
.search-form .search-field::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(191,191,191); 
   font-style: italic; 
}
.search-form .search-field:-ms-input-placeholder {  
   color: rgb(191,191,191); 
   font-style: italic; 
}
.search-widget{
	text-align: center;
}
/* Tags */
.tags-widget{
	text-align: center;
}
.terms .tag {
	line-height: 38px;
	margin-right: -2px;
	margin-bottom: 2px;
	padding: 0 10px;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	color: rgb(255,255,255);
	transition: 0.35s ease;
	-webkit-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-ms-transition: 0.35s ease;
	border: 2px solid;
}
.terms .tag:hover{
	background: transparent;
}
.terms{
	text-align: center;
/*	font-size: 0;*/
}
/* Latest posts/popular post/best-seller */
.latest-post-widget,.popular-post-widget,.best-seller-widget{
	text-align: center;
}
.latest-post li,.popular-post li,.best-seller li{
	font-size: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.latest-post li a img,.popular-post li a img,.best-seller li a img{ 
	float: left;
	border-radius: 89px;
}
.latest-post .info span,.popular-post .info span,.best-seller .info span{
	font-size: 13px;
	font-weight: 600;
	position: relative;
	letter-spacing: 3px;
	margin-bottom: 15px;
	display: block;
}
.latest-post .info span::after,.popular-post .info span::after,.best-seller .info span::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	height: 2px;
	width: 36px;
}
.latest-post .info,.popular-post .info,.best-seller .info{
	margin-left: 110px;
	padding: 10px 0;
	text-align: left;
}
.latest-post .info p,.popular-post .info p,.best-seller .info p{
	font-size: 13px;
	font-weight: 600;
	color: rgb(48,48,48);
	line-height: 14px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
/* Filtering */
.slider-filtering-widget{

}
.range-price{
	color: rgb(0,0,0);
	width: 60px;
	border: 0;
	text-align: right;
}
.ui-slider-handle{
	cursor: e-resize !important;
	border-radius: 17px !important;
	border:0 !important;
}
.ui-slider .ui-slider-handle:focus{
	outline: none;
	background: rgb(237,237,237);
}
.ui-slider .ui-slider-handle{
	border-radius: 17px;
}
.slider-filtering p{
	display: inline-block;
	float: right;
}
.accordion div.ui-widget-content{
	border: none;
}
.slider-filtering-widget .filter{
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	padding: 3px 8px;
	border-radius: 2px;
	cursor: pointer;
	border:2px solid;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	float: left;
}
.slider-filtering-widget .filter:hover{
	text-decoration: none;	
}
.slider-filtering-widget .filter{
	font-size: 13px;
}
.ui-corner-all{
	border-radius: 0;
}
.price-preview{
	margin-top: 17px;
}
.ui-slider-horizontal {
	height: 0.4em;
	background: rgb(229,229,229);
	border: 0;
}
.ui-slider-horizontal .ui-slider-handle{
	top: -0.2em;
}
.slider-filtering-widget .filter:hover{
	background: transparent;
}
.price-preview input,.price-preview p{
	color: rgb(48,48,48);
	font-weight: 600;
}
.price-preview p{
	float: right;
}
.price-preview p label{
	font-size: 13px;
}
.ui-slider .ui-slider-handle{
	width: 0.8em;
	height: 0.8em;
}
/* Latest post widget */
.latest-comments-widget{

}
.latest-comments li{
	margin-bottom: 45px;
	padding-bottom: 44px;
	border-bottom: 1px solid rgb(229,229,229);
}
.latest-comments li:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.latest-comments li .title{
	font-size: 13px;
	font-weight: 600;
}
.latest-comments li .author,.latest-comments li .author a{
	font-style: italic;
	color: rgb(196,196,196);
	transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	margin-bottom: 10px;
}
.latest-comments li .content{
	color: rgb(129,129,129);
	line-height: 25px;
}
/* Likes widget */
.likes-widget{

}
.likes-widget .likes li{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.likes-widget .likes li:nth-child(3n){
	margin-right: 0;
}
.likes-widget .likes li:last-child span{
	width: 89px;
	height: 89px;
	display: block;
	border:3px solid;
	text-align: center;
	line-height: 83px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 89px;
}
.widget_ht_authors ul.likes{
	text-align: center;
}
.widget_ht_authors ul.likes li{
	float: none;
	display: inline-block;
	margin-left: 7.5px;
	margin-right: 7.5px;
}
.widget_ht_authors ul.likes li:nth-child(3n){
	margin-right: 7.5px;	
}

/*Video widget*/
.video-widget{

}
.video-widget .video-container{
	position: relative;
}
.video-container{
	height: 285px;
}
.video-container .play{
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	font-size: 29px;
	color: #fff;
	text-align: center;
	line-height: 90px;
}
.video-container .play::after{
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -44px 0 0 -47px;
	border-radius: 50%;
	border: 3px solid;
	height: 88px;
	width: 88px;
	cursor: pointer;
	color: #fff;
 }
 .video-container img{
 	width: 100%;
 }
 .video-container .play:hover::after{
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
/*Most comented widget*/
.most-commented-widget{

}
.most-commented li{
	margin-bottom: 24px;
}
.most-commented li:last-child{
	margin-bottom: 0;
}
.most-commented li a{
	font-weight: 600;
	font-size: 13px;
	white-space: nowrap;
	max-width: 75%;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}
.most-commented li span{
	float: right;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	margin-top: -22px;
	font-weight: 600;
	font-size: 13px;
}
/*About me*/
.about-me-widget,.about-me-widget.widget{
	padding: 40px 0 0 0;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.about-me-widget::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0;
	right: 40px;
}
.about-me-widget .inner::before {
	width: 40px;
	content: '';
	position: absolute;
	right: 0;
	border-top: 40px solid transparent;
	border-left: 40px solid;
	top: 0;
}
.about-me-widget .socials a i{
	border-color: #fff;
	width: 55px;
	height: 55px;
	line-height: 49px;
}
.about-me-widget .socials a i:hover{
	border-color: #fff;
	background: #fff;
}
.about-me-widget .socials a{
	margin-right: 25px;
}
.about-me-widget .socials{
	margin: 44px 0 -18px;
}

.about-me-widget::after {
content: '';
position: absolute;
right: 0;
border-top: 40px solid transparent;
border-left: 40px solid rgba(0,0,0,0.1);
top: 0;
}
.about-me-widget .inner > h2{
	color: #fff;
	font-weight: 400;
}
.about-me-widget .inner{
	padding: 10px 30px 50px 30px;
}
.about-me-widget img{
	display: inline-block;
	font-size: 0;
	border-radius: 226px;
	max-width: 225px;
	margin-bottom: 38px;
	width: 100%;
}
.about-me-widget p{
	color: #fff;
	line-height: 25px;
}
/*Newsletter-widget*/
.newsletter-widget{
	text-align: center;
	overflow: hidden;
}
.widget_ht_newsletter{
	position: relative;
}
.newsletter .input-group{
	position: relative;
}
.newsletter .input-group input {
	border: 0;
	border-bottom: 1px solid rgb(204,204,204);
	width: 100%;
	padding: 10px 0 12px 55px;
	font-size: 13px;
	color: rgb(191,191,191);
}
.newsletter .input-group input::-webkit-input-placeholder {
   color: rgb(191,191,191);
   font-style: italic;
}
.newsletter .input-group input:-moz-placeholder { /* Firefox 18- */
   color: rgb(191,191,191);  
   font-style: italic;
}
.newsletter .input-group input::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(191,191,191); 
   font-style: italic; 
}
.newsletter .input-group input:-ms-input-placeholder {  
   color: rgb(191,191,191); 
   font-style: italic; 
}
.newsletter .input-group .input-group-addon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	height: 25px;
	width: 40px;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	font-size: 13px;
	line-height: 25px;
}
.newsletter .button {
	border: 0;
	background: transparent;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	margin-top: 45px;
}
.newsletter .button:hover{
	color: rgb(48,48,48);
}
.newsletter p{
	color: rgb(129,129,129);
	line-height: 25px;
	margin-bottom: 42px;
}
.newsletter span.leftcorner{
	position: absolute;
	left: 0;
	bottom: 0;
}
/*Text widget*/
.text-widget{
	text-align: center;
}
.text-widget .text{
	color: rgb(129,129,129);
	line-height: 25px;
}
/*Advertisment widget*/
.advertise-widget.widget{
	padding: 0;
	background: transparent;
}
.advertise-widget img{
	width: 100%;
}
/*Social widget*/
.social-widget{
	text-align: center;
}
.widget_ht_social_links{
	padding: 50px 30px 35px 30px;
}
.social-widget .socials a i{
	width: 55px;
	height: 55px;
	line-height: 50px;
	background: transparent;
}
.social-widget .socials a{
	margin-right: 20px;
	font-size: 23px;
}
.social-widget .socials a:nth-child(4){
	margin-right: 0;
}
/*Lates-review-widget*/
.lates-review-widget{

}
.lates-review-widget .progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
	border-radius: 2px;
	overflow: visible;
	width: 100%;
	margin-bottom: 5px;
}
.lates-review-widget .progress-bars{
	margin-bottom: 0;
}
.lates-review-widget .progress-bar .text span:first-child,.lates-review-widget .progress-bar .text span{
	text-transform: inherit;
	font-size: 13px;
}
.lates-review-widget .progress-bar:last-child{
	margin-bottom: 0;
}
.lates-review-widget .progress-bar .text {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	font-weight: 600;
}
.lates-review-widget .progress-bar .text span:last-child {
	float: right;
}
.lates-review-widget .progress {
	height: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}
.lates-review-widget .bar{
	background: rgb(229,229,229);
}
.single-blog-widget,.single-blog-widget.widget{
	padding: 0;
	padding-bottom: 98px;
}
.single-blog-widget .slider-control ul a i{
	width: inherit;
	height: inherit;
	line-height: inherit;
	border: none;
}
.single-blog-widget .post-wrapper .post-body .author{
	margin-bottom: 0;
}
.single-blog-widget .post-wrapper .post-body h1 a{
	font-size: 26px;
}
.single-blog-widget .post-wrapper .post-body{
	margin-bottom: 0;
}
.single-blog-widget .hslider-markers{
	display: none;
}
.single-blog-widget .post-body h1{
	font-size: 26px;
	font-weight: 600;
}
.single-blog-widget .slider-control{
	background: transparent;
	left: 30px;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	bottom: 50px;
	height: auto;
	padding: 0;
}
.single-blog-widget .slider-control .slider-arrow li{
	float: left;
	margin-right: 5px;
}
.single-blog-widget .slider-control .slider-arrow li a{
	font-size: 10px;
	display: block;
	position: relative;
	text-align: center;
	line-height: 23px;
	width: 24px;
}
.single-blog-widget .slider-control .slider-arrow li a::after{
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	border:2px solid;
	top: 0;
	left: 0;
	border-radius: 24px;
}
/* End widget */

/* 404 error */
.wrap-404 {
	font-size: 230px;
	line-height: 230px;
	font-weight: 700;
	padding: 93px 15px;
	position: relative;
	background: #fff;
	text-align: center;
	color: rgb(51,51,51);
}
.call{
	background: #fff;
	text-align: center;
	color: rgb(51,51,51);
	padding: 93px 15px;
}
.wrap-404 i {
	font-size: 200px;
}
.wrap-404 i::before {
	margin-left: 0;
	margin-right: 0;
}
.wrap-404::after {
	height: 1px;
	content: "";
	width: 94%;
	position: absolute;
	bottom: 0;
	background: rgb(229,229,229);
	left: 50%;
	transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.call h3{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 43px;
	position: relative;
}
.call h3::after{
	content: "";
	position: absolute;
	width: 105px;
	height: 2px;
	left: 50%;
	margin-left: -52.5px;
	bottom: -21px;
}
.call p{
	color: rgb(119,119,119);
	font-size: 18px;
	margin-bottom: 32px;
}
.call .button{
/*	padding: 8px 33px;*/
	color: #fff;
}
.call .button:hover{
	background: transparent;
}
/* End 404 error */

/* Go to top button */
#totop{
	position: fixed;
	right: -60px;
	bottom: 30px;
	line-height: 47px;
	text-align: center;
	width: 47px;
	font-size: 10px;
	z-index: 10;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	cursor: pointer;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
}
#totop i {
	font-size: 10px;
	color: #fff;
}
#totop.collapsed {
	right: 30px;
}
/* End go to top button */

/* Footer */
.footer-widgets{
	background: #fff;
}
.footer-widget-title{
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 30px;
	position: relative;
}
.footer-widgets .newsletter span.leftcorner{
	left: 15px;
}
.footer-widget-title::after{
	content: "";
	width: 37px;
	height: 2px;
	background: rgb(48,48,48);
	position: absolute;
	left: 0;
	bottom: -8px;
}
.footer-widgets .social-widget{
	text-align: left;
}
footer .likes-widget .likes li:nth-child(3n),footer .likes-widget .likes li{
	margin-right: 12px;
}
footer .likes-widget .likes li:last-child{
	margin-right: 0;
}
footer .text-widget{
	text-align: left;
}
footer .likes-widget {
/*	padding: 30px 30px 35px;*/
}
footer .widget {
	padding: 30px 0 35px;
}
.footer-widgets .widgets-left .widget,.footer-widgets .widgets-right .widget{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.footer-widgets .widgets-left > :first-child,.footer-widgets .widgets-right > :first-child{
	padding-top: 30px;
}
.footer-widgets .widgets-left > *::after,.footer-widgets .widgets-right > *::after{
	content: "";
	width: 90%;
	width: calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -ms-calc(100% - 30px);
	height: 1px;
	position: absolute;
	background: rgb(229,229,229);
	left: 15px;
	bottom: 0;
}
.footer-widgets .widgets-left > *:last-child::after,.footer-widgets .widgets-right > *:last-child::after{
	content: none;
}
.footer-widgets .text-widget {
/*	padding: 15px 30px;*/
}
.widgets-left,.widgets-right{
	position: relative;
}
.video-widget .video-container{
	height: auto;
}
.widgets-left::after,.widgets-right::after{
	content: "";
	position: absolute;
	height: 90%;
	height: calc(100% - 60px);
	height: -moz-calc(100% - 60px);
	height: -ms-calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
	width: 1px;
	background: rgb(229,229,229);
	top: 30px;
}
.widgets-left::after{
	right: 0;
}
.widgets-right::after{
	left: -1px;
}
.copyright-bar{
	background: rgb(30,30,30);
	text-align: center;
	padding: 18px 0;
}
.copyright-bar .copyright-text{
	color: rgb(133,134,134);
}
footer .social-widget .socials a:nth-child(4),footer .social-widget .socials a{
	margin-right: 18px;
}
footer .social-widget .socials a:last-child{
	margin-right: 0;
}
footer .newsletter p{
	text-align: left;
}
/* End footer */

/* Accordions */
.accordion h4 {
	cursor: pointer;
	display: table;
	width: 100%;
	position: relative;
	margin: 30px 0 0;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	padding: 12px 0 14px 57px;
	color: rgb(41,41,41);
	font-size: 16px;
	font-weight: 600;
}
.accordion h4:first-child{
	margin-top: 0px;
}
.accordion .ui-accordion-content p:first-child{
	padding-top: 7px;
}
.accordion h4:focus{
	outline: none;
}
.accordion h4.ui-state-active i{
	color: rgb(255,255,255);
}
.accordion h4 i{
	width: 40px;
	height: 40px;
	border-radius: 2px;
	text-align: center;
	line-height: 40px;
	background: rgb(233,234,234);
	position: absolute;
	top: 0;
	left: 0;
}
.accordion.alt h4{
	background: rgb(233,234,234);
}
.accordion h4.ui-state-active i:before{
	content: '\e824';
}
.accordion div p{
	line-height: 25px;
	padding-left: 60px;
	color: rgb(129,129,129);
}
.accordion.alt h4.ui-state-active {
	color: #fff;
}
.accordion h4.ui-corner-all{
/*	margin-bottom: 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;*/
}
/* End Accordions */

/* Call outs */
.fullwidth .ht-callout .container{
	margin-bottom: 0;
}
.ht-callout {
	padding: 40px 0 0 0;
	position: relative;
	overflow: hidden;
}
.ht-callout .inner{
	padding: 30px 45px 70px;
}
.ht-callout .button.solid{
/*	padding: 10px 47.5px;*/
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}
.ht-callout .button.solid:hover{
	color: rgb(255,255,255);
}
.ht-callout.alt .button.solid:hover{
	background: transparent;
}
.ht-callout .button.solid{
	background: rgb(255,255,255);
	border-color: rgb(255,255,255);
}
.ht-callout.alt  .button.solid{
	color: rgb(255,255,255);
}
.fullwidth .ht-callout .container{
	position: relative;
}
.fullwidth .ht-callout .container a{
	right: 15px;
}
.ht-callout h3{
	display: inline-block;
	color: rgb(255,255,255);
	margin: 0;
	font-weight: 400;
	margin-right: 200px;
}
.ht-callout.alt .inner,.ht-callout.alt::before{
	background: rgb(233,233,232);
}
.ht-callout.alt h3{
	color: #303030;
}
.ht-callout::after {
	content: '';
	position: absolute;
	right: 0;
	border-top: 40px solid transparent;
	border-left: 40px solid rgba(0,0,0,0.1); 
	top: 0;
}
.ht-callout.alt::after{
	border-left-color: rgb(233,233,232);
}
.ht-callout::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0;
	right: 40px;
}
/* End Call outs */

/* Contact form */
.contact-form{
	display: inline-block;
	width: 100%;
}
.contact-form p{
	display: block;
	width: 50%;
	float: left;
	padding-right: 30px;
	margin-bottom: 50px;
}
.contact-form p input,.contact-form textarea{
	width: 100%;
}
.contact-form p input{
	height: 85px;
	box-shadow: none;
	border:0;
	background: rgb(233,233,234);
	padding-left: 40px;
	font-size: 13px;
}
.contact-form textarea{
	box-shadow: none;
	border:0;
	background: rgb(233,233,234);
	padding-left: 40px;	
	padding-top: 30px;
}
.contact-form p input:focus,.contact-form textarea{
	outline: none;
}
.contact-form p:nth-child(3n),.contact-form p:nth-child(5n){
	padding-right: 0;
}
.contact-form p:nth-last-child(3),.contact-form p:nth-last-child(2){
	width: 100%;padding-right: 0;
}
.contact-form input[type="submit"]{
	width: auto;
	float: right;
	height: auto;
	border: 2px solid;
	margin-top: -20px;
}
.contact-form input[type="submit"]:hover{
	background: transparent;
}
/* End contact form */

/* Content boxes */
.content-box {
	width: 100%;
	display: table;
	border: 1px solid rgb(233,234,234);
}
.content-box a{
/*	width: 100%;
	height: 100%;
	display: table;
	position: relative;*/
}
.content-box:focus{
	outline: none;
}
.content-box:hover a.button{
	transform: translate(-50%,-70%);
	-webkit-transform: translate(-50%,-70%);
	-moz-transform: translate(-50%,-70%);
	-ms-transform: translate(-50%,-70%);
	-o-transform: translate(-50%,-70%);
	opacity: 1;	
}
.content-box:hover .separator{
	transform: translate(0,5px);
	-webkit-transform: translate(0,5px);
	-moz-transform: translate(0,5px);
	-ms-transform: translate(0,5px);
	-o-transform: translate(0,5px);	
}
.content-box:hover .text{
	transform: translate(0,-180%);
	-webkit-transform: translate(0,-180%);
	-moz-transform: translate(0,-180%);
	-ms-transform: translate(0,-180%);
	-o-transform: translate(0,-180%);	
}
.content-box:hover .content-icon{
	transform: translate(0,-30%);
	-webkit-transform: translate(0,-30%);
	-moz-transform: translate(0,-30%);
	-ms-transform: translate(0,-30%);
	-o-transform: translate(0,-30%);	
}
.content-box a.button{
	color: rgb(255,255,255);
	position: absolute;
	left: 50%;
	transform: translate(-50%,-150%);
	-webkit-transform: translate(-50%,-150%);
	-moz-transform: translate(-50%,-150%);
	-o-transform: translate(-50%,-150%);
	-ms-transform: translate(-50%,-150%);
	opacity: 0;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
}
.content-box.bg a.button,.content-box.alt a.button{
	background: rgb(255,255,255);
	border-color: rgb(255,255,255);
}
.content-box.bg a.button:hover,.content-box.alt a.button:hover{
	background: transparent;
	color: rgb(255,255,255);
}
.content-box a.button:hover{
	background: transparent;
}
.content-box a:hover{
	text-decoration: none;
}
.content-box.alt .divcontent{
	border:0;
}
.divcontent {
/*	height: 160px;
	width: 80%;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;*/
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.divcontent .content-icon{
	font-size: 60px;
	padding-bottom: 25px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
}
.divcontent .separator{
	width: 130px;
	height: 1px;
	background: rgb(233,234,234);	
	margin: 10px auto;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
}
.divcontent .text{
	padding-top: 25px;
	font-size: 18px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
}
.content-box.bg{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
}
.content-box.bg,.content-box.bg .content-icon,.content-box.alt ,.content-box.alt  .content-icon,.content-box.bg a,.content-box.alt a{
	color: rgb(255,255,255);
}
.content-box.bg .separator{
	background: rgb(255,255,255);
}
.col-md-6 .content-box{
	height: 400px;
	margin-bottom: 30px;
}
.col-md-4 .content-box{
	height: 360px;
	margin-bottom: 30px;
}
.col-md-3 .content-box{
	height: 260px;
	margin-bottom: 30px;
}
.col-md-3 .content-box .button{
	padding: 9px 30px;
}
/* End Content boxes */

/* Counter box */
.counter-box{
	text-align: center;
}
.counter-box i{
	font-size: 55px;	
}
.counter-box .count{
	font-size: 50px;
	font-weight: 800;
	margin-top: 17px;
}
.counter-box .text{
	font-size: 18px;
	color: rgb(119,119,119);
	margin-top: -10px;
}
.couters-wrapper{
	margin-bottom: 65px;
}
/* End Counter box */

/* Progress bar */
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.progress-bars{
	margin-bottom: 40px;
}
.progress {
	background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
	background-image: -o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));
	background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
}
.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar .text{
	color: #303030;
	background: transparent;
	display: inline-block;
	width: 100%;
}
.progress-bar .text span{
	font-size: 18px;
	font-weight: 600;
}
.progress-bar .text span:first-child{
	float: left;
	text-transform: uppercase;
}
.progress-bar .text span:last-child{
	float: right;
}
.progress-bar {
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none !important;
	-moz-background-image: none !important;
	-ms-background-image: none !important;
	-webkit-background-image: none !important;
	filter:none;
	background: transparent;
	overflow: visible;
	width: 100%;
	margin-bottom: 4px;
}
.progress-bar .bar{
	background: rgb(213,213,211);
}
.progress-bar .progress {
	box-shadow: none;
	position: a;
	border-radius: inherit;
}
/* End Progress bar */

/* Post accordion */
.post-accordion .post-text h5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}
.post .post-text h5 a:hover, .post-accordion .post-text h5 a:hover{
	text-decoration: none;
}
.post .post-thumb:hover .overlay,.post-accordion .post-thumb:hover .overlay{
	opacity: 1;
}
.post-accordion .post-thumb{
	position: relative;
}
.post-accordion .post-thumb img{
	width: 100%;
}
.post-accordion .post-text{
	line-height: 25px;
}
.elementmove{
	position: absolute;
	float: none;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.elementmove:nth-child(2){
	left: 50%;
}
.elementmove:last-child{
	left:75%;
}
.left50{
	left: 50% !important;
}
.left75{
	left: 75% !important;
}
.left25{
	left: 25% !important;
}
.elementsacc {
	position: relative;
	height: 263px;
	overflow: hidden;
}
.post-accordion .post-text h5 a{
	color: #303030;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.coverbox .post-text p {
	color: rgb(129,129,129);
	margin: 14px 0;
	display: block;
	height: 12.5em;
	overflow: hidden;
}
.coverbox .button{
	color: #fff;
}
.coverbox .button {
/*	padding: 5px 39px;*/
}
.coverbox .button:hover{
	background: transparent;
}
/* End post accordion */

/* Fancybutton */
.fancybutton{
	padding: 58px;
	text-align: center;
/*	margin-bottom: 95px;*/
}
a.fancy{
	position: relative;
	display: inline-block;
	padding: 6px 9px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 22px;
	overflow: hidden;
}
a.fancy:hover{
	color: #fff;
}
a.fancy:hover::before {
	margin-left: -20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.fancy:hover::after {
	margin-left: -20px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
a.fancy:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: 1px;
	height: 2px;
	margin-top: -1px;
	background: rgb(255,255,255);
	content: '';
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}
a.fancy:after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 2px;
	margin-top: -1px;
	background: rgb(255,255,255);
	content: '';
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;	
}
.fancybutton.alt{
	background: rgb(233,233,232);
}
.fancybutton.alt a.fancy:hover{
	color: #000;
}
.fancybutton.alt a{
	color: #303030;
}
.fancybutton.alt a::before,.fancybutton.alt a::after{
	background: rgb(0,0,0);
}
/* END fancybutton */

/* Icon contents */
.icons-content{
/*	margin-bottom: 95px;*/
}
.icon-content h4{
	font-size: 18px;
	font-weight: 600;
	margin: 5px 0 24px;
	position: relative;
}
.icon-content h4::after{
	content: "";
	height: 2px;
	width: 45px;
	position: absolute;
	bottom: -12px;
	left: 0;
}
.icon-content{
	float: left;
}
.icon-content .text p{
	color: rgb(119,119,119);
	line-height: 25px;
}
.icon-content.icon-top{
	text-align: center;
}
.icon-content.icon-top .icon{
	width: 90px;
	height: 90px;
	font-size: 30px;
	color: rgb(255,255,255);
	background: rgb(213,213,211);
	border-radius: 90px;
	text-align: center;
	line-height: 90px;
	margin: 0 auto 30px;
}
.icon-content.icon-top h4:after{
	left: 50%;
	margin-left: -22.5px;
	bottom: -17.5px;
}
.icon-content.icon-top h4{
	margin: 5px 0 35px;
}
.icon-content.icon-top .text p{
	padding: 0 25px;
	margin-top: -6px;
}
.icon-content.icon-lg{
	margin-bottom: 34px;
}
.icon-content .icon{
    -webkit-animation: in 1s;
    -moz-animation: in 1s;
    -ms-animation: in 1s;
    animation-name: in;
    animation-duration: 1s;	
}
.icon-content.icon-sm .icon{
	-webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation-name: none;
}
.icon-content.icon-sm .icon:hover{
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation-name: none;
}
.icon-content .icon:hover{
    -webkit-animation: out 1s;
    -moz-animation: out 1s;
    -ms-animation: out 1s
    animation-name: out;
    animation-duration: 1s;	
}

@-webkit-keyframes in {
    from   { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg);}
}

@-webkit-keyframes out {
    0%   { -webkit-transform: rotate(360deg); }
    100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes in {
    from   { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg);}
}

@-moz-keyframes out {
    0%   { -moz-transform: rotate(360deg); }
    100% { -moz-transform: rotate(0deg); }
}
@-ms-keyframes in {
    from   { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg);}
}

@-ms-keyframes out {
    0%   { -ms-transform: rotate(360deg); }
    100% { -ms-transform: rotate(0deg); }
}
@keyframes in {
    from   { transform: rotate(0deg); }
    to { transform: rotate(360deg);}
}

@keyframes out {
    0%   { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}

.icon-content .icon{
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
}
.icon-content.icon-lg  .icon{
	width: 90px;
	height: 90px;
	font-size: 30px;
	color: rgb(255,255,255);
	background: rgb(200,200,200);
	border-radius: 90px;
	text-align: center;
	line-height: 90px;
	float: left;
	margin-right: 34px;
}
.icon-content.icon-sm .icon:hover{
	background: transparent;
}
.icon-content.icon-lg  .text{
	margin-left: 134px;
}
.col-md-2 .icon-content.icon-lg .text{
	float: left;
	margin-left: 0;
}
.icon-content .text a{
	color: #303030;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
}
.icon-content .text a:hover{
	text-decoration: none;
}
.icon-content.icon-sm h4:after{
	content: none;
}
.icon-content.icon-sm{
	margin-bottom: 53px;
}
.icon-content.icon-sm .icon{
	float: left;
	font-size: 30px;
	margin-right: 20px;
}
.icon-content.icon-sm .text{
	float: left;
	width: 80%;
	width: calc(100% - 62px);
	width: -webkit-calc(100% - 62px);
	width: -moz-calc(100% - 62px);
	width: -o-calc(100% - 62px);
	width: -ms-calc(100% - 62px);
}
.icon-content.icon-sm .text p{
	line-height: 25px;
	margin-top: -5px;
}
/* End Icon contents */

/* Alert */
.alert{
	display: table;
	width: 100%;
	text-transform: uppercase;
	color: rgb(255,255,255);
	border:0;
	box-shadow: none;
	border-radius: 0;
	padding: 28px 15px;
	margin-bottom: 25px;
}
.alert i{
	display: table-cell;
	vertical-align: middle;
	padding: 0 18px;
}
.alert i, .alert .text{
	font-size: 18px;
}
.alert i{
	width: 25px;
}
.alert-info{
	background: rgb(52,152,219);
}
.alert-warning{
	background: rgb(241,196,15);
}
.alert-success{
	background: rgb(78,186,111);
}
.alert-error{
	background: rgb(231,76,50);
}
/* End Alert */

/* Pricing table */
.pricing-table{
	width: 23%;
	width: calc(25% - 23px);
	width: -webkit-calc(25% - 23px);
	width: -moz-calc(25% - 23px);
	width: -ms-calc(25% - 23px);
	width: -o-calc(25% - 23px);
	float: left;
	margin-right: 30px;
	background: rgb(233,233,233);
	text-align: center;
}
.pricing-table:last-child{
	margin-right: 0;
}
.pricing-table .head,.pricing-table .price{
	background: rgb(48,48,48);
	color: rgb(111,111,111);
	padding:0 30px;
	font-size: 16px;
}
.pricing-table .head{
	padding: 33px 30px 0;
	text-transform: uppercase;
}
.pricing-table .head h4{
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}
.pricing-table .price{
	padding: 0 30px 30px;
	margin-bottom: 20px;
}
.pricing-table .price h5 {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
}
.pricing-table.highlight .price,.pricing-table.highlight .head,.pricing-table.highlight .button{
	color: rgb(255,255,255);
}
.pricing-table .button.solid:hover,.pricing-table.highlight .button.solid:hover{
	background: transparent;
}
.pricing-table .button.solid {
	background: rgb(48,48,48);	
	border-color: rgb(48,48,48);
	color: #fff;
}
.pricing-table .button.solid:hover{
	color: rgb(48,48,48);
}
.pricing-table .amount{
	font-size: 80px;
	color: rgb(255,255,255);
	position: relative;
	padding-bottom: 2px;
	margin-top: -5px;
	display: inline-block;
}
.pricing-table .unit {
	font-size: 17px;
	position: absolute;
	top: 25px;
	left: -10px;
}
.pricing-table .field{
	color: rgb(119,119,119);
	line-height: 60px;
	font-size: 13px;
}
.pricing-table .button{
	margin: 25px 0 45px;
}
/* End pricing table */

/* Social icon */
.socials {
	text-align: center;
	display: inline-block;
}
.socials a{
	display: block;
	float: left;
	font-size: 27px;
	margin-right: 30px;
	margin-bottom: 15px;
}
.socials a i {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	border:2px solid;
	display: block;
	color: rgb(255,255,255);
	line-height: 65px;
	text-align: center;
	float: left;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}
.socials a:hover i{
	background: transparent;
}
.socials a.alt i{
	background: transparent;
	border:none;
}
.socials a.alt i:hover {
background: transparent;
}
.socials a:last-child{
	margin-right: 0;
}
.socials .inner-text{
	float: left;
	padding: 12px 0 0 15px;
	text-align: left;
}
.socials .inner-text h6 {
	margin: 0;
	font-weight: 600;
	color: #303030;
}
.socials .inner-text p{
	color: rgb(111,111,111);
	margin-top: 5px;
}
/* End Social icon */

/* Tabs */
.tabs ul{
	margin: 0;
	list-style: none;
	padding: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 12px;
}
.tabs ul li{
	float: left;
}
.tabs ul li {
	margin-right: 10px;
}
.tabs ul li:focus,.tabs ul li a:focus{
	outline: none;
}
.tabs ul li a{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	padding: 18px 20px;
	line-height: 62px;
	background: rgb(233,233,233);
	color: #303030;
}
.tabs ul li a:hover{
	text-decoration: none;
}
.tabs ul li.ui-state-active a{
	color: rgb(255,255,255);
	text-decoration: none;

}
.tabs {
	line-height: 25px;
	color: rgb(168,168,168);
}
.tabs-left  ul{
	float: left;
	width: 260px;
	margin-right: 30px;
}
.tabs-left .tab{
	float: left;
	width: 70%;
	width: calc(100% - 290px);
	width: -webkit-calc(100% - 290px);
	width: -moz-calc(100% - 290px);
	width: -ms-calc(100% - 290px);
	width: -o-calc(100% - 290px);
}
.tabs-left  ul li{
	float: none;
}
.tabs-left  ul li a{
	width: 260px;
	display: block;
	line-height: 22px;
	margin-bottom: 10px;
	text-align: center;
}
.tabs .tab p{
	font-size: 13px;
	color: rgb(129,129,129);
	margin-bottom: 24px;
}
/* End tabs */

/* Testimonial */
ol.hslider-markers li a{
	width: 16px;
	height: 16px;
	display: block;
	background: transparent;
	border-radius: 16px;
	position: relative;
	border:3px solid rgb(234,234,234);
}
ol.hslider-markers li{
	float: left;
	margin-right: 4px;
}
ol.hslider-markers li:last-child{
	margin-right: 0;
}
.testimonials{
	text-align: center;
}
.testimonials .testimonial{
	list-style: none;
}
ol.hslider-markers{
	display: inline-block;
}
.testimonials .testimonial .author{
	margin: 40px 0;
}
.testimonials .testimonial .author p{
	font-size: 15px;
}
.testimonials .testimonial .author p span{
	color:rgb(205,205,205);
	font-size: 13px;
}
.testimonials .testimonial .text{
	font-size: 18px;
	font-style: italic;
	color: rgb(119,119,119);
}

/* out-authors-wrapper */
.out-authors-wrapper .author {
	margin-bottom: 30px;
}
.out-authors-wrapper .author img{
	width: 100%;
}
.out-authors-wrapper .author h1{
	background: #fff;
	font-size: 26px;
	font-weight: 600;
	padding: 40px 10px 40px 30px;
}
/* End out-authors-wrapper */

/* Post fancy */
.post-fancy,.blog-grid .post-fancy{
	width: 100%;
	position: relative;
}
.post-fancy .post-body,.blog-grid .post-fancy .post-body{
	position: absolute;
	width: 30%;
	right: 6px;
	top: 135px
}
.post-fancy .post-media,.blog-grid .post-fancy .post-media{
	width: 70%;
}
.post-fancy .fancy-border{
	position: absolute;
	width: 100%;
	left: -30px;
	border: 9px solid;
	top: -60px;
	height: 350px;
	padding: 180px 15px 0 52px;
}
.blog-grid .post-wrapper.post-fancy .post-body .post-category{
	margin-bottom: 274px;
}
/* End post-fancy */

/* Dividers */
.divider {
    margin-bottom: 25px;
    position: relative;
    
width: 100%;
    display: inline-block;
}
.divider h3 {
    display: inline-block;
    color: rgb(51, 51, 51);
    position: relative;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.divider-1 h3{
    border-bottom: 3px solid;
    z-index: 1;
    padding-bottom: 1px;
}
.divider-1:before, .divider-3:before{
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 100%;
    border-bottom: 1px dotted rgb(219, 219, 219);
    z-index: 0;
}
.divider-1:after, .divider-3:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px dotted rgb(219, 219, 219);
    z-index: 0;
}
.divider-2 .separator {
    width: auto;
    border-top: 1px dotted rgb(219, 219, 219);
    padding-bottom: 1px;
    border-bottom: 1px dotted rgb(219, 219, 219);
    margin-top: 13px;
    position: relative;
    overflow: hidden;
}
.divider-2 .separator:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    border-bottom: 1px dotted rgb(219, 219, 219);
    z-index: 0;  
}
.divider-3:before {
    bottom: -2px;
}
.divider-3:after{
    bottom: -4px;
}
.divider-2 h3, .divider-4 h3, .divider-5 h3{
    float: left;
    margin-right: 20px;
}
.divider-4 .separator {
    width: auto;
    height: 7px;
    margin-top: 11px;
    position: relative;
    border-bottom: 1px dotted rgb(219, 219, 219);
    border-top: 1px dotted rgb(219, 219, 219);
    overflow: hidden;
}
.divider-4 .separator:after{
    content: "";
    position: absolute;
    bottom: 1px;
    right: 0;
    width: 100%;
    border-bottom: 1px dotted rgb(219, 219, 219);
    z-index: 0;
}
.divider-4 .separator:before{
    content: "";
    position: absolute;
    bottom: 3px;
    right: 0;
    width: 100%;
    border-bottom: 1px dotted rgb(219, 219, 219);
    z-index: 0;
}
.divider-5 .separator {
    width: auto;
    border-top: 1px solid rgb(219, 219, 219);
    margin-top: 14px;
    position: relative;
    overflow: hidden;
}
.divider-6{
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px;
}
.content-box-wrapper{
	margin-bottom: 20px;
}
.divider-6 h3:before{
	content: "";
	height: 1px;
	width: 700%;
	position: absolute;
	background: rgb(233,234,234);
	top: 50%;
	margin-top: -0.5px;
	right: 100%;
}
.divider-6 h3:after{
	content: "";
	height: 1px;
	width: 700%;
	position: absolute;
	background: rgb(233,234,234);
	top: 50%;
	margin-top: -0.5px;
	left: 100%;
}
.divider-6 h3{
	font-size: 18px;
	border: 1px solid rgb(233,234,234);
	padding: 10px 28px;
}
.divider-7 .separator{
	display: block;
	width: 100%;
	height: 1px;
	background: rgb(233,234,234);
}
.divider-8{
	text-align: center;
	overflow: hidden;
}
.divider-8 h3{
	font-size: 44px;
	font-weight: 100 !important;
	display: inline-block;
	text-transform: none;
	position: relative;
	font-family: 'Pinyon Script', cursive !important;
    letter-spacing: 2px;
}
.divider-8 p{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
}
.divider-8 h3::before,.divider-8 h3::after{
	content: "";
	width: 180px;
	height: 3px;
	background: rgb(41,41,41);
	position: absolute;
	top: 50%;
	margin-top: -1px;

}
.divider-8 h3::before{
	left: -205px;
}
.divider-8 h3::after{
	right: -205px;
}
/* End Dividers */

/* Boxed-posts */
.boxed-posts{
	padding-top: 40px;
	overflow: hidden;
	position: relative;
}
.boxed-posts::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0;
	right: 40px;
}
.boxed-posts::after {
	content: '';
	position: absolute;
	right: 0;
	border-top: 40px solid transparent;
	border-left: 40px solid rgba(0,0,0,0.1);
	top: 0;
}
.boxed-posts .inner::before {
	width: 40px;
	content: '';
	position: absolute;
	right: 0;
	border-top: 40px solid transparent;
	border-left: 40px solid;
	top: 0;
}
.boxed-posts .inner{
	padding: 57px 0 100px;
}
.boxed-posts .inner h3 a{
	font-size: 21px;
	font-weight: 100;
	line-height: 30px;
	font-family: jeju gothic;
}
.boxed-posts .divider h3,.boxed-posts .divider p{
	color: #fff;
}
.boxed-posts .inner .post-category:hover{
	color: rgb(41,41,41);
}
.boxed-posts .inner .post-category{
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 3px;
	position: relative;
	display: block;
	margin-bottom: 50px;
	font-family: jeju gothic;
}
.boxed-posts .inner .post-category::after{
	content: "";
	position: absolute;
	width: 37px;
	height: 2px;
	bottom: -8px;
	left: 0;
}
.boxed-posts .divider h3::before,.boxed-posts .divider h3::after{
	/*background: #fff;*/
    background: #000;
	height: 1px;
}
.boxed-posts .inner .author,.boxed-posts .inner .author a{
	color: rgb(186,186,186);
	font-family: nanum gothic;
    font-size: 12px;
}
.few-wrapper{
	padding: 0 15px;
}
.few-wrapper .post{
	width: 33.33%;
	float: left;
	padding: 0 15px;
}
.few-wrapper .post .inner{
	background: #fff;
	padding: 50px 30px;
}
.boxed-posts .divider{
	margin-bottom: 90px;
}
.boxed-posts .divider-8 p{
	font-size: 15px;
}
/* End boxed-posts */

/* Gallery single post */
.gallery-slider .slider-control{
	background: transparent;
	height: 55px;
	width: 100%;
	left: 0;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	padding: 0 30px;
	top: 50%;
}
.gallery-slider .slider-control .slider-arrow li:last-child{
	float: right;
}
/* Gallery single post */

/* Our author */
.slider-container div{
	list-style: none;
}
.our-authors .slider-control{
	position: relative;
	height: auto;
	padding: 0;
	width: 100%;
}
.our-authors .slider-control ul a i{
	width: 25px;
	height: 25px;
	line-height: 20px;
	font-size: 10px;
	border:2px solid;
}
.widget_ht_authors{
	padding:50px 30px 50px 0;
}
.widget_ht_authors .sidebar-widget-title{
	margin-left: 30px;
}
.widget_ht_authors ul.likes{
	padding-left: 30px;
}
.our-authors .slider-control{
	text-align: center;
	margin-left: 15px;
}
.our-authors .slider-control ul{
	display: inline-block;	
	padding: 7px 0 20px;
}
/* End our author */

/* our-rating */
.our-rating{
	padding-top: 40px;
	overflow: hidden;
	position: relative;
	width: 360px;
	float: left;
	margin: 0 30px 30px 0;
}
.our-rating .progress-bar .bar{
	background: #fff;
}
.circle-wrapper p{
	margin-bottom: 0 !important;
	line-height: 80px !important;
	color: rgb(41,41,41) !important;
}
.our-rating::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0;
	right: 40px;
}
.our-rating .inner::before {
	width: 40px;
	content: '';
	position: absolute;
	right: 0;
	border-top: 40px solid transparent;
	border-left: 40px solid;
	top: 0;
}
.our-rating .lates-review-widget{
	background: transparent;
	margin-bottom: 0;
	padding: 0 30px;
}
.our-rating::after {
	content: '';
	position: absolute;
	right: 0;
	border-top: 40px solid transparent;
	border-left: 40px solid rgba(0,0,0,0.1);
	top: 0;
}
.our-rating .progress-bar .text span {
	font-size: 13px;
	text-transform: inherit;
}
.our-rating .lates-review-widget .progress-bar .text{
	margin-bottom: 0;
}
.our-rating .sidebar-widget-title{
	color: #fff;
}
.our-rating .lates-review-widget h3{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 45px;
}
.our-rating .progress-bars{
	margin-bottom: 24px;
}
.circle-wrapper{
	width: 90px;
	height: 90px;
	border-radius: 90px;
	text-align: center;
	line-height: 80px;
	margin: 0 auto;
	position: relative;
}
.our-rating .inner{
	padding-bottom: 50px;
}
.circle-wrapper p{
	font-size: 26px;
	font-weight: 600;
}

.circle-wrapper canvas {
    display: block;
    position:absolute;
    top:0;
    left:0;
}
.circle-wrapper span {
    color: rgb(41,41,41);
    display:block;
    line-height:90px;
    text-align:center;
    width:90px;
    font-family:sans-serif;
    font-size:26px;
    font-weight:600;
}

/* end our-rating */

/* Pop-up */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
button.slider-button{
	position: absolute;
	height: 180px;
	width: 50px;
	font-size: 20px;
	background: rgb(213,213,211);
	color: white;
	top: 50%;
	margin-top: -90px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	cursor: pointer;
	border:0;
	z-index: 9999;
}
button.slider-button:focus{
	outline: none;
}
button.slider-button.slider-right{
	right: 0;
}
button.slider-button.slider-left{
	left: 0;
}
.close-pop{
	border: 0;
	position: absolute;
	right: 0 !important;
	top: 0 !important;
	width: 85px !important;
	height: 85px !important;
	z-index: 9999;
}
.close-pop::before{
	content: "";
	background: url(../img/plus.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 42px;
	height: 42px;
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
}
.mfp-close:hover, .mfp-close:focus{
	opacity: inherit;
}
.close-pop:hover::before{
	-ms-transform: translate(-50%,-50%) rotate(135deg);
	-webkit-transform: translate(-50%,-50%) rotate(135deg);
	transform: translate(-50%,-50%) rotate(135deg);
}
.close-pop:focus{
	outline:none;
}
.pop-video .mfp-content{
	position: initial;
}
.pop-video .close-pop{
	opacity: inherit;
}
.video-container{
	height: 385px;
	width: 100%;
	position: relative;
/*	margin-bottom: 95px;*/
}
.video-container.alt{
	height: auto;
}
.video-container.alt img{
	width: 100%;
}
.video-container a{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	/*background: url(../img/video.png) center no-repeat;*/
	width: 90px;
	height: 90px;
}
.video-container a:focus,.video-container a::after:focus{
	outline: 0;
	outline-width: 0 !important;
}

.video-container a::after{
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 -87px;
	border-radius: 50%;
	border: 2px solid white;
	height: 150px;
	width: 150px;
	cursor: pointer;
}
.video-container a:hover::after {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
/* End pop-up */

/* Partners */
.partners{
	display: inline-block;
	width: 100%;
}
.partners .partner{
	height: 115px;
	display: table;
	padding: 0 15px;
	float: left;
	width: 195px;
}
.partners .partner:last-child a{
	border-right: 1px solid rgb(233,234,234);
}
.partner.slick-slide img{
	left: 0;
}
.partners a{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	border:1px solid rgb(233,234,234);
}
.partners a img{
	width: auto;
	margin: 0 auto;
}

/* End partners */

/* Sidebar nav */
.sidebar-nav li ul{
	padding-left: 15px;
}
.sidebar-nav li a{
	font-weight: 600;
	font-size: 13px;
	line-height: 45px;
}
.sidebar-nav li ul li a{
	line-height: 25px;
}
/* End sidebar nav */

/* Start vertical menu */
.vertical-nav{
	background: rgb(41,41,41);
	position: fixed;
	left: -270px;
	top: 0;
	height: 100%;
	width: 270px;
	padding: 41px 15px 0;
	text-align: left;
	transition:left .3s;
	-moz-transition:left .3s;
	-ms-transition:left .3s;
	-webkit-transition:left .3s;
}
.vertical-nav li a{
	color: #fff;
	font-size: 13px;
	/*font-weight: 600;*/
    font-weight: 100;
	line-height: 29px;
	font-family: nanum gothic !important;
}
.vertical-nav li ul{
	padding-left: 15px;	
}
.menuicon {
	position: absolute;
	width: 92px;
	height: 92px;
	left: 40px;
	top: 50%;
	margin-top: -20px;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	text-align: center;
	line-height: 84px;
	z-index: 2;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.menuicon .lines {
	display: inline-block;
	width: 30px;
	height: 4px;
	background: rgb(41,41,41);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	min-height: 3px;
	position: relative;
	margin: 0 auto;
}
.menuicon .lines:before, .menuicon .lines:after {
	display: inline-block;
	height: 100%;
	background: rgb(41,41,41);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	min-height: 3px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: absolute;
	left: 0;
	content: '';
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	outline: 1px solid transparent;
}
.menuicon .lines::before {
	top: -8px;
	width: 100%;
}
.menuicon .lines::after {
	top: 8px;
	width: 100%;
}
.menuicon.open .lines::before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 0;
}
.menuicon.open .lines::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	top: 0;
}
.menuicon.open .lines {
	background: transparent;
}
.vertical-ads{
	margin-bottom: 20px;
}
.vertical-ads img{
	width: 100%;
	max-height: 230px
}
/* End vertical menu */

/* Blockquotes */
.blockquote{
	color: rgb(255,255,255);
	padding: 30px 30px 30px 80px;
	position: relative;
	background: rgb(233,233,232);
}
.blockquote.alt{
	color: rgb(255,255,255);
}
.blockquote span {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	display: inline;
	color: #303030;
}
.blockquote p{
	font-style: italic;
	font-size: 24px;
	display: inline;
	line-height: 24px;
}
.blockquote i{
	display: inline-block;
	float: left;
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 40px;
}
.blockquote.empty{
	color: #303030;
	background: transparent;
}
/* End Blockquotes */

/* Icon list */
.icon-list {
	list-style: none;
	padding: 0px;
	margin: 0;
}
.icon-list .element{
	display: table;
	margin-bottom: 15px;
}
.icon-list .element i{
	width: 22px;
	height: 22px;
	border-radius: 22px;
	text-align: center;
	line-height: 22px;
	font-size: 13px;
	color: rgb(255,255,255);
	font-style: normal;
	font-family: 'Roboto', sans-serif;
}
.icon-list .element p{
	padding-left: 15px;
	color: rgb(111,111,111);
}
.icon-list .element i,.icon-list .element p{
	display: table-cell;
}
.icon-list.empty .element i{
	background: transparent;
	font-size: 18px;
}
.icon-list.empty .element p{
	padding-left: 10px;
}
.icon-content.small .icon{
	margin-right: 3px;
	font-size: 18px;
}
.icon-content.small h4{
	margin: 0px 0 16px;
}
/* End Icon list */

/* Hightlights */
span.color,span.altcolor{
	padding: 2px;
	color: #fff;
}
span.altcolor{
	background: rgb(41,41,41);
}
p.hightlights{
	color: rgb(119,119,119);
	line-height: 20px;
	font-size: 13px;
	margin-bottom: 30px;
}
/* End Hightlights */

/* Dropcap */
.dropcap-container{
	font-size: 13px;
	color: rgb(119,119,119);
	line-height: 20px;
}
.dropcap {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	color: rgb(255,255,255);
	border-radius: 2px;
	font-weight: 600;
	margin-right: 10px;
}
.dropcap.dark {
	background: rgb(48,48,48);
}
.dropcap.alt{
	color: #303030;
	font-size: 26px;
	background: transparent;
}
/* End dropcap */

/* Tooltips */
span.tooltips {
  position: relative;
  display: inline;
  font-weight: 700;
  cursor: pointer;
}
span.tooltips span {
  position: absolute;
  background: #000000;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 3px;
  font-size: 13px;
  color: rgb(128,128,128);
  font-weight: 400;
  white-space: nowrap;
}
span.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
span:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  padding: 1px 10px;
  z-index: 999;
}
/* End tooltips */

.animsition-loading {
	width: 32px;
	height: 32px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
/*	background-color: #303030;*/
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes scaleout{
	0%{
		-webkit-transform:scale(0)
	}
	100%{
		-webkit-transform:scale(1);
		opacity:0
	}
}
@-moz-keyframes scaleout{
	0%{
		-moz-transform:scale(0)
	}
	100%{
		-moz-transform:scale(1);
		opacity:0
	}
}
@-ms-keyframes scaleout{
	0%{
		-ms-transform:scale(0)
	}
	100%{
		-ms-transform:scale(1);
		opacity:0
	}
}
@-o-keyframes scaleout{
	0%{
		-o-transform:scale(0)
	}
	100%{
		-o-transform:scale(1);
		opacity:0
	}
}
@keyframes scaleout{
	0%{
		transform:scale(0);
		-webkit-transform:scale(0)
	}
	100%{
		transform:scale(1);
		-webkit-transform:scale(1);
		opacity:0
	}
}
.animsition-overlay-slide {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

/*FIXES*/
/*Safari remove blinking on tap*/
*{
    -webkit-tap-highlight-color: transparent;
}

.blog-grid .post-wrapper .post-body .author{
    padding-right: 15px;
}

#main{
    position: relative;
    transition:transform .3s;
    -moz-transition:transform .3s;
    -ms-transition:transform .3s;
    -webkit-transition:transform .3s;
    left: 0;
}

.left-open #main{
    -ms-transform: translate(270px,0px); /* IE 9 */
    -webkit-transform: translate(270px,0px);  /* Safari */
    transform: translate(270px,0px);
}

.blog-wrapper .slider-control ul a i{
    height: 56px;
}

.blog-grid .post-wrapper{
    width: 33.333333333%;
}

/* Post fancy */
.post-fancy{
    width: 100% !important;
}
.vertical-nav{
    position: absolute;
}

/*fancy border*/
.fancy-border{
    position: relative;
}

.fancy-border h3{
    position: absolute;
    left: 52px;
    bottom: 60px;
}

.fancy-border p{
    position: absolute;
    left: 52px;
    bottom: 40px;
    margin-bottom: 0 !important;
}

/* end fancy border*/