/*
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 */
/*===================================================*/

/*-----------------------------------*/
/* Fonts */
/*-----------------------------------*/

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);

/*-----------------------------------*/
/* 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
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 */
/*-----------------------------------*/

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #4f5d6e;
	position: relative;
    padding-bottom: 6rem;
    background: #00364E url(/img/background2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {}
a:hover, a:focus {text-decoration: none;}
a:active {background-color: transparent;}

input, textarea, input[type="submit"]:focus, div {
    outline: none;
    font-family: 'PT Sans', sans-serif;
}
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: 28px; color: #EAEAEA;}
h2 {font-size: 23px; margin-left: 10px;margin-top: 10px;}
h3 {font-size: 20px;}
h4 {font-size: 17px;}
h5 {font-size: 14px; }
h6 {font-size: 14px; color: #D4D4D4;}

em {font-style: italic;}
strong {font-weight: 700;}
small {font-size: 85%;}


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;
}


/*-----------------------------------*/
/* 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;
}


/*-----------------------------------*/
/* 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);
	position: relative;
    border-radius: 0px;

  margin: 0px auto 30px auto;
}

.menuboxed {
    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);
	position: relative;
  margin: 0px auto 30px auto;
}

.selectboxed {
    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);
	position: relative;
  margin: 0px auto 30px auto;
  display:none;
}

@media screen and (max-width: 800px) {
.menuboxed {
display: none;
}
.selectboxed {
display: block;
}
}

.boxed-blue {background: #1c588f;}
.boxed-dark {background: #142439;}
.boxed-light {background: #e5eff6;}
.boxed-plan {border-top: 4px solid #FFEF15; background: #FFFFE2;}
.boxed-done {border-top: 4px solid #9cd70e; background: #FFFFFF;}

.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: 30px;  max-width: 100%;}
.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 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 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;}

}
@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: 14px; 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: 18px; color: #DBDBDB;}
input:-moz-placeholder {font-size: 18px; color: #DBDBDB;}
textarea::-webkit-input-placeholder {font-size: 18px; color: #DBDBDB;}
textarea:-moz-placeholder {font-size: 18px; color: #DBDBDB;}

label, input, select, textarea {font-size: inherit; line-height: normal;}
input {border-radius: 4px;}  /*For Apple*/

input[type="text"],
input[type="number"],
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: 18px;
    height: 47px;
    color: #70808b;
    width: 100%;
    margin: 0;
}
.valaszto_styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d0d1d3;
    background: url(img/arrow.png) no-repeat right #ebf1f8;
    border-radius: 2px;
    padding:0 12px;
    font-size: 18px;
    height: 47px;
    color: #70808b;
    width: 100%;
    margin: 0;
}



.boxed-blue input[type="text"],
.boxed-blue input[type="number"],
.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="number"],
input[type="password"]{
    height: 50px;
}
input[type="submit"]{
    border-radius: 4px;
}
.ie8 input[type="text"],
.ie8 input[type="number"],
.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; border-radius: 0px;}

.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;}


@media (max-width: 479px) {
    .add-comment .add-comment-title h3 {padding: 15px;}
    .add-comment .comment-form {padding: 10px 15px 20px;}

}

/*-----------------------------------*/
/* Contact Form */
/*-----------------------------------*/

.contact-form .add-comment-title {display: none; border-radius: 0px;}
.contact-form .field_text,
.contact-form .field_select {
    float: none;
    width: 100%;
    margin-right: 0;
    border-radius: 0px;
}

/*-----------------------------------*/
/* 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: #000000; z-index: 1000;}
.ie8 .menu {filter:none; background: #000000;}  /* 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: 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: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    padding: 15px 5px;
    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;
}
.menu > li:first-child > a {border-left-color: transparent;}
.menu > li:last-child > a {border-right-color: transparent;}

.menu > li:hover > a,
.menu > li.hover > a {
    background: #52b1dd;
    border: 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: 100%;
    min-width: 100px;
}
.menu > li:hover > ul, .menu > li.hover > ul {
    top: 93px;
    left: 0;
}
.menu ul li a {
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: #000000;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 16px;
    padding: 20px 5px;
}
.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: #52b1dd; border-color: #408aaf;}

.menu ul li:hover:before, .menu ul li.hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background: #c9376e;
}

/* Level 2+ */
.menu ul li:hover > ul, .menu ul li.hover > ul {
    position: absolute;
    top: 1px;
    left: 100%;
    width: 101%;
    padding-left: 1%;
}

/* Main Menu style 2 */
/*-----------------------------------*/

.menu.style2 ul {display: none;}

.menu.style2 {
    background: #000000; z-index: 1000;
    -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;
}


    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 .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;}
}
@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 textarea {height: 100px;}

@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
    .add-comment.styled .comment-form {padding: 15px;}
}

/* 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-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;}

@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;
}

/*-------------------------------------------*/
/* Layout on Index Page */
/*-------------------------------------------*/


/* 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;
}

table {
	margin:0px;padding:0px;
	width:100%;
}

.font-bold {
font-weight: bold;}

.gombszel {
    border-radius: 5px; }

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}


.navbar-default {
  background-color: #5978b6;
  border-color: #0dc0db;
}
.navbar-default .navbar-brand {
  color: #ecf0f1;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ecdbff;
}
.navbar-default .navbar-text {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {

  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ecdbff;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #164C87;

  font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-transform: none;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #ecdbff;
  background-color: #0dc0db;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #0dc0db;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ecdbff;
  background-color: #0dc0db;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ecdbff;
  background-color: #0dc0db;
}
.navbar-default .navbar-toggle {
  border-color: #0dc0db;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0dc0db;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1;
}
.navbar-default .navbar-link {
  color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
  color: #ecdbff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ecdbff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ecdbff;
    background-color: #0dc0db;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    height: auto;
    border-top: 0;
    box-shadow: none;
    max-height: none;
    padding-left:0;
    padding-right:0;
  }
  .navbar-collapse.collapse {
    display: block !important;
    width: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-x: visible;
  }

.navbar
{
	max-width:250px;
	margin-right: 0;
	margin-left: 0;
    height: 100%;
}	

.navbar-nav,
.navbar-nav > li,
.navbar-left,
.navbar-right,
.navbar-header
{float:none !important;}

.navbar-right .dropdown-menu {left:0;right:auto;}
.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #000000;
  opacity: 0.5;
  text-align: center;
}

.fc-today {
  background: #F5F5F5;
}

.fc-list-item:hover td {
  background-color: #f5f5f5;
}
input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}


/* Az eredeti select mező elrejtése */
select.select2 {
    visibility: hidden;
    display: none;
}


/* Select2 alapstílus Bootstrap 3-hoz */
.select2-container .select2-selection--single {
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff; /* Biztosítjuk, hogy a fő mező fehér */
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Hover állapot */
.select2-container .select2-selection--single:hover {
    border-color: #66afe9;
}

/* Aktív (kiválasztott) állapot */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    padding-left: 0;
}

/* Legördülő ikon beállítása */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/* Keresőmező beállítása */
.select2-container--default .select2-search--dropdown .select2-search__field {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff; /* Fehér háttér a keresőmezőnek */
}

/* **Legördülő lista fehér háttérrel** */
.select2-dropdown {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff !important; /* Fehér háttér minden körülmények között */
    font-size: 14px;
}

/* Legördülő lista opciók */
.select2-container--default .select2-results__option {
    padding: 6px 12px;
    font-size: 14px;
    color: #333;
    background-color: #fff; /* Opciók háttere is fehér */
}

/* Kiválasztott opció */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #337ab7;
    color: white;
}


