

/**********************************************************/
.page-404{
	padding-top: 40px; padding-bottom: 40px;
	color: #FF7F00;
	position: relative;
	background: url('../images/noise.png') repeat !important;
}


.page-404 h1{
	font-size: 150px; margin-top: 0px; line-height: 1.2em;
	font-weight: bold; color: #FF7F00; 
}
.page-404 h3 , .page-404 p{
	display: block; line-height: 1.2em;
	margin-bottom: 20px;
}
.page-404 p{font-size: 14px}

.capital{
    text-transform: uppercase;
}
.center{text-align: center;}

.f1{font-size: 34px}

@keyframes bubbles1
{
    0%  {opacity: 0; width:7px; height:7px; top:100px; left:70px;}
25%  {opacity: .25; width:8px; height:8px;  top:90px; left:70px;}
50%  {opacity: .5; width:9px; height:9px;  top:70px; left:70px;}
75%  {opacity: .75; width:10px; height:10px;  top:60px; left:65px;}
100%  {opacity: 0; width:11px; height:11px; top:30px; left:70px;}

}

@-webkit-keyframes bubbles1
{
    0%  {opacity: 0; width:5px; height:5px; top:100px; left:70px;}
25%  {opacity: .25; width:6px; height:6px;  top:90px; left:70px;}
50%  {opacity: .5; width:7px; height:7px;  top:50px; left:70px;}
75%  {opacity: .75; width:9px; height:9px;  top:40px; left:65px;}
100%  {opacity: 0; width:10px; height:10px; top:10px; left:75px;}

}


#cflask-holder span{
    min-width: 150px;
    min-height: 150px;
    width: 150px;
    display: block;
    background-color: #fff;
    margin:0px auto;
    text-align: center;
    border-radius: 150px;
    position: relative;
}

#cflask-holder span i{
    padding: 40px 0px 0px 0px;
    font-size: 80px;
}

#cflask-holder span i#b1{
    position: absolute;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    background-color: #FF7F00;
    left: 70px;
    top: 70px;
    -webkit-animation: bubbles1 infinite linear 1s;
    animation: bubbles1 infinite linear 1s;
    padding: 0px;
}

#cflask-holder span i#b2{
    position: absolute;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    background-color: #FF7F00;
    left: 70px;
    top: 70px;
    -webkit-animation: bubbles1 infinite linear 2s;
    animation: bubbles1 infinite linear 2s;
    padding: 0px;
}

#cflask-holder span i#b3{
    position: absolute;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    background-color: #FF7F00;
    left: 70px;
    top: 70px;
    -webkit-animation: bubbles1 infinite linear 2500ms;
    animation: bubbles1 infinite linear 2500ms;
    padding: 0px;
}

.row1 p{
    font-size: 20px;
}


.search-form{
    margin-top: 20px;
}

.links-wrapper{
    margin-top: 30px; text-align: center;
}

.page-404 ul.links{
    float: none;
    display: inline-block;
    margin: 0px auto;
	text-align: center;
}
.page-404 ul::after{content: ''; display: block; clear: both;}

.page-404 ul.links li{
    list-style-type: none;
    display: inline-block;
    margin-bottom: 20px; margin-right: 20px;
	text-align: center;
	float: left;
}
.page-404 ul.links li:last-child{margin-right: 0;}

.page-404 ul.links li::after{content: ''; display: block; clear: both;}


.page-404 ul.links li a.icon{
    height: 50px;
    width: 50px;
    min-width: 50px;
    display: inline-block;
    padding: 3px 0px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    color: #FF7F00;
    transition: all .2s linear; -moz-transition: all .2s linear; -webkit-transition : all .2s linear; -o-transition: all .2s linear; float: left;
}
.page-404 ul.links li a.text{
	float: left; line-height: 50px; margin-left: 15px; font-size: 16px;
	color: #FF7F00;
}
.page-404 ul.links li a.icon:hover{
    background-color: #FF7F00;
    color: #fff;
}

.page-404 ul.links li a i{
    padding: 10px 0px;
}
