/*
 * Globals
 */


#msg {display:none; position:absolute; z-index:200; margin-left:7px}

#msgcontent {display:block; padding:5px; min-width:200px; font-weight:400; color:#fff; background-color:#4c4c4c; font-size:15px}
#msgcontent:before {
	font-family: 'FontAwesome';
	font-size: 15px;
	color:#fff;
	content: '\f06a';
	float: left;
	margin-right: 8px;
	vertical-align:-2px;
}


.margins {
	padding:0 20px 20px 20px;
}


@media (min-width: 480px) {
.margins {
	padding:0 60px 20px 60px;
}
}



.back-to-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    text-decoration: none;
    color: #666;
	opacity: 0.3;
    font-size: 50px;
    padding: 20px 20px 0 0;
    display: none;
}

.back-to-top:hover {    
    
}

.bulpoint {
	line-height:1.0em;
	margin-bottom:9px;
	padding:0;
	color:#4c4c4c;
	font-size:18px;
	font-weight: 300;
}



.glyphicons {
	vertical-align: middle;
    margin-top: -8px;
	padding-right:0px;
	margin-right:0;
}

.rotate {
/* Safari */
-webkit-transform: rotate(-45deg);
/* Firefox */
-moz-transform: rotate(-45deg);
/* IE */
-ms-transform: rotate(-45deg);
/* Opera */
-o-transform: rotate(-45deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);
}

.glyph-stack {
    position: relative;
}
.glyph-stack .glyphicons {
    position: absolute; 
}


.curse {
	cursor:pointer;cursor:hand;
}



/*button blue*/
.btn-default.btn4 {
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font-size: 22px;
	margin: 0;
	border-radius: 0;
	border:0px;
	color: #000000 !important;
	background: none;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	font-weight:4700;
}
.btn-default.btn4:after {
	font-family: 'FontAwesome';
	font-size: 22px;
	content: '\f01d';
	float: right;
	margin-left: 4px;
}
.btn-default.btn4:hover {
	color: #dedede;
	background: none;
	text-decoration: none;
}


/*button white*/
.white.btn-default.btn5 {
	text-decoration: none;
	display: inline-block;
	padding: 2px;
	font-size: 14px;
	margin: 0;
	border-radius: 0;
	color: #fff;
	background: none;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	border:0;
}
.white.btn-default.btn5:after {
	font-family: 'FontAwesome';
	font-size: 14px;
	content: '\f055';
	float: right;
	margin-left: 4px;
	border:0;
}
.white.btn-default.btn5:hover {
	color: #888;
	background: none;
	text-decoration: none;
}


/*button white*/
.white.btn-default.btn6 {
	text-decoration: none;
	display: inline-block;
	padding: 2px;
	font-size: 18px;
	margin: 0;
	border-radius: 0;
	color: #fff;
	background: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	border:0;
}
.white.btn-default.btn6:after {
	font-family: 'FontAwesome';
	font-size: 18px;
	content: '\f055';
	float: right;
	margin-left: 6px;
	margin-top:2px;
	border:0;
}
.white.btn-default.btn6:hover {
	color: #888;
	background: none;
	text-decoration: none;
}


a,
a:focus,
a:hover {
  color: #5d78b6;
}

.link {
  color: #5d78b6;
  font-weight:500;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #000000;
  border: 0px solid #fff;
  font-size:14px;
}

@media (min-width: 480px) {
.btn-default,
.btn-default:hover,
.btn-default:focus {
  font-size:18px;
}
}


/* Custom default button */
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #4c4c4c;
  border: 0px solid #fff;
}




/*button for home page boxes*/
.btn-default.btn1 {
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font-size: 14px;
	margin: 0;
	border-radius: 0;
	color: #4c4c4c;
	background: none;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	border:none;
	font-weight:700;
}
.btn-default.btn1:after {
	font-family: 'FontAwesome';
	font-size: 14px;
	content: '\f0a9';
	float: right;
	margin-left: 4px;
}
.btn-default.btn1:hover {
	color: #888;
	background: none;
	text-decoration: none;
}


