﻿/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */

img#logo_img {
	margin-bottom: 20px;
	margin-top:5px;
	min-width: 162px;
	max-width:162px;
	
	/*display: block; */
}

img#logo-img-mobile {
	max-width:162px;	
}


/*slide show text rotator*/
.tp-caption.large_slidertext .typed-cursor {
  color: #3c3c3c;
}

.large_slidertext {

    font-size: 42px;
    font-family: "Raleway", sans-serif;
    color: #3c3c3c;
    line-height: 1.2;
}

.large_slidertextbold {

    font-size: 42px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}


.medium_slidertext {
    font-size: 32px;
    color: #000;
    font-weight: 400;
	line-height: 1em;
}

div.footer-content h2 {
	color: #24a828 !important;
}

div.footer .separator-2::after {
	background: #4c4c4c !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
}

h5 {
	color: #c76a45;
	margin-top:35px !important;
	
}

.page-title {
  color: #c66a44;
}

div.breadcrumb-container {
	/* background-image: url('../simages/header-strip.jpg'); */
	background-color: #ebe4d8 !important;
	/* border-bottom:8px solid #fff7f1; */
	border-bottom: 1px solid #d8c9b2 !important;
	}
	
div.headbanner {
	min-height: 250px;
	border-bottom: 1px solid #dadada;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

a.btn-sidebar {
	width:300px;
	text-align:left;
	margin-bottom:0px;
}

ul.stdul {
	margin-left: 0 !important;
	padding-left: 15px !important;
}

ul.stdul li {
	padding-top:15px;
}

.btn-resize {
  padding: 15px 50px;
  font-size: 30px;
  line-height: 1.4666666667;
  border-radius: 6px;
  margin: 10px 0px 0px 0px;
  margin-right: 20px !important;
}

@media (max-width: 1024px) {
.btn-resize {
  padding: 10px 10px;
  font-size: 20px;
  line-height: 1.4666666667;
  border-radius: 6px;
  margin: 10px 0px 0px 0;
}
}

@media (max-width: 576px) {
.btn-resize {
  padding: 10px 10px;
  font-size: 15px;
  line-height: 1.4666666667;
  border-radius: 5px;
  margin: 10px 50px 0px 0;
  margin-right: 50px !important;
}
}

/* Conference Page */

table.conf th {
	background-color: #c76a45;
	color: #fff;
	font-weight: normal;
}

table.conf td {
	background-color: #fff;
}

table.conf td.confleft {
	width: 130px;
	background-color: #ebe4d8;
	font-size: 15px;
}

table.conf td.confleftclear {
	background-color: #fff;
	font-size: 15px;
}

table.conf td.confright {
	background-color: #f2efe9;
	}

table.conf tr {
	border-bottom: 2px solid #fff;
}

table.conf tr.noborder {
	border-bottom: none;
}