@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,cyrillic);
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	font-weight: 300;
}
li, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	color: #d2232a;
}
a:focus, a:hover {
	color: #1f2e61;
	text-decoration: none
}
output {
	color: #000
}
.form-control {
	color: #000;
}
.input-group-addon {
	color: #000;
}
a.list-group-item {
	color: #000;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
	color: #d2232a;
}
img {
	max-width: 100%;
}


iframe {
	max-width: 100%;
}

.container {
	position: relative;
}
.margt {
	margin-top: 15px;
}
.margb {
	margin-bottom: 15px;
}
.margr {
	margin-right: 15px;
}
.margl {
	margin-left: 15px;
}
.paddln {
	padding-left: 0
}
.text-xs {
	font-size: 0.6em;
}
.text-s {
	font-size: 0.8em;
}
.text-m {
	font-size: 1em;
}
.text-l {
	font-size: 1.15em;
}
.text-xl {
	font-size: 1.3em;
}
.text-xxl {
	font-size: 1.5em;
}
.text-xxxl {
	font-size: 2em;
}
.text-xxxxl {
	font-size: 2.5em;
}
.red {
	color: #d2232a
}
.blue {
	color: #202D60
}
.white {
	color: #fff;
}
.navbar {
	padding: 30px 0 23px;
	border-radius: 0;
	border: 0;
	min-height: auto;
}
.navbar-inverse {
	background-color: #fff;
	border-color: none;
	font-size: 1.2em;
}
.navbar-inverse .navbar-nav>li>a {
	color: #202d60
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #9f2227;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #202d60;
	border-bottom: 6px solid #d2232a
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #202d60;
	background-color: #fff
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background: #7F7F7F;
	color: #fff;
}
.navbar-inverse .navbar-brand {
	font-size: 2em;
	color: #29166F;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-inverse .navbar-brand img {
	height: 40px;
}

.navbar-inverse .navbar-brand:hover {
	color: #000;
}


.navbar-inverse .navbar-toggle {
	background: #FE0202;
}

@media only screen and (max-width : 1200px) {


.navbar-inverse .navbar-brand img {
	height: 30px
}
	    
.navbar-inverse {
	font-size: 1em;
}

}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.social {
	position: absolute;
	bottom: 0;
	right: 15px;
	font-size: 1.5em;
}
#navbar {
	z-index: 9999
}
.social .facebook {
	color: #3b5998
}
.social .twitter {
	color: #4099FF
}
.social .google {
	color: #d34836
}
.social .pinterest {
	color: #BD2125
}
.social a:hover {
	opacity: 0.8;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #000;
}

/* dropdown menu */

.dropdown-menu > li > a {
	font-size: 1.1em;
}
.dropdown-menu > li > a i {
	background: #eb5e16;
	padding: 4px;
	border-radius: 50%;
	color: #fff;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown-header {
	font-size: 1.1em;
	color: #45ABA9;
}
/* dropdown menu */

.phoneheader {
	display: none;
}
.cover {
	background: 
    	/* top, transparent red */ 
    	linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 		/* bottom, image */
		url(/images/cover2.jpg);
	padding: 15px 0;
	margin: 0 0 30px 0;
}
.cover h1 {
	color: #fff;
	font-size: 2.5em;
	text-transform: uppercase;
}
.cover p {
	color: #fff;
	font-size: 1.1em;
	text-align: center;
}
.btn-custom {
	vertical-align: middle;
	transition: all 0.3s ease 0s;
	box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.6) inset;
	border: medium none;
	text-transform: uppercase;
	display: inline-block;
	color: #000;
	border-radius: 4px;
	background-clip: padding-box;
	padding: 10px 15px;
	letter-spacing: 1px;
	background: #fff;
}
.cover .button:hover {
	opacity: 0.4;
}
h2.home {
	font-size: 2.25em;
	text-transform: uppercase;
	margin-bottom: 56px;
}
.thumbnail {
    position:relative;
    overflow:hidden;
	padding: 0;
	background-color: #FFF;
	border: 0;
	border-radius: 0;
}
 
