/* Tablet */
@media only screen and (max-width:1023px){
	.resp-vtabs ul.resp-tabs-list {
		width: 25%;
	}

	.resp-vtabs .resp-tabs-container {
		width: 74%
	}

	.socialBlock .listContent, .otherBlock .listContent {
		width: 48%;
		display: inline-block;
	}
}
/* Tablet Ends */

/* Mobile */
@media only screen and (max-width:767px){
	.wrapper {
		width: 87.86%;
		margin: 0 auto;
	}

	.logoBlock img {
		width: 100%;
	}
	
	ul.resp-tabs-list {
	    display: none;
	}

	h2.resp-accordion {
		display: block;
	}

	.aboutBlock, .skillsBlock, .experienceBlock, .educationBlock, .moreBlock {
		padding: 15px 0;
		margin: 0;
	}

	.skillsBlock {
		margin: 15px 0;
	}

	.resp-tab-active {
		border-bottom: 1px solid #586a36;
		color: #2b3f04;
	}
	.resp-vtabs .resp-tab-content {
	    border: 1px solid #586a36;
	}

	.resp-vtabs .resp-tabs-container {
	    border: none;
	    float: none;
	    width: 100%;
	    min-height: 100px;
	    clear: none;
	}

	.resp-accordion-closed {
	    display: none;
	}

	.resp-vtabs .resp-tab-content:last-child {
	    border-bottom: 1px solid #586a36;
	}

	.socialBlock .listContent, .otherBlock .listContent {
		width: 100%;
		display: inline-block;
	}

	.downloadBlock li {
		margin-bottom: 16px;
	}

	.downloadBlock li strong {
		display: block;
		padding-bottom: 4px;
	}
}
/* Mobile Ends */