/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*  Author : FormGet
    Website URL : http://www.formget.com/
	Script URL : http://www.formget.com/product/seo-php-script/
    Updated on : Jan 20, 2016, 12:43:09 AM
    Version : AORank v2.0.3	
*/

@import url('assets/css/bootstrap.css');
@import url('assets/css/bootstrap-theme.css');
@import url('assets/css/fonts.css');
@import url('assets/css/colors.css');
@import url('assets/css/buttons.css');
@import url('assets/css/flexslider.css');
@import url('assets/css/style.css');
@import url('assets/css/responsive.css');
@import url('assets/css/owl.carousel.css');
.logo img{
	height: 85px;
}
#sub_header .st-title-wrap{
    padding-bottom: 21px;
    padding: -1 0 200px;
}
#sub_header .st-title-wrap .st-title{
    font-size: 52px;
    text-transform: uppercase;
    text-shadow: -1px 2px 0 rgba(0, 0, 0, 0.15);
    line-height: normal;
    margin: 0 0 5px 0;
}
#sub_header .st-title-wrap .st-sub-title{
    font-size: 22px;
    font-family: 'proxima_novalight', sans-serif;
    text-shadow: -1px 2px 0 rgba(0, 0, 0, 0.15);    
    line-height: normal;
    margin: 0;
}
#sub_header .st-title-wrap .searchform div{
    position: relative;
    width: 750px;
    margin: 30px auto 0;
}
#sub_header .st-title-wrap .searchform input[type='text']{
    position: relative;
    width: 80%;
    border: none;
    font-family: 'proxima_novalight', sans-serif;
    font-size: 22px;
    padding: 18px 10px 16px 16px;
    color: #333;
    line-height: normal;
    box-shadow: 0 2px 0 #145d8e;
    border-radius: 3px 0 0 3px;
}
#sub_header .st-title-wrap .searchform input[type='submit']{
    position: relative;
    width: 20%;
    background-color: #e9ae30;
    border: none;
    font-family: 'proxima_nova_rgregular',sans-serif;
    font-size: 22px;
    padding: 17px 16px 16px 16px;
    line-height: normal;
    box-shadow: 0 2px 0 #704f07;
    border-radius: 0 3px 3px 0;
    transition: 0.2s all;
}
#sub_header .st-title-wrap .searchform input[type='submit']:hover{
    background-color: #F5C359;
}
#sub_header .st-title-wrap .searchform input[type='submit']:active{
    background-color: #D59307;
}

@media (max-width: 800px) {
    #sub_header .st-title-wrap .searchform div{
        width: 90%;
        max-width: 750px;
    }
    #sub_header .st-title-wrap .searchform input[type='text']{
        width: 70%;
        margin: auto;
    }
    #sub_header .st-title-wrap .searchform input[type='submit']{
        width: 30%;
    }

}
@media (max-width: 520px) {
    #sub_header .st-title-wrap .searchform div{
        width: 90%;
        max-width: 750px;
    }
    #sub_header .st-title-wrap .searchform input[type='text']{
        width: 100%;
        margin: auto;
        border-radius: 3px;
    }
    #sub_header .st-title-wrap .searchform input[type='submit']{
        display: block;
        width: 100%;
        text-align: center;
        border-radius: 3px;   
    }    
}

#tested_url{
    margin-right:8px;
       position: relative;
    width: 100%;
    background-color: #e9ae30;
    border: none;
    font-family: 'proxima_nova_rgregular',sans-serif;
       font-size: 15px;
    padding: 8px 16px 6px 14px;
    line-height: normal;
    box-shadow: 0 2px 0 #AFA07F;
    border-radius: 0 3px 3px 0;
    transition: 0.2s all;
    color: white;
}
#tested_url:hover{
 background-color: #F5C359;   
}

#pagination_icons{
    
        display: inline-block;
    margin: 20px 45%;
    
    color: white;
    width: 100%;
}

#pagination_icons form{
    
       color: #909090;
}

div#pagination_icons span#active {
        background-color: #0C79C3;
    padding: 4px 12px;
    margin-left: 2px;
       margin-right: 2px;
}


