/*
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(http://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;
	FLOAT:right
    color: #4f5d6e;
	position: relative;
    background: rgb(26,49,95);
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
    background: -moz-linear-gradient(top,  rgba(26,49,95,1) 0%, rgba(26,49,95,1) 10%, rgba(29,108,141,1) 24%, rgba(41, 136, 151, 1) 37%, rgba(39,45,100,1) 77%, rgba(26,49,95,1) 90%, rgba(26,49,95,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26,49,95,1)), color-stop(10%,rgba(26,49,95,1)), color-stop(24%,rgba(29,108,141,1)), color-stop(37%,rgba(41, 136, 151, 1)), color-stop(77%,rgba(39,45,100,1)), color-stop(90%,rgba(26,49,95,1)), color-stop(100%,rgba(26,49,95,1)));
    background: -webkit-linear-gradient(top,  rgba(26,49,95,1) 0%,rgba(26,49,95,1) 10%,rgba(29,108,141,1) 24%,rgba(41, 136, 151, 1) 37%,rgba(39,45,100,1) 77%,rgba(26,49,95,1) 90%,rgba(26,49,95,1) 100%);
    background: -o-linear-gradient(top,  rgba(26,49,95,1) 0%,rgba(26,49,95,1) 10%,rgba(29,108,141,1) 24%,rgba(41, 136, 151, 1) 37%,rgba(39,45,100,1) 77%,rgba(26,49,95,1) 90%,rgba(26,49,95,1) 100%);
    background: -ms-linear-gradient(top,  rgba(26,49,95,1) 0%,rgba(26,49,95,1) 10%,rgba(29,108,141,1) 24%,rgba(41, 136, 151, 1) 37%,rgba(39,45,100,1) 77%,rgba(26,49,95,1) 90%,rgba(26,49,95,1) 100%);
    background: linear-gradient(to bottom,  rgba(26,49,95,1) 0%,rgba(26,49,95,1) 10%,rgba(29,108,141,1) 24%,rgba(41, 136, 151, 1) 37%,rgba(39,45,100,1) 77%,rgba(26,49,95,1) 90%,rgba(26,49,95,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a315f', endColorstr='#1a315f',GradientType=0 );
}
.body-wrap {
    position: relative;
    z-index: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAASUlEQVQYV2PcsWOHpIeHx3MGJIAuBuIzIivApxiukJDJYIXYFKHbxIjNPSBF6O7GcCNII7pCvJ6BWQ2zkTTPoOvGFmRYPYMtAgCh0ELO5eiG4gAAAABJRU5ErkJggg==);
}
.body-wrap:before,
.body-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 260px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
    background: -moz-linear-gradient(top,  rgba(26,49,95,1) 0%, rgba(26,49,95,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26,49,95,1)), color-stop(100%,rgba(26,49,95,0)));
    background: -webkit-linear-gradient(top,  rgba(26,49,95,1) 0%,rgba(26,49,95,0) 100%);
    background: -o-linear-gradient(top,  rgba(26,49,95,1) 0%,rgba(26,49,95,0) 100%);
    background: -ms-linear-gradient(top,  rgba(26,49,95,1) 0%,rgba(26,49,95,0) 100%);
    background: linear-gradient(to bottom,  rgba(26,49,95,1) 0%,rgba(26,49,95,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a315f', endColorstr='#001a315f',GradientType=0 );
}
.body-wrap:after {
    top: auto;
    bottom: 0;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
    background: -moz-linear-gradient(top,  rgba(26,49,95,0) 0%, rgba(26,49,95,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26,49,95,0)), color-stop(100%,rgba(26,49,95,1)));
    background: -webkit-linear-gradient(top,  rgba(26,49,95,0) 0%,rgba(26,49,95,1) 100%);
    background: -o-linear-gradient(top,  rgba(26,49,95,0) 0%,rgba(26,49,95,1) 100%);
    background: -ms-linear-gradient(top,  rgba(26,49,95,0) 0%,rgba(26,49,95,1) 100%);
    background: linear-gradient(to bottom,  rgba(26,49,95,0) 0%,rgba(26,49,95,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a315f', endColorstr='#1a315f',GradientType=0 );
}
@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: #fff;}
.boxed-light {background: #fff;}

.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;}
.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: #398fc7; z-index: 1000;}
.ie8 .menu {filter:none; background: #398fc7;}  /* 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: #398fc7;
    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: 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;
}
