/*
Theme Name: MyTheme
Theme URI: http://www.neudimenxion.com/
Description: Mytheme style.
Author: Caremy
Version: 2015
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive layout, bootstrap function, custom-menu
Text Domain: MyTheme
*/


@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 
{
font-size: 16px; 
overflow-x: hidden;
color:#454545;
font-family: 'Poppins', sans-serif !important;
margin:0px;
padding:0px;
}

::-webkit-input-placeholder { 
    color: #ccc; text-overflow: ellipsis; 
}
:-moz-placeholder { 
    color: #ccc !important; text-overflow: ellipsis; 
}
::-moz-placeholder { 
    color: #ccc !important; text-overflow: ellipsis; 
} /* For the future */
:-ms-input-placeholder { 
    color: #ccc !important; text-overflow: ellipsis; 
}
.text-muted {
    color: #777;
}


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

ul.qlisting
{
border-bottom:1px solid #cccccc;	
}

ul.qlisting li
{
	border:1px solid #cccccc;
	border-bottom:0px;
	padding:5px 15px;
	padding-bottom:15px;
	font-weight:600;
	font-size:110%;
	line-height:125%;
}

ul.qlisting li a.btn,
ul.qlisting li a.btn:link,
ul.qlisting li a.btn:visited
{
	color:#ffffff;
}

ul.qlisting li h5
{
	font-size: 90%;
	font-weight:400;
	margin-top:-10px;
	padding-top:0;
	color:#777777;
}

.answered
{
	background:#eeeeee;
	color:#666666;
}


p {
    font-size: inherit;
    line-height: 145%;
}

p.large {
    font-size: 16px;
}

.bigger
{
font-size:150%;
line-height:125%;
}


.clipped 
{
        text-overflow: clip;
}

.ellipses 
{
        text-overflow: ellipsis;

}

h2
{
margin:0px;
padding:0px;
padding-bottom:15px;
font-size:200%;
color:#000000;
}

h3
{
margin:0px;
color:#111111;
font-size:130%;
padding-bottom:10px;
}

h4
{
background-color:#5baf06;
color:#ffffff;
display:block;
padding:13px 15px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
margin-bottom:20px;
}


h5
{
font-size:160%;
color:#0d090e;

}

.speaker-photo
{
	height:350px;
}

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

.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;
}
}


.but-close
{
	display:inline-block;
	margin-top:-5px;
}
	
section
{
        padding:10px 0;
}

section#intro
{
margin-top:0px;
}

section#text-content
{
margin-top:40px;
margin-bottom:40px;

}

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

.logo-area h1
{
	font-weight:bold;
	color:#454545;
	padding:0;
	padding-top:10px;
	margin:0;
}

.logo-area-img,
.logo-area-text
{
	display:table-cell;
	vertical-align:middle;
}

.logo-area-img
{
	width:120px;
}

.logo-area-img img
{
	width:100px;
}

.more-info
{
	cursor:pointer;
	color:#C30;
}

.well
{
background-color:#eeeeee;
border:1px solid #cccccc;
}

.highlighter1
{
color:#01c1ff;
}

.highlighter2
{
color:#0f5ea0;
}

.contact-button,
.contact-button:link
a.contact-button:link,
a.contact-button:visited
{
	border:1px solid #C00000;
	color:#C00000;
	padding:5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius:8px;
	border-radius: 8px;
	cursor:pointer;
	margin:10px 0px;
	display:inline-block;
}

.contact-button:hover
{
	text-decoration:none;
	color:#ffffff;
	background:#C00;
	
}

