/*
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.
*/
/* 
    Created on : 22/12/2014, 10:43:07
    Author     : Ana Costa
*/
@import url(http://fonts.googleapis.com/css?family=Exo+2:400,300,500,700,800);
/*cores base*/
/*font features*/
/*font sizes*/
/*positions*/
body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    /*min-height:1000px;*/ }

.white-text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase; }

.blue-text {
    color: #1b8ec5;
    font-size: 12px; }

.grey-text {
    color: #4b4a4a;
    font-size: 14px; }

.blue-titlemain {
    color: #15344e;
    font-size: 27px; }

.subtitle {
    font-size: 23px;
    font-weight: 300; }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }

.blue {
    color: #1b8ec5; }

.bg-blue {
    background: #1b8ec5; }

.bg-darkblue {
    background: #1b4162; }

.bg-orange {
    background: #ffae00; }

.bg-yellow {
    background: #e2c020; }

.bg-grey {
    background: #d8d6d9; }

a {
    color: #1b8ec5;
    text-decoration: none; }

a:hover {
    text-decoration: none;
    color: #1b8ec5 !important; }

.headertext {
    font-size: 36px; }

.margin10 {
    margin: 10px; }

.margin-left55 {
    margin-left: 55px; }

.margin-left20 {
    margin-left: 20px; }

.margin-left10 {
    margin-left: 10px; }

.margin-right20 {
    margin-right: 20px; }

.margin-bot20 {
    margin-bottom: 20px; }

.margin-bot10 {
    margin-bottom: 10px; }

.margin-bot40 {
    margin-bottom: 40px; }

.margin-bot50 {
    margin-bottom: 50px; }

.margin-top150 {
    margin-top: 150px; }

.margin-top50 {
    margin-top: 50px; }

.margin-top30 {
    margin-top: 30px; }

.margin-top25 {
    margin-top: 25px; }

.margin-top15 {
    margin-top: 15px; }

.margin-top10 {
    margin-top: 10px; }

.nopadding {
    padding: 0; }

.padding20 {
    padding: 20px; }

.paddingtop10 {
    padding-top: 20px; }

/* effects */
/* efeito aumentar */
.effect1 a img {
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -ms-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s; }

.effect1 a:hover img {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }

.effect2 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0px; }

.effect3 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.shadow {
    -webkit-box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.75); }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #2a6496 !important;
    background-color: #eee;
    border-color: #ddd; }

.border {
    border: 3px solid #e8e8e8; }

/* header */
header {
    width: 100%; }

.top-bar {
    height: 125px;
    background-color: #012b50;
    border-bottom: 4px solid #082137;
    background-image: url(../img/header-bg.png);
    background-repeat: no-repeat;
    background-position: top right; }

.bar {
    height: 58px;
    background-color: #1b4162; }

.logo {
    position: absolute;
    width: 198px;
    height: 183px;
    background-color: #012b50; }

.redes-top {
    margin-top: 15px; }

.redes-top a {
    width: 32px;
    heigth: 50px;
    margin-left: 8px;
    display: block;
    background-color: #1b8ec5;
    border-radius: 20px;
    padding: 10px 10px 5px 10px;
    color: #FFF;
    font-size: 16px;
    text-align: center; }

.redes-top a:hover {
    background-color: #FFF;
    color: #1b8ec5 !important; }

/* -------------------- MENU PRINCIPAL -------------------- */
/* footer */
footer {
    background-color: #011a2f;
    height: 290px;
    color: #FFF;
    padding: 35px 0px 30px 0px; }
footer a {
    color: #657487;
    text-decoration: none;
    font-size: 14px;
    display: block;
    Padding-bottom: 7px; }
footer a:hover {
    color: #1b8ec5 !important;
    text-decoration: none; }

.firstbar {
    height: 246px;
    background-color: #012b50; }

.titlefooter {
    font-size: 16px;
    color: #FFF; }

.newsletter {
    border-bottom: 1px solid #00427f;
    padding-bottom: 25px; }

.botao-enviar {
    width: 42px;
    height: 34px !important;
    background-color: #4d7a90;
    border: 0;
    margin-left: -4px;
    padding: 5px 0px 0px 13px;
    font-size: 20px; }

.botao-enviar:hover {
    background-color: #011a2f; }

.form-control {
    display: block;
    width: 240px !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #657487;
    background-color: #2c5774;
    background-image: none;
    border: 0 !important;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none; }

.form-control:hover {
    outline: none;
    background-color: #fff; }

.icons a {
    width: 42px;
    heigth: 50px;
    margin-left: 8px;
    display: block;
    background-color: #1b8ec5;
    border-radius: 20px;
    padding: 10px 0px 5px 12px;
    color: #FFF;
    font-size: 22px;
    text-align: center; }

.icons a:hover {
    background-color: #FFF; }

/*
Kit Name: City Break
Kit URI: http://pixelkit.com/kits/hotel-ui-kit/
Description: 100+ elements
Version: 1.0
Author: PixelKit
Author URI: http://pixelkit.com

CSS STRUCTURE:

1. GENERAL TYPOGRAPHY
        - Fonts
        - Global Reset
        - General Styles
        - Typography
        - Buttons
        - Custom checkboxes, radios
        - Ribbons
        - Badges
        - Rating Stars

2. PAGE ITEMS, WIDGETS
        - Price Items
        - Price Item small
        - Price Item style 4
        - Sidebar widgets
                        - Widget Tags
                        - Widget Calendar
        - Comments
                - Post Comments
                - Message Field
        - Forms
            - Comment Form
            - Contact Form
        - Tabs

3. INDEX PAGE
        - Navigation
            - Main Menu
            - Main Menu style 2
            - User Menu
        - Statistics
        - Contact Form styled
        - Progress Bars
        - Profile
        - Image Slider

/*===================================================*/
/* 1. GENERAL TYPOGRAPHY */
/*===================================================*/
/*-----------------------------------*/
/* Global Reset */
/*-----------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0 !important;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -moz-outline-style: none;
}
* {
    outline: none !important;
}
a:active {
    outline: none !important;
}
a:focus{
-moz-outline-style: none !important;
}
input::-moz-focus-inner { 
  border: 0 !important; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased; }

/*-----------------------------------*/
/* General Styles */
/*-----------------------------------*/
@media (max-width: 767px) {
    .body-wrap:before,
    .body-wrap:after {
        height: 20px; } }
.ie9 body,
.ie9 .body-wrap:before,
.ie9 .body-wrap:after {
    filter: none; }

.ie7 body {
    background: none;
    filter: none;
    font-size: 20px;
    color: #333;
    text-align: center;
    padding-top: 200px; }

.ie7 .body-wrap {
    display: none; }

::-moz-selection {
    background: #1c588f;
    color: #fff;
    text-shadow: none; }

::selection {
    background: #1c588f;
    color: #fff;
    text-shadow: none; }

a {
    color: #1c588f; }

a:hover, a:focus {
    /*color: #c9376e !important;*/
    text-decoration: none; }

a:active {
    background-color: transparent; }

input, textarea, input[type="submit"]:focus, div {
    outline: none;
    font-family: 'PT Sans', sans-serif; }

button, input, select, textarea {
    vertical-align: top;
    margin: 0; }

.alpha {
    margin-left: 0 !important; }

.omega {
    margin-right: 0 !important; }

/*-----------------------------------*/
/* Typography */
/*-----------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #1c588f;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0.7em; }

h1 {
    font-size: 29px; }

h2 {
    font-size: 25px; }

h3 {
    font-size: 23px; }

h4 {
    font-size: 19px; }

h5 {
    font-size: 17px; }

h6 {
    font-size: 14px; }

em {
    font-style: italic; }

strong {
    font-weight: 700; }

small {
    font-size: 85%; }

i {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-style: normal;
    background-repeat: no-repeat;
    margin-right: 15px; }

p {
    line-height: 20px;
    margin-bottom: 10px; }

.margin-top-0 {
    margin-top: 0 !important; }

.margin-top-10 {
    margin-top: 10px !important; }

.margin-top-20 {
    margin-top: 20px !important; }

.margin-top-30 {
    margin-top: 30px !important; }

.margin-top-40 {
    margin-top: 40px !important; }

.margin-top-50 {
    margin-top: 50px !important; }

.margin-top-60 {
    margin-top: 60px !important; }

.margin-top-80 {
    margin-top: 80px !important; }

.margin-top-90 {
    margin-top: 90px !important; }

.margin-top-100 {
    margin-top: 100px !important; }

.margin-bottom-0 {
    margin-bottom: 0 !important; }

.margin-bottom-20 {
    margin-bottom: 20px !important; }

.margin-bottom-30 {
    margin-bottom: 30px !important; }

.margin-bottom-40 {
    margin-bottom: 40px !important; }

.margin-bottom-50 {
    margin-bottom: 50px !important; }

.margin-bottom-60 {
    margin-bottom: 60px !important; }

.margin-bottom-80 {
    margin-bottom: 80px !important; }

.margin-bottom-90 {
    margin-bottom: 90px !important; }

.margin-bottom-100 {
    margin-bottom: 100px !important; }

h6.foo {
    font-size: 10px;
    color: #98a2b4;
    color: rgba(230, 237, 242, 0.5);
    text-transform: uppercase;
    text-shadow: none;
    margin: 50px 0 20px; }

/*-----------------------------------*/
/* Buttons */
/*-----------------------------------*/
.btn:hover, .btn:focus {
    -webkit-transition: background-position .0s linear;
    -moz-transition: background-position .0s linear;
    -o-transition: background-position .0s linear;
    transition: background-position .0s linear; }

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: transparent; }

.btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    background: none; }

.btn span,
.btn input {
    display: block;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    border: none;
    background: #44b0e7;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -ms-transition: background 0.1s linear;
    transition: background 0.1s linear; }

.btn-middle span, .btn-middle input {
    height: 42px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 16px; }

.btn-small span, .btn-small input {
    height: 26px;
    line-height: 26px;
    font-size: 10px;
    font-weight: 400;
    padding: 0 12px; }

.btn-caps span, .btn-caps input {
    text-transform: uppercase; }

.btn-shadow span, .btn-shadow input {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); }

.btn:hover span, .btn:hover input, .btn.hover span, .btn.hover input {
    background: #62d1ff; }

.btn:active span, .btn:active input, .btn.active span, .btn.active input {
    background: #164c87;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-green span, .btn-green input {
    background: #9cd70e; }

.btn-green:hover span, .btn-green:hover input, .btn-green.hover span, .btn-green.hover input {
    background: #AEEC16; }

.btn-green:active span, .btn-green:active input, .btn-green.active span, .btn-green.active input {
    background: #7FAF0A; }

.btn-gray span, .btn-gray input {
    background: #cad7e5; }

.btn-gray:hover span, .btn-gray:hover input, .btn-gray.hover span, .btn-gray.hover input {
    background: #D7E3F0; }

.btn-gray:active span, .btn-gray:active input, .btn-gray.active span, .btn-gray.active input {
    background: #8C96A2; }

.btn-red span, .btn-red input {
    background: #c9376e; }

.btn-red:hover span, .btn-red:hover input, .btn-red.hover span, .btn-red.hover input {
    background: #E94180; }

.btn-red:active span, .btn-red:active input, .btn-red.active span, .btn-red.active input {
    background: #852247; }

/* Buttons with Arrows */
/*-----------------------------------*/
.btn-left {
    margin-left: 16px !important; }

.btn-right {
    margin-right: 16px !important; }

.btn-left:before,
.btn-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: -16px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 16px solid #44b0e7;
    -webkit-transition: border-color 0.1s linear;
    -moz-transition: border-color 0.1s linear;
    -ms-transition: border-color 0.1s linear;
    transition: border-color 0.1s linear; }

.btn-right:before {
    left: auto;
    right: -16px;
    border-right: none;
    border-left: 16px solid #44b0e7; }

.btn-left:hover:before,
.btn-right:hover:before,
.btn-left.hover:before,
.btn-right.hover:before {
    border-left-color: #62d1ff;
    border-right-color: #62d1ff; }

.btn-left:active:before,
.btn-right:active:before,
.btn-left.active:before,
.btn-right.active:before {
    border-left-color: #164c87;
    border-right-color: #164c87; }

.btn-left.btn-green:before,
.btn-right.btn-green:before {
    border-left-color: #9cd70e;
    border-right-color: #9cd70e; }

.btn-left.btn-green:hover:before,
.btn-right.btn-green:hover:before,
.btn-left.btn-green.hover:before,
.btn-right.btn-green.hover:before {
    border-left-color: #AEEC16;
    border-right-color: #AEEC16; }

.btn-left.btn-green:active:before,
.btn-right.btn-green:active:before,
.btn-left.btn-green.active:before,
.btn-right.btn-green.active:before {
    border-left-color: #7FAF0A;
    border-right-color: #7FAF0A; }

.btn-left.btn-gray:before,
.btn-right.btn-gray:before {
    border-left-color: #cad7e5;
    border-right-color: #cad7e5; }

.btn-left.btn-gray:hover:before,
.btn-right.btn-gray:hover:before,
.btn-left.btn-gray.hover:before,
.btn-right.btn-gray.hover:before {
    border-left-color: #D7E3F0;
    border-right-color: #D7E3F0; }

.btn-left.btn-gray:active:before,
.btn-right.btn-gray:active:before,
.btn-left.btn-gray.active:before,
.btn-right.btn-gray.active:before {
    border-left-color: #8C96A2;
    border-right-color: #8C96A2; }

.btn-left.btn-red:before,
.btn-right.btn-red:before {
    border-left-color: #c9376e;
    border-right-color: #c9376e; }

.btn-left.btn-red:hover:before,
.btn-right.btn-red:hover:before,
.btn-left.btn-red.hover:before,
.btn-right.btn-red.hover:before {
    border-left-color: #E94180;
    border-right-color: #E94180; }

.btn-left.btn-red:active:before,
.btn-right.btn-red:active:before,
.btn-left.btn-red.active:before,
.btn-right.btn-red.active:before {
    border-left-color: #852247;
    border-right-color: #852247; }

.btn-left span, .btn-left input {
    padding-left: 20px; }

.btn-right span, .btn-right input {
    padding-right: 20px; }

/* Buttons with Icons */
/*-----------------------------------*/
.btn-icon span, .btn-icon input {
    padding-left: 75px; }

.btn-icon-right span, .btn-icon-right input {
    padding-left: 25px;
    padding-right: 75px; }

.btn-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    background-color: #2f98dd;
    background-image: url(images/icons/buttons-icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -ms-transition: background 0.1s linear;
    transition: background 0.1s linear; }

.btn-icon.btn-green:before {
    background-color: #71bd07; }

.btn-icon.btn-gray:before {
    background-color: #a7b8c8; }

.btn-icon.btn-red:before {
    background-color: #9E3059; }

.btn-icon-right:before {
    left: auto;
    right: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .btn-icon:before {
        background-image: url(images/icons/buttons-icons-x2.png);
        background-size: 50px auto; } }
.btn-icon-send:before {
    background-position: 0 -50px; }

.btn-icon-go:before {
    background-position: 0 -100px; }

.btn-icon-login:before {
    background-position: 0 -150px; }

.btn-icon-signup:before {
    background-position: 0 -200px; }

.btn-icon-checkout:before {
    background-position: 0 -250px; }

/* middle, small */
.btn-middle.btn-icon span, .btn-middle.btn-icon input {
    padding-left: 52px;
    padding-right: 13px; }

.btn-middle.btn-icon-right span, .btn-middle.btn-icon-right input {
    padding-left: 13px;
    padding-right: 52px; }

.btn-small.btn-icon span, .btn-small.btn-icon input {
    padding-left: 33px;
    padding-right: 8px; }

.btn-small.btn-icon-right span, .btn-small.btn-icon-right input {
    padding-left: 8px;
    padding-right: 33px; }

.btn-middle.btn-icon:before {
    width: 42px;
    background-image: url(images/icons/buttons-icons-small.png);
    background-position: center 0; }

.btn-small.btn-icon:before {
    width: 26px;
    background-image: url(images/icons/buttons-icons-small.png);
    background-position: center -64px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .btn-middle.btn-icon:before,
    .btn-small.btn-icon:before {
        background-image: url(images/icons/buttons-icons-small-x2.png);
        background-size: 50px auto; } }
/* Follow, Like Buttons */
/*-----------------------------------*/
.btn-follow span,
.btn-like span {
    padding: 0 50px 0 6px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    background: #9cd70e; }

.btn-like span {
    background: #44b0e7; }

.btn-follow em,
.btn-like em {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    margin-right: 8px;
    background: #888;
    background: rgba(0, 0, 0, 0.2);
    font-style: normal; }

.btn-follow:before,
.btn-like:before {
    content: '\2b';
    font-family: 'Glyphicons Halflings';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 36px;
    background: #44b0e7;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    text-align: center; }

.btn-like:before {
    content: '\e125';
    background: #9cd70e; }

/* Full Width Button */
/*-----------------------------------*/
.btn-full {
    display: block; }

.btn-full span,
.btn-full input {
    width: 100%;
    padding: 0 16px 0 80px;
    height: 96px;
    line-height: 96px;
    outline: none;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
    text-align: left; }

.btn-full:before,
.btn-full:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -18px;
    width: 36px;
    height: 36px; }

.btn-full:before {
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16), inset 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16), inset 1px 1px 1px rgba(0, 0, 0, 0.16); }

.btn-full:after {
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
    text-align: center;
    line-height: 34px; }

@media (min-width: 768px) and (max-width: 991px) {
    .btn-full:before,
    .btn-full:after {
        left: 8px; }

    .btn-full span, .btn-full input {
        padding-left: 50px; } }
/*-----------------------------------*/
/* Custom checkboxes, radios */
/*-----------------------------------*/
.custom-checkbox, .custom-radio {
    position: relative; }

.custom-checkbox label::selection, .custom-radio label::selection {
    background: transparent;
    color: inherit; }

.custom-checkbox input, .custom-radio input {
    position: absolute;
    top: 0;
    left: 10px;
    margin: 0;
    border: none;
    width: 1px;
    height: 1px;
    display: none; }

.ie8 .custom-checkbox input, .ie8 .custom-radio input {
    display: block; }

.custom-checkbox label.focus, .custom-radio label.focus {
    outline: none; }

.custom-checkbox label,
.custom-radio label {
    display: block;
    position: relative;
    font-size: 14px;
    color: #70808b;
    line-height: 24px;
    padding-left: 36px;
    margin-bottom: 14px;
    cursor: pointer;
    min-height: 24px; }

.custom-checkbox label {
    line-height: 22px;
    min-height: 22px;
    margin-bottom: 16px; }

.custom-checkbox label:before,
.custom-checkbox label:after,
.custom-radio label:before,
.custom-radio label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0; }

.custom-checkbox label:before,
.custom-radio label:before {
    width: 24px;
    height: 24px;
    background: #ebf1f8;
    border: 1px solid #d0d1d3;
    border-radius: 50%; }

.custom-checkbox label:before {
    width: 22px;
    height: 22px;
    border-radius: 1px; }

.custom-checkbox label:after {
    font-family: 'Glyphicons Halflings';
    font-style: normal !important;
    font-size: 12px;
    line-height: 22px;
    color: #21649c;
    text-align: center !important;
    width: 22px;
    height: 22px; }

.custom-checkbox label.checked:after {
    content: '\e013'; }

.custom-radio label.checked:after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #21649c;
    top: 6px;
    left: 6px; }

.rowCheckbox-caps .custom-checkbox label,
.rowRadio-caps .custom-radio label {
    text-transform: uppercase !important; }

/* checkboxes, radios Right Align */
.label-right .custom-checkbox label,
.label-right .custom-radio label {
    padding-left: 0;
    padding-right: 32px;
    text-align: right; }

.label-right .custom-checkbox label:before,
.label-right .custom-checkbox label:after,
.label-right .custom-radio label:before,
.label-right .custom-radio label:after {
    left: auto;
    right: 0; }

.label-right .custom-radio label.checked:after {
    left: auto;
    right: 6px; }

/* Custom checkboxes, radios Alternative style
--------------------------------------------------------*/
.rowCheckbox-alt .custom-checkbox label,
.rowRadio-alt .custom-radio label {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    min-height: 22px; }

.rowCheckbox-alt .custom-checkbox label {
    line-height: 20px;
    min-height: 20px; }

.rowCheckbox-alt .custom-checkbox label:before,
.rowRadio-alt .custom-radio label:before {
    width: 22px;
    height: 22px;
    background: #164c87;
    border: 1px solid #0c3e75; }

.rowCheckbox-alt .custom-checkbox label:before {
    width: 20px;
    height: 20px; }

.rowCheckbox-alt .custom-checkbox label:after {
    font-size: 10px;
    line-height: 20px;
    color: #9cd70e;
    width: 20px;
    height: 20px; }

.rowRadio-alt .custom-radio label.checked:after {
    width: 10px;
    height: 10px;
    background: #9cd70e; }

/* Switch
------------------------------------*/
.switch .custom-checkbox label {
    padding-left: 70px;
    line-height: 26px;
    min-height: 26px; }

.switch .custom-checkbox label:before {
    content: '\e014';
    font-family: "Glyphicons Halflings";
    width: 58px;
    height: 26px;
    padding: 0 12px;
    font-size: 14px;
    color: #c9376e;
    text-align: right !important;
    line-height: 24px;
    border: none;
    background: #164c87;
    border-radius: 13px; }

.switch .custom-checkbox label.checked:before {
    content: '\e013';
    color: #9cd70e;
    text-align: left !important; }

.switch .custom-checkbox label:after {
    content: '';
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #c9376e;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.switch .custom-checkbox label.checked:after {
    left: 34px;
    background: #9cd70e; }

/* Switch Right Align */
.label-right.switch .custom-checkbox label {
    padding-left: 0;
    padding-right: 70px; }

.label-right.switch .custom-checkbox label:after {
    left: auto;
    right: 34px; }

.label-right.switch .custom-checkbox label.checked:after {
    left: auto;
    right: 2px; }

/* Inline checkboxes, radios
--------------------------------*/
.input_styled.inline .rowCheckbox,
.input_styled.inline .rowRadio,
.input_styled.inline span {
    display: inline-block;
    margin-right: 10px; }

.input_styled.inline span {
    line-height: 22px;
    margin-bottom: 14px; }

/*-----------------------------------*/
/* Ribbons */
/*-----------------------------------*/
.ribbon {
    position: absolute;
    top: 20px;
    right: -5px;
    background: #c9376e;
    border-right: 5px solid #dd6a9c;
    padding: 15px; }

.ribbon:before,
.ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent; }

.ribbon:before {
    border-top: 27px solid #c9376e;
    top: 0; }

.ribbon:after {
    border-bottom: 27px solid #c9376e;
    bottom: 0; }

.ribbon-green {
    background-color: #9cd70e;
    border-right-color: #bee628; }

.ribbon-green:before {
    border-top-color: #9cd70e; }

.ribbon-green:after {
    border-bottom-color: #9cd70e; }

.ribbon span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px; }

/*-----------------------------------*/
/* Badges */
/*-----------------------------------*/
.badge:empty {
    display: inline-block; }

.badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 66px solid #888;
    border-top-color: rgba(0, 0, 0, 0.3);
    border-left: 66px solid transparent;
    padding: 0;
    background-color: transparent;
    border-radius: 0; }

.badge-red {
    border-top-color: #c9376e; }

.badge span {
    position: absolute;
    top: -52px;
    left: -28px;
    font-size: 16px;
    color: #fff; }

/*-----------------------------------*/
/* Rating Stars */
/*-----------------------------------*/
.rating {
    display: inline-block; }

.rating span.star {
    font-family: "glyphicons halflings";
    font-weight: normal;
    font-style: normal;
    float: left;
    padding: 0 1px;
    cursor: pointer; }

.rating span.star:before {
    content: "\e006";
    display: block;
    font-size: 14px;
    color: #a7b8c8;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; }

.rating-large span.star:before {
    font-size: 18px; }

.rating span.voted:before {
    color: #c9376e; }

.rating:hover span.star:before {
    color: #a7b8c8 !important; }

.rating:hover span.star.over:before {
    color: #c9376e !important; }

/*===================================================*/
/* 2. PAGE ITEMS, WIDGETS */
/*===================================================*/
.content, .sidebar {
    padding: 50px 0; }

.boxed {
    background: #fff;
    /*-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    margin-bottom: 30px;*/
    position: relative; }

.boxed-blue {
    background: #1c588f; }

.boxed-dark {
    background: #142439; }

.boxed-light {
    background: #e5eff6; }

.boxed.red-line {
    border-top: 4px solid #c9376e; }

.boxed.green-line {
    border-top: 4px solid #9cd70e; }

.boxed.blue-line {
    border-top: 4px solid #4bb4e8; }

.widget-container {
    margin-bottom: 10px; }

.widget-full-width {
    margin-bottom: 100px; }

.caroufredsel_wrapper {
    margin: 0 auto !important; }

@media (max-width: 767px) {
    .content, .sidebar {
        padding: 20px 0; } }
/*-----------------------------------*/
/* Price Items */
/*-----------------------------------*/
/* General price styles */
.price-title {
    font-size: 25px;
    line-height: 33px; }

.price-title a {
    color: #1c588f; }

.price-content-left {
    float: left;
    width: 40%; }

.price-content-right {
    float: right;
    width: 56%; }

@media (max-width: 767px) {
    .price-content-left,
    .price-content-right {
        float: none;
        width: 100% !important;
        margin-bottom: 20px; } }
.price-desc p {
    margin-bottom: 20px; }

.price-image {
    position: relative;
    -webkit-box-shadow: 2px 2px 13px rgba(60, 155, 213, 0.16);
    box-shadow: 2px 2px 13px rgba(60, 155, 213, 0.16); }

.price-image img {
    display: block;
    width: 100%; }

/* Price declaration */
.price {
    text-align: center; }

.icon-price {
    display: block;
    margin: 0 auto 10px;
    width: 36px;
    height: 36px;
    border: 3px solid #cad7e5;
    border-radius: 50%;
    background: url(images/icons/person.png) 0 0 no-repeat; }

.icon-price.double {
    background-position: 0 -30px; }

.icon-price.triple {
    background-position: 0 -60px; }

.icon-price.games {
    background-position: 0 -90px; }

.icon-price.wifi {
    background-position: 0 -120px; }

.icon-price.phone {
    background-position: 0 -150px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .icon-price {
        background-image: url(images/icons/person-x2.png);
        background-size: 30px auto; } }
.price strong {
    display: block;
    font-size: 42px;
    font-weight: 700;
    color: #9cd70e;
    margin-bottom: 4px; }

.price sup {
    font-size: .54em; }

.price span {
    display: block;
    color: #474748; }

/* Additional infos */
span.price-info {
    font-size: 11px;
    font-weight: 700;
    color: #8e9eac;
    text-transform: uppercase;
    margin-bottom: 20px; }

.price-bottom span.price-info {
    float: left;
    font-size: 16px;
    color: #676b6d;
    margin-bottom: 0; }

/* Reservation link */
.price-reserve {
    float: right;
    font-size: 16px;
    font-weight: 700;
    color: #3999d4;
    text-transform: uppercase; }

.price-reserve strong {
    font-size: 28px;
    font-weight: 400;
    line-height: 12px;
    vertical-align: top; }

@media (max-width: 991px) {
    .price-item .price-content,
    .price-item .price-top,
    .price-item .price-bottom {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
@media (max-width: 479px) {
    .price-bottom span.price-info,
    .price-reserve {
        display: block;
        float: none; }

    .price-bottom span.price-info {
        margin-bottom: 5px; } }
/* Price Item small */
/*-----------------------------------*/
.price-list-small {
    text-align: center;
    margin-bottom: 13px; }

.price-item-small {
    text-align: center; }

.price-item-small .price-top {
    background: #e6edf2;
    border-bottom: 3px solid #c2d1e0;
    padding: 21px 5px;
    font-size: 16px;
    font-style: italic;
    color: #164c87; }

.price-item-small .price-content {
    padding: 21px 30px 20px; }

.price-item-small .price-title {
    line-height: 27px;
    margin-bottom: 6px; }

.price-item-small .price-title a {
    color: #0c9df7; }

.price-item-small .price-rating {
    margin-bottom: 18px; }

.price-item-small .price-image {
    margin-bottom: 18px; }

.price-item-small .price strong,
.price-item-small .price span {
    display: inline-block;
    text-align: left; }

.price-item-small .price strong {
    font-size: 34px; }

.price-item-small .price sup {
    font-size: 1em;
    position: relative;
    top: 0; }

.price-item-small .price span {
    line-height: 16px; }

.price-item-small .btn {
    display: block; }

/* Price List small */
.price-list-small .price-item-small {
    display: inline-block;
    width: 170px; }

.price-list-small .price-item-small.active {
    margin: 0 -31px;
    z-index: 1;
    -webkit-box-shadow: 0 2px 13px rgba(60, 155, 213, 0.16);
    box-shadow: 0 2px 13px rgba(60, 155, 213, 0.16);
    position: relative;
    top: 7px; }

.price-list-small .price-item-small .price-title {
    font-size: 20px; }

.price-list-small .price-item-small .price-title a {
    color: #164c87; }

.price-list-small .price-item-small.active .price-title {
    font-size: 24px; }

.price-list-small .price-item-small.active .price-title a {
    color: #0c9df7; }

.price-list-small .price-item-small .price-content {
    padding: 18px 30px 9px; }

.price-list-small .price-item-small.active .price-content {
    padding: 15px 19px 6px; }

.price-list-small .price-item-small .btn span {
    background: #21649c;
    padding: 0 10px 0 60px; }

.price-list-small .price-item-small .btn:before {
    background-color: #155595; }

.price-list-small .price-item-small.active .btn span {
    background: #4ab3e8; }

.price-list-small .price-item-small.active .btn:before {
    background-color: #2f98dd; }

.price-list-small .price-item-small .btn:hover span {
    background: #62d1ff; }

.price-list-small .price-item-small .btn:active span {
    background: #164c87; }

.price-list-small .price-item-small strong {
    float: left;
    font-size: 24px;
    margin-top: 6px; }

.price-list-small .price-item-small .icon-price {
    float: right; }

@media (min-width: 768px) and (max-width: 991px) {
    .price-list-small .price-item-small.active {
        margin: 0 -86px; }

    .price-item-small .price-top {
        font-size: 14px; }

    .price-item-small .price-content {
        padding: 15px; }

    .price-item-small .btn-icon span {
        padding-left: 60px;
        padding-right: 5px; } }
@media (max-width: 767px) {
    .price-list-small .price-item-small,
    .price-list-small .price-item-small.active {
        display: block;
        width: 100%;
        margin: 0 0 30px;
        top: 0; } }
/* Price Item style 4 */
/*-----------------------------------*/
.price-item.style4 .price-title {
    margin-bottom: 10px; }

.price-item.style4 .price-title a {
    color: #c9376e; }

.price-item.style4 .price-content {
    padding: 20px 20px 14px; }

.price-item.style4 .price-desc {
    border-bottom: 1px solid #cad7e5;
    margin-bottom: 10px; }

.price-item.style4 .price-desc p {
    margin-bottom: 12px; }

.price-item.style4 .price strong {
    float: left;
    margin-right: 5px; }

.price-item.style4 .price span {
    float: left;
    text-align: left;
    margin-top: 7px; }

.price-item.style4 .price .icon-price {
    float: right;
    margin: 0;
    margin-top: 4px; }

.price-item.style4 .price-bottom {
    border-top: 1px solid #cad7e5;
    padding: 15px 20px 18px; }

.price-item.style4 .price-reserve {
    text-transform: none; }

/*-----------------------------------*/
/* Sidebar widgets */
/*-----------------------------------*/
.widget-container .widget-title {
    font-size: 20px;
    padding: 18px 24px 20px;
    margin: 0; }

.widget-container.boxed-blue .widget-title {
    color: #fff;
    background: #164c87;
    -webkit-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.1); }

/* Widget Tags */
/*-----------------------------------*/
.widget-tags {
    background: #e6edf2;
    padding: 22px 20px 26px; }

.widget-tags .inner {
    background: #fff;
    padding: 10px 16px 28px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); }

.widget-tags .widget-title {
    font-size: 32px;
    color: #21649c;
    padding: 13px 9px 19px;
    margin: 0; }

.widget-tags .widget-title i {
    width: 24px;
    height: 24px;
    border: 2px solid #3999d4;
    border-radius: 50%;
    cursor: pointer;
    background: url(../images/arrows-thin.png) -27px -28px no-repeat;
    cursor: default;
    margin: 0 0 0 12px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .widget-tags .widget-title i {
        background-image: url(../images/arrows-thin-x2.png);
        background-size: 50px auto; } }
.tagcloud a {
    float: left;
    font-size: 12px;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    padding: 10px 14px;
    margin: 0 1px 1px 0;
    background: #44b0e7;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    transition: background 0.2s linear; }

.tagcloud a:hover {
    background: #9cd70e; }

/* Widget Tags styled */
.widget-tags.styled {
    background: #fff;
    padding: 0; }

.widget-tags.styled .inner {
    background: none;
    padding: 5px 26px 26px;
    -webkit-box-shadow: none;
    box-shadow: none; }

@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
    .widget-tags.styled .inner {
        padding: 0px 15px 20px; } }
/* Widget Calendar */
/*-----------------------------------*/
.widget-calendar .inner {
    background: #4ab3e8;
    /*-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);*/ }

.widget-calendar.red .inner {
    background: #c9376e; }

.widget-calendar.green .inner {
    background: #9cd70e; }

.widget-calendar .inner {
    padding: 0 12px 12px; }

.widget-calendar .widget-title {
    padding: 0;
    margin-bottom: 22px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    text-align: center; }

/* Datepicker General Styles */
.ui-datepicker {
    display: none; }

.ui-state-disabled {
    cursor: default !important; }

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden; }

#ui-datepicker-div {
    background: #4ab3e8;
    width: 232px; }

/* Datepicker Header */
.ui-datepicker-header {
    position: relative;
    padding: 0;
    margin: 0 -12px 0; }

#ui-datepicker-div .ui-datepicker-header {
    margin: 0; }

.ui-datepicker-header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.36); }

#ui-datepicker-div .ui-datepicker-header:after {
    bottom: -30px;
    height: 30px; }

.ui-datepicker-prev::selection,
.ui-datepicker-next::selection,
.ui-datepicker-prev span::selection,
.ui-datepicker-next span::selection {
    background-color: transparent; }

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 17px;
    left: 18px;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    background: url(../images/arrows-thin.png) -3px -3px no-repeat;
    opacity: .5; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .ui-datepicker-prev,
    .ui-datepicker-next {
        background-image: url(../images/arrows-thin-x2.png);
        background-size: 50px auto; } }
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    opacity: 1; }

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
    opacity: .5; }

.ui-datepicker-next {
    left: auto;
    right: 18px;
    background-position: -27px -3px; }

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
    top: 11px;
    left: 11px; }

#ui-datepicker-div .ui-datepicker-next {
    left: auto;
    right: 11px; }

.ui-datepicker-title {
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }

#ui-datepicker-div .ui-datepicker-title {
    height: 44px;
    line-height: 44px;
    font-size: 14px; }

/* Datepicker Table */
.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
    position: relative; }

/* MO-TU-WE-TH-FR-SA-SU */
.ui-datepicker th {
    text-align: center;
    text-shadow: none;
    padding: 11px 0 32px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }

#ui-datepicker-div th {
    padding: 9px 0 8px; }

/* Dates general */
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 1px solid rgba(255, 255, 255, 0.16); }

.ui-datepicker td a:hover {
    color: #fff !important; }

#ui-datepicker-div td span,
#ui-datepicker-div td a {
    height: 28px;
    line-height: 28px; }

.ui-datepicker tr td:last-child span,
.ui-datepicker tr td:last-child a {
    border-right: 1px solid rgba(255, 255, 255, 0.16); }

.ui-datepicker tr:last-child td span,
.ui-datepicker tr:last-child td a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16); }

/* Date Today */
td.ui-datepicker-today a,
td.ui-datepicker-today a.ui-state-hover {
    border: 1px solid rgba(255, 255, 255, 0.5); }

/* Date on Hover */
td a.ui-state-hover {
    background: rgba(0, 0, 0, 0.1); }

/* Date Selected */
td.ui-state-highlight a,
td.ui-datepicker-today.ui-state-highlight a,
#ui-datepicker-div td.ui-datepicker-current-day a,
#ui-datepicker-div td.ui-datepicker-current-day.ui-datepicker-today a {
    background: #24abe8;
    background: rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2); }

/* Date from the Other Month */
td.ui-datepicker-other-month span {
    color: #86d6ff; }

.widget-calendar.green td.ui-datepicker-other-month span {
    color: #317c1a; }

.widget-calendar.red td.ui-datepicker-other-month span {
    color: #8A3946; }

/* Responsive */
@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
    .ui-datepicker-prev {
        left: 6px; }

    .ui-datepicker-next {
        right: 6px; }

    .ui-datepicker td span, .ui-datepicker td a {
        height: 30px;
        line-height: 30px; }

    .ui-datepicker-title {
        font-size: 16px; } }
/*-----------------------------------*/
/* Comments */
/*-----------------------------------*/
/* Post Comments */
/*-----------------------------------*/
.comment-list {
    position: relative;
    margin-bottom: 30px; }

.comment-list h2 {
    color: #fff;
    margin-bottom: 30px; }

.link-add-comment {
    position: absolute;
    top: 8px;
    right: 2px;
    color: #fff;
    text-decoration: underline; }

.link-add-comment:hover {
    color: #fff; }

.comment-list li.comment {
    padding-left: 80px;
    position: relative; }

.comment-list .children li.comment:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: -28px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff; }

.comment-body {
    padding: 23px 20px;
    position: relative;
    margin-bottom: 18px; }

.comment-body:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 12px;
    left: -8px;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent; }

.comment-avatar {
    position: absolute;
    top: 0;
    left: -80px;
    width: 65px;
    height: 65px;
    border: 4px solid #fff;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }

.comment-avatar img {
    display: block;
    width: 100%;
    height: 100%; }

.comment-author {
    margin-bottom: 11px; }

.comment-author .link-author {
    float: left;
    font-size: 18px;
    color: #3e362b; }

.comment-author .comment-meta {
    float: right;
    font-size: 12px;
    color: #a4a4a4;
    text-align: right; }

.comment-author .comment-meta .link-reply {
    color: #a4a4a4; }

.comment-entry {
    line-height: 19px; }

@media (max-width: 479px) {
    .comment-list .children li.comment {
        margin-left: -80px; }

    .comment-list .children li.comment:before {
        display: none; }

    .link-add-comment {
        top: 30px;
        left: 0;
        right: auto; }

    .comment-author .link-author,
    .comment-author .comment-meta {
        float: none;
        text-align: left;
        display: block; }

    .comment-body {
        padding: 10px; } }
/* Message Field */
/*-----------------------------------*/
.message-field .comment-body {
    padding: 20px; }

.message-field .comment-body:before {
    top: 74px; }

.message-field .comment-info {
    font-size: 12px;
    color: #a7b8c8;
    text-transform: uppercase;
    margin-bottom: 10px; }

.message-field .comment-author {
    margin-bottom: 10px; }

.message-field .comment-author .link-author {
    float: none;
    font-size: 22px;
    color: #164c87;
    display: inline-block;
    border-bottom: 1px solid #d0dbe7;
    padding-bottom: 10px; }

.message-field .comment-entry {
    font-size: 12px;
    line-height: 16px; }

.message-field .comment-avatar {
    top: -4px;
    border: none; }

@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
    .message-field .comment-body {
        padding: 15px; } }
/*-----------------------------------*/
/* Forms */
/*-----------------------------------*/
/* Inputs, Textareas */
input::-webkit-input-placeholder {
    font-size: 14px;
    color: #70808b; }

input:-moz-placeholder {
    font-size: 14px;
    color: #70808b; }

textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #70808b; }

textarea:-moz-placeholder {
    font-size: 14px;
    color: #70808b; }

label, input, button, select, textarea {
    font-size: inherit;
    line-height: normal; }

input[type="submit"] {
    border-radius: 0; }

/*For Apple*/
input[type="text"],
input[type="password"],
textarea,
.select_styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d0d1d3;
    background: #ebf1f8;
    border-radius: 2px;
    padding: 0 12px;
    font-size: 14px;
    color: #70808b;
    width: 100%;
    margin: 0; }

.boxed-blue input[type="text"],
.boxed-blue input[type="password"],
.boxed-blue textarea,
.boxed-blue .select_styled {
    border: 1px solid #0b3d74;
    background: #164c87;
    color: #81d5ff; }

input[type="text"],
input[type="password"] {
    height: 50px; }

.ie8 input[type="text"],
.ie8 input[type="password"] {
    line-height: 50px; }

textarea {
    padding: 10px 12px;
    height: 150px;
    resize: vertical;
    overflow: auto; }

.field_text,
.field_select {
    float: left;
    margin-right: 2%;
    margin-bottom: 18px;
    width: 48%;
    position: relative; }

.field_text.omega,
.field_select.omega {
    float: right; }

.field_text.field_textarea {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    position: relative; }

.boxed-blue .label_title {
    font-size: 12px;
    color: #fff; }

.label_title {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #164c87;
    text-transform: uppercase;
    cursor: default; }

@media (max-width: 479px) {
    .field_text,
    .field_select {
        float: none !important;
        width: 100% !important;
        margin-right: 0; } }
/*-----------------------------------*/
/* Comment Form */
/*-----------------------------------*/
.add-comment .comment-form {
    padding: 26px 30px; }

.add-comment .add-comment-title h3 {
    border-bottom: 2px solid #dce4ee;
    padding: 20px 30px;
    margin-bottom: 0; }

.comment-form .error {
    overflow: hidden;
    border: 1px solid #c9376e !important; }

.add-comment .btn-discard {
    float: left; }

.add-comment .btn-submit {
    float: right; }

@media (max-width: 479px) {
    .add-comment .add-comment-title h3 {
        padding: 15px; }

    .add-comment .comment-form {
        padding: 10px 15px 20px; }

    .add-comment .btn-discard,
    .add-comment .btn-submit {
        float: none;
        margin-bottom: 10px; } }
/*-----------------------------------*/
/* Contact Form */
/*-----------------------------------*/
.contact-form .add-comment-title {
    display: none; }

.contact-form .field_text,
.contact-form .field_select {
    float: none;
    width: 100%;
    margin-right: 0; }

/*-----------------------------------*/
/* Tabs */
/*-----------------------------------*/
/* Tab Thumbs */
.tabs.bookmarks2 li {
    max-width: 48%; }

.tabs.bookmarks3 li {
    max-width: 32%; }

.tabs.bookmarks4 li {
    max-width: 24%; }

.tabs.bookmarks5 li {
    max-width: 18%; }

.tabs.bookmarks6 li {
    max-width: 16%; }

.tabs {
    border-bottom: 1px solid #d8d8d8; }

.tabs li {
    float: left;
    border-right: 1px solid #d8d8d8;
    margin-bottom: -1px; }

.tabs li:first-child {
    padding-left: 1px; }

.tabs li.active {
    background: #f7fafc; }

.tabs li a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #474748;
    padding: 18px 34px;
    margin: 0 -1px;
    border-bottom: 3px solid transparent;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.tabs li.active a {
    color: #164c87;
    border-bottom: 3px solid #4ab3e8; }

/* Tab Content */
.tab-image {
    margin: 0 0 12px 0;
    -webkit-box-shadow: 2px 2px 13px rgba(60, 155, 213, 0.16);
    box-shadow: 2px 2px 13px rgba(60, 155, 213, 0.16); }

.tab-image img {
    display: block;
    width: 100%; }

.tab-image.pull-left,
.tab-image.pull-right {
    width: 45%; }

.col-sm-12 .tab-image.pull-left,
.col-sm-12 .tab-image.pull-right {
    width: 33%; }

.tab-image.pull-left {
    margin: 5px 20px 5px 0; }

.tab-image.pull-right {
    margin: 5px 0 5px 20px; }

/* Responsive */
@media (max-width: 991px) {
    .tabs li a {
        font-size: 18px;
        padding: 15px; } }
@media (max-width: 479px) {
    .tabs li a {
        font-size: 14px;
        padding: 12px; }

    .tab-image.pull-left,
    .tab-image.pull-right {
        width: 100%;
        margin: 0;
        margin-bottom: 16px;
        float: none !important; } }
/* Small Tabs */
/*-----------------------------------*/
.tabs-small .tabs li a {
    font-size: 18px;
    padding: 15px; }

@media (max-width: 991px) {
    .tabs-small .tabs li a {
        font-size: 14px;
        padding: 12px 10px; } }
@media (max-width: 479px) {
    .tabs-small .tabs li a {
        font-size: 12px;
        padding: 12px 8px; } }
/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/*===================================================*/
/* 3. INDEX PAGE */
/*===================================================*/
/*-----------------------------------*/
/* Navigation */
/*-----------------------------------*/
/* Main Menu */
/*-----------------------------------*/
/* Level 0 */
.menu {
    background: transparent;
    z-index: 1000;
    width: 100%; }

.ie8 .menu {
    filter: none;
    background: transparent; }

/* IE8 understands dropdown feature only without gradient */
.menu a:hover, .menu a.hover {
    color: #fff !important; }

.menu li {
    position: relative; }

.menu > li {
    float: left;
    width: auto;
    /*width: 16.666666666666664%;
    /*border-top: 3px solid #4bb4e8;*/ }

.menu > li:hover, .menu > li.hover {
    border-top-color: #9cd70e;
    z-index: 1; }

.menu > li > a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    padding: 20px 10px;
    text-shadow: 0 1px 1px rgba(45, 118, 158, 0.5);
    //border-top: 2px solid #3484bd;
    //border-left: 1px solid #4b9cce;
    //border-right: 1px solid #1e86b5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    //border-left: 1px solid #257ea8; 
    //border-image: linear-gradient(to bottom, #257ea8, rgba(0, 0, 0, 0)) 1 100%;
}

.top-to-bottom {
    border-width: 3px;
    border-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;    
    -o-border-image:
      -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
      linear-gradient(to bottom, black, rgba(0, 0, 0, 0)) 1 100%;
}

.menu > li:first-child > a {
    border-left-color: transparent;
    //border-left: 1px solid #257ea8; }

.menu > li:last-child > a {
    border-right-color: transparent;
    //border-right: 1px solid #257ea8; }

.menu > li:hover > a,
.menu > li.hover > a {
    background: #176d96;
    text-decoration: none;
    /*border-top: 2px solid #4aa3d2;
    -webkit-box-shadow: 0 2px 4px rgba(21,80,94,0.75);
    box-shadow: 0 2px 4px rgba(21,80,94,0.75);*/ }

.menu-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 13px;
    background: url(images/icons/menu-icons.png) 0 0 no-repeat; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .menu-icon {
        background-image: url(images/icons/menu-icons-x2.png);
        background-size: 60px auto; } }
.menu-icon-2 {
    background-position: 0 -30px; }

.menu-icon-3 {
    background-position: 0 -60px; }

.menu-icon-4 {
    background-position: 0 -90px; }

.menu-icon-5 {
    background-position: 0 -120px; }

.menu-icon-6 {
    background-position: 0 -150px; }

.menu-icon-7 {
    background-position: 0 -180px; }

.menu-icon-8 {
    background-position: 0 -210px; }

.menu-icon-9 {
    background-position: 0 -240px; }

.menu > li:hover > a .menu-icon, .menu > li.hover > a .menu-icon {
    background-position: -30px 0; }

.menu > li:hover > a .menu-icon-2, .menu > li.hover > a .menu-icon-2 {
    background-position: -30px -30px; }

.menu > li:hover > a .menu-icon-3, .menu > li.hover > a .menu-icon-3 {
    background-position: -30px -60px; }

.menu > li:hover > a .menu-icon-4, .menu > li.hover > a .menu-icon-4 {
    background-position: -30px -90px; }

.menu > li:hover > a .menu-icon-5, .menu > li.hover > a .menu-icon-5 {
    background-position: -30px -120px; }

.menu > li:hover > a .menu-icon-6, .menu > li.hover > a .menu-icon-6 {
    background-position: -30px -150px; }

.menu > li:hover > a .menu-icon-7, .menu > li.hover > a .menu-icon-7 {
    background-position: -30px -180px; }

.menu > li:hover > a .menu-icon-8, .menu > li.hover > a .menu-icon-8 {
    background-position: -30px -210px; }

.menu > li:hover > a .menu-icon-9, .menu > li.hover > a .menu-icon-9 {
    background-position: -30px -240px; }

/* Level 1+ */
.menu ul {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 9499;
    width: 220px;
    /*width: 100%;*/
    min-width: 100px; }

.menu > li:hover > ul, .menu > li.hover > ul {
    top: 57px;
    left: 0; }

.menu ul li a {
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #257ea8;
    background: #176d96;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    //text-transform: uppercase;
    line-height: 16px;
    padding: 15px 10px; }

.menu ul li:first-child > a {
    border-top: none; }

.menu ul li:last-child > a {
    border-bottom: none; }

.menu ul li:hover > a, .menu ul li.hover > a {
    background: #1b4162;
    border-color: #257ea8; }

.menu ul li:hover:before, .menu ul li.hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background: #1b4162; }

/* Level 2+ */
.menu ul li:hover > ul, .menu ul li.hover > ul {
    position: absolute;
    top: 1px;
    left: 100%;
    width: 101%;
    padding-left: 1%;
    /*width: 300px;*/ }

/* Main Menu style 2 */
/*-----------------------------------*/
.menu.style2 ul {
    display: none; }

.menu.style2 {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.menu.style2 > li {
    border-top: 3px solid #4bb4e8;
    border-bottom: 3px solid #4bb4e8; }

.menu.style2 > li:hover, .menu.style2 > li.hover {
    border-top-color: #9cd70e;
    border-bottom-color: #9cd70e;
    z-index: 1; }

.menu.style2 > li > a {
    padding: 18px 5px 16px 0;
    border: none;
    border-left: 1px solid #062D52;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08); }

.menu.style2 > li:last-child > a {
    border-right: 1px solid #062D52;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08), 1px 0 0 rgba(255, 255, 255, 0.08);
    margin-right: 1px; }

.menu.style2 > li:hover > a,
.menu.style2 > li.hover > a {
    background: none; }

.menu.style2 .menu-icon {
    display: inline-block;
    margin: 0 3px 3px 0;
    vertical-align: middle; }

/* User Menu */
/*-----------------------------------*/
.user-menu {
    background-color: #276f9a; }

.user-menu > li {
    width: 50%; }

.user-menu > li > a {
    border-top-color: #236693;
    border-left-color: #2A75A8;
    border-right-color: #236693; }

.user-menu > li:hover > a, .user-menu > li.hover > a {
    background-color: #3a8db6;
    border-top-color: #3582ad; }

.user-menu ul li a {
    background-color: #276f9a; }

.user-menu ul li:hover > a, .user-menu ul li.hover > a {
    background-color: #2d79a3; }

/* Responsive Menu */
/*@media (max-width: 991px) {
    .menu > li > a {font-size: 13px;}
    .menu ul li a {font-size: 12px;}
}
@media (max-width: 767px) {
    .menu > li {float: none; width: 100%;}

    .menu > li:hover > ul,
    .menu > li.hover > ul,
    .menu ul li:hover > ul,
    .menu ul li.hover > ul {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
    }

    .menu.style2 > li {border-bottom: none;}

    .menu.style2 > li > a,
    .menu.style2 > li:last-child > a {
        padding: 18px 5px 16px 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }
}
*/
/*-----------------------------------*/
/* Statistics */
/*-----------------------------------*/
.widget-stats .widget-title {
    background: #164c87; }

.widget-stats .widget-title h3 {
    font-style: italic;
    font-weight: 400;
    color: #4fc4fe;
    margin: 0; }

.widget-stats .widget-title a {
    float: right;
    color: #4fc4fe;
    font-size: 20px;
    margin-top: 3px; }

.stats-content {
    overflow: hidden; }

.stats-content-left,
.stats-content-right {
    float: right;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
    position: relative; }

.stats-content-left {
    width: 40%;
    background: #21649c; }

.stats-content-right {
    width: 60%;
    background: #fff; }

/*Left side*/
.stats-content-left > .inner {
    padding: 12px 20px; }

.stats-content-left h6 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 17px; }

.stats-content-left .btn {
    display: block; }

.stats-content-left .btn span {
    padding: 0 60px 0 10px;
    font-weight: 400; }

.stats-content-left .progress {
    background-color: #103f77; }

/*Right side*/
.stats-select ul, .stats-tab {
    display: none; }

.stats-tab.active {
    display: block; }

.stats-select {
    position: absolute;
    top: 0;
    left: 0;
    right: 80px;
    z-index: 1;
    border-right: 1px solid #cad7e5;
    border-bottom: 1px solid #cad7e5;
    background: #fff;
    cursor: pointer; }

.stats-select strong {
    display: block;
    height: 49px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #474748;
    padding-left: 20px;
    position: relative; }

.stats-select strong:after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 13px;
    right: 6px;
    background: url(../images/arrows-thin.png) 0 -50px no-repeat; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .stats-select strong:after {
        background-image: url(../images/arrows-thin-x2.png);
        background-size: 50px auto; } }
.stats-select li {
    padding: 10px;
    padding-left: 20px; }

.stats-select li:hover {
    background: #21649c;
    color: #fff; }

.occupancy {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #cad7e5;
    text-align: right; }

.occupancy span {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #474748;
    padding: 0 10px 0 16px;
    position: relative; }

.occupancy span:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }

.occupancy.up span:before {
    border-bottom: 8px solid #9cd70e; }

.occupancy.down span:before {
    border-top: 8px solid #c9376e; }

.graph {
    height: 150px;
    padding-top: 16px; }

/*Responsive*/
@media (min-width: 768px) and (max-width: 991px) {
    .widget-stats .widget-title {
        padding: 10px 10px; }

    .stats-content-left > .inner {
        padding: 8px 12px; }

    .stats-select strong {
        padding-left: 10px; }

    .stats-select li {
        padding-left: 10px; }

    .stats-content-left .btn:before {
        display: none; }

    .stats-content-left .btn span {
        padding: 0 10px; } }
@media (max-width: 479px) {
    .stats-content-left,
    .stats-content-right {
        float: none;
        width: 100%; } }
/*-----------------------------------*/
/* Contact Form styled */
/*-----------------------------------*/
.add-comment.styled .add-comment-title {
    display: none; }

.add-comment.styled .btn span, .add-comment.styled .btn input {
    padding: 0 12px 0 62px; }

.add-comment.styled textarea {
    height: 100px; }

@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
    .add-comment.styled .comment-form {
        padding: 15px; }

    .add-comment.styled .btn {
        float: none;
        margin-bottom: 10px; } }
/* Text editor for contact form */
.nicEdit-pane {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.nicEdit-panel {
    overflow: hidden;
    border-radius: 2px 2px 0 0;
    width: 100%;
    border: 1px solid #d0d1d3; }

.nicEdit-button-undefined {
    border: none !important; }

.nicEdit-button {
    background-image: url(images/nicEditorIcons.png) !important;
    background-repeat: no-repeat; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .nicEdit-button {
        background-image: url(images/nicEditorIcons-x2.png) !important;
        background-size: auto 18px; } }
.nicEdit-container {
    border: 1px solid #d0d1d3;
    background: #ebf1f8;
    border-top: none;
    border-radius: 0 0 2px 2px;
    padding: 0;
    font-weight: 400;
    width: auto !important; }

.nicEdit-container i {
    font-style: italic !important; }

.nicEdit-container b {
    font-weight: 700 !important; }

.nicEdit-container u {
    text-decoration: underline !important; }

.nicEdit-container .nicEdit-main {
    font-size: 14px;
    color: #70808b;
    width: auto !important; }

.nicEdit-main p, .nicEdit-main div {
    line-height: normal;
    margin-bottom: 0; }

/*-----------------------------------*/
/* Progress Bars */
/*-----------------------------------*/
.progress {
    height: 9px;
    margin-bottom: 10px;
    background-color: #21649c;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.progress-bar {
    background-color: #44b0e7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }

.progress-text {
    margin-bottom: 5px; }

.progress-text .mark {
    float: left;
    width: 50%;
    font-size: 14px;
    font-weight: 700;
    color: #fff; }

.progress-text .mark.right {
    text-align: right; }

/* Progress Bar with Download Bar */
.progress.download {
    position: relative; }

.progress.download .progress-bar {
    position: absolute;
    top: 0;
    left: 0; }

.progress.download .download-bar {
    background-color: #3992c5; }

/* Progress Bar style 2 */
.progress.style2 {
    height: 4px;
    border-radius: 2px; }

.progress.style2 .progress-bar {
    border-radius: 2px; }

/* Progress Bar style 3 */
.progress.style3 .progress-bar {
    background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-color: #35a7e6;
    background-size: 20px 20px; }

/* Progress Bar style 4 */
.progress.style4 .progress-bar {
    background-color: #72c200; }

/* Progress Bar style 5 */
.progress.style5 {
    border: 1px solid #227ac4; }

.progress.style5 .progress-bar {
    background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-color: #c43663;
    background-size: 20px 20px; }

/*-----------------------------------*/
/* Profile */
/*-----------------------------------*/
.widget-profile .inner {
    padding: 20px; }

.widget-profile .avatar img {
    display: block;
    width: 100%; }

.widget-profile .profile-title {
    margin-bottom: 12px; }

.widget-profile .profile-title span {
    display: block;
    font-size: 16px;
    color: #4ab3e8;
    margin-bottom: 5px; }

.widget-profile .profile-title strong {
    display: block;
    font-size: 28px;
    color: #164c87;
    position: relative;
    padding-right: 20px; }

.widget-profile .profile-title strong:after {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    right: 0;
    border: 3px solid #72c200;
    border-radius: 50%; }

.widget-profile .profile-subtitle {
    display: block;
    font-size: 13px;
    font-style: italic;
    color: #a5a5a5;
    border-top: 1px solid #d0dbe7;
    padding-top: 10px; }

.widget-profile .followers {
    display: none; }

.widget-profile .btn {
    display: block; }

@media (min-width: 768px) and (max-width: 991px) {
    .widget-profile .inner {
        padding: 10px; } }
/*-----------------------------------*/
/* Image Slider */
/*-----------------------------------*/
.tf-gallery {
    background: #337fad; }

.tf-gallery img {
    display: block;
    width: 100%; }

.tf-gallery .gallery-images-wrap {
    position: relative;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.26); }

/*Thumbs*/
.tf-gallery .gallery-thumbs-wrap {
    padding: 12px;
    position: relative; }

.tf-gallery .gallery-thumbs li {
    float: left;
    width: 64px;
    height: 44px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent; }

.tf-gallery .gallery-thumbs li:hover,
.tf-gallery .gallery-thumbs li.selected {
    border-top-color: #c9376e;
    border-bottom-color: #c9376e;
    cursor: pointer; }

/*Buttons*/
.tf-gallery-btn {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
    margin-top: -17px;
    width: 18px;
    height: 34px;
    background-image: url(images/slider-controls.png);
    background-position: left -190px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px; }

.tf-gallery-btn.next {
    background-position: right -190px;
    left: auto;
    right: 20px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .tf-gallery-btn {
        background-image: url(images/slider-controls-x2.png);
        background-size: 60px auto; } }
/*-------------------------------------------*/
/* Layout on Index Page */
/*-------------------------------------------*/
/* Buttons */
.buttons-wrap {
    margin-bottom: 30px; }

.buttons-wrap > .buttons {
    text-align: center; }

.buttons {
    margin-bottom: 20px; }

.buttons .btn {
    margin: 0 10px 10px 0; }

.buttons .btn:last-child {
    margin-right: 0; }

/* Ribbons */
.ribbons {
    background: #276f9a; }

.ribbons .inner {
    min-height: 71px;
    position: relative; }

.ribbons .ribbon {
    top: 10px; }

@media (min-width: 768px) and (max-width: 991px) {
    .ribbons .ribbon {
        padding-left: 10px;
        padding-right: 10px; }

    .ribbons .ribbon span {
        font-size: 12px; } }
/* Controls */
.controls {
    min-height: 310px;
    padding: 15px 20px; }

.controls .progressbars {
    margin-bottom: 20px; }

.controls .input_styled.inline .rowCheckbox,
.controls .input_styled.inline .rowRadio {
    margin-right: 0; }

.controls .custom-checkbox label,
.controls .custom-radio label {
    margin-bottom: 5px; }

/* header */
.banner-bg {
    height: 455px;
    /*background-color: $light-grey;*/
    background: #d6dde3;
    background: -moz-linear-gradient(top, #d6dde3 0%, #d6dde3 71%, white 72%, white 84%, #fcfcfc 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d6dde3), color-stop(71%, #d6dde3), color-stop(72%, white), color-stop(84%, white), color-stop(100%, #fcfcfc));
    background: -webkit-linear-gradient(top, #d6dde3 0%, #d6dde3 71%, white 72%, white 84%, #fcfcfc 100%);
    background: -o-linear-gradient(top, #d6dde3 0%, #d6dde3 71%, white 72%, white 84%, #fcfcfc 100%);
    background: -ms-linear-gradient(top, #d6dde3 0%, #d6dde3 71%, white 72%, white 84%, #fcfcfc 100%);
    background: linear-gradient(to bottom, #d6dde3 0%, #d6dde3 71%, white 72%, white 84%, #fcfcfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dde3', endColorstr='#fcfcfc', GradientType=0 ); }

.banner-fundo {
    height: 455px;
    background-image: url(../img/banner-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: transparent; }

.banner {
    height: 382px;
    background-color: #012b50;
    margin-top: 22px;
    position: relative;
    -webkit-box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.75); }

.container {
    width: 990px !important; }

.carousel-indicators .active {
    margin: 0;
    width: 15px;
    height: 15px;
    background-color: #012b50;
    -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.75); }

.carousel-indicators {
    bottom: -30px; }

.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 1px;
    margin-top: 3px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #1b8ec5;
    -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.75); }

.carousel-control .glyphicon-chevron-left:hover {
    color: #1b8ec5; }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    color: #1b8ec5; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -55px;
    font-size: 30px; }

.carousel-control .glyphicon-chevron-right {
    right: 10%; }

.sessao-bg {
    background-color: #1b4162;
    height: 58px; }

.sessao-title {
    background-color: #15344e;
    color: #fb7a1c;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px;
    height: 58px;
    background-image: url(../img/seta.png);
    background-position: right top; }

.title-bg {
    height: 50px;
    padding: 15px; }

.title-bg2 {
    height: 60px;
    padding: 10px 15px; }

.noticia {
    width: 100%;
    padding: 15px;
    margin: 0 auto; }

.noticia ul {
    width: 100%;
    margin: 0 auto; }

.noticia ul li {
    margin-bottom: 30px; }

.noticia ul li a {
    font-size: 14px;
    color: #262727; }

.noticia ul li .img {
    float: left; }

.noticia ul li .img img {
    border: 3px solid #a6d5ec;
    float: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s; }

.noticia ul li .textnot {
    color: #262727; }

.noticia ul li h3 {
    font-size: 16px;
    margin-bottom: 5px; }

.noticia ul li .data {
    font-size: 12px; }

.noticia ul li .desc {
    font-size: 14px; }

.noticia ul li a:hover .desc, .noticia ul li a:hover .data {
    color: #1b8ec5 !important; }

.noticia ul li a:hover h3 {
    color: #1b4162 !important; }

.noticia ul li a:hover .img img {
    border: 3px solid #1b4162; }

.agenda {
    width: 100%;
    padding: 15px;
    margin: 0 auto; }

.agenda ul {
    width: 100%;
    margin: 0 auto; }

.agenda ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #124d64;
    padding-bottom: 15px; }

.agenda ul li a {
    font-size: 16px;
    color: #FFF; }

.agenda ul li a h4 {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 5px;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s; }

.agenda ul li a:hover {
    color: #FFF !important; }

.agenda ul li a:hover h4 {
    color: #1b8ec5; }

.agenda ul a.link {
    font-size: 15px;
    color: #1b8ec5;
    margin: 0 auto; }

.agenda ul a.link:hover {
    color: #FFF !important; }

.galeria {
    width: 100%;
    margin: 0; }

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    /*padding: 1em 0 4em;*/
    max-width: 1000px;
    list-style: none;
    text-align: center; }

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 200px;
    max-width: 200px;
    max-height: 130px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer; }

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8; }

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300; }

.grid figure h2 span {
    font-weight: 800; }

.grid figure h2,
.grid figure p {
    margin: 0; }

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%; }

/* Individual effects */
/*-----------------*/
/***** Goliath *****/
/*-----------------*/
figure.effect-goliath {
    background: #1b4162; }

figure.effect-goliath img,
figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s; }

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px; }

figure.effect-goliath p {
    text-transform: none;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* header */
.top-main {
    height: 105px;
    background-color: #d6dde3;
    margin-bottom: 35px; }

.title-main {
    height: 60px;
    padding: 15px;
    background-color: #e8e8e8; }

.title-section {
    font-size: 24px;
    color: #176d96;
    padding: 0px 5px;
    font-weight: 500; }

.standard-text {
    font-size: 14px;
    color: #4b4a4a;
    line-height: 24px;
    padding: 0px 5px; }

.submenu-main {
    width: 100%;
    padding: 15px;
    margin: 0 auto; }

.submenu-main ul {
    width: 90%;
    margin: 0 auto; }

.submenu-main ul li {
    margin-bottom: 11px;
    border-bottom: 1px solid #c5c7c7;
    padding-bottom: 11px; }

.submenu-main ul li a {
    font-size: 16px;
    color: #012b50; }

.submenu-main ul li a:hover {
    color: #1b8ec5 !important; }

.submenu-main ul li a.active {
    color: #012b50 !important;
    font-weight: 700; }

.noticias {
    width: 100%;
    margin: 0 auto; }

.noticias ul {
    width: 100%;
    margin: 0 auto; }

.noticias ul li {
    margin-bottom: 50px; }

.noticias ul li a {
    font-size: 14px;
    color: #262727; }

.noticias ul li .img {
    float: left; }

.noticias ul li .img img {
    border: 3px solid #a6d5ec;
    float: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s; }

.noticias ul li .textnot {
    color: #262727; }

.noticias ul li h3 {
    font-size: 16px;
    margin-bottom: 5px; }

.noticias ul li .data {
    font-size: 12px; }

.noticias ul li .desc {
    font-size: 14px; }

.noticias ul li a:hover .desc, .noticias ul li a:hover .data {
    color: #1b8ec5 !important; }

.noticias ul li a:hover h3 {
    color: #1b4162 !important; }

.noticias ul li a:hover .img img {
    border: 3px solid #1b4162; }

.monografia {
    width: 100%;
    margin: 0 auto; }

.monografia ul {
    width: 100%;
    margin: 0 auto; }

.monografia ul li {
    margin-bottom: 30px;
    display: inline-block;
    width: 291px;
    vertical-align: top; }

.monografia ul li a {
    font-size: 14px;
    color: #4b4a4a; }

.monografia ul li .img {
    height: 205px; }

.monografia ul li .img img {
    border: 3px solid #a6d5ec;
    float: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s; }

.monografia ul li .textnot {
    color: #4b4a4a; }

.monografia ul li h3 {
    font-size: 14px;
    margin-bottom: 5px; }

.monografia ul li .data {
    font-size: 12px; }

.monografia ul li .desc {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px; }

.monografia ul li a:hover .desc, .monografia ul li a:hover .data {
    color: #1b8ec5 !important; }

.monografia ul li a:hover h3 {
    color: #1b4162 !important; }

.monografia ul li a:hover .img img {
    border: 3px solid #1b4162; }

.list-item {
    width: 100%;
    margin: 0 auto;
    display: inline-block; }

.list-item ul {
    width: 100%;
    margin: 0 auto; }

.list-item ul li {
    margin-bottom: 30px;
    display: inline-block;
    width: 291px;
    margin-right: 26px;
    background-color: #ccc;
    padding: 20px; }

.list-item ul li a {
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fff; }

.list-item ul li .img {
    height: 205px; }

.list-item ul li .img img {
    border: 3px solid #a6d5ec;
    float: left;
    -moz-transition: all 100ms ease-in-out 0s;
    -ms-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s; }

.list-item ul li h3 {
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    background-color: #1C588F;
    padding: 15px;
    color: #fff; }

.list-item ul li a:hover h3 {
    color: #ffae00 !important; }

.list-item ul li a:hover .img img {
    border: 3px solid #1b4162; }

.form-control2 {
    width: 100%;
    display: block;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #657487;
    background-color: #ebf1f8;
    background-image: none;
    border: 0 !important;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none; }

.form-control2:hover {
    outline: none;
    background-color: #e8e8e8; }

input[type="password"] {
    height: 40px; }

.botao-enviar2 {
    background-color: #4d7a90;
    border: 0;
    padding: 13px 20px;
    font-size: 15px;
    color: #fff; }

.botao-enviar2:hover {
    background-color: #011a2f; }

/*# sourceMappingURL=base.css.map */

.pdf-button {
    display: block;
    margin-top: 15px;
    background-color: rgb(245, 245, 245);
    border: solid 1px #D8D6D9;
    padding: 8px;
}

.pdf-button i {
    font-size: 14px;
    margin-right: 8px;
}

.pdf-button i.red {
    color: red;
}

.pdf-button i.green {
    color: green;
}

.pdf-button i.blue {
    color: blue;
}

.pdf-button i.black {
    color: black;
}

.newsletter-block {
    vertical-align: top;
}

.newsletter-block h3 {
    display: inline-block;
    position: relative;
    top: 14px;
    width: 220px;
    height: auto;
    overflow: hidden;
}

.newsletter-pdf {
    font-size: 24px;
    color: red;
    background-color: rgb(232, 232, 232);
    width: 46px;
    height: 46px;
    padding: 11px 13px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.newsletter-pdf i {
    text-align: center;
}

.imgdireita{
    padding-left:120px;
    margin-top:40px;
}
.imgesquerda{
    margin-top:40px;
}
.titulosimagens {
    color:#1c588f;
    font-size:18px;
    margin-top:5px;
    text-align:center;
    padding:0px;
    line-height:30px;
    width: 220px;
    height: 50px;
    word-wrap: break-word;
}

