

body {
	background: #f3f2f1;
	font-family: 'Maven Pro', Microsoft JhengHei, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
a:hover, a:focus{
	text-decoration: none;
	outline: none;
}
p{
	margin: 10px 0 20px;
}
.all {
	position: relative;
}
#preload {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #fff;
	z-index: 1234;
}
#preload .preloading {
	text-align: center;
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
}
.highlight {
	color: #ff8400;
}
/* Breadcrumb */
.breadcrumb {
	padding: 0;
	background: none;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	margin-bottom: 15px;
}
.breadcrumb a{
	color: #666;
}
/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
#header{
	background: rgba(0,0,0,0.4);
	color: #fff;
	height: 120px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#header a{
	color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*	SITE TITLE / LOGO 
/*-----------------------------------------------------------------------------------*/
.site {
	text-align: center;
	font-size: 50px;
	font-family: 'Maven Pro', Microsoft JhengHei, sans-serif;
	line-height: 116px;
	margin: 0;
	position: relative;
	z-index: 778;
	font-weight: normal;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.site strong {
	font-weight: bold;
}
/*-----------------------------------------------------------------------------------*/
/*	MAIN NAV
/*-----------------------------------------------------------------------------------*/
#nav ul {
	position: relative;
	z-index: 789;	
}
#nav ul li {
	display: inline-block;
	font-size: 17px;
	padding: 0 20px;
}
#nav ul li a {
	padding: 0;
}
#nav ul li a:hover,#nav ul li a:focus {
	background: none;
}
#nav ul li.active a{
	border-bottom: 2px solid #fff;
}
#nav .menu-left {
	float: left;
}
#nav .menu-left li:first-child {
	padding-left: 0;
}
#nav .menu-right {
	float: right;
}
#nav .menu-right li:last-child {
	padding-right: 0;
}

#header #nav {
	margin-top: -120px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#header #nav ul {
	margin-top: 45px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#header #nav ul li {
	line-height: 35px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/*-----------------------------------------------------------------------------------*/
/*	HEADER FIXED
/*-----------------------------------------------------------------------------------*/
#header.fixed {
	height: 90px;
	background: rgba(0,0,0,0.9);
}
#header.fixed .site {
	line-height: 84px;
	font-size: 37px;
}
#header.fixed #nav {
	margin-top: -90px;
}
#header.fixed #nav ul {
	margin-top: 30px;
}
#header #nav ul li {
	line-height: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	VERTICAL NAV 
/*-----------------------------------------------------------------------------------*/
#vnav {
	height: 100%;
	background: #000;
	color: #ccc;
	width: 64px;
	z-index: 1111;
	position: fixed;
	left: 0;
	top: 0;
}
#vnav a{
	color: #ccc;
}
#vnav ul{
	margin: 0;
	padding: 0;
}
#vnav ul li{
	line-height: 64px;
	text-align: center;
	font-size: 24px;
}
#vnav ul li a {
	display: block;
	border-bottom: 1px solid #1a1a1a;
}
#vnav ul li.active a, #vnav ul.nav li.active a,#vnav ul.nav li.active a:hover {
	background: #ff9600;
	color: #fff;
}
#vnav ul.nav li a{
	padding: 0;
}
#vnav ul.nav li a:hover {
	background: #1a1a1a;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION SLIDER
/*-----------------------------------------------------------------------------------*/
.section-slider img {
	max-width: 100%;
}

