/* Extra small devices (phones, less than 768px) */
@media (max-width : 766px) {
	.intro h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.social-icons ul{
		margin-left: 0;
	}
	.social-icons li{
		padding:0;
	}
	.social-icons a i{
		margin:0 5px;
	}
	.mouse-icon{
		display:none;
	}
	.navbar-custom .navbar-brand,
	.navbar-custom .navbar-nav > li > a,
	.navbar-custom .navbar-nav .dropdown-menu > li > a {
		padding:10px 15px;
	}
	.navbar-custom .dropdown-menu{
		margin-left: 20px;
	}

	/* Submenu Toggle */
	#menu {
		max-height: 400px;
		overflow-y: auto;
	}
	.sub-menu .dropdown-menu, .navbar-custom .dropdown-menu {
	    margin: 0;
	    position: relative;
	    float: none;
	    display: none;
	    left: 0;
	    border-bottom: 0;
	}
	.navbar-custom .dropdown-menu {
	    border-color: transparent !important;
	}
	#menu li {
 		border-top: 1px solid #ccc;
	}
	span.has-dropdown-menu {
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 50px;
	    height: 40px;
	    text-align: center;
	    line-height: 38px;
	    display: block;
	    z-index: 1;
	}
	/*about me section*/
	.biography {
		margin-top: 20px;
		margin-bottom: 45px;
	}
	ul.list-check li {
		width: 100%;
	}
	.download-button .btn{
		margin-bottom: 20px;
	}
	/*resume*/
	.resume:before,
	.resume:after{
		left:1px;
	}
	/*skill section*/
	.skill-title h3 {
		font-size: 12px;
	}
	/*facts section*/
	.count-wrap i {
		font-size: 40px;
	}
	.count-wrap h3 {
		font-size: 30px;
		line-height: 16px;
	}
	.count-wrap p {
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
	}
	.count-wrap > div{
		margin-bottom: 40px;
	}
	#filter li{
		margin-bottom: 20px;
	}
	/*blog section*/
	.blog-post-wrapper {
		margin-bottom: 40px;
	}
	/*hire us section*/
	.hire-section h2 {
		line-height: 40px;
	}
	/*contact section*/
	.contact-form {
		margin-bottom: 40px;
	}
	.contact-section div > i {
		float: none;
		margin-right: 0;
	}
	.center-xs {
		text-align: center;
	}
	/*service*/
	.service-wrap > div{
		margin-bottom:100px;
	}
	.service-wrap > div:nth-child(4){
		margin-bottom:0;
	}
	/*HOME TWO*/
	#homeTwo:before{
		width:100%;
	}
	.personal-info{
		text-align: center;
		padding:0 15px;
	}
	.personal-info h1{
		font-size: 40px;
		line-height: 50px;
	}
	.personal-info .intro-sub{
		font-size: 18px;
  		line-height: 20px;
	}
	.personal-info p{
		line-height: 20px;
		margin-bottom: 20px;
	}
	.personal-info .my-signature {
	  	display: none;
	}
	.personal-info .download-button a{
		padding: 5px 10px;
  		font-size: 15px;
  		margin-right: 0;
	}
	.section-padding {
		padding: 60px 0 60px;
	}

}

@media (max-width : 992px) {
	.timeline > li .timeline-content:hover {
		background: transparent !important;
	}
	.timeline::before, .timeline::after{
		display: none !important;
	}
	.resume-section .resume::after, .resume-section .resume::before{
		display: none !important;
	}
	.timeline > li::before, .timeline > li::after {
		display: none !important;
	}
	.posted-date::before, .posted-date::after {
		display: none !important;
	}
	.resume .timeline > li .timeline-panel {
		float: none;
	}
	.resume .timeline > li .posted-date .month {
		float: none;
		text-align: left;
		padding-top: 10px;
	}
	.resume .timeline > li {
		border: 1px solid #eee;
		border-bottom: 3px double #eee;
		margin-bottom: 30px;
	}
	.resume .timeline > li .posted-date {
		background-color: rgba(255, 255, 255, 0);
		left: 0px;
		padding-left: 20px;
	}
}

