/*
Theme URI: http://www.neudimenxion.com/
Author: Caremy
*/
@font-face {
font-family: "FontAwesome";
src: url('../font-awesome/fonts/fontawesome-webfont.eot');
src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('eot'), url('../font-awesome/fonts/fontawesome-webfont.woff') format('woff'), url('../font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'), url('../font-awesome/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
font-weight: normal;
font-style: normal;
}
html, body {
height: 100%;
width: 100%;
}

body {
background:#fff;

font-family: 'Poppins', sans-serif !important;
font-size: 16px;
color: #454545;
margin: 0;
line-height: 145%;
background-size:cover;
background-attachment:fixed;
}

.text-white,
a.text-white,
a.text-white:link,
a.text-white:visited
{
	color:#ffffff !important;
}

.container-fluid{
width:93%;
}

.highlight{
font-size:135%;
color:#666;
line-height:125%;
}

section
{
	padding:50px 30px;
	margin-top:-5px;
}

section h2
{
	font-size:200%;
}

.about
{
	background:#00007e;
}

.alert-custom
{
	background:none !important;
	color:#e75a00;
	border:1px solid #e75a00;
	padding:20px;
}

.alert-cookie 
{
	padding-bottom:5px;
	margin-bottom:0;
	background:#bb277e;
	color:#ffffff !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	line-height:125%;
	font-size:90%;
}

.alert-cookie i.la-cookie-bite
{
	font-size:200%;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999 !important;
}


h2 {
font-weight: 500;
margin: 10px 0px;
font-size: 170%;
}
h3 {
font-size: 150%;
padding: 5px 0px;
font-weight: 500;
margin-top:30px;
}

h3.less-spacing{
margin-top:0;
padding-top:0;
}


h4 {
font-weight:500;
font-size: 125%;
margin-bottom: 20px;
}

.modal {
text-align: center;
padding: 0!important;
}
.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}
.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}

.bg-danger
{
	background:#00007e !important;
	line-height:110%;
}



a.btn-started2,
a.btn-started2:visited,
a.btn-started2:link
{
	background:#ed6e22;
	color:#ffffff !important;
	display:inline-block;
	padding:15px 45px;
	-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
font-size:125%;
font-weight:bold;
}

a.btn-started2:hover
{
	background:#999999;
}



.btn-warning,
a.btn-warning
.btn-warning:visited,
a.btn-warning:visited
{
	color: #fff !important;
}


.btn-primary,
a.btn-primary
.btn-primary:visited,
a.btn-primary:visited,
.btn-primary:active,
a.btn-primary:active,
.btn-primary:link,
a.btn-primary:link
 {
  color: #fff !important;
  background-color: #4763b8;
  border-color: #4763b8;
  text-transform:uppercase;
}

a.btn-primary:hover {
  color: #fff;
  background-color: #2b4492;
  border-color: #2b4492;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #4763b8;
  border-color: #4763b8;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4763b8;
  border-color: #4763b8;
  background-image: none;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #4763b8;
  border-color: #4763b8;
}

.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #4763b8;
  border-color: #4763b8;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-info1
{
	background:#572b9d !important;
	border-color:#572b9d !important;
}

.btn-info2
{
	background:#3163c6 !important;
	border-color:#3163c6 !important;
}

.btn-outline-primary {
  color: #4763b8;
  background-image: none;
  background-color: transparent;
  border-color: #4763b8;
}

.btn-outline-primary:hover
 {
  color: #ffffff !important;
  background-color: #4763b8;
  border-color: #4763b8;
}

.alert-cookie .btn-outline-primary 
{
  color: #ffffff !important;
  background-image: none;
  background-color: transparent;
  border-color: #ffffff;
}

.alert-cookie > .btn-outline-primary:hover
 {
  color: #ffffff !important;
  background-color: #4763b8;
  border-color: #4763b8;
}

.btn-more,
.btn-more:link,
.btn-more:visited{
color: #ffffff;
 	background:#ed2528;
font-weight:600;
text-transform:uppercase;
border-color:transparent;
padding:10px 20px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;

}

.btn-more:hover,
a.btn-more:hover{
color: #ffffff;
background:#666;
border-color:#666;
cursor:pointer;
}

.btn-more:after{
content: '\f0da';
  	font-family: 'FontAwesome';
padding-left:7px;
}




a, a:link, a:visited {
color: #00007e !important;
}

a:hover{
text-decoration:none;
}


.text-primary {
color: #00007e !important;
}

.text-warning
 {
color: #ffb73b !important;
}

.page-area 
{
	padding-bottom:30px;
}

.page-area .inside-banner
{
background:#00007e url(../images/surgery.svg) no-repeat center right;
background-size:contain;
color:#ffffff;
padding:30px 0px;
text-align:center;
}

.page-area h1 
{
color:#ffffff;
}


.smaller {
font-size: 85%;
line-height: 135%;
display:inline-block;
padding:2px 0px;
padding-bottom:10px;
}


.img-responsive{
margin:auto;
text-align:center;
}

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

.text-to-left{
text-align:left;
}

.form-title{
background:#0f3f82;
display:block;
padding:8px;
text-align:center;
color:#ffffff;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;

}

.logo-area
{
width:100%;
display:table;
padding:0px;
padding-top:15px;
}

.logo-area .logo-area-left img
{
	width:70px;
	height:auto;
}


.logo-area-left,
.logo-area-right
{
display:table-cell;
}

.logo-area-right
{
vertical-align:top;
}

.date-venue
{
text-align:right;
}

.date-venue h2,
.date-venue h3,
.date-venue h4
{
	margin:0;
	padding:0;
}

.date-venue h2
{
font-size:180%;
text-transform:uppercase;
padding-bottom:0;
margin-bottom:0;
font-weight:800;
color:#00007e;
}

.date-venue h3
{
font-size:125%;
padding-bottom:0px;
font-weight:700;
margin:0;

}

.date-venue h4
{
font-size:105%;
padding:3px 0px;
font-weight:300;

}