.mark-primary
{
	background:#329ec6;
	color:#ffffff;
	padding:5px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

/* ===========================
         TABLE
============================ */

.table
{
border-bottom:1px solid #2eb64b;
border-top:1px solid #2eb64b;
margin-top:10px;
margin-bottom:30px;
font-size:90%;
}

.table a,
.table a:link,
.table a:visited
{
	color:inherit;
}


.table tr
{
border:1px solid #5baf06;
border-radius:0px;
}

.table thead td
{
background-color:#5baf06;
color:#ffffff;
padding:12px 5px;
border-top:1px solid #5baf06;
border-left:1px solid #5baf06;
text-transform:uppercase;

}

.table td
{
border-radius:0px;
font-size:100%;
padding:5px;
}

.table-summary
{	
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	width:100%;
	margin:10px 0px;
	margin-bottom:20px;
	
}

.table-summary td
{
border-bottom:1px solid #dddddd;
border-left:1px solid #dddddd;
padding:5px 8px;
}

.table-summary thead td
{
	background:#C33;
	color:#ffffff;
	
}

.table-statistics td
{
	padding:7px 8px;
}

.table-statistics tr:nth-child(odd)
{
	background:#eeeeee;
}

.table-statistics tr td:nth-child(2)
{
	font-weight:bold;
}

.responsive
{
border-top:1px solid #cccccc;
}

.responsive td
{
border-bottom:1px solid #cccccc;
padding:7px 12px;
}

.responsive td:nth-child(1)
{
background-color:#eeeeee;
border-bottom:1px solid #c5c5c5;
}

.table-summary
{
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

.table-summary tr.highlights td
{
background-color:#555;
color:#ffffff;
padding:5px;
}

.table-summary td
{
border-top:0px solid #5baf06;
border-left:1px solid #5baf06;
}

.


/* ===========================
         BREADCRUMB
============================ */

#step-container
{
display:inline-block;
background-color:#739400;
color:#ffffff;
margin-bottom:10px;

}

#step-container ul,
#step-container li
{
list-style:none;
padding:0px;
margin:0px;
margin-left:-6px;

}

#step-container li
{
display:block;
float:left;
padding:10px 25px;
}

#step-container li.selected
{
background-color:#4c7d18;
}

#step-container li.selected2
{
background-color:#739400;
color:#415400;

}

#step-container li.selected3
{
background-color:#255d00;
color:#589716;

}




/* ===========================
        FORMS
============================ */

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

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

label.error {	
	text-align: left;
	width: auto;
	padding: 5px 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;
}

form textarea
{
font-size:125%;
}

.btn
{
font-size:100%;
padding:4px 10px;
}

.btn-info
{
background-color:#2C2233;
border:0px;
}

a.my-button,
a.my-button:link
{
	color:#ffffff;
}



.regular-checkbox {
	display: none;
}
.regular-checkbox + label {
	background-color: #ffffff;
	border: 2px solid #0089d0;
	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: #0089d0;
}
.regular-checkbox:checked + label {
	background-color: #ffffff;
	border: 2px solid #0089d0;
}
.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 130%;
	position: absolute;
	top: -1px;
	left: 2px;
	color: #0089d0;
}
.regular-radio {
	display: none;
}
.regular-radio + label {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 2px solid #0089d0;
	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: #0089d0;
	left:3px;
}
.regular-radio + label:active, .regular-radio:checked + label:active {
	background-color: #0089d0;
}
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 small
{
padding:8px 0px;
line-height:125%;
display:block;
color:#666666;
}

.form-style small.text-danger
{
	color:#C00;
}

.form-style h3
{
	color:#228870;
	border-bottom:1px solid #dddddd;	
}

/* 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;
}

.higher
{
height:200px;
}

form h3
{
margin:10px 0px;
color:#000000;
padding-bottom:10px;
}



.divider
{
border-bottom:1px solid #cccccc;
margin-bottom:20px;
}

.total-number
{
background-color:#fb6250;
color:#ffffff;
display:inline-block;
padding:5px 15px;
margin-left:5px;
font-weight:bold;
font-size:140%;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}

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



.navbar-default
{
z-index:1000;
}



.main-title
{
border-bottom:5px solid #dddddd;
margin-bottom:20px;
}

/* ===========================
         LISTING
============================ */

ul.listing
{
}

ul.listing li
{
margin:15px 0px;
}

ul.listing-bullet
{
margin:8px 0px;
padding:0px;
}


ul.listing-bullet li
{
list-style:none;
margin:0px;
padding:0px;
padding:7px 0px;
border-top:1px dotted #999999;
}

ul.listing-bullet a, ul.listing-bullet a:link, ul.listing-bullet a:visited
{
color:#454545;
}

ul.listing-bullet a:hover
{
color:#005696;
}

/* ===========================
         NAVIGATION
============================ */
/* navbar */
.navbar-default
{
  background-color: #007dbe;
  border:0px;
  text-align:left;
  z-index: 10;
  text-transform:uppercase;
  padding-top:0;
  font-size:90%;
}


.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  z-index:999;
  padding-left:10px;
  padding-right:10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color:#717171;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #717171;
  border-radius:0px;
  border:0px;
  text-align:left;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
  padding:9px 15px;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #333;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #0b9ed0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #0b9ed0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #0b9ed0;
}
.navbar-default .navbar-toggle {
  border:0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #0b9ed0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse{
  border: 0px;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}