#table_loder{
    float: right;
    /* margin-top: -20px; */
    margin-right: 80px;
    display:none;
        
}
//new




.cssload-squeeze{
	position:relative;
	display:block;
	margin: 113px auto;
	width:124px;
}
	
.cssload-squeeze, .cssload-squeeze * {
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
}

.cssload-squeeze span {
	display: inline-block;
	height: 17px;
	width: 17px;
	background: rgb(12,122,195);
	border-radius: 0px;
}

.cssload-squeeze span:nth-child(1) {
	animation: cssload-rotateX 2.6s 0.13s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-o-animation: cssload-rotateX 2.6s 0.13s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-ms-animation: cssload-rotateX 2.6s 0.13s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-webkit-animation: cssload-rotateX 2.6s 0.13s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-moz-animation: cssload-rotateX 2.6s 0.13s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
.cssload-squeeze span:nth-child(2) {
	animation: cssload-rotateX 2.6s 0.26s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-o-animation: cssload-rotateX 2.6s 0.26s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-ms-animation: cssload-rotateX 2.6s 0.26s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-webkit-animation: cssload-rotateX 2.6s 0.26s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-moz-animation: cssload-rotateX 2.6s 0.26s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
.cssload-squeeze span:nth-child(3) {
	animation: cssload-rotateX 2.6s 0.39s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-o-animation: cssload-rotateX 2.6s 0.39s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-ms-animation: cssload-rotateX 2.6s 0.39s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-webkit-animation: cssload-rotateX 2.6s 0.39s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-moz-animation: cssload-rotateX 2.6s 0.39s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
.cssload-squeeze span:nth-child(4) {
	animation: cssload-rotateX 2.6s 0.52s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-o-animation: cssload-rotateX 2.6s 0.52s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-ms-animation: cssload-rotateX 2.6s 0.52s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-webkit-animation: cssload-rotateX 2.6s 0.52s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-moz-animation: cssload-rotateX 2.6s 0.52s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
.cssload-squeeze span:nth-child(5) {
	animation: cssload-rotateX 2.6s 0.65s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-o-animation: cssload-rotateX 2.6s 0.65s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-ms-animation: cssload-rotateX 2.6s 0.65s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-webkit-animation: cssload-rotateX 2.6s 0.65s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-moz-animation: cssload-rotateX 2.6s 0.65s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}



@keyframes cssload-rotateX {
	0% {
		transform: rotateX(0deg);
	}
	50% {
		transform: rotateX(90deg) scale(0.5, 0.5);
		background: rgba(129,200,247,0.98);
	}
	100% {
		transform: rotateX(0deg);
						transform: rotateX(0deg);
	}
}

@-o-keyframes cssload-rotateX {
	0% {
		-o-transform: rotateX(0deg);
	}
	50% {
		-o-transform: rotateX(90deg) scale(0.5, 0.5);
		background: rgba(129,200,247,0.98);
	}
	100% {
		-o-transform: rotateX(0deg);
						transform: rotateX(0deg);
	}
}

@-ms-keyframes cssload-rotateX {
	0% {
		-ms-transform: rotateX(0deg);
	}
	50% {
		-ms-transform: rotateX(90deg) scale(0.5, 0.5);
		background: rgba(129,200,247,0.98);
	}
	100% {
		-ms-transform: rotateX(0deg);
						transform: rotateX(0deg);
	}
}

@-webkit-keyframes cssload-rotateX {
	0% {
		-webkit-transform: rotateX(0deg);
	}
	50% {
		-webkit-transform: rotateX(90deg) scale(0.5, 0.5);
		background: rgba(129,200,247,0.98);
	}
	100% {
		-webkit-transform: rotateX(0deg);
						transform: rotateX(0deg);
	}
}

@-moz-keyframes cssload-rotateX {
	0% {
		-moz-transform: rotateX(0deg);
	}
	50% {
		-moz-transform: rotateX(90deg) scale(0.5, 0.5);
		background: rgba(129,200,247,0.98);
	}
	100% {
		-moz-transform: rotateX(0deg);
						transform: rotateX(0deg);
	}
}