.table-responsive {
border: none;
}

.table-responsive .table{
min-width:600px;
}

td {
  white-space: normal !important; 
}
.table {
  table-layout: fixed;
}

.table small
{
	line-height:110%;
}

.terms-box {
padding: 20px;
border: 1px solid #999999;
background-color: #f8f8f8;
height: 300px;
overflow: auto;
margin: 20px 0px;
line-height:125%;
}
.terms-box ol, .terms-box ul {
padding-top: 20px;
margin-left: -10px;
}

.terms-box li{
font-size:85%;
}

strong {
font-weight: 600;
}

.home-boxing
{
}

.home-boxing .boxing
{
text-align:center;
}



.home-boxing .boxing h4 
{
font-size:90%;
line-height:110%;
font-weight:500;
padding:10px;
text-transform:uppercase;
margin-bottom:0;
}

.home-boxing .boxing .boxing-img
{
	text-align: center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	color:#ffffff !important;
	background:#7f38c3;
	text-align:center;
	margin:auto;
	width:90px;
	height:90px;
	padding:15px 5px;
	padding-right:0;
}

.home-boxing .boxing .boxing-img img
{
	max-width:55px;
	height:auto;
	margin:auto;
}



.home-boxing .boxing .boxing-img.box01 {
background: #ee2b69;
}
.home-boxing .boxing .boxing-img.box02 {
background:#93c547;
}
.home-boxing .boxing .boxing-img.box03 {
background: #a466b4;
}
.home-boxing .boxing .boxing-img.box04 {
background: #4bbbc8;
}

.home-boxing .boxing h4.text01
{
color:#ee2b69;
}

.home-boxing .boxing h4.text02 {
color:#93c547;
}
.home-boxing .boxing h4.text03 {
color:#a466b4;
}
.home-boxing .boxing h4.text04 {
color:#4bbbc8;
}


.home-boxing .boxing:hover,
.home-boxing .boxing-inside:hover
{

  animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration:1s; /* don't forget to set a duration! */

}



.inside-sidebar
{
padding:40px 0px;
}

.boxing-inside{
display:table;
width:100%;
padding:10px;
margin:8px 0px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
}





.home-content {
padding:30px 20px;
padding-bottom:0;	
background:url(../images/green-bg.jpg) no-repeat left top;
position:relative;
}


.home-listing {
}
ul.home-listing, ul.home-listing li {
list-style: none;
padding: 0px;
margin: 0px;
}
ul.home-listing li {
padding: 8px 5px;
border-top: 1px solid #cccccc;
}
ul.listing ul.listing li {
list-style: none;
}

ul {
margin-top: 15px;
}

ul.marking
 {
  margin:1em 0;
  list-style:none;
}

ul.marking li {
  margin:0.5em;
  margin-left: 1em;
  list-style:none;
}

ul.marking li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #0f3f82;
  font-size:115%;
}




.message-container {
padding: 25px 0px;
}

.message-container h2{
font-family:arial;
}


.message-container h4{
font-size:110%;
font-weight:600;
font-family:arial;
}

.home-highlights
{
	padding-bottom:30px;
}

.message-area img
{
	width:165px;
	height:auto;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.home-highlights
{
	padding:50px 30px;
}

.home-highlights h2 {
    position: relative;
    font-size:200%;
	font-weight:600;
    z-index: 1;
    overflow: hidden;
    text-align: center;
	color:#f57c2d;
	padding-bottom:20px;
	
}
.home-highlights h2:before,
.home-highlights h2:after
{
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height:1px;
    content: '\a0';
    background-color:#f57c2d;
	
}
.home-highlights h2:before
{
    margin-left: -52%;
    text-align: right;
	
}

.home-highlights h2:after
{
	margin-left:20px;
}

.home-highlights h4
{
	text-align:center;
	color:#00007e;
	font-weight:600;
}

.home-highlights ul
{
	list-style:none;
}

.home-highlights ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #999999; /* Change the color */
  font-size:165%;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}



.bg01
{
	background:#e5d1f7 !important;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.popover {
max-width: 600px;
width: auto;
min-width: 200px !important;
}

#hiddenDiv {
display: none;
padding: 10px 0px;
}
.btn-number {
width: 33px;
height: 34px;
}



.button-container {
display: table-cell;
vertical-align: middle;
}
.button-container > .btn {
padding-left: 8px;
padding-top: 5px;
}
.button-container > .btn-left {
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.button-container > .btn-right {
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}




ul.alphalist li
{
	list-style:lower-alpha;
	padding-left:10px;
	padding-bottom:10px;
}


.iframe-container
{
position: absolute;
top: 0;
left: 0;
width: 100%;
border: 0;	
}



.videoWrapper {
  position:relative;
}

.videoWrapper iframe{
z-index:1;
position:absolute;
}

.videoWrapper .stamp{
position:absolute;
width:80px;
height:80px;
background:#C30;
right:10px;
top:10px;
z-index:999;
color:#ffffff;
text-align:center;
line-height:110%;
padding:10px;
}

.videoWrapper .stamp-bottom{
position:absolute;
width:50%;
height:75px;
background:#C30;
right:0px;
bottom:0px;
z-index:99;
color:#ffffff;
text-align:center;
line-height:110%;
padding:10px;
}


/* ===========================
         BACK TO TOP
============================ */

#button {
  display: inline-block;
  background-color: #00007e;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
  position: fixed;
  bottom:80px;
  right: 15px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  line-height:100%;
  font-size:10px;
  color:#ffffff !important;
  padding-top:20px;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
  text-decoration:none;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


.input-number {
text-align: center;
}

a.btn-info,
a.btn-info:visited
{
color: #ffffff !important;
}
a.btn-info:hover, a.btn-info:focus, a.btn-info.focus, a.btn-info:active, a.btn-info.active, .open > .dropdown-toggle.btn-info {
color: #fff !important;
}

/* ===========================
         CAROUSEL
============================ */


#myCarousel{
position:relative;
}