.navbar-default ul li:hover a {
	background: #717171;
}

body.index .navbar-default .navbar-nav > li > a.home,
body.menu01 .navbar-default .navbar-nav > li > a.mm01,
body.menu02 .navbar-default .navbar-nav > li > a.mm02,
body.menu03 .navbar-default .navbar-nav > li > a.mm03,
body.menu04 .navbar-default .navbar-nav > li > a.mm04,
body.menu05 .navbar-default .navbar-nav > li > a.mm05,
body.menu06 .navbar-default .navbar-nav > li > a.mm06,
body.menu07 .navbar-default .navbar-nav > li > a.mm07,
body.menu08 .navbar-default .navbar-nav > li > a.mm08,
body.menu09 .navbar-default .navbar-nav > li > a.mm09
{
background-color:#333333;
color:#ffffff;
}



/* ===========================
--- Footer
============================ */

footer {
	padding: 30px 0 30px;
	font-size:90%;
	line-height:145%;
	color:#454545;
	text-align:left;
	border-top:1px solid #cccccc;
	margin-top:20px;
		
}

footer p {
	color: #f8f8f8;
}

footer a {
	color: #225378;
}

footer a:hover {
	color: #666666;
}

.jumbotron
{
margin-top:70px;

}

a.my-button,
a.my-button:visited
{
	color:#ffffff;
}

.collapse
{
	padding:5px;
}

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

@media (max-width: 1024px) {

.navbar-default .navbar-nav > li > a 
{

  padding-left:10px;
  padding-right:10px;
}
}

@media (max-width: 990px) {

body
{
background:none;
}

section#before-footer
{
text-align:center;
}

#login-box
{
text-align:center;
}


#box1
{
height:230px;
}

#box1-left
{
float:none;
}

#box1-right
{
float:none;
background:url(../images/date-bg.png) no-repeat top center;
min-height:50px;
} 



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


.dropdown-toggle .fa
{
font-family: 'FontAwesome';
content: '\f067';
display:inlie-block;
line-height:25px;
position:absolute;
right:10px;
}


   .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);
		z-index:10;
    }
    .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;
	}
    .navbar-collapse.in {
        overflow-y: auto !important;
    }
	.navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #885233;
        border: 0;
        box-shadow: none;
		
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
		
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#ffffff;
		background-color:#0b9ed0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, 
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: #717171;
    }




#box1 img
{
  width: 100%;
}




}


@media (max-width:767px) 

{
#box1
{
height:190px;
}


#box1-right
{
float:none;
background:url(../images/date-bg.png) no-repeat top center;
min-height:30px;
}

#organiser-logo img
{
width:100%;
}

.speaker-photo
{
	height:320px;
}


}



@media (max-width:480px)
{

.speaker-photo
{
	height:250px;
}


#box1
{
height:120px;
}



#box1-right
{
float:none;
background:url(../images/date-bg.png) no-repeat top center;
background-size:100%;
min-height:30px;
} 

#login-box a
{
font-size:85%;
padding-left:5px; 
padding-right:5px;

}

.grid figure 
{
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
}

}