@media only screen and (min-width : 310px) and (max-width : 479px) {
	.hex {
		margin-right: 20px;
	}
	#filter li a {
		padding: 0 6px;
	}
	#filter > li {
		padding-right: 0px;
		padding-left: 0px;
	}
	/* testimonial */
	.section-title {
		font-size: 30px;
	}
	.testimonial-content {
		font-size: 18px;
	}
	.testimonial-author {
		font-size: 11px;
	}
	/* Facts Section */
	#page-84.section-padding {
		padding: 60px 0 10px;
	}
	.count-wrap {
		min-height: 170px;
	}
	.count-wrap i {
		margin-bottom: 18px;
	}
	.count-wrap h3 {
		font-size: 35px;
		line-height: 20px;
		margin-bottom: 14px;
	}
}
/* Landscape Mobile */
@media only screen and (min-width : 480px) and (max-width : 767px) {
	.intro h1 {
		font-size: 60px;
		line-height: 80px;
	}
	.hex a {
		line-height: 60px;
	}
	.social-icons ul{
		margin-left: -5px;
	}
	.social-icons li{
		padding:0 5px;
	}
	.social-icons a i{
		margin:0 7px;
	}
	.mouse-icon{
		display:none;
	}
	.navbar-custom .navbar-brand,
	.navbar-custom .navbar-nav > li > a,
	.navbar-custom .navbar-nav .dropdown-menu > li > a {
		padding:10px 15px;
	}
	.navbar-custom .dropdown-menu{
		margin-left: 20px;
	}
	/*about me section*/
	.biography {
		margin-top: 20px;
		margin-bottom: 45px;
	}
	ul.list-check li {
		width: 50%;
	}
	/*resume*/
	.resume:before,
	.resume:after{
		left:1px;
	}
	/*skill section*/
	.skill-title h3 {
		font-size: 12px;
	}
	/*facts section*/
	.count-wrap i {
		font-size: 64px;
	}
	.count-wrap h3 {
		font-size: 50px;
		line-height: 28px;
	}
	.count-wrap p {
		font-size: 18px;
		font-weight: 700;
		line-height: 28px;
	}
	.count-wrap > div{
		margin-bottom: 40px;
	}
	/*blog section*/
	.blog-post-wrapper {
		margin-bottom: 40px;
	}
	/*hire us section*/
	.hire-section h2 {
		line-height: 40px;
	}
	/*contact section*/
	.contact-form {
		margin-bottom: 40px;
	}
	.contact-section .map-icon, 
	.contact-section .mobile-icon {
		float: none;
	}
	.center-xs {
		text-align: center;
	}
	/*service*/
	.service-wrap > div{
		margin-bottom:100px;
	}
	.service-wrap > div:nth-child(4){
		margin-bottom:0;
	}
	/*HOME TWO*/
	#homeTwo:before{
		width:100%;
	}
	.personal-info{
		text-align: center;
		padding:0 15px;
	}
	.personal-info h1{
		font-size: 60px;
  		line-height: 80px;
	}
	.personal-info .intro-sub{
		font-size: 24px;
		line-height: 32px;
	}
	.personal-info p{
		font-size: 14px;
		line-height: 28px;
	}
	.personal-info .my-signature {
		margin-bottom: 45px;
		display: block;
	}
	.personal-info .download-button a{
		padding: 14px 20px;
  		font-size: 14px;
  		margin-right: 20px;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width : 768px) and (max-width : 991px) {
	.navbar-custom .navbar-brand{
		padding: 10px 15px;
	}
	.navbar-custom .navbar-nav > li > a, 
	.navbar-custom .navbar-nav .dropdown-menu > li > a{
		font-size: 12px;
		padding: 15px;
	}
	/*about me section*/
	.biography {
		margin-top: 20px;
		margin-bottom: 45px;
	}
	/*resume*/
	.resume:before,
	.resume:after{
		left:0px;
	}
	/*skill section*/
	.skill-title h3 {
		font-size: 14px;
	}
	/*blog section*/
	.blog-post-wrapper {
		margin-bottom: 40px;
	}
	.entry-meta ul li{
		padding: 0 5px;
	}
	/*contact section*/
	.contact-form {
		margin-bottom: 40px;
	}
	.contact-section .map-icon, 
	.contact-section .mobile-icon {
		float: left;
	}
	.center-xs {
		text-align: left;
	}
	.portfolio-item{
		min-height: 162px;
	}
	/*service*/
	.service-wrap > div{
		margin-bottom:100px;
	}
	.service-wrap > div:nth-child(3),
	.service-wrap > div:nth-child(4){
		margin-bottom:0;
	}
	/*HOME TWO*/
	#homeTwo:before{
		width:100%;
	}
	.personal-info{
		text-align: center;
		padding:0 15px;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width : 992px) and (max-width : 1199px) {
	.portfolio-item{
		min-height: 150px;
	}
	.download-button a{
		margin-right: 10px;
	}
}
/* Extra Large devices (large desktops, 1600px and up) */
@media screen and (min-width:1600px) and (max-width:1920px) {
	.personal-info{
		padding-right:180px;
	}
}
@media (max-width:767px){
	.short-info-icon .col-md-3{
		padding-left:33.33%;
	}
	.download-button{
		text-align:center;
	}
	.download-button .btn{
		margin-right:0;
	}
}