#myCarousel img{
width:100%;
}

#myCarousel .carousel-caption{
text-align: center;
left: auto;
top:0;
left: 0;
bottom: initial;
color: #ffffff;
background:url(../images/captionbg.png) repeat;
width:45%;
height:100%;
display:table;
}

#myCarousel .carousel-caption .text-content{
padding:20px 30px;
display:table-cell;	
vertical-align:middle;
}

#myCarousel .carousel-caption .text-content hr{
border: 1px solid rgb(255,255,255);
    border: 1px solid rgba(255,255,255, .3);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

#myCarousel .carousel-caption h4 {
color: #ffffff;
font-size:165%;
padding:10px 50px;
}

.item {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}

#myCarousel .carousel-indicators{
bottom:0px;
z-index:99;
}

#insideCarousel .carousel-caption {

padding:10px;
bottom:50px;
right:0;
left:0;
font-weight:500;
font-size:125%;
}

#myCarousel-admin .carousel-indicators 
{
  bottom:-50px;
}
#myCarousel-admin .carousel-indicators li {
    display: inline-block;
    width:15px;
    height:15px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #cccccc;   
}
#myCarousel-admin .carousel-indicators .active {
width: 15px;
height: 15px;
background-color: #2d3691;
border:none;
}

a.slide-control{color:#fff;font-size:80px;left:30px;margin-top:-70px;position:absolute;top:50%;opacity: 0.5;}
a.slide-control.right{left:auto;right:30px;opacity: 0.5;}

.date-container{
display:block;
padding:0px;
}

.date-container h3
{
text-align:center;
margin:0;
padding:0;
padding:10px 0px;
font-size:125%;
font-weight:bold;
background-color:#bb277e;
color:#fff;

}


ul.date-listing, 
ul.date-listing li {
list-style: none;
padding: 0;
margin: 0;	
text-align:left;
}



ul.date-listing li {
padding:15px 15px;
font-size:100%;
line-height:115%;
border-bottom:1px solid #bb277e;
}

ul.date-listing li i
{
	font-size:50px;
	color:#00007e;
}

ul.date-listing li h4 {
font-size:120%;
margin: 0;
color:#bb277e;
padding:5px 0px;
padding-bottom:0;
text-transform:uppercase;
font-weight:bold;

}



/* ===========================
       NAVIGATION
============================ */


a.btn-home,
a.btn-home:link,
a.btn-home:visited{
margin:0px;
padding:10px;
color: #7bc21e;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
padding:8px;
text-decoration:none;
font-weight:600;
text-transform:uppercase;
font-size:115%;
}

a.btn-home:hover{
color:#454545;
}





hr {
border-color: #ccc;
}

#ticker {
height:120px;
overflow: hidden;
}

ul#ticker
{
margin:0;
padding:0;
}
#ticker li
{
list-style:none;
height:120px;
margin:0;
padding:0;
}

.speech{
  position: relative;
  width:auto;
  background: #eee;
  border-radius:10px;
  padding:30px;
  margin-bottom:20px;
  color:#111;
}

.speech a,
.speech a:link
{
	border-bottom:3px solid #852e9c;
	color:#852e9c !important;
	display:inline-block;
	margin:5px 10px;
}

.speech-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #eee;
  border-right: 12px solid transparent;
  border-top: 12px solid #eee;
  border-bottom: 20px solid transparent;
  right: 32px;
  bottom: -24px;
}

header
{
-webkit-box-shadow: 4px 1px 5px -1px rgba(0,0,0,0.35);
-moz-box-shadow: 4px 1px 5px -1px rgba(0,0,0,0.35);
box-shadow: 4px 1px 5px -1px rgba(0,0,0,0.35);

}

header .fixed-top
{
	-webkit-box-shadow: 2px 1px 5px -1px rgba(0,0,0,0.35);
-moz-box-shadow: 2px 1px 5px -1px rgba(0,0,0,0.35);
box-shadow: 2px 1px 5px -1px rgba(0,0,0,0.35);
}


.navbar-brand
{
		font-size:100%;
}

.navbar-brand a,
.navbar-brand a:link,
.navbar-brand a:visited
{

	
	padding:0;
	margin:0;
}

#navbar_top {
 background:#ffffff !important;


}

#navbar_top .navbar-nav
{
	margin:0;
	padding:0px 40px;

}

#navbar_top .navbar-nav > li > a
 {
color: #111111 !important;
padding:0;
margin-right:30px;
text-transform:uppercase;
}

#navbar_top .navbar-nav > li > a.btn-started,
#navbar_top .navbar-nav > li > a.btn-started:link
{
	background:#F90 !important;
	color:#ffffff !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align:center;
	display:inline-block;
	padding:5px 20px;
	margin-left:5px;
	margin-right:5px;
	
}


#navbar_top .dropdown .nav-link 
{color:#fff; text-decoration: none;
}

#navbar_top .dropdown .dropdown-menu
{
	padding:0;
	margin:0;
	bor-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}

#navbar_top .dropdown .dropdown-menu a
{
	color: #ffffff !important; 
	padding-left:30px;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:30px;
	text-decoration: none;
	background-color: #bb277e !important;
}
#navbar_top .dropdown-menu .dropdown-item 
{
	display: inline-block; width: 100%; padding: 10px 5px;
	background-color: #ccc;
}
#navbar_top .dropdown .dropdown-menu a:hover
{
  color: #ffffff !important;
  background-color: #7e004a !important;
  border-color: #fff;
}

#navbar_top .navbar-toggler
{
	border-color:transparent !important;
	color:#111111 !important;
	padding:0px 5px;
	font-size:110%;
}

#navbar_top .navbar-toggler .navbar-toggler-icon
{
	  background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,138,0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}

#navbar_top .navbar-toggler:active
{
	border-color:transparent !important;
}

