/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.personal_last_block {
		margin-top: 35px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.resume_container .left,
	.section_content .resume_container h3,
	.resume_container .resume_icon {
		text-align: left;
		margin-bottom: 10px;
	}
	.resume_container .left h3 {
		margin-top: 0;
	}
	.resume_img img{
		max-width: 50%;
	}
	
	.store .shop_text h1{
		padding: 0px 10px;
	}

	.clean_container .clean_img_l {
		margin-top: 60px;
		margin-right: -15px;
		margin-left: -15px;
		text-align: center;
	}
	.clean_container .clean_img_r {
		margin-top: 60px;
		margin-right: -15px;
		margin-left: -15px;
		text-align: center;
	}
	.clean .left {
		text-align: center;
	}
	.clean .right {
		text-align: center;
	}
	.podrt_descr {
		max-width: 100%;
	}

	.company-logo {
		height: 150px;
		margin-bottom: 0px;
    	margin-top: 0px;

	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.top_wrapper .top_text h1 {
		font-size: 2em;
		padding-left: 10px;
		padding-right: 10px;
	}
	.main_footer {
		text-align: left;
	}
	.main_footer .social_wrap {
		float: left;
		margin-top: 20px;
		width: 100%;
	}
	.main_footer .social_wrap ul {
		padding-left: 0;
	}
	.timel {
		display: none;
	}
	.resume_img img{
		max-width: 70%;

	}
	.podrt_descr {
		max-width: 100%;
	}
	
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}