/*======= Basic Rules ===============*/
html, body {
    height: 100%;
}

body{
    font-size: 14px;
    color: #004b80;
    background: url(/styles/images/noise.png);
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Ubuntu', sans-seriff;
    font-weight: 700;
}

h1{font-size: 150px; margin-top: 0px;}

.center{
    text-align: center;
}

.capital{
    text-transform: uppercase;
}

.f1{font-size: 34px}

.container {
    position: relative;
    z-index: 2;
}

.logo {
    display: block;
    width: 400px;
    margin: 20px auto;
}

.logos {
    display: block;
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.2;
}

@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: #004b80;
    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: #004b80;
    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: #004b80;
    left: 70px;
    top: 70px;
    -webkit-animation: bubbles1 infinite linear 2500ms;
    animation: bubbles1 infinite linear 2500ms;
    padding: 0px;
}

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

.row1 p span{
    display: block;
    font-size: 35px;
}

.row3 p {
    font-size: 30px;
}


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


input[type="text"]{
    height: 42px;
    border: 1px solid #e6e4e4;
    outline-color: #ccc;

    transition: all .2s linear; -moz-transition: all .2s linear; -webkit-transition : all .2s linear; -o-transition: all .2s linear;
}

input[type="text"]:focus{
    outline-color: #c33a2c;
}

input[type="submit"]{
    height: 42px;
    border: 1px solid #c33a4c;
    background-color: #c33a2c;
    color: #fff;
    text-transform: uppercase;
    transition: all .2s linear; -moz-transition: all .2s linear; -webkit-transition : all .2s linear; -o-transition: all .2s linear;
}

input[type="submit"]:hover{
    background-color: #952317;
}

.links-wrapper{
    margin-top: 20px;
}

ul.links{
    float: none;
    display: block;
    margin: 0px auto;
    text-align: center;
}
ul.links li{
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
}

ul.links li a{
    height: 50px;
    width: 50px;
    min-width: 50px;
    display: inline-block;
    padding: 3px 0px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    color: #004b80;
    transition: all .2s linear; -moz-transition: all .2s linear; -webkit-transition : all .2s linear; -o-transition: all .2s linear;
}

ul.links li a:hover{
    background-color: #004b80;
    color: #fff;
}

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

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #004b80;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

/*--------------------------------*/
/*        COOKIE POLICY
/*--------------------------------*/

#acceptcookie {
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.cookie-mask {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.cookie-cont {
    background: #fff;
    border-radius: 10px;
    margin: auto;
    width: 480px;
    padding: 20px;
    text-align: center;
    top: 30%;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

#acceptcookie h2 {
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
    color: #007cc2;
    text-align: center;
}

#acceptcookie a {
    color: #000;
    font-weight: bold;
}

#acceptcookie button {
    display: block;
    margin: 20px auto 0 auto;
    background: #007cc2;
    line-height: 40px;
    border: 0;
    border-radius: 5px;
    padding: 0 10px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#acceptcookie button:hover {
    background: #42688c;
}