body.menu01 #navbar_top .navbar-nav > li > a.mm01, 
body.menu02 #navbar_top .navbar-nav > li > a.mm02, 
body.menu03 #navbar_top .navbar-nav > li > a.mm03, 
body.menu04 #navbar_top .navbar-nav > li > a.mm04, 
body.menu05 #navbar_top .navbar-nav > li > a.mm05, 
body.menu06 #navbar_top .navbar-nav > li > a.mm06, 
body.menu07 #navbar_top .navbar-nav > li > a.mm07, 
body.menu08 #navbar_top .navbar-nav > li > a.mm08, 
body.menu09 #navbar_top .navbar-nav > li > a.mm09,
body.menu10 #navbar_top .navbar-nav > li > a.mm10,
body.menu11 #navbar_top .navbar-nav > li > a.mm11,
body.menu12 #navbar_top .navbar-nav > li > a.mm12
{
color:#ff9900 !important;
font-weight:700;
}
/* ===========================
          FORM
============================ */
.form-control {
margin-bottom: 10px;
}
#action_button {
padding: 10px 0px;
padding-bottom: 0;
}
label {
font-weight: 600;
}
label.error {
text-align: left;
width: auto;
padding: 0px 0 0 20px;
clear: none;
display: block;
color: #b92a45;
font-size: 12px;
font-weight: normal;
border: none;
background: url(../images/required.png) no-repeat left center;
}
.but-next {
padding-top: 25px;
}

.other-input{
display: none; 
margin-top:5px;
}

.other-input-block{
display: block; 
margin-top:5px;
}

.regular-checkbox {
display: none;
}
.regular-checkbox + label {
background-color: #ffffff;
border: 2px solid #4763b8;
padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: inline-block;
position: relative;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
color: #4763b8;
}
.regular-checkbox:checked + label {
background-color: #ffffff;
border: 2px solid #4763b8;
}
.regular-checkbox:checked + label:after {
content: '\2714';
font-size: 130%;
position: absolute;
top: -1px;
left: 2px;
color: #4763b8;
}
.regular-radio {
display: none;
}
.regular-radio + label {
-webkit-appearance: none;
background-color: #ffffff;
border: 2px solid #4763b8;
padding: 10px;
border-radius: 50px;
display: inline-block;
position: relative;
}
.regular-radio:checked + label:after {
content: '';
width: 14px;
height: 14px;
border-radius: 50px;
position: absolute;
top:3px;
background-color: #4763b8;
left:3px;
}
.regular-radio + label:active, .regular-radio:checked + label:active {
background-color: #4763b8;
}
form-table {
display: table;
}
.form-element, .form-text {
display: table-cell;
}
.form-element {
width: 32px;
}
.form-text {
vertical-align: middle;
padding-bottom: 5px;
}

.form-style{
text-align:left;
}

.form-style h2 {
margin-bottom: 0px;
padding: 10px;
border-bottom: 1px solid #dddddd;
}
.form-style h4,
.form-style .tab-pane h4{
padding: 10px 0px;
padding-top:5px;
margin: 0px;
border-bottom: 1px solid #cccccc;
margin-bottom: 20px;
color: #e51a45;
}
.form-style [class*=row] {
margin-bottom:7px;
padding-bottom:7px;
}

.form-style .form-group{
padding-top:0;
padding-bottom:0;
}
/* ===========================
          CONTENT
============================ */

.content-area{
padding:0;
}



.content-area p {
margin: 20px 0px;
}


/* ===========================
      LISTING
============================ */
ul.listing li,
ol.listing li{
padding-top:5px;
padding-bottom:5px;
line-height:125%;
}

ol.listing{
margin-top:10px;
margin-bottom:15px;
}


.sidebar-container {
padding: 30px 0px;
}
.sidebar {
background-color: #f7f7f7;
padding: 20px 15px;
padding-bottom: 35px;
font-size: 85%;
line-height: 135%;
}
.sidebar a, .sidebar a:link, .sidebar a:visited {
color: #090;
}
.slider-box > .sidebar {
background: none;
color: #ffffff;
}
.slider-box {
position: absolute;
width: 300px;
top: 25px;
left: 25px;
}
ul.event-list, ul.event-list li {
list-style: none;
margin: 0px;
padding: 0px;
}
ul.event-list li {
margin: 10px 0px;
border-top: 1px solid #dddddd;
padding: 5px;
}



ul.program-listing,
ul.program-listing li{
margin:0;
padding:0;
list-style:none;
}

ul.program-listing li{
padding:5px 10px;
color:#fff;
}

.color-box01{
background:#53cdcd;
}

.color-box02{
background:#6ab204;
}

.color-box03{
background:#ffc600;
}

.color-box04{
background:#be45b7;
}

.color-box05{
background:#666;
}

.color-box06{
background:#e23a3a;
}

.color-box07{
background:#ef6b01;
}

.color-box08{
background:#2274b3;
}

.speaker-photo
{
	height:300px;
}

.faculty-area h4
{
	font-size:110%;
	padding:10px 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
}
.faculty-area .modal-body h4
{
	padding:15px 0px;
	padding-bottom:0;
	font-weight:600;
	margin:0;
	font-size:135%;
}
.faculty-area img
{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
}

.faculty-list img{
border:1px solid #ccc;
}

.faculty-list p{
padding:0;
margin-top:8px;
margin-bottom:25px;
}


.faculty-caption
{
	padding:15px 5px;
	height:100px;
	line-height:120%;
}


.sidebar-listing{
border-bottom:1px solid #cccccc;
padding-bottom:20px;
}

.sidebar-listing h4{
border-bottom:1px solid #cccccc;
padding:5px 25px;
padding-bottom:10px;
margin:0px;
margin-bottom:10px;
}



.sidebar-listing ul,
.sidebar-listing ul li{
list-style:none;
margin:0;
padding:0;
}

.sidebar-listing ul li{
padding:5px 25px;
}

.sidebar-listing ul li a,
.sidebar-listing ul li a:link{
color:#333333;
}

body.sidebody01 .sidebar-listing ul li a.side06{
color:#ec2427;
}