.caption {
    position:absolute;
    top:-100%;
    right:0;
    background:rgba(0, 0, 0, 0.8);
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.thumbnail:hover .caption {
    top:0%;
}

.caption h4 {
	font-size: 2em;
	text-transform: uppercase;
}

.btn-danger {
	background: #FE0202
}


@media only screen and (max-width : 1200px) {

.caption {
	font-size: 0.85em;
}

.caption h4 {
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0
}

.btn-group-lg > .btn, .btn-lg {
    padding: 5px 8px;
    font-size: 1.2em;
}

}

.footer {
/*	background: url(../images/footer.jpg) center;
	background-size: cover; */
    	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 	
	url(/images/cover2.jpg);
	height: 445px;
	margin-top: 75px;
	padding: 100px 0 77px 0;
	color: #fff;
}
.footermenu ul li {
	font-size: 1.25em;
	line-height: 2em;
	text-transform: uppercase;
}
.footermenu ul li a {
	color: #fff;
	transition: all 0.5s linear 0s;
}
.footermenu ul li a:hover {
	opacity: 0.4;
}
.footermenu .book {
	display: block;
	width: 100%;
	background: #202e61;
	color: #fff;
	font-size: 3.125em;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
	margin-top: 85px;
}
.footermenu .book:hover {
	background: #d2232a;
}
.itadv {
	display: block;
	font-size: 1.1em;
	color: ##D2232A;
	margin: 15px;
}
.itadv:hover {
	color: #000;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
	color: #fff;
	cursor: pointer;
	background-color: #d2232a;
	font-size: 1.5em;
	text-transform: uppercase;
}
#services .list-group-item:nth-child(1) {
	color: #fff;
}
.thumbservice {
	height: 180px;
	overflow: hidden;
	border-top: 10px solid #202d60;
	position: relative;
	margin-bottom: 20px;
}
.thumbservice img {
	width: 100%;
	transition: all 0.5s linear 0s;
}
.thumbservice img:hover {
	opacity: 0.4;
}
.thumbservice .title {
	position: absolute;
	bottom: 0px;
	color: #FFF;
	padding: 10px 10px 15px;
	width: 100%;
	margin: 0px;
	background: rgba(0, 0, 0, 0.43) none repeat scroll 0% 0%;
	text-transform: uppercase;
	font-size: 1.5em;
}
.thumbservice .title a {
	color: #fff;
}
.priceitem {
	border-radius: 5px;
	border: 1px solid #dddddd;
	margin-top: 20px;
	position: relative;
}
.priceitem img {
	width: 200px;
	margin-right: 15px;
}
.priceitem h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 25px 15px 10px;
}
.priceitem .price {
	font-size: 1.8em;
}
.priceitem .button {
	position: absolute;
	top: 60px;
	right: 15px;
	background: #202E61;
	color: #FFF;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 10px 15px;
	border: 0;
	border-radius: 5px;
}
.priceitem .button:hover {
	background: #d2232a;
}
.nav-tabs>li>a {
	font-size: 1.3em;
}
.embed-responsive-contact {
	padding-bottom: 86.25%
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	padding: 3px 8px;
}
.input-group-addon:first-child {
	width: 120px;
}
.codetext {
	font-size: 0.9em;
}
/*-------------------------------------------------*/
/* =  book online
/*-------------------------------------------------*/

.form-section .service {
	display: block;
	clear: both;
	margin-top: 30px;
}
.form-section input[type="radio"] {
	display: none;
}
.form-section label {
	display: inline-block;
	background: #fff;
	padding: 4px 10px;
	border: 1px solid #a1a0a0;
	color: #666;
	cursor: pointer;
	font-weight: normal;
	border-radius: 4px;
}
.form-section label:hover {
	color: #d2232a;
}
.form-section input[type="radio"]:checked + label {
	background: #d2232a;
	color: #fff;
	border: 1px solid #333333;
}
.form-section .input {
	background: #fff;
	padding: 4px 10px;
	border: 1px solid #a1a0a0;
	color: #666;
	width: 440px;
}
.form-section .column {
	padding: 0;
	float: left;
	width: 40%;
	margin-right: 15px;
}
.form-section .submitbutton {
	border: 1px solid #222;
	padding: 6px 15px;
	border-radius: 4px;
	background: none repeat scroll 0% 0% #FFBA00;
	color: #333333;
	font-weight: 400;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
	margin-top: 15px;
}
/*-------------------------------------------------*/
/* =  deals page
/*-------------------------------------------------*/


