/***** DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU ARE DOING *****/

.wrap{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
}

.full-width{
	float:left;
	display:inline;
	width:100%;
}

.container{
	clear:both;
	margin:0 auto;
	padding:0 10px;
	zoom:1;
}

.sticky .main{
	padding-bottom:100px;
}
.CustomWell{

border-radius: 0px !important;
min-height:170px;
}
.CustomHr{
margin-top: 4px;	
	margin-bottom: 4px;
	border-top-color: #D3D3D3;

}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

/*.sticky .footer{
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}*/

/*.row{
	clear:both;
	display:table;
	list-style:none;
	zoom:1;
}*/

/***** 960(12x58x24) *****/

@media (min-width:980px){.container{width:980px;}}
/***** 960(12x58x24) ****
.wrap{max-width:980px;}.container{width:960px;}
*/