/* ===========================
   RELATED AGENCIES & SOCIAL
============================ */

.related-agencies {
text-align:center;
}
.related-agencies h4 {
font-weight: 500;
font-size: 110%;
padding-top:0px;
color:#333333;
}
.related-agencies h4.morespace {
padding: 15px 0px;
text-align:right;
}
.related-agencies ul, .related-agencies li {
list-style: none;
padding: 0;
margin: 0;
}
.related-agencies ul {
text-align: center;
}

.related-agencies li {
display: inline-block;
padding: 0px 20px;
}

.related-agencies ul li a img {
height:90px;
width:auto;
margin-bottom:20px;
}

.related-agencies ul li img.with-max-width,
.related-agencies ul li a img.with-max-width{
max-width:125px;
height:auto;
}

.related-agencies ul li a img.morespace {
padding-left: 10px;
padding-right: 10px;
}

.related-agencies hr{
border-width:1px;
}
/* ===========================
         TABS
============================ */

.tab-container {
border: 1px solid #0c3877;
border-top: 8px solid #0c3877;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.nav-tabs {
color: #fff;
background-color: #0c3877;
border-color: transparent;
}
ul.nav-tabs {
border-left: 10px solid #0c3877;
margin-top: 0px;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
color: #fff;
cursor: pointer;
}
.nav-tabs > li > a:hover {
color: #ffffff;
background-color: #174991;
border-color: #174991;
border-bottom-color: transparent;
}
.tab-content {
padding: 20px 15px;
}

.tab-content h3 {
padding: 0px;
margin: 0px;
font-weight: 600;
padding-bottom: 10px;
border-bottom: 1px solid #cccccc;
margin-bottom: 20px;
}
.tab-content h4 {
padding: 10px 0px;
margin: 0px;
border-bottom: 1px solid #cccccc;
margin-bottom: 20px;
color: #0089d0;
}
.spouse-section h4 {
background-color: #dddddd;
font-size: 100%;
padding-left: 10px;
color: #111111;
}


/* ===========================
         TABLE
============================ */
.table thead td {
background-color: #2e293e;
color: #ffffff;
}

.table {
border-bottom: 1px solid #dddddd;
margin-top:20px;
}

.table a.text-dark,
.table a.text-dark:link,
.table a.text-dark:visited
{
	color:#454545 !important;
}

.table-data{
font-size:95%;
border-left:1px solid #dddddd;
border-right:1px solid #dddddd;
}

.table-data tr:nth-child(odd){
  background:#eee;
}



.table-container {
display: table;
width: 100%;
}
.for-mobile-row,
.display-cat-mobile{
display: none;
}
.table-header {
background-color: #0c3877;
color: #ffffff;
font-weight: 600;
}
.table-header > .table-col-1, .table-header > .table-col-2, .table-header > .table-col-3, .table-header > .table-col-4 {
padding: 8px 5px;
}
.table-col-1, .table-col-2, .table-col-3, .table-col-4 {
display: table-cell;
padding: 8px 5px;
border-bottom: 1px solid #cccccc;
}

.table-col-1.no-padding, 
.table-col-2.no-padding, 
.table-col-3.no-padding, 
.table-col-4.no-padding {
padding: 5px;
}





.table-col-1 {
width: 56%;
}
.table-col-2, .table-col-3 {
width: 12%;
}

.table-col-4{
width: 20%;
}

.table-col-1, .table-col-2, .table-col-4 {
vertical-align: middle;
}
.table-col-3 {
padding-right: 20px;
}
.mobile-text {
display: none;
}
.calculation-container {
display: table;
width: 100%;
}
.calculation-col-1, .calculation-col-2 {
display: table-cell;
color: #ffffff;
}
.calculation-col-1 {
width: 75%;
padding: 8px 15px;
}
.calculation-col-2 {
width: 25%;
font-weight: bold;
}

.calculation-row-1 {
background-color: #ed2528;
border-top: 1px solid #9d1b0a;
}

.calculation-row-2 {
background-color: #454545;
border-top: 1px solid #454545;
}

.calculation-row-3 {
background-color: #fff79a;
color: #111111;
border-top: 1px solid #454545;
}


.table-rates tr.highlight1 td {
background-color: #ed282b;
color:#ffffff;
}
.table-rates tr.highlight2 td {
background-color: #fff08b;
}
.table-rates thead {
background-color: #0f3f82;
color: #ffffff;
font-weight: 300;
}
.table-rates thead td {
padding: 5px 10px;
line-height:125%;
}
.table-rates {
border-bottom:1px solid #0f3f82;
border-top: 1px solid #0f3f82;
border-left: 1px solid #cccccc;
border:1px solid #0f3f82;
}
.table-rates td
 {
padding: 12px;
border-bottom: 1px solid #0f3f82;
}
.table-rates td.no-padding {
padding: 0px;
border-bottom: 0px;
}

.display-details .form-group{
padding-top:2px;
padding-bottom:2px;
margin-bottom:0;
margin-top:0;
}

.selected-row{
background:#d8f1ea;
}

