/* css */

@import url(//fonts.googleapis.com/css?family=Comfortaa:300,400,700|La+Belle+Aurore);

.lg-desktop {
    display: none;
    visibility: hidden;
}
.desktop {
    display: none;
    visibility: hidden;
}
.mobile {
    display: block;
    visibility: visible;
}
.alert.alert-error {
    display: none
}
* {
    margin: 0;
    padding: 0;
}
img,
frameset,
table {
    border: 0
}
.btn,
a {
    transition: color 400ms ease 0s, background-color 400ms ease 0s, border-color 400ms ease 0s
}
a:hover {
    text-decoration: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    background:url(../images/Clouds-Gradient-BG-1.jpg) repeat-x center top;
    -webkit-animation: displace 180s linear infinite;
    animation: displace 130s linear infinite;
    font-family: Comfortaa, sans-serif;
    line-height: 18px;
    padding: 0;
}
@-webkit-keyframes displace {
  from { background-position: 0px top; }
  to   { background-position: 2000px top; }
}
@keyframes displace {
  from { background-position: 0px top; }
  to   { background-position: 2000px top; }
}
a {
    color: #0f7dca;
}
.item-page a.btn.dropdown-toggle {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
}
img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
button,
input {
    *overflow: visible;
    line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
fieldset {
    border: none;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: Comfortaa, sans-serif;
    margin: 0;
}
h3,
h4 {
    margin: 0;
}
h1 {font-weight:300;}
h3 {
    font-weight:700;
    padding:0 0 10px;
    text-transform:uppercase;
}
h4 {
    font-weight:700;
    padding:10px 0;
    text-transform:uppercase;
}
p {font-size:16px;line-height:22px;padding:0 0 10px 0;}
.btn-primary {
    background:#89d0ff;
    border: 1px solid #003557;
    box-shadow: none;
    text-decoration: none;
}
.btn-default {
    background:#89d0ff;
    background-size: 100%;
    border: 1px solid #00629f;
    box-shadow: none;
    text-decoration: none;
}
a.btn-default {background:#1e3f62;border: 1px solid #00629f;color:#fff;padding-top:8px;text-shadow:none;}
a.btn-default:hover {background:#00629f;border: 1px solid #00629f;color:#fff;text-shadow:none;}

hr {border-top: 1px solid #e5e5e5;border-bottom:1px solid #fff;height:2px;}

/* HEADER */

#header {padding:20px 0;}
#logo {
    display: block;
    margin: 0 auto;
    text-align: center;
}
#top-info-left {
    text-align: center;
}

/* MAIN MENU */
#main-menu {background:rgba(0,0,0,.8);}

/* SLIDER */
#slider {
    background:#fff;
    border-bottom:10px solid rgba(0,0,0,.8);
}

/* PAGE */
#page {
    background:rgba(255,255,255,.6);
    padding:100px 0;
}
.page-header {
    border-bottom:0;
    margin:0 0 40px 0;
}
h1, .page-header h1 {
    font-size:38px;
    line-height:40px;
    text-align:center;
}
.servicesBox {
    background: url(../images/services-bg.jpg) bottom right;
    background-size:cover;
    border: 1px solid #89d0ff;
    border-radius: 10px;
    margin: 20px 0;
    padding: 30px 10px;
    text-align:center;
}
.servicesBox h3 {
    padding:20px 0;
}

#footer {
    background:#89d0ff;
    padding:60px 0;
}



#credits {background:rgba(0,0,0,.8);color:#fff;font-size:12px;font-weight:300;line-height:20px;padding:10px 0;}
.credits-left, .credits-right {text-align:center;}
.credits img {height:20px;width:20px;}



/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap * /* Small devices (mobile, 768px and up) */

@media (min-width: 480px) {
    .mobile {
        display: block;
        visibility: visible;
    }
    .desktop {
        display: none;
        visibility: hidden;
    }

}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .mobile {
        display: none;
        visibility: hidden;
    }
    .desktop {
        display: block;
        visibility: visible;
    }
    .credits-left {text-align:left;}
    .credits-right {text-align:right;}
 }

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .mobile {
        display: none;
        visibility: hidden;
    }
    .desktop {
        display: block;
        visibility: visible;
    }
    .lg-desktop {
        display: block;
        visibility: visible;
    }
    #top-info-left {
        text-align: left;
    }
    .servicesBox {
    background: url(../images/services-bg.jpg) bottom right;
    background-size:cover;
    border: 1px solid #89d0ff;
    border-radius: 10px;
    margin: 20px 0;
    padding: 30px 10px;
    text-align:left;
    }
    .servicesBox h3 {
        padding:0 0 20px 0;
    }

}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .mobile {
        display: none;
        visibility: hidden;
    }
    .desktop {
        display: block;
        visibility: visible;
    }
    .lg-desktop {
        display: block;
        visibility: visible;
    }
}
.clr {
    *zoom: 1;
}
.clr:before,
.clr:after {
    display: table;
    content: "";
    line-height: 0;
}
.clr:after {
    clear: both;
}