@charset "utf-8";
/* CSS Document */

/*===============================
../fonts/montserrat/montserrat.css
================================================================================*/

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-light-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinregular';
    src: url('../fonts/cdcfonts/ufonts.com_din-regular-webfont.eot');
    src: url('../fonts/cdcfonts/ufonts.com_din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cdcfonts/ufonts.com_din-regular-webfont.woff2') format('woff2'),
         url('../fonts/cdcfonts/ufonts.com_din-regular-webfont.woff') format('woff'),
         url('../fonts/cdcfonts/ufonts.com_din-regular-webfont.ttf') format('truetype'),
         url('../fonts/cdcfonts/ufonts.com_din-regular-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: "montserratlight",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #373737;
    background-color: #fff;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: montserratlight;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h1, h1 {
    font-size: 39px;
	line-height:35px;
	letter-spacing:-2px;
}

.h5, h5 {
    font-size: 16px;
}

a{
	color:#0098DB;
	text-decoration:none;
}

.bigP{
	font-size: 16px;
}

.cdc-footer a{
	color:#fff;
}

.cdc-footer a:hover{
	color:#3DB7E4;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
}

.cdc-header a{
	color:#777;
}

a:hover{
    color: #3DB7E4;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;		
}

strong{
	font-family: montserratbold;
}

ul, ol {
    padding: 0;
    margin: 0 0 9px 18px;
}

.btn-default {
    color: #333;
    background-color: #0098DB;
}


.btn-default:hover {
    color: #fff;
    background-color: #0098DB;
	background-position: 0 -30px;
}

.btn-primary {
    color: #fff;
    background-color: #0098DB;
}

.btn-primary:hover {
    color: #fff;
    background-color: #3DB7E4;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-success {
    color: #fff;
    background-color: #35C4B5;
}


.btn-success:hover {
    color: #fff;
    background-color: #3DB7E4;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-primary.cta {
    color: #000;
    background-color: #fff;
}

.btn-primary.cta:hover {
    color: #fff;
    background-color: #747678;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
}

.btn{
	border:none;	
}

.btn-register {
    color: #fff;
    background-color: #949D9E;
}

.btn-register:hover {
    color: #fff;
    background-color: #35C4B5;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #3DB7E4;
}