.table-bordered thead tr td {
border: 1px solid 0095ec;
}
.calculation-table {
background-color: #f1e2d2;
border: 0px;
width: 100%;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.calculation-table tr td {
padding: 8px 0px;
color: #111111;
border-top: 1px solid #b9724b;
}
input[readonly] {
display: inline-block;
background: none;
background-color: none;
border: 0px;
width: 100%;
}
.inline-text {
padding-right: 5px;
padding-left: 5px;
font-weight: normal;
text-align: center;
width: 1%;
white-space: nowrap;
vertical-align: middle;
display: table-cell;
}
.calculation-table td:nth-child(1) {
padding-left: 20px;
}
.calculation-table td:nth-child(4) {
padding-right: 20px;
}
.calculation-table tr.highlight td {
background-color: #ca7648;
color: #ffffff;
font-weight: bold;
}
.calculation-table tr.highlight td:nth-child(1) {
background-color: #ca7648;
color: #ffffff;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
}
.calculation-table tr.highlight td:nth-child(4) {
background-color: #ca7648;
color: #ffffff;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-right-radius: 6px;
}
.calculation-table input {
width: 100%;
}
/* ===========================
          FOOTER
============================ */
.before-footer
{
padding:35px 0px;
border-top:1px solid #dddddd;
padding-bottom:20px;
}

.before-footer a, 
.before-footer a:link,
.before-footer a:visited {
color: #111 !important;
}


footer {
background-color: #eeeeee;
line-height: 125%;
margin:0;
border-color:transparent;
font-size:85%;
}

footer a, 
footer a:link,
footer a:visited 
{
color: #454545 !important;
}

footer a:hover
{
	color:#f67a29 !important;
}

.before-footer h4{
margin:0;
padding:0;
font-size:115%;
}

.before-footer img{
height:150px;
width:auto;
padding:5px 0px;
}


.copyright{
padding:30px;
padding-bottom:10px;
color:#454545;
}

img.organiser-logo{
max-width:300px;
margin-bottom:10px;
}
.nav-pills {
padding: 15px 0px;
padding-right: 25px;
}
.nav-content {
padding: 10px 0px;
clear: both;
border-top: 1px solid #cccccc;
background: #393;
}
.tab-pane h1 {
padding: 10px 0px;
clear: both;
border-top: 1px solid #cccccc;
padding-top: 24px;
}
.nav-pills li a {
padding: 6px 15px;
border: 1px solid #008372;
cursor: pointer;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #008372;
}

ul.nav.nav-pills {
    text-align: right;
}

.nav-pills>li {
    float: none;
    display: inline-block;
}

.tab-pane h3.less-margin{
margin-top:-60px;
}

.total-price-container {
display: table;
width: 100%;
}
.total-price-currency, .total-price-amount {
display: table-cell;
}
.total-price-currency {
padding-right: 5px;
vertical-align: middle;
width:30%;
}
.total-price-amount {
width: 70%;
}
/* The radio */
.radio {
display: block;
position: relative;
padding-left: 30px;
margin-left: 10px;
margin-bottom: 12px;
cursor: pointer;
font-size: 20px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
/* Hide the browser's default radio button */
.radio input {
position: absolute;
opacity: 0;
cursor: pointer;
}
/* Create a custom radio button */
.checkround {
position: absolute;
top: -8px;
left: 0;
height: 20px;
width: 20px;
background-color: #fff;
border-color: #0089d0;
border-style: solid;
border-width: 2px;
border-radius: 50%;
}
/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
background-color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
content: "";
position: absolute;
display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
display: block;
}
/* Style the indicator (dot/circle) */
.radio .checkround:after {
left: 2px;
top: 2px;
width: 12px;
height: 12px;
border-radius: 50%;
background: #0089d0;
}
.row.details-box {
padding: 10px;
border-top: 1px solid #cccccc;
}
.details-box [class*=col] {
padding-top: 8px;
padding: auto;
padding-bottom: 8px;
border-bottom: 1px solid #cccccc;
}
.details-box [class*=col] label {
display: block;
padding-bottom: 0px;
margin-bottom: 0px;
}


/*--------------------------------------------------------------
# COUNTDOWN
--------------------------------------------------------------*/
ul#countdown {
	list-style: none;
	margin:20px 0;
	padding: 0;
	display: block;
	text-align: center;
}
ul#countdown li {
	display: inline-block;
	background:#5a5467;	
	padding:15px 10px;
	padding-bottom:10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width:70px;
	color:#ffffff !important;
}
ul#countdown li span {
	font-size:30px;
	font-weight:600;
	line-height:100%;

}

ul#countdown li p {
	color: #ffffff;
	font-size:11px;
	text-transform:uppercase;
	margin-top:-5px;
	margin-bottom:0px;
	padding:0;
}


/*--------------------------------------------------------------
		# Exhibition
--------------------------------------------------------------*/
.files-folder
{
	min-height:100px;
	padding:20px;
	background:#eeeeee;
	border:1px solid #dddddd;
	margin-top:10px;
	margin-bottom:10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.files-folder h4
{
	font-family:Poppins,arial !important;
	font-size:125%;
	padding-bottom:0;
	margin-bottom:5px;
}
.exhibitor-title
{
	padding:15px;
	text-align:center;
	background:#0096be;
	color:#ffffff;
	margin-bottom:20px;
	font-family:Poppins,arial !important;
}
.exhibitor-title span.title-big
{
	font-size:200%;
}
.exhibitor-title .button
{
	display:block;
	padding:10px 0px;
}
.exhibitor-area
{
	position:relative;
}

.exhibitor-area #area_A,
.exhibitor-area #area_B,
.exhibitor-area #area_C,
.exhibitor-area #area_D,
.exhibitor-area #area_E,
.exhibitor-area #area_F
{
	display:inline-block;
}

.exhibitor-area img.stamp
{
	max-height:65px;
	width:auto;
	padding:5px;
}

.exhibitor-area #area_A
{
	position:absolute;
	top:30px;
	right:30px;
	
}




.exhibitor-area h2
{
	font-weight:bold;
	color:#0c3877;
	padding-bottom:15px;
}
.exhibitor-area .intro-text
{
	line-height:125%;
	padding:20px 0px;
	font-size:125%;
}
.exhibitor-area .com-logo
{
	height:150px;
	padding:10px;
}
.exhibitor-area img.with-bordered
{
	padding:5px;
	border:1px solid #dddddd;
}

table.exhibitor-info
{
	border-top:1px solid #dddddd;
	
}
.exhibitor-info td
{
	border-bottom:1px solid #dddddd;
	padding-top:10px;
	padding-bottom:10px;
	
}
.exhibitor-side-info
{
}
.exhibitor-side-info img
{
	height:125px;
	width:auto;
}

.exhibitor-side-info img.countdown-loader
{
	height:24px;
	width:auto;
}

.exhibitor-side-info h4
{
	font-weight:600px;
	border-bottom:1px solid #ee2428;
	padding:10px;
	border-left:5px solid #ee2428;
	color:#ee2428;
	
	
}
.exhibitor-area .embed-responsive embed-responsive-16by9
{
	margin:10px 0px;
	
}

.exhibitor-stamp
{
	height:150px;
	background-color:#111111;
	background-repeat:no-repeat;
	
}

.well
{
	background-color:#f9f9f9;
}

@keyframes fa-blink {
     0% { opacity: 1; }
     50% { opacity: 0.5; }
     100% { opacity: 0; }
 }
.fa-blink {
   -webkit-animation: fa-blink 1.15s linear infinite;
   -moz-animation: fa-blink 1.15s linear infinite;
   -ms-animation: fa-blink 1.15s linear infinite;
   -o-animation: fa-blink 1.15s linear infinite;
   animation: fa-blink 1.15s linear infinite;
}



 @media only screen and (max-width :1280px) 
 {
.boxing h4,
.boxing-text h4{
font-size:85%;
}

.related-agencies ul li a img {
height:80px;
margin-bottom: 10px;
}


.related-agencies ul li img.with-max-width,
.related-agencies ul li a img.with-max-width{
max-width:90px;
height:auto;
}

 }

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



a.btn-home,
a.btn-home:link,
a.btn-home:visited{
font-size:100%;
}



}

 @media only screen and (min-width : 991px) {
/* Make Navigation Toggle on Desktop Hover 
    */.dropdown:hover .dropdown-menu {
display: block;
}

}