.deal {
	float: left;
	width: 49.5%;
	border-radius: 5px;
	border: 1px solid #dddddd;
	padding: 10px;
	position: relative;
	margin-bottom: 15px;
	height: 190px;
}
.deal:nth-of-type(even) {
	float: right;
}
.deal .picture {
	float: left;
	width: 200px;
	height: 150px;
	overflow: hidden;
	margin-right: 15px;
}
.deal .picture img {
	height: 150px;
}
.deal strong {
	font-size: 1.4em;
	display: block;
}
.deal .price {
	position: absolute;
	left: 230px;
	bottom: 10px;
	color: #777
}
.deal .price b {
	font-size: 1.6em;
}
.deal .learn {
	background: #7F7F7F;
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 1.3em;
	padding: 4px 8px;
	border-radius: 5px;
	text-transform: uppercase;
}
.deal .learn:hover {
	background: #d2232a;
}
.btn-info {
	color: #fff;
	background-color: #7F7F7F;
	border-color: #7F7F7F
}
.btn-info.focus, .btn-info:focus {
	background-color: #d2232a;
	border-color: #d2232a
}
.btn-info:hover {
	background-color: #d2232a;
	border-color: #d2232a
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
.carousel {
	height: 280px;
	margin-bottom: 60px;
}
.carousel-caption {
	z-index: 10;
}
.carousel .item {
	height: 280px;
	background-color: #fff;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
}
.bookings th {
	width: 30%;
}
.bookb {
	display: none
}


/*    --------------------------------------------------
	:: Cookies Bar 
	-------------------------------------------------- */


#cookie-bar {
	background: #111111;
	height: auto;
	line-height: 24px;
	color: #eeeeee;
	text-align: center;
	padding: 3px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999
}
#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}
#cookie-bar p {
	margin: 0;
	padding: 0;
}
#cookie-bar a {
	color: #ffffff;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	padding: 0 6px;
	margin-left: 8px;
}
#cookie-bar .cb-enable {
	background: #FE0202;
}
#cookie-bar .cb-disable {
	background: #990000;
}
#cookie-bar .cb-policy {
	background: #202d60;
}

.productnav {
	margin: 0 0 15px ;
	border-bottom: 1px solid #080808
}
#breadcrumbs {
	line-height: 24px;
	font-size: 0.95em;
	margin: 0;
	padding: 0;
}
#breadcrumbs li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}


#breadcrumbs a {
	color: #D2232A;
}

.documents h3 {
	color: #202d60;
	border-bottom: 6px solid #d2232a;
	float: left;
	font-size: 1.6em;
}

/* PDF document links */
.documents a[href$='.pdf'] {
	background: transparent url(/images/icon-pdf.png) center left no-repeat;
	display: inline-block;
	padding-left: 24px;
	line-height: 32px;
	display: block;
	margin-bottom: 10px;
}
/* Word Document Links */
.documents a[href$='.doc'], .documents a[href$='.rtf'], .documents a[href$='.wps'], .documents a[href$='.txt'] {
	background: transparent url(/images/icon-doc.png) center left no-repeat;
	display: inline-block;
	padding-left: 24px;
	line-height: 32px;
	display: block;
	margin-bottom: 10px;
	text-align: left;
}
/* Excel document Links */
.documents a[href$='.xls'], .documents a[href$='.ods'] {
	background: transparent url(/images/icon-xls.png) center left no-repeat;
	display: inline-block;
	padding-left: 24px;
	line-height: 32px;
	display: block;
	margin-bottom: 10px;
}

.cmspage i b {
	color: #202d60;
	border-bottom: 6px solid #d2232a;
	float: left;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	display: block;
	text-align: left;
}


/* Word Document Links */
.cmspage a[href$='.doc'], .cmspage a[href$='.rtf'], .cmspage a[href$='.wps'], .cmspage a[href$='.txt'] {
	background: transparent url(/images/icon-doc.png) center left no-repeat;
	display: inline-block;
	padding-left: 24px;
	line-height: 32px;
	display: block;
	margin-bottom: 10px;
	text-align: left;
}
/* Excel document Links */
.cmspage a[href$='.xls'], .cmspage a[href$='.ods'] {
	background: transparent url(/images/icon-xls.png) center left no-repeat;
	display: inline-block;
	padding-left: 24px;
	line-height: 32px;
	display: block;
	margin-bottom: 10px;
	text-align: left;
}

.cmspage img {
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
}

/*
.cmspage p img {
	margin: auto;
	display: block
}

/*