/* Slide Image Background */
.slide-image-background {
	position: relative;
	background: #b2a38e url(../img/slide-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.slide-image-background .gtext {
	width: 100%;
	position: absolute;
	left: 0;
	top: 40%;
	color: #fff;
	text-align: center;
}
.slide-image-background .gtext .title {
	font-size: 47px;
	line-height: 1.4;
	margin:0;
}
.slide-image-background .gtext .small-title {
	font-size: 23px;
	line-height: 1.4;
	margin: 0;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.slide-image-background .icon-scroll-down {
	position: absolute;
	width: 44px;
	height: 44px;
	text-align: center;
	border: 2px solid #fff;
	font-size: 24px;
	line-height: 44px;
	left: 50%;
	margin-left: -22px;
	bottom: 60px;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slide-image-background .icon-scroll-down:hover{
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
}
/* Carpousel Fade */
.carousel-fade .item {-webkit-transition: opacity 0.5s; -moz-transition: opacity 0.5s; -ms-transition: opacity .5s; -o-transition: opacity 0.5s; transition: opacity 0.5s;}
.carousel-fade .active.left {left:0;opacity:0;z-index:2;}
.carousel-fade .next {left:0;opacity:1;z-index:1;}

/* Static Background */
.static-background{
	height: 380px;
	background: #b2a38e url(../img/static-background.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.static-background .page-title {
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 180px;
	text-align: center;
	color: #fff;
}
.static-background .page-desc {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION 
/*-----------------------------------------------------------------------------------*/
.section {
	padding: 50px 0;
}
/* Section Header */
.section .section-header {
	position: relative;
	padding-left: 98px;
	margin: 40px 0 50px;
}
.section .section-header .section-icon {
	width: 60px;
	height: 60px;
	border: 5px solid #ff9600;
	position: absolute;
	left: 0;
	top: 5px;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	color: #ff9600;
}
.section .section-header .section-title {
	font-size: 43px;
	font-weight: bold;
	margin: 0;
	line-height: 43px;
}
.section .section-header .section-title span {
	color: #ff9600; 
}
.section .section-header .section-desc {
	color: #a3a3a3; 
	font-size: 17px;
	line-height: 25px;
	margin: 0;
}
/* Section Header Nav */
.sheader-nav {
	float: right;
	padding-top: 50px;
}
.sheader-nav .icon {
	background: #d4d4d4;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
}
.sheader-nav .icon:hover{
	background: #aeaeae;
}
/*-----------------------------------------------------------------------------------*/
/*	WIDGET 
/*-----------------------------------------------------------------------------------*/
.widget {
	margin-bottom: 40px;
}
/* Widget Header */
.widget-header {
	position: relative;
	margin: 20px 0;
}
.widget-header .widget-title {
	font-size: 35px;
	font-weight: bold;
	margin: 0;
	line-height: 35px;
}
.widget-header .widget-title span {
	color: #ff9600; 
}
/*-----------------------------------------------------------------------------------*/
/*	PROFILE 
/*-----------------------------------------------------------------------------------*/
.section-about {
	background: url(../img/about-bg.png) 0 0 repeat-x;
}
/* Profile Image */
.profile-image {
	text-align: center;
	margin-bottom: 30px;
}
.profile-image img{
	max-width: 100%;
	
}
/* Biography */
.bio {
	margin-bottom: 30px;
}
.bio .header{
	border-bottom: 1px solid #dad8d9;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 74px;
	position: relative;
}
.bio .header .title {
	font-size: 25px;
	line-height: 29px;
	margin: 0;
	font-weight: bold;
}

.bio .header .sub-title {
	margin: 0;
	line-height: 25px;
	color: #a3a3a3;
	font-size: 14px;
}
.bio .header .avatar {
	width: 54px;
	height: 54px;
	position: absolute;
	left: 0;
	top: 0;
}
/* Button Readmore */
.btn-readmore {
	border-radius: 1px;
	border: 2px solid #cbcbcb;
	background: #fff;
	color: #8d8d8d;
	text-transform: uppercase;
	padding:6px 15px;
}
.btn-readmore:hover{
	border-color: #b4b4b4;
}
/* Basic Infomation */
.basic-infomation {
	margin-bottom: 30px;
}
.basic-infomation .list {
	padding: 0;
	margin: 0 0 10px;	
}
.basic-infomation .list li{
	margin: 0;
	padding: 10px 0;
	list-style: none;
	border-top: 1px solid #c2c1c2;
	position: relative;
}
.basic-infomation .list li:first-child {
	border-top: 2px solid #4f4f4f;
}
.basic-infomation .list li label {
	display: block;
	font-size: 12px;
	color: #a3a3a3;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.basic-infomation .list li .icon-s {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 16px;
	color: #a3a3a3;
}
.basic-infomation .list li .big-text {
	font-size: 18px;
}
/* Button Status */
.btn-status {
	background: #489e1d;
	color: #fff;
	border-radius: 0;
	padding: 15px 0;
	text-transform: uppercase;
}
.btn-status:hover,.btn-status:focus {
	color: #fff;
	background: #388312;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION RESUME 
/*-----------------------------------------------------------------------------------*/
.section-resume {
	padding: 80px 0 60px;
}
.section-resume .widget-header {
	border-bottom: 1px solid #c1c1c1;
	padding: 15px 0;
	margin: 0 0 20px;
}
.section-resume .widget-header .widget-title {
	font-size: 23px;
	line-height: 23px;
	margin: 0;
}
/* Skill Graph */
.skills-graph label{
	color: #6f6f6f;
	font-weight: normal;
}
.skills-graph .progress{
	border-radius: 1px;
	margin-bottom: 10px;
	background: #dfdfdf;
}
.skills-graph .language {
	text-transform: uppercase;
	color: #7e7e7e;
}
/* Resume Accordion */
.op-accordion {
	margin: 10px 0 20px;
}
.op-accordion .panel-heading {
	border: 1px solid #afa89f;
	background: #ebe6de;
	padding: 15px 20px;
	border-radius: 0;
	position: relative;
}
.op-accordion .panel-heading .collapse-icon {
	position: absolute;
	font-size: 12px;
	right: 15px;
	top: 16px;
}
.op-accordion .panel-heading .panel-title {
	font-size: 19px;
	font-weight: normal;
	line-height: 24px;
	padding-right: 20px;
}

.op-accordion .panel-heading.active {
	background: #fff;
}
.op-accordion .panel {
	box-shadow: none;
	background: none;
}
.op-accordion.panel-group .panel-heading +  .panel-collapse .panel-body {
	border-top: 0;
	padding: 10px 0;
}
/* Timeline */
.timeline {
	padding: 0;
	margin: 0;
	background: url(../img/dot-op10.png) 32px 0 repeat-y;
}
.timeline .note {
	padding: 15px 0 15px 64px;
	margin: 0;
	border-bottom: 1px solid #c2c1c2;
	position: relative;
}
.timeline .note .icon {
	position: absolute;
	left: 21px;
	top: 22px;
	width: 24px;
	height: 24px;
	font-size: 20px;
	text-align: center;
	color: #666;
	line-height: 24px;
}
.timeline .note:hover .icon, .timeline .note.hover .icon{
	color: #ff5400;
}
.timeline .note:last-child {
	border-bottom: 0;
}
.note .note-header {
	margin-bottom: 10px;
}
.note .note-header .time {
	font-size: 12px;
	color: #6b6b6b;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.note .note-header .title {
	font-size: 18px;
	margin: 0;
	line-height: 24px;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION CV 
/*-----------------------------------------------------------------------------------*/
.section-cv {
	background: #e0d9cf;
	font-size: 35px;
	color: #9d9489;
	font-weight: bold;
}
.section-cv .gcv {
	padding: 40px 0;
	background: url(../img/zip-bg.png) right 50% no-repeat;
}
.section-cv .btn-down-resume {
	border: 2px solid #9d9489;
	padding: 10px 25px;
	color: #9d9489;
	background: #f0ece7;
}
.section-cv .btn-down-resume:hover {
	background: #f1f1f1;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION SERVICES 
/*-----------------------------------------------------------------------------------*/
.section-services {
	border-top: 2px solid #aaa8a9;
	background: url(../img/section-services-bg.png) 0 0 repeat-x;
}
.section-services .service-item {
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.section-services .service-item.hover {
	background: #fff;
	border: 1px solid #a9a9a9;
	padding: 19px;
	border-radius: 3px;
	cursor: move;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.service-item .icon {
	font-size: 128px;
	line-height: 128px;
	color: #acacac;
}
.section-services .service-item.hover .icon {
	color: #ff9600;
}
.service-item .title {
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 0;
}
.service-item .desc {
	margin: 10px 0 20px;
}
/* Call to action */
.call-to-action {
	border-top: 1px solid #cfcdce;
	padding: 30px 0 20px;
	font-size: 21px;
	color: #656565;
}
.call-to-action .btn {
	float: right;
}
.btn-lg-gray {
	padding: 12px 25px;
	background: #7c7c7c;
	color: #fff;
	font-size: 17px;
	border-radius: 0;
}
.btn-lg-gray:hover,.btn-lg-gray:focus {
	color: #fff;
	background: #525252;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION PRICING
/*-----------------------------------------------------------------------------------*/
.section-pricing-plans {
	background: #e5e5e3 url(../img/sbg-tp.jpg);	
}
.plan-container {
	margin-bottom: 30px;
}
.plan-table {
	text-align: center;
	margin-bottom: 30px;
}
.plan-table .plan-header {
	background: #2c2c2b;
	color: #fff;
	padding: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
}
.plan-table .plan-header .icon-arrow {
	color: #ececec;
	font-size: 32px;
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	margin-left: -16px;
}
.plan-table .plan-header .plan-title {
	font-size: 17px;
	margin: 0;
	text-transform: uppercase;
}
.plan-table .price-range {
	padding: 10px 20px 15px;
	background: #ececec;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
}
.plan-table .price-range sup {
	font-size: 24px;
}
.plan-table .price-range .sub {
	font-size: 11px;
	text-transform: uppercase;
	display: block;
}
.plan-table .plan-option {
	background: #fff;
	margin: 0;
	padding: 0;
}
.plan-table .plan-option li {
	list-style: none;
	margin: 0;
	padding: 15px 20px;
	border-bottom: 1px solid #e9e9e9;
	text-transform: uppercase;
	font-size: 12px;
}
.plan-table .plan-footer {
	padding: 10px;
	background: #f2f2f2;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom: 1px solid #d8d8d8;
}
.btn-purchase {
	color: #fff;
	background: #515151;
	border-radius:2px;
	padding: 10px 0;
}
a:hover .btn-purchase, .btn-purchase:hover {
	color: #fff;
	background: #404040;
}

.plan-table.green .plan-header {
	background: #6eb838;
}
.plan-table.blue .plan-header {
	background: #2188b8;
}
.plan-table.orange .plan-header {
	background: #ff7800;
}
.plan-table.red .plan-header {
	background: #be200a;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION FACTS 
/*-----------------------------------------------------------------------------------*/
.section-facts {
	background: #282828 url(../img/sbg1.jpg) 50% 50% no-repeat fixed;
	color: #fff;
	background-size: cover;
}
.section-facts .section-header {
	padding-left: 0;
	padding-top: 25px;
}
.fact {
	text-align: center;
	padding: 15px 0;
}
.fact .number{
	font-size: 100px;
	line-height: 1;
	color: #ff9600;
	display: block;
}
.fact .title{
	font-size: 23px;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
	display: block;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION PORTFOLIO
/*-----------------------------------------------------------------------------------*/
.list-filters {
	padding: 0;
	margin: 0;
}
.list-filters li {
	list-style: none;
	display: inline-block;
	margin:0 10px;
	color: #7a7a7a;
	text-transform: uppercase;
	line-height: 30px;
	cursor: pointer;
}
.list-filters li.active {
	color: #ff9600;
	border-bottom: 2px solid #ff9600;
}
.list-filters li:last-child{
	margin-right: 0;
}
.list-filters li:first-child{
	margin-left: 0;
}
.section-header .list-filters{
	text-align: right;
	padding-top: 30px;
}
.grid-potfolio {
	padding: 0;
	margin: 0;
	width: 100%;
}
.grid-potfolio .mix{
	opacity: 0;
    display: none;
}
.grid-potfolio li {
	width: 33.3333%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.grid-potfolio .project-item {
	background: #fff;
	padding: 1px;
	position: relative;
}
.grid-potfolio .project-item img {
	width: 100%;
}
.project-item .project-info {
	background: #f2ebe2;
	width: 100%;
	padding: 10px 40px 10px 10px;
	position: absolute;
	bottom: -62px;
	left: 0;
	z-index: 788;
	display: none;
}
.project-item .project-info .arrow {
	color: #f2ebe2;
	font-size: 32px;
	line-height: 24px;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	text-align: center;
}
.project-item .project-info .likes {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #666;
}
.project-item .likes .fa-heart-o {
	color: #f0930f;
}
.project-info .project-title {
	font-size: 18px;
	margin: 0;
	padding: 0 15px;
	line-height: 24px;
}
.project-info .project-categories {
	font-size: 12px;
	color: #878787;
	line-height: 18px;
	padding: 0 15px;
}
.project-item .img-thumb {
	position: relative;
	overflow: hidden;
}
.project-item .mask {
	width: 100%;
	height: 100%;
	background: rgba(250,150,20,0.9);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.project-item .mask .icon {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}
.project-item .mask .icon:hover {
	background: #fff;
	color: #f89912;
}
.project-item .mask .icon-quickview {
	position: absolute;
	left: 50%;
	top: -20%;
	margin-left: -40px;
	margin-top: -19px;
}
.project-item .mask .icon-details {
	position: absolute;
	left: 50%;
	top: 120%;
	margin-left: 2px;
	margin-top: -19px;
}
.page-nav {
	padding: 20px 0;
}
.loadmore {
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #959595;
	cursor: pointer;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION TESTIMONIALS 
/*-----------------------------------------------------------------------------------*/
.section-testimonials {
	border-top: 2px solid #aaa8a9;
}
.section-testimonials .icon-nav {
	width: 64px;
	height: 64px;
	font-size: 32px;
	color: rgba(255,255,255,0.3);
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
	z-index: 300;
}
.section-testimonials .icon-nav:hover {
	color: #fff;
}
.section-testimonials .icon-nav.prev{
	left: 0;
}
.section-testimonials .icon-nav.next{
	right: 0;
}
.customer-testimonial{
	text-align: center;
	border: 0;
	padding: 0 60px;
	cursor: move;
}
.customer-testimonial .logo {
	padding: 15px 0;
}
.customer-testimonial .logo img {
	max-width: 100%;
}
.customer-testimonial .line {
	height: 2px;
	background: #fff;
	margin: 0 47%;
}
.customer-testimonial p {
	font-size: 31px;
	margin: 15px 0;
}
.customer-testimonial .author{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #bdbdbd;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION BLOG 
/*-----------------------------------------------------------------------------------*/

.entry {
	margin-bottom: 30px;
}
.entry .feature-image-area {
	margin-bottom: 15px;
	position: relative;
}
.entry .feature-image-area .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/mask-bg.png) 0 bottom repeat-x;
}
.entry .feature-image-area .feature-image {
	width: 100%;
	max-width: 100%;
}
.entry .feature-image-area .calendar {
	position: absolute;
	border: 3px solid #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 15px;
	top: 15px;
}
.entry .feature-image-area .calendar .day {
	font-size: 24px;
	display: block;
	line-height: 28px;
	font-weight: bold;
}
.entry .feature-image-area .calendar .month {
	font-size: 12px;
	display: block;
	line-height: 1;
	text-transform: uppercase;
}
.entry .feature-image-area .entry-meta {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #fff;
	font-size: 13px;
}
.entry .entry-header {
	padding: 10px 0 15px;
}
.entry .entry-header .entry-title {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.4;
	margin: 0;
}
.entry .entry-header .entry-title a {
	color: #333;
}
.entry .entry-header .entry-title a:hover {
	color: #000;
}
.entry .entry-short-desc {
	margin: 0 0 15px 0;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION TWITTER 
/*-----------------------------------------------------------------------------------*/
.section-twitter {
	border-top: 1px solid #dad8d9;
}
.twitter-wrap {
	position: relative;
}
.twitter-wrap .icon {
	background: #d4d4d4;
	color: #fff;
	font-size: 14px;
	display: block;
	border-radius: 2px;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
	z-index: 650;
}
.twitter-wrap .icon:hover{
	background: #aeaeae;
}
.twitter-wrap .icon.prev {
	left: 0;	
}
.twitter-wrap .icon.next {
	right: 0;	
}
.list-tweets {
	margin: 0;
	padding: 0 40px;
}
.list-tweets li {
	text-align: center;
	list-style: none;
	font-size: 18px;
	line-height: 32px;
}
.list-tweets .fa-twitter {
	color: #59c7e3;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION CONTACT 
/*-----------------------------------------------------------------------------------*/
.section-contact {
	background: #e8e8e8 url(../img/contact-bg.jpg) 50% 50% no-repeat;
	color: #4f4f4f;
	position: relative;
}
.g-contact-info {
	border-top: 1px solid #b1b1b1;
	padding: 20px 0;
}
.g-contact-info dl {
	padding: 0;
	margin: 0;
}
.g-contact-info dl dt {
	font-size: 12px;
	color: #9e9e9e;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.social-networks {
	padding: 20px 0;
	border-top: 1px solid #b2b2b2;
}
.social-networks .social-icon {
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	display: inline-block;
	margin-right: 4px;
	background: #a2a2a2;
	color: #fff;
	font-size: 24px;
	overflow: hidden;
}
.social-icon:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.social-icon.facebook:hover {
	background: #3b5998;
}
.social-icon.twitter:hover {
	background: #55acee;
}
.social-icon.gplus:hover {
	background: #c84732;
}
.social-icon.rss:hover {
	background: #ff9600;
}
/* Form */
.op-frm .form-group {
	margin-bottom: 25px;
}
.op-frm .form-control{
	border: 1px solid #b9b9b9;
	border-radius: 0;
}
.op-frm .form-control:focus {
	border-color: #969696;
	box-shadow: none;
}
.op-frm .btn {
	box-shadow: none;
	border-radius: 0;
}
.op-frm .btn-send {
	background: #ff9600;
	color: #fff;
	border: 1px solid #de6800;
}
#map-collapse {
	padding: 5px 0;
	width: 100%;
	text-align: center;
	display: block;
	background: #bfbfbf;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
}
.section-contact #map-collapse {
	position: absolute;
	bottom: 0;
	left: 0;
}
#full-map {
	width: 100%;
	height: 0;
	margin-top: 40px;
	overflow: hidden;
}
#full-map iframe {
	width: 100% !important;
	border: 0 !important;
}
.section #full-map{
	margin-bottom: -30px;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION MAIN 
/*-----------------------------------------------------------------------------------*/
.section-main{
	padding: 80px 0;
}
/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR WIDGET 
/*-----------------------------------------------------------------------------------*/
.sidebar .widget{
	margin-bottom: 25px;
}
.sidebar .widget .widget-header {
	margin: 10px 0;
}
.sidebar .widget .widget-header .widget-title {
	font-size: 15px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
	margin: 0;
}
/*-- Widget Search Box --*/
.search-box .form-group {
	margin: 0;
	position: relative;
}
.search-box .form-group .icon-search {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 14px;
	color: #666;
}
.search-box .form-control{
	border-color: #c4c4c4;
	border-radius: 2px;
}
.search-box .form-control:focus {
	box-shadow: none;
	border-color: #b5b5b5;
}
/*-- Widget Menu --*/
.wmenu {
	margin: 0;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
}
.wmenu li{
	list-style: none;
	font-size: 14px;
}
.wmenu li a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px dotted #d8d8d8;
}
.wmenu li:last-child a {
	border-bottom: none;
}
.wmenu li a:hover{
	border-bottom-color: #bdbdbd;
}
.wmenu ul{
	margin: 0;
	padding:0 0 0 20px;
}
/*-- Widget Comments List --*/
.wcomment-list{
	margin: 0;
	padding: 0;
}
.wcomment-list li{
	list-style: none;
	padding: 8px 0;
	border-bottom: 1px dotted #d8d8d8;
}
.wcomment-list li:last-child{
	border-bottom: 0;
}
/*-- Widget Post List --*/
.wtabs {
	padding: 0;
	margin: 0;
}
.wtabs li {
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
	display: inline-block;
}
.wtabs li a{
	color: #dddddd;
}
.wtabs li a.selected{
	color: #444;
}
.post-list{
	margin: 0;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
}
.post-list li{
	list-style: none;	
}
.post-list .post-item {
	padding: 10px 0;
	border-bottom: 1px solid #d8d8d8;
}
.post-list .post-item:last-child{
	border-bottom: 0;
}
.post-list .post-item .feature {
	width: 38px;
	float: left;
}
.post-list .post-item .feature img {
	max-width: 100%;
}
.post-list .post-item .post-title{
	margin: 0 0 5px 0;
	font-size: 14px;
	padding-left: 50px;
	line-height: 1.4;
}
.post-list .post-item .post-meta{
	font-size: 12px;
	color: #666;
	padding-left: 50px;
}
/*-- Widget Meta Tags --*/
.wmeta-tags {
	margin: 0;
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	color: #666;
	line-height: 2;
}
.wmeta-tags a{
	display: inline-block;
	margin-right: 3px;
	color: #666;
}
.wmeta-tags a:hover{
	display: inline-block;
	margin-right: 3px;
	color: #444;
}

/*-----------------------------------------------------------------------------------*/
/*	POSTS 
/*-----------------------------------------------------------------------------------*/
.post {
	margin-bottom: 30px;
	position: relative;
}
/* Post Header */
.post .post-header{
	margin-bottom: 20px;
	padding: 0 48px 15px 80px;
	border-bottom: 1px solid #ccc;
	position: relative;

}
.post .post-header .post-title {
	font-size: 24px;
	line-height: 1.4;
	margin: 0 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.post .post-header .post-title a{
	color: #555;
}
.post .post-header .post-title a:hover {
	color: #444;
}
.post .post-header .post-meta {
	line-height: 24px;
}
.post .post-header .post-meta .ava {
	line-height: 24px;
	border-radius: 50%;
	margin-top: -2px;
}
.post .post-header .post-meta img {
	vertical-align: middle;
	max-width: 24px;
}
.post .post-header .post-calendar {
	border: 4px solid #ff9600;
	width: 56px;
	height: 56px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 6px;
	color: #ff9600;
}
.post .post-header .post-calendar .post-day {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	display: block;
}
.post .post-header .post-calendar .post-month {
	display: block;
	line-height: 1.2;
	font-size: 12px;
	letter-spacing: 1px;
}
/* Post Type */
.post .post-type {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	line-height: 32px;
	color: #ccc;
}
/* Post Feature */
.post .post-feature{
	margin-bottom: 20px;
	text-align: center;
}
.post .post-feature img {
	max-width: 100%;
}
.post .post-feature .big-img,
.post .post-feature .list-thumbs .img-row {
	margin-bottom: 15px;
}
.post .post-feature .list-thumbs .img-thumb {
	width: 18%;
	float: left;
	margin-right: 2%;
}
.post .post-feature blockquote {
	border: 1px solid #d8d8d8;
	background: #fff;
	padding: 20px 25px;
	font-size: 24px;
	line-height: 1.4;
	font-style: italic;
	font-family: "Time New Roman", Microsoft JhengHei;
	text-align: left;
	border-radius: 2px;
	font-weight: bold;
}
.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-container iframe, 
.video-container object, 
.video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* Post Content */
.post .post-content {
	font-size: 15px;
}
.post .post-content img{
	max-width: 100%;
}
.post .post-content blockquote{
	font-style: italic;
}
/* Post Tags */
.post .post-tags {
	margin-bottom: 20px;
}
.post .post-tags a {
	border: 1px solid #d5d5d5;
	padding: 2px 8px 3px;
	display: inline-block;
	margin-right: 3px;
	color: #666;
	border-radius: 2px;
}
.post .post-tags a:hover{
	border-color: #c0c0c0;
}
/* Post Action */
.post .post-action {
	border-top:1px solid #e7e7e7;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
}
.post .post-action .post-action-title{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #bcbcbc;
	margin-right: 20px;
}
.post .post-action .social-share {
	display: inline-block;
}
.post .post-action .social-share a {
	margin-right: 8px;
	display: inline-block;
	color: #9b9b9b;
}
.post .post-action .social-share a:hover {
	color: #444;
}
/* Post Author */
.post-author {
	background: #fff;
	padding: 20px;	
	margin-bottom: 30px;
}
.post-author .author-ava{
	width: 54px;
	float: left;
}
.post-author .author-ava img{
	max-width: 100%;
}
.post-author .author-username {
	font-size: 16px;
	margin: 0 0 5px 0;
	padding-left: 74px;
}
.post-author .author-desc {
	padding-left: 74px;
}
/*-----------------------------------------------------------------------------------*/
/*	COMMENTS 
/*-----------------------------------------------------------------------------------*/
/* Comment Header */
.comment-tabs{
	margin: 0 0 30px 0;
	padding: 0;
	border-bottom: 2px solid #ccc;	
}
.comment-tabs li{
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	font-size: 17px;
	font-weight: bold;
}
.comment-tabs li a{
	display: inline-block;
	padding: 5px 0;
	color: #444;
}
/* Comment List */
.comment-list{
	background: #fff;
	border: 1px solid #ccc;
	padding: 25px 20px 15px;
	margin: 0 0 20px 0;
}

.comment-list li{
	list-style: none;
}
.comment-list .comment-item{
	margin-bottom: 20px;
	border-bottom: 1px dotted #d8d8d8;
	padding-bottom: 20px;
}
.comment-list .comment-item:last-child{
	border-bottom: 0;
	margin-bottom: 0;
}
.comment-list .comment-item .comment-ava{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	background: #e8e8e8;
	line-height: 52px;
	float: left;
	color: #666;
}
.comment-list .comment-item .comment-ava img{
	max-width: 100%;
	border-radius: 50%;
}
.comment-list .comment-item .comment-meta{
	line-height: 24px;
	margin-bottom: 5px;
	color: #666;	
}
.comment-list .comment-item .comment-meta,
.comment-list .comment-item .comment-content{
	padding-left: 70px;
}
.comment-list .comment-item .comment-meta .by-author-post{
	color: #ff6600;
}
/* Comment Form */
.cinfo{
	display: none;
}
.comment-form .form-control {
	border-radius: 2px;
}
.comment-form .form-control:focus{
	box-shadow: none;
	border-color: #a8a8a8;
}
.comment-form .btn-comment-submit {
	background: #69b023;
	color: #fff;
	border-radius: 2px;
	padding: 10px 20px;
}
/*-- PAGENAV -- */
.page-nav {
	padding: 20px 0;
	border-top: 1px solid #d8d8d8;
	font-size: 14px;
	text-align: center;
}
.page-nav a {
	display: inline-block;
	margin-right: 5px;
	padding: 6px 8px 4px;
	border-radius: 2px;
	background: #9c9c9c;
	color: #fff;
	border: 2px solid #9c9c9c;
}
.page-nav a:hover{
	background: #fff;
	color: #444;
}
.page-nav a.current {
	background: #ff7200;
	border-color: #ff7200;
}
.page-nav a.current:hover {
	background: #e46600;
	border-color: #e46600;
	color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO 
/*-----------------------------------------------------------------------------------*/
.portfolio-detail .header {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 20px;
}
.portfolio-detail .header .title{
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
}
.portfolio-detail .header .meta{
	margin-bottom: 10px;
	color: #666;
}
.portfolio-gallery img{
	max-width: 100%;
}
.pt-table{
	border: 1px solid #d8d8d8;
}
.pt-table thead > tr > th, 
.pt-table tbody > tr > th, 
.pt-table tfoot > tr > th, 
.pt-table thead > tr > td, 
.pt-table tbody > tr > td, 
.pt-table tfoot > tr > td {
	border-top: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	FOOTER 
/*-----------------------------------------------------------------------------------*/
.section-copyright {
	background: #3f3f3f;
	color: #7e7e7e;
	padding: 25px 0;
}
.copyright-text {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.copyright-text .site-text {
	font-size: 31px;
	line-height: 32px;
	color: #fff;
	margin-right: 30px;
	text-transform: lowercase;
	letter-spacing: 0;
}
#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#back-top a {
	width: 48px;
	height: 48px;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 48px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ccc;
	background: #333;
	border-radius: 3px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	CUSTOM RESPONDSIVE 
/*-----------------------------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
	.btn-status {
		font-size: 11px;
	}  
}

@media (max-width: 991px) {
	.all {
		margin-left: 64px;
	}
	#header {
		margin-left: 32px;
		height: 90px;
	}
	#header .site {
		line-height: 90px;
		font-size: 37px;
	}
	.slide-image-background .gtext {
		top: 35%;
	}
	.slide-image-background .gtext .title {
		font-size: 35px;
	}
	.slide-image-background .gtext .small-title {
		font-size: 17px;
	}
	.section {
		padding: 30px 0;
	}
	.section .section-header {
		margin: 20px 0 30px;
	}
	.skills-graph .language {
		border-bottom: 1px solid #dad8d9;
		padding-bottom: 10px;
	}
	.sheader-nav {
		display: none;
	}
	.section-header .list-filters {
		text-align: left;
	}
	.call-to-action {
		text-align: center;
	}
	.call-to-action .btn {
		float: none;
		margin: 20px auto;
	}
	.grid-potfolio li {
		width: 50%;
	}
	.main-content{
		margin-bottom: 40px;
	}
	.post .post-header {
		padding-left: 0;
		padding-right: 0;
	}
	.post .post-header .post-calendar {
		position: relative;
		width: auto;
		height: auto;
		padding: 0 10px;
		border: 2px solid #ccc;
		text-align: left;
		display: inline-block;
		margin-bottom: 10px;
	}
	.post .post-header .post-calendar .post-day,
	.post .post-header .post-calendar .post-month {
		font-size: 13px;
		color: #666;
		display: inline-block;
	}
	.post .post-type{
		display: none;
	}

	.portfolio-gallery{
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {  
	body {
		font-size: 13px;
	}
	#header {
		margin-left: 0;
		position: relative;
		background: #202020;
	}
	.section .section-header {
		padding-left: 0;
	}
	.section .section-header .section-icon {
		display: none;
	}
	.section-slider {
		display: none;
	}
	.grid-potfolio li {
		width: 100%;
	}
	.customer-testimonial {
		padding: 0 30px;
	}
	.section-testimonials .icon-nav {
		font-size: 24px;
	}
	.customer-testimonial p {
		font-size: 18px;
	}
	.twitter-wrap .icon{
		display: none;
	}
	.list-tweets {
		padding: 0;
	}
	.list-tweets .fa-twitter {
		display: block;
		margin-bottom: 10px;
	}
	.copyright-text {
		text-align: center;
	}
	.copyright-text .site-text {
		margin: 0;
		display: block;
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.all {
		margin-left: 48px;
  	}
  	#vnav {
  		width: 48px;
  	}
  	#vnav ul li{
  		line-height: 48px;
  		font-size: 16px;
  	}
  
}