@media (max-width: 990px) {
.banner-area{
border:0;	
}
.container{
width:100%;
}

header
{
	padding:2px 10px;
}

.only-desktop {
display: none;
}	

.show-640{
display:block;
}

#navbar_top
{
	margin:0;
	padding:0;
}

#navbar_top .navbar-nav
{
	padding-top:10px;
}

#navbar_top .navbar-nav > li > a 
{
padding:5px 15px;
}

.navbar-brand > a.btn-started,
.navbar-brand > a.btn-started:link
{
	background:#F90 !important;
	color:#ffffff !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align:center;
	display:inline-block;
	padding:5px 20px;
	margin-left:2px;
	margin-right:2px;
	
}

.table-col-1 {
width: 40%;
}
.table-col-2, .table-col-3, .table-col-4 {
width: 15%;
}
.table-col-3 {
width: 20%;
}
.table-col-4 {
width: 25%;
}

.banner-date{
color:#ffffff;
padding:5px 10px;
}


.banner-date h4,
.banner-date h5{
margin:0;
padding:0;
}

.banner-date h4 {
font-size: 105%;
padding-top:5px;
}
.banner-date h5 {
font-size: 75%;
}

.date-container{
margin-top:10px;
text-align:center;
}

ul.nav.nav-pills {
    text-align: center;
}


.tab-pane h3.less-margin{
margin-top:0px;
text-align:center;
}

.boxing-inside-mobile{
display:table;
width:98%;

}

.boxing-inside-mobile .boxing-img,
.boxing-inside-mobile .boxing-text{
display:table-cell;
}

.boxing-inside-mobile .boxing-text H4{
font-size:95%;
}

.boxing-inside-mobile .boxing-img,
.boxing-inside-mobile2 .boxing-img{
width:20%;
}

.boxing-inside-mobile .boxing-text,
.boxing-inside-mobile2 .boxing-text{
width:80%;
text-align:left;
}

.for-mobile-row.no-margin{
margin-bottom:0;
}

.mobile-text.indent-left-margin{
margin-left:-20px;
}


#myCarousel .carousel-caption{
text-align: center;
left: auto;
top:5%;
left:5%;
right:5%;
bottom: initial;
color: #ffffff;
background:url(../images/captionbg.png) repeat;
width:90%;
height:80%;
display:table;
}

#myCarousel .carousel-caption .text-content{
padding:5px 20px;
display:table-cell;	
vertical-align:middle;
}

#myCarousel .carousel-caption .text-content h4{
font-size:125%;
padding:10px;
}

.total-price-currency {
padding-right: 5px;
vertical-align: middle;
width:40%;
}
.total-price-amount {
width:60%;
}

}

 @media (max-width:768px) {
body {
background:#fff;
font-size: 14px;
}

.container-fluid{
width:100%;
}

.home-content {
padding:30px 40px;
padding-bottom:0;	
position:relative;
}


.content-area{
padding:0px 10px;
padding-bottom:0;
margin-bottom: 30px;
background:none;
background-size:cover;
}

.page-area .inside-banner
{
padding:25px 0px;
text-align:center;
}

footer h4{
padding:10px;
margin-top:20px;
}

.message-area
{
	padding-bottom:30px;
}


.speech {


  z-index:1;
}

.speech a
{
padding-top:10px;
margin-right:10px;
display:inline-block;
}

.speech h3
{
	text-align:center;
}


.navbar-brand
{
		font-size:100%;
}

.date-venue
{
font-size:85%;
}

.logo-area
{
	padding:10px 0px;
}

.date-venue h2
{
	padding-top:0px;
	font-size:165%;
}
.date-venue h3
{
	padding:1px 0px;
}

.date-venue h4
{
	padding-bottom:10px;
}

.logo-area .logo-area-left img
{
	width:60px;
	height:auto;
}

 
.nav-pills {
padding-bottom: 0px;
padding-right: 0px;
}
.for-mobile {
display: block;
background: #FF6;
padding: 10px;
}

.display-details .form-group{
padding-top:5px;
padding-bottom:5px;
}

.related-agencies hr{
border-width:1px;
}


.text-to-right,
.text-to-left{
text-align:center;
}

.show-mobile{
display:inline-block;
}

.show-desktop{
display: none;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid{
  margin-left: 0;
  margin-right: 0;
}

.no-gutter>[class^="col-"]{
  padding-left: 0;
  padding-right: 0;
}

footer {
padding:10px 0px;
font-size:85%;
}

.before-footer{

padding-bottom:0px;
}

.the-organiser{
border-top:1px solid #a19ebf;
padding-top:30px;
}



.speaker-photo
{
	height:250px;
}

#navbar_top .navbar-collapse
{
border-top:1px solid #ff9900;

}


}

 @media (max-width:640px) {
h1{
font-size:180%;
}

.speaker-photo
{
	height:200px;
}

.date-venue h2
{

	font-size:140%;
	padding-top:5px;
}

#ticker {
height:160px;
overflow: hidden;
}


#ticker li
{
list-style:none;
height:160px;
margin:0;
padding:0;
}


a.btn-home,
a.btn-home:link,
a.btn-home:visited{
font-size:85%;
}

#myCarousel .carousel-caption .text-content{
font-size:85%;
line-height:125%;
}