.navbar {
    margin-bottom: 0px;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #3DB7E4;
    background-color: #f5f5f5;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    text-decoration: none;
    color: #3DB7E4;
    background-color: #f5f5f5;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}


@media all and (min-width: 990px){
	.cta-btn-mobile{
		display:none
	}
}



.quickinfotest{
	background-color:#d9dbd9;	
}

img{
	display: block;
    max-width: 100%;
    height: auto;	
}

.cdc-header{
	background:#FFF;
	border-bottom:#e7e7e7 solid 1px;
}

.fix-cdc-nav{
	margin-top:60px;	
}

@media screen and (max-width: 990px){
	.fix-cdc-nav{
	margin-top:109px;
	}
}

@media only screen and (max-width: 768px){
	.fix-cdc-nav {
		margin-top: 59px;
	}
}

.container {
    max-width: 1200px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.row-fluid{
    margin-right: -15px;
    margin-left: -15px;
}

.header-grey-line{
	border-bottom:#CCC solid 1px;	
}

.text-grey-line-top{
	border-bottom:#CCC solid 1px;
}

.text-grey-line-bottom{
	border-top:#CCC solid 1px;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-wrapper .vidwrap:before {
	content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    color: rgba(247,247,247,0.5);
    font-size: 100px;
    position: absolute;
    left: 45%;
    top: 40%;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.video-wrapper .vidwrap:hover:before {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidebar{
	padding: 15px 0 15px 0;
	border-bottom: solid 1px #CCC;
}


/* Home Layout  #################################################################################### */

.full-circle {
	background-color: rgba(204, 0, 102, 0);
	border: 1px solid #333;
	height: 16em;
	width: 16em;
	border-radius: 8em;
	-moz-border-radius: 8em;
	-webkit-border-radius: 8em;
	text-align: center;
	margin: 0 auto;
}

.full-circle70 {
	background-color: rgba(204, 0, 102, 0);
	border: 1px solid #333;
	height: 12em;
	width: 12em;
	border-radius: 6em;
	-moz-border-radius: 6em;
	-webkit-border-radius: 6em;
	text-align: center;
	margin: 0 auto;
}

.full-circle50 {
	background-color: rgba(204, 0, 102, 0);
	border: 1px solid #333;
	height: 8em;
	width: 8em;
	border-radius: 4em;
	-moz-border-radius: 4em;
	-webkit-border-radius: 4em;
	text-align: center;
	margin: 0 auto;
}

.CircleRed {
	background-color: rgba(213, 48, 30, 0.8);
	border: none;
}
.CircleYellow {
	background-color: rgba(235, 183, 0, 0.8);
	border: none;
}
.CircleGreen {
	background-color: rgba(53, 196, 181, 0.8);
	border: none;
}
.OverBlack {
	background-color: rgba(64, 62, 64, 0.50);
	width: 100%;
	height: 100%;
	z-index:1000;
}
.CenterContainer {
	position: relative;
}
.CenterContent {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 75%;
	z-index:1000;
}
div.CenterContent p {
	color: #FFF;
	font-size: 38px;
	line-height: 35px;
	letter-spacing: -2px;
}
.SliderBg01 {
	width: 100%;
	height: 400px;
}
.display {
	display: none;
}



.login-text{
	text-align:right;	
}

@media all and (max-width: 990px){
	.login-bg{
		display:none;
	}
	.login-text{
		text-align:left;
		line-height:50px;	
	}
}

.fix-slider-bootstrap{
	padding:0;
	margin:0;
}

.master-slider img, .ms-slide-bgvideocont video {
    max-width: 100%;
}

a:hover.ico-link{
	color:#EBB700;
	text-decoration:none;
}

.home-slider-box{
	padding:15px 75px 15px 30px;
}

.ico-home{
	font-size:75px;	
	padding:40px 15px 15px 15px;
}

a.ico-link{
	color:#333333;
}

.right-white-strip{
	border-right:#FFF solid 10px;
}

.home3-box{
	margin: 15px 0 15px 15px;
}


.home4 {
    /*background:url(/../images/banners/course-img.jpg) no-repeat;*/
}

.home3 h1, .home3 h3, .home5 h1, .home5 h3, .home2 h1, .home2 h3{
    line-height: 0.3;
	letter-spacing: -1px;
}


/* Brand Layout  #################################################################################### */
.gardaworld-brand{
    font-family: "arial",Helvetica,Arial,sans-serif;
    font-size: 22px;
	font-weight:bold;
    line-height: 1;
	padding-bottom:3px;
}

/* Fonts Brand Layout */

.rap-title h1, .rap-title h3{
	padding:0;
	margin:0;
}

.gw-red{color:#D52B1E;}
.gw-dark{color:#747678;}
.gw-443{color:#949D9E;}
.gw-CoolGray5{color:#C8C8C8;}
.gw-CoolGray2{color:#D5D6D2;}
.gw-406{color: #CDC6C0;}
.gw-hr1{color:#35C4B5;}
.gw-hr2{color:#EBB700;}
.gw-cs1{color:#0066A1;}
.gw-cs2{color:#E3C08B;}
.gw-ps1{color:#0098DB;}
.gw-ps2{color:#F8DE6E;}
.gw-as1{color:#3DB7E4;}
.gw-as2{color:#FF6319;}
.gw-ips1{color:#91785B;}
.gw-ips2{color:#FFA952;}
.white{color:#FFFFFF;}
.cdc-grey{color: #999;}
.cdc-yellow{color: #ffdf7f;}

/* Background Brand Layout */
.bg-red{background-color:#D52B1E;}
.bg-dark{background-color:#747678;}
.bg-443{background-color:#949D9E;}
.bg-CoolGray5{background-color:#C8C8C8;}
.bg-CoolGray2{background-color:#D5D6D2;}
.bg-406{background-color: #CDC6C0;}
.bg-hr1{background-color:#35C4B5;}
.bg-hr2{background-color:#EBB700;}
.bg-cs1{background-color:#0066A1;}
.bg-cs2{cobackground-colorlor:#E3C08B;}
.bg-ps1{background-color:#0098DB;}
.bg-ps2{background-color:#F8DE6E;}
.bg-as1{background-color:#3DB7E4;}
.bg-as2{background-color:#FF6319;}
.bg-ips1{background-color:#91785B;}
.bg-ips2{background-color:#FFA952;}
.bg-white{background-color:#FFFFFF;}
.bg-cdc-grey{background-color: #999;}
.bg-cdc-lightgrey{background-color: #f0f0f0;}
.bg-cdc-yellow{background-color: #ffdf7f;}

.cdc-brand{
    font-family: "dinregular",Helvetica,Arial,sans-serif;
    font-size: 34px;
    line-height: 0.8;
	letter-spacing: -1px;
}

.cdc-quote {
    padding: 0px 20px;
    margin: 0 0 20px;
    border-left: 1px solid #ccc;
}

/* Side Bar Layout ######################################################################################################### */

.moduletable .cbLoginForm{
	max-width:400px
}

.sidebar-2 .moduletable{
	border:#DFDFDF solid 1px;
	padding: 10px 20px 20px 20px;
	margin: 0px 0px 10px 0px;

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	

}


/* Articles and My Campus Boxes Layout  #################################################################################### */

.quick-info-boxe, .sessions-boxe, .locations-boxe{
	padding: 5px;
	min-height:325px;
}

.grey1-boxe-color{
	background-color:#f0f0f0;
	border-right:#FFF solid 1px;
	margin-bottom:5px;
}

.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.box-content {
  padding:10px 10px 10px 15px;
}
.col-border{
	border:#FFF solid 1px;
}

.row-border{
	border-bottom:#FFF solid 2px;	
}


/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (max-width:1200px){
	
	.h1, h1 {
		font-size: 32px;
		line-height:28px;
		letter-spacing:-2px;
	}
	
	div.CenterContent p {
		color:#FFF;
		width:99%;
		text-align:center;
		font-size: 32px;
		line-height:28px;
		letter-spacing:-2px;
	}
	
}

@media (max-width:768px){
	
	.container {
    	padding-right: 20px;
    	padding-left: 20px;
    	margin-right: auto;
    	margin-left: auto;
	}
	
	
	p {
		font-size: 17px;
	}
	
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }  
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

.fix-pm{
	margin:0;
	padding:0;	
}


/* Calendar Fix */

.ic-box-date {
    color: #35C4B5;
    border-radius: 10px;
    text-shadow: none;
}

/* Fixe Event Booking */
.form-horizontal .form-group {
    margin-left: 0px;
}




/* LMS FIX LEFT MENU*/




/* Comprofiler and Login Box Layout  #################################################################################### */

.cbLogoutForm, .login-avatar{
    /*text-align:right;*/
}

.cbImgPict {
	border-radius: 50%;
}

.cbLoginForm input[type="text"], .cbLoginForm input[type="password"] {
    margin: 10px 0 10px;
}

label {
    font-weight: normal;
}

/* breadcrumb */

.breadcrumb {
    padding:0;
	margin:0;
    margin-bottom: 20px;
    list-style: none;
    background:none;
    border-radius: 4px;
}

.breadcrumb .divider{
	display:none;	
}

/* VirtueMart Fix  #################################################################################### */

.product-price {
    font-size:18px;
	text-align:left;
}


.stars-Raiting{
	 	
}

#fancybox-bg-e {
    background-image: none;
    background-color: white;
}

.vm-products-horizon.vm-col {
    padding-bottom: 20px;
}

.PricebasePrice {
	 
}

.PricesalesPrice{
	
}

.back-to-category {
    float: none;
}

.vmpayment{
	font-size:14px;	
}

.product-content-detailed > .item-column > .spacer {
    padding: 0px;
    margin: 0px;
}

.btn-sm{
	width:100%	
}




/* Chronoforms V5  #################################################################################### */

.chrono_credits{
    display:none;
}

/* Community Builder  #################################################################################### */

.cbRegistrationTitle{
    display:none;
}

.cb_template {
    font-family: "montserratlight",Helvetica,Arial,sans-serif !important;
}

.cbRegistrationContainer .cbRegistrationLogin {
    padding-left: 0px;
	color:#747678 !important;
}

.CbLoginTitle{
	font-size:24px;
	color:#747678 !important;
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom: #CCC solid 1px;
}

.CbLoginTitleLeftFix{
	margin-bottom: 20px;	
}

#form-login-forgot, #form-login-register{
	list-style: none;
	margin: 10px 0 10px 0px;
}

#form-login-links{
	margin: 0 0 9px 0px;
}

#modlgn-username, #modlgn-passwd{
	width: 100%;
}


#cblabfirstname, #cblablastname, #cblabemail, #cblabusername, #cblabpassword, #cblabpassword__verify, #cblabcb_gardaemployee2, #cblabcb_division2, #cblabcb_provincestate2, #cblabcb_city2, #cblabcb_position2, #cblabcb_employee, #cblabacceptedterms, #cblabcb_emails, #cblabcb_captcha, .cb_field, .cb_template cb_template_default, .cbRegistration, .cbRegistrationFlat{
	padding-left: 0 !important;	
}

#cblabcb_gardaemployee2{
	font-weight: bold !important;
	color: #FF0004 !important;
}


/* KMT Fix  #################################################################################### */
.kmt-login{
	display:none;
}


/* Fix Calandar ########################################################################## */

.ic-details{
	display:none;
}

.ic-box-date{
	color:#ffffff !important;
}

/* BT Slider Fix  #################################################################################### */

.bt-cs .bt-inner .bt-title {
    clear: both;
    color: #35C4B5;
    font-weight: bold;
    text-transform: none;
    line-height: 150%;
    display: inline-block;
}

.bt-cs .bt-inner {
    margin: 0;
    position: relative;
    padding: 0px 10px 0px 0px;
}

.bt-cs .bt-inner img {
    outline: none;
    border: none;
    max-width: 99%;
    margin: 5px 0px;
}

/* Choosen  #################################################################################### */

.chzn-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}


.mod-languages {
    display: inline-block;
	margin-top: 16px;
}

.lang-active a{
	color:#0098DB;
}

.chzn-container .chzn-single, form {
    margin: 0 0 5px 0;
}

.chzn-container .chzn-drop {
    border-radius: 0px;
    width: 99%;
    border-color: #35C4B5;
	left: 0;
	position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}

.chzn-container-single .chzn-drop {
    margin-top: -1px;
    background-clip: padding-box;
}

.chzn-container-single .chzn-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chzn-container .chzn-single {
    background: transparent;
    border-radius: 0px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    height: auto;
    border-color: #35C4B5;
}

.chzn-container-single.chzn-container-single-nosearch .chzn-search {
    position: absolute;
    left: -9999px;
}

.chzn-container-single .chzn-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chzn-container .chzn-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chzn-container .chzn-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chzn-container .chzn-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
}

.chzn-container.chzn-container-single {
  width: auto !important;
}
.chzn-container.chzn-with-drop .chzn-single {
  background: #fff;
  color: #000;
}

.chzn-container.chzn-with-drop .chzn-drop {
  background: #fff;
}

.chzn-container.chzn-with-drop .chzn-drop ul li {
  color: #000;
}


.chzn-container.chzn-with-drop .chzn-results li.highlighted {
	color:#FFF;
	background: #35C4B5;
}

.chzn-container.chzn-with-drop .chzn-results {
  margin: 0px;
  padding: 0px;
}
.chzn-container.chzn-with-drop .chzn-results li {
  padding: 10px 15px;
  color: #ffffff;
}

.chzn-container .chzn-single div {
    top: 5px;
}


/* Fix Avanced Search ########################################################################## */

.search-pagination{
	text-align:center;
	margin-top:30px;
	margin-bottom:15px;	
}

#search-results {
    clear: both;
}

#search-query-explained {
    padding: 10px 0;
}

.list-striped, .row-striped {
    list-style: none;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    margin-left: 0;
}

.list-striped > li {
    border-top: 1px solid #ddd;
}

#search-results .search-pagination, #search-results .pagination, #search-results .search-pages-counter {
    clear: both;
    margin: 0 auto;
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	padding: 0;
    margin: 0;
}

.pagination ul > li {
    display: inline;
	line-height: 18px;
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #999;
    background-color: transparent;
    cursor: default;
}

.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 18px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination ul > .active > a, .pagination ul > .active > span {
    color: #999;
    cursor: default;
}

.finder label{
	padding-right:12px;
	font-weight: normal;
	display:none;
}

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {

    padding: 4px 6px;
}



/* NavBar Fix */

.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #fff;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #35C4B5;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #35C4B5;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}


.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .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: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* FAQ */
.campus-faq {
  margin: 24px 0;
  font-size: 14px;
}

.campus-faq__intro {
  margin-bottom: 24px;
}

.campus-faq__item {
  border-top: 1px solid #d9d9d9;
}

.campus-faq__item:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.campus-faq__question {
  position: relative;
  padding: 18px 44px 18px 0;
  color: #333;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  list-style: none;
}

.campus-faq__question::-webkit-details-marker {
  display: none;
}

.campus-faq__question::after {
  position: absolute;
  top: 50%;
  right: 8px;
  color: #0098DB;
  content: "+";
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.campus-faq__item[open] > .campus-faq__question::after {
  content: "\2212";
}

.campus-faq__question:hover,
.campus-faq__question:focus {
  color: #0076aa;
}

.campus-faq__question:focus-visible {
  outline: 2px solid #0098DB;
  outline-offset: 4px;
}

.campus-faq__answer {
  padding: 0 44px 20px 0;
  line-height: 1.6;
}

.campus-faq__answer > :first-child {
  margin-top: 0;
}

.campus-faq__answer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .campus-faq__question {
    padding-right: 34px;
    font-size: 18px;
  }

  .campus-faq__answer {
    padding-right: 34px;
  }
}


/* ======================================= */
.cb_template .cbUserListFieldLine .cbUserListFieldTitle, .cb_template .cb_form {
  font-size: 13px !important;
}
.cbRegistrationContainer .cbRegistrationLogin {
  padding-right: 10px !important;
}

.bg-primary {
    background-color: #0098DB !important;
}
.field-calendar button.btn-primary span.visually-hidden {
    display: none;
}
.eb-container .form-group select.form-select.input-medium#exp_month, .eb-container .form-group select.form-select.input-medium#exp_year {
    width: 99px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

/* ==========================================================================
   fix for currency symbol inputs
   ========================================================================== */
.eb-addon-container.input-group {
    display: flex !important;
    align-items: stretch;
    flex-wrap: nowrap;
}
.eb-addon-container.input-group .input-group-append {
    order: 1; /* Ставим визуально первым */
    display: flex !important;
    width: auto !important;
    float: none !important;
    margin-right: -1px; /* Прячем двойную рамку справа */
    margin-left: 0 !important;
    z-index: 1;
}
.eb-addon-container.input-group input.form-control {
    order: 2; /* Ставим визуально после символа */
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 0 !important;
    
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    
    position: relative;
    z-index: 2;
}
.eb-addon-container.input-group .input-group-text {
    display: flex;
    align-items: center;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    white-space: nowrap;
}
/* end of fix for currency symbol inputs */


/* event registration page - success message */
#eb-registration-complete-page #eb-message p:first-of-type {
    font-size: 16px;
    font-weight: bold;
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}

  /* Event Booking 5 uses primary utility classes that Bootstrap 3 does not provide. */
  #eb-events .eb-event-date.text-bg-primary,
  #eb-events .eb-event-date.text-primary,
  #eb-events .eb-event-price-container.text-bg-primary,
  #eb-events .eb-event-price-container.text-primary {
    color: #fff;
    background-color: #0098DB;
  }