/*
 * Base structure
 */

html,
body {
  color:#4c4c4c;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}


.introbox {
	padding:0 10px 20px 10px;
}
@media (min-width: 768px) {
.introbox {
	padding:0 120px 20px 120px;
}
}

.row {
	margin-left:0; margin-right:0; padding:0;
}

.container{
	padding:0;
}

h1 {
	margin-bottom: 15px; font-weight:400; font-size: 24px;
}
@media (min-width: 768px) {
h1 {
	font-size: 24px;
}
}
@media (min-width: 992px) {
h1 {
	font-size: 26px;
}
}
@media (min-width: 1200px) {
h1 {
	font-size: 34px;
}	
}


h2 {
	margin-bottom: 15px; font-weight:300; font-size: 22px;
}
@media (min-width: 768px) {
h2 {
	font-size: 22px;
}
}
@media (min-width: 992px) {
h2 {
	font-size: 24px;
}
}
@media (min-width: 1200px) {
h2 {
	font-size: 28px;
}	
}



h3 {
	margin-bottom: 15px; font-weight:300; font-size: 20px;
}
@media (min-width: 768px) {
h3 {
	font-size: 20px;
}
}
@media (min-width: 992px) {
h3 {
	font-size: 22px;
}
}
@media (min-width: 1200px) {
h3 {
	font-size: 24px;
}	
}


h4 {
	margin-bottom: 5px; font-weight:300; font-size: 16px; margin-top:18px;
}
@media (min-width: 768px) {
h4 {
	font-size: 16px;
}
}
@media (min-width: 992px) {
h4 {
	font-size: 18px;
}
}
@media (min-width: 1200px) {
h4 {
	font-size: 20px;
}	
}


p, ul {
	line-height:1.4em; font-size:17px;font-style: normal;font-weight: 400;-webkit-margin-after: 1.2em;
}


.curse {
	cursor:pointer;cursor:hand;
}

/*.red {
	color:#000000;
}*/





.alignasset2 {
	text-align:left;
	padding:0px 20px 0 20px;
}


.speaker {
	line-height:1.0em; font-size:15px;font-style: normal;font-weight: 400; margin-top:6px; text-align:center;
}

.speakername {
	line-height:1.0em; font-size:16px;font-style: normal;font-weight: 400; margin-top:6px; text-align:center;
}

.speakertitle {
	line-height:1.0em; font-size:18px;font-style: normal;font-weight: 200; margin-top:0px; font-style:italic; margin-bottom:10px
}

.speakercompany {
	font-size:14px; font-weight:300; padding-bottom:2px; padding-top:0px; margin-bottom:2px; text-align:center
}



.twoboxwht {
	background-color:#fff; padding-top:50px;padding-bottom:30px
}
.twoboxsilver {
	background-color:#ededed; padding-top:50px;padding-bottom:30px
}



.btn-1 {
background-color: #5d78b6;
color:#fff;
font-size:13px;
border-radius:0;
border:0px solid #000;
-o-transition:color .1s ease-out, all .5s ease-in;
-ms-transition:color .1s ease-out, all .5s ease-in;
-moz-transition:color .1s ease-out, all .5s ease-in;
-webkit-transition:color .1s ease-out, all .5s ease-in;
/* ...and now override with proper CSS property */
transition:color .1s ease-out, all .5s ease-in;	
margin:0 ;
padding-right: 10px;
}

.btn-1:hover {
/*background-color: #ededed;
border:1px solid #fdba30;*/
background-color: #666;
border:0px solid #666;
box-shadow: 0 1px 0 0 rgba(24, 24, 25, 0.1);
outline:none;
color:#fff;
}

@media (min-width: 768px) {
.btn-1 {
	font-size: 14px;
	margin:0 0px;
	padding:15px 30px; 
}
}






/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-0px);
  transform: translateY(-0px);
  outline:none;
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 0.7;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  outline:none;
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}