		/********************************
		  MEDIDA FOR MIN-WIDTH 420PX
		********************************/
@media (min-width: 420px) {

	.intro{
		text-shadow: 2px 1px 2px #222222;
	}
	.intro h1 {
		font-size: 65px;
	}
	.section-head {
		font-size: 60px;
	}

	#logo{
		display: none;
			-moz-transition: margin-top 0.5s linear;
	-webkit-transition: margin-top 0.5s linear;
	-o-transition: margin-top 0.5s linear;
	transition: margin-top 0.5s linear;
	}

	#logo_mobile{
		display: inline-block	;
		margin: 	1em 0 1em 1em;
		-moz-transition: margin-top 0.5s linear;
	-webkit-transition: margin-top 0.5s linear;
	-o-transition: margin-top 0.5s linear;
	transition: margin-top 0.5s linear;
	}
}

		/********************************
		          MEDIDA FOR TAB
		********************************/
@media (min-width: 768px) {

	p {
		opacity: 0.8;
	}
	.navbar-custom {
		background: transparent;
	}
	.navbar-custom .navbar-nav {
		margin: 50px 90px 30px 0;
	}
	.navbar-custom .navbar-nav li a {
		margin-right: 30px;
		margin-bottom: 0;
	}
	.navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:focus , .navbar-custom .navbar-nav li a:active {
		color: rgba(255, 255, 255, 1);
	}
	.navbar-custom .navbar-nav li a:before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 2px;
		bottom: 0;
		left: 0;
		background-color: rgba(255, 255, 255, 0.8);
		visibility: hidden;
		transform: scaleX(0);
		transition: all 0.3s linear 0s;
	}
	.navbar-custom .navbar-nav a:hover:before {
		visibility: visible;
		-ms-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	.navbar-custom .navbar-nav > .active > a:before {
		visibility: visible;
		-ms-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	.navbar-custom .navbar-nav > .active > a {
		color: rgba(255, 255, 255, 1);
	}
	.affix {
		background: rgba(151,151,151,0.9);
		-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
		box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
	}
	.affix .navbar-nav {
		margin: 40px 90px 30px 0;
	}
   .margin-xsm {
        margin-top: 0;
    }
   .margin-sm {
        margin-top: 40px;
    }
	.product-detail-bottom {
		margin:  160px 0 0 -20px;
	}
	.testimonial .owl-item.center .review {
		margin: 0 -230px 0 -230px;
	}
	.testimonial .owl-item.center img {
		-moz-box-shadow: 0px 4px 57px 0px rgba(0, 0, 0, 0.21);
		-webkit-box-shadow: 0px 4px 57px 0px rgba(0, 0, 0, 0.21);
		box-shadow: 0px 4px 57px 0px rgba(0, 0, 0, 0.21);
		-moz-transition: all 1s linear;
		-webkit-transition: all 1s linear;
		-o-transition: all 1s linear;
		transition: all 1s linear;
	}
}

		/********************************
		       MEDIDA FOR DESKTOP
		********************************/
@media (min-width: 992px) {

	.navbar-custom #logo{		display: inline-block;
		margin-top: 18px;
	}

	#logo_mobile{
	display:none;

	}



	.affix #logo{
		display: inline-block;
		margin-top: 11px;
	}

	.intro{
		text-align: left !important;
		margin-left: 3em;

	}
	
	.align-sm-center {
		text-align: left;
	}
	a.custom-btn {
		font-size: 18px;
	}
	.navbar-custom .navbar-nav {
		margin-right: 150px;
	}
	.affix .navbar-nav {
		margin: 40px 150px 30px 0;
	}
	.personal-info a.hire-btn {
		margin-top: 20px;
		padding: 20px 60px;		
	}
	button.srv-btn {
		font-size: 18px;
		padding: 15px 35px;
	}
	.about-me {
		margin-top: -200px;
	}
	.about-me .section-four-info {
		margin-top: 0;
		margin-bottom: 40px;
	}
	.about-me a.resume-btn {
		margin: 100px -80px 0 0;
		padding: 20px 20px;
	}
	a.hire-me {
		margin-top: 0;
		-moz-box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.2);
		box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.2);
	}
   .margin-sm {
        margin-top: 0;
    }
   .margin-md {
        margin-top: 40px;
    }

    .product-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: flex-start;
}

.product-container .product-sub-container {
	flex-grow:0;
	flex-basis: auto;	
	 box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 5vh;
}

	/***

	.product-1 {
		margin-top: 150px;
		margin-bottom: 0;
	}
	.product-3 {
		margin-top: -50px; 
	}
	.product-4 {
		margin-top: -140px;
		margin-bottom: 0;
	}
	.product-5 {
		margin-top: -260px;
	}
	.product-container .product-detail {
		margin: 80px 0 0 -20px;
		text-align: left;
	}
	.product-container .product-detail-bottom {
		padding-top: 260px; 
	}
	.product-container .product-detail-bottom {
		text-align: left;
		margin: 0 0 0px -20px;
	}
	.product-container .product-hover, .product-container .product-hover-top {
		width: 100%;
		max-width: 375px;
		height: 100%;
		margin: 0 auto 20px auto;
		position: relative;
		z-index: 100;
		cursor: default;
	}
	.product-container .product-hover .overlay {
		width: 100%;
		max-width: 375px;
		height: 100%;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		background-color: rgba(45, 45, 45, 0.4);
		opacity: 0;
		-moz-transition: all 0.3s linear 0s;
		-webkit-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}
	.product-container .product-hover-top .overlay {
		width: 100%;
		max-width: 375px;
		height: 100%;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		background-color: rgba(45, 45, 45, 0.4);
		opacity: 0;
		-moz-transition: all 0.3s linear 0s;
		-webkit-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}
	.product-container .product-hover:before {
		content: "";
		position: absolute;
		z-index: -99;
		display: inline-block;
		width: 25%;
		height: 3px;
		top: 40px;
		right: -72px;
		background: rgba(0, 0, 0, 0.7);
		-moz-transition: all 0.3s linear 0s;
		-webkit-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}
	.product-container .product-hover-top:before {
		content: "";
		position: absolute;
		z-index: -99;
		display: inline-block;
		width: 25%;
		height: 3px;
		bottom: 220px;
		right: -72px;
		background: rgba(0, 0, 0, 0.7);
		-moz-transition: all 0.3s linear 0s;
		-webkit-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}
	.product-container .product-hover:hover .overlay, .product-container .product-hover-top:hover .overlay {
		opacity: 1;
	}
	.product-container .product-hover:hover:before, .product-container .product-hover-top:hover:before {
		background: #990066;
	}
	***/
	.hire-me {
		margin-top: 0;
		-moz-box-shadow: 0px 34px 73px 0px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0px 34px 73px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 34px 73px 0px rgba(0, 0, 0, 0.15);
	}
	.address p:nth-child(2) {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.address p span {
		display: inline;
		text-align: left;
		margin-right: 30px;
		margin-bottom: 0;
	}
}

		/********************************
		    MEDIDA FOR LARGER DESKTOP
		********************************/
@media (min-width: 1200px) {
	.align-sm-center {
		margin-top: 50px;
	}
	a.hire-btn {
		padding: 20px 70px;
		margin-top: 25px;
		margin-left: -115px;
	}
}