/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


/******************************************************/
/*********************  AMIGO FIX  *******************/

.h-380 {
    height: 380px;
}


/*********************  AMIGO FIX  *******************/
/******************************************************/


/******************************************************/
/********************* Icons  Start *******************/

.azm-social {
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #fff;
	text-align: center;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.azm-social:hover, .azm-social:focus, .azm-social:active { outline: 0; opacity: 0.8; color: #fff; }

.azm-size-48 {
    width: 33px;
    height: 33px;
    margin: 3px;
    padding-top: 6px;
    font-size: 16px;
    line-height: 21px;
    border: 0px solid transparent;
}

.azm-r-square {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.azm-btn {
	height: 48px;
	margin: 8px;
	padding: 13px 17px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.azm-btn i { padding-right: 27px; font-size: 21px; line-height: 21px; vertical-align: top; }

.azm-btn i:after {
	content: "";
	position: absolute;
	top: -8px;
	left: 70%;
	width: 1px;
	height: 36px;
	background: #ccc;
	background: rgba(255, 255, 255, 0.3);
}

.azm-facebook { background: #4862a3; }
.azm-flickr { background: #ff1981; }
.azm-instagram { background: linear-gradient(15deg,#ffb13d,#dd277b,#4d5ed4); }
.azm-linkedin { background: #0177b5; }
.azm-pinterest { background: #db242c; }
.azm-twitter { background: #55acee; }
.azm-vimeo { background: #44bbff; }
.azm-youtube { background: #d02022; }



/********************* Icons The END ******************/
/******************************************************/