#myCarousel .carousel-caption .text-content h4{
font-size:125%;
padding-top:0;
margin-top:-10px;
}

#myCarousel .carousel-caption .btn-more{
font-size:85%;
}

#myCarousel .carousel-caption .text-content hr{
margin-top:10px;
}

#insideCarousel .carousel-caption {

bottom:30px;
font-size:100%;
}

#insideCarousel .carousel-indicators{
bottom:0px;
}




.alert-cookie 
{
	padding-bottom:5px;
	margin-bottom:0;
	background:#bb277e;
	color:#ffffff !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	line-height:125%;
	font-size:75%;
	padding-right:5px;
	padding-left:5px;
}

.alert-cookie .btn
{
font-size:100%;
margin-top:0;
}

.alert-cookie i.la-cookie-bite
{
	font-size:160%;
}


.form-text {
vertical-align: middle;
padding-bottom: 0px;
padding-top: 0px;
}
.well > .row {
margin-left: -15px;
margin-right: -15px;
}
.well 
{
margin-bottom: 40px;
}
.table-container {
display: table;
width: 100%;
}
.table-header, .table-col-1, .table-col-2 {
display: none;
width: 100%;
}
.for-mobile-row{
display: block;
background: #0f3f82;
color: #ffffff;
}



.display-cat-mobile{
display: block;
color: #0f3f82;
font-size:105%;
padding:10px 0px;
}

.mobile-header {
padding:8px 10px;
padding-bottom:0;
display: inline-block;
font-weight: 400;
}
.mobile-box {
display: inline-block;
padding-top: 5px;
padding-left: 10px;
}
.table-col-2 {
width: 50%;
}
.table-col-3 {
width: 15%;
}
.table-col-4 {
width: 85%;
}
.form-control-inline {
width: auto;
float: left;
margin-right: 5px;
background: #336;
}
.pricing {
font-weight: bold;
background-color: #00265b;
padding:7px 9px;
min-width:80px;
}
.mobile-text {
display: inline;
padding: 0px;
padding-right: 10px;
font-weight: bold;
}
.extra-padding {
display: inline-block;
padding-top: 5px;
}
.per-person {
display: none;
}
.pull-to-right {
float: right;
}
.calculation-col-1 {
width: 75%;
padding: 8px 15px;
}
.calculation-col-2 {
width: 25%;
font-weight: bold;
}
.form-element {
margin-top: 0px;
}
.regular-radio + label {
margin-top: 3px;
}
.regular-checkbox + label {
margin-top: 0px;
}

.related-agencies h4 {
padding-top: 20px;
}


a.btn-register, 
a.btn-register:link, 
a.btn-register:visited {

-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
padding:10px 25px;
font-size:150%;
margin-top:0;
}

.carousel-indicators{
bottom:0px;
}


.related-agencies{
padding:0px;
}

.related-agencies ul li a img {
height:70px;
margin-bottom: 10px;
}


.related-agencies ul li img.with-max-width,
.related-agencies ul li a img.with-max-width{
max-width:75px;
height:auto;
}



.total-price-currency.extra-width{
width:35%;
}

img.organiser-logo{
max-width:200px;
height:auto;
margin-bottom:20px;
}

.home-highlights .message-area img
{
	width:135px;
	height:auto;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:5px solid #ffffff;
}

	
}


@media (max-width:480px) {
.total-price-currency.extra-width{
width:70%;
}

.pricing{
padding:0px;
margin-left:10px;
display:inline-block;
font-size:85%;
text-align:center;
font-weight:normal;
background:transparent;
}

.pricing:after{
content:' /per pax';
}


.pull-to-right {
float: none;
}


#myCarousel .carousel-caption .text-content{
font-size:65%;
line-height:125%;
}

#myCarousel .carousel-caption .text-content h4{
font-size:115%;
padding-top:0;
margin-top:-10px;
margin-bottom:0;
}

#myCarousel .carousel-caption .btn-more{
font-size:85%;
padding:5px 10px;
}



.to-break{
display:block;
}




.login-buttons a,
.login-buttons a:link,
.login-buttons a:visited{
padding:8px 15px;
}

a.btn-invert,
a.btn-invert:link,
a.btn-invert:visited{
margin:0px;
padding:8px 15px;

}

 
.logo-area {
padding-right: 15px;
padding-bottom:0;
}


.logo-area-middle h2 {
font-size: 130%;
margin: 0;
padding-bottom:0px;
}
.logo-area-middle h4 {
font-size: 75%;
}



.mobile-text {
padding: 0;
padding-right: 10px;
font-weight: bold;
}

.extra-padding {
padding-top: 0px;
}
.pull-left {
float: none;
display: block;
}
.per-person {
display: inline-block;
font-weight: 300;
}
.table-col-3 {
width: 5%;
}
.table-col-4 {
width: 95%;
}
.calculation-col-1 {
width: 55%;
}
.calculation-col-2 {
width: 45%;
}
.split-480 {
display: block;
}



.related-agencies ul li a img {
height:50px;
margin-bottom: 10px;
}



.related-agencies ul li img.with-max-width,
.related-agencies ul li a img.with-max-width{
max-width:55px;
height:auto;
}

.copyright{
font-size:85%;
}

}
