/*
Custom Styles. Bootstrap Styles are default'
*/
/*Typography*/
@font-face {
    font-family: 'CalligraphyFLF';
    src: url('../include/CalligraphyFLF.ttf') format('truetype');
}
@font-face {
	font-family:"Dirt2";
	src:url("/fonts/dirt2 soulstalker.otf");
}
@font-face {
	font-family:"MetalMacabre";
	src:url("/fonts/MetalMacabre.ttf");
}
@font-face {
	font-family:"Harrington";
	/*src:url("/fonts/MetalMacabre.ttf");*/
}
@font-face {
	font-family:"RemachineScript";
	src:url("/fonts/RemachineScript_Personal_Use.ttf");
}
@font-face {
	font-family:"28DaysLater";
	src:url("/fonts/28DaysLater.ttf");
}
@font-face {
	font-family:"kalam";
	src:url("/fonts/kalam-bold.ttf");
}
@font-face {
	font-family:"CalligraphyFLF";
	src:url("/fonts/CalligraphyFLF.ttf");
}
.28dayslater {
	font-family: '28DaysLater';
}
@media(max-width:1600px) {
	.carousel-caption h1 {
		font-size: 40px;
		line-height: 50px;
		padding: 40px 0;
	}
}
@media(max-width:1310px) {
	.carousel-caption {
		font-size: 14px;
		top: 55%;
	}
	.carousel-caption h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.slider .btn {
		margin: 0 10px;
	}
	.carousel-caption p {
		margin: 30px 0;
	}
	.navbar-default .navbar-nav>li {
		margin-left: 0px;
	}
}
@media(max-width:990px) {
    .main__middle__container h3.heading.white {
    	background: none;
    	overflow-x:auto;
    }
	.icon-item {
		text-align: center;
	}
	.carousel-caption {
		font-size: 13px;
		top: 50%;
		margin-top: -110px;
		left: 15%;
		right: 15%;
	}
	.carousel-caption h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 0px;
		padding: 5px 0;
		background: none;
	}
	.carousel-caption p {
		margin: 10px 0;
	}
	.boxess .carousel-caption h1 {
		font-size: 20px;
		line-height: 20px;
	}
	.carousel-control .carousel-control-left {
		left: 5px;
	}
	.carousel-control .carousel-control-right {
		right: 5px;
	}
	.carousel-control {
		width: auto;
	}
	.boxess .carousel-control {
		width: auto;
		top: 50%;
		margin-top: -27px;
	}
	.boxess .carousel-caption {
    	top: 50%;
    	margin-top: -80px;
    }
    .navbar-default .navbar-nav>li {
    	margin-left: -5px;
    }
    .navbar-default .navbar-nav>li>a {
    	font-size: 10px;
    }
}
@media only screen and (max-width: 767px) {
	.homepage {
		/*margin-top: 60%;*/
	}
	.navbar-toggle {
		top: 25px;
	}
	.three-blocks p {
		padding: 20px 0 10px 0;
		margin-bottom: 0px;
	}
	.navbar-collapse {
		height: 0px;
		border-top: none;
		overflow: hidden;
	}
	.navbar-collapse.navbar-left {
		margin-top: 110px;
		margin-bottom: -20px;
	}
	.navbar-collapse.in {
		display: block !important;
	}
	.navbar-default .navbar-nav {
		padding: 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li {
		display: block;
		width: 100%;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #333;
		display: block;
		width: 100%;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: #222;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:focus:hover {
		color: #333;
		background-color: transparent;
	}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 15px;
	}
	.navbar-default .navbar-nav>li {
		display: block;
		padding: 10px 0;
		text-align: center;
		margin-left: 0px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle {
		border-color: #333;
		top: 20px;
		right: 5px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #333;
	}
	.navbar-default .navbar-toggle:hover .icon-bar {
		background-color: #1ba39c;
	}
	.navbar-default .navbar-nav>li a {
		padding: 5px 0;
	}
	.three-blocks {
		background-size: 100% 100%;
	}
	h1.page_title {
		padding: 10px 30px;
		line-height: normal;
		font-size: 24px;
	}
	h2.page__title {
		font-size: 24px;
		line-height: normal;
	}
	h1 {
		font-size: 24px;
		line-height: normal;
	}
	.carousel-control span {
		margin-top: 0px;
		top: 20%;
	}
	.boxess .carousel-control .carousel-control-right {
		top: 8%;
	}
	.boxess .carousel-control .carousel-control-left {
		top: 8%;
	}
	.carousel-caption {
		display: none;
	}
	.slider {
		position: absolute;
	}
	.boxess {
		position: relative;
	}
    .recent-posts .col-md-9 .text {
    	margin-left: 0px;
    }
    .recent-posts .col-md-9 .text h3 {
    	margin-top: 15px;
    	margin-bottom: 5px;
    }
    .recent-posts .col-md-9 .text, .recent-posts .col-md-9 img {
    	float: left;
    	width: 99%;
    }
    header.with-boxed {
    	height: auto;
    }
}
@media(max-width:767px) {
    .navbar-collapse {
    	height: 0px;
    	border-top: none;
    	overflow: hidden;
    }
    .navbar-collapse.navbar-left {
    	margin-top: 110px;
    	margin-bottom: -20px;
    }
    .navbar-collapse.in {
    	display: block !important;
    }
    .navbar-default .navbar-nav {
    	padding: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li {
    	display: block;
    	width: 100%;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    	color: #fff;
    	display: block;
    	width: 100%;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    	color: #fff;
    	background-color: #222;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:focus:hover {
    	color: #fff;
    	background-color: transparent;
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    	padding: 5px 15px 5px 15px;
    }
    .navbar-default .navbar-nav>li {
    	display: block;
    	padding: 10px 0;
    	text-align: center;
    	margin-left: 0px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    	background-color: #333;
    	border-color: #f4d03f;
    }
    .navbar-default .navbar-toggle {
    	border-color: #fff;
    	top: 10px;
    	right: 5px;
    }
    .navbar-default .navbar-toggle .icon-bar {
    	background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover .icon-bar {
    	background-color: #f4d03f;
    }
    .navbar-default .navbar-nav>li a {
    	padding: 5px 0;
    }
    .three-blocks {
    	background-size: 100% 100%;
    }
}
@media(max-width:600px) {
	.slider .btn {
		display: none;
	}
}
@media(max-width:440px) {
	.carousel-caption {
		display: none;
	}
}

html {
	font-family:sans-serif; 
	-webkit-text-size-adjust:100%; 
	-ms-text-size-adjust:100% 
}
body {
	font-family: "Open Sans", Calibri, sans-serif;
	/* color: #a6a8a8; */
	font-size: 14px;
	overflow-x: hidden !important;
	margin:0 
}
.buttons_info{
	width: 60%;
	border-radius: 10px;
    height: 40px;
	font-size: 20px;
}
.info_ul{
	list-style: disc;
}
.info_ui{
	display: list-item;
}
.width80{
	width: 80%;
    margin: auto;
}
.profile_badge_image {
    width: 100px;
}
.profile_badge_wrapper_inner {
	width: 150px;
    float: left;
}
.slideshow_row_first {
    /* position: absolute; */
    max-width: 180px;
    width: 180px;
    height: 200px;
    float: left;
}
.slideshow_row_items {
    position: relative;
    height: 200px;
    margin-left: 175px;
}
.navig-photo-stack a.prev {
    z-index: 99999;
    background: url(../images/flick/arrow-l.png) no-repeat 0 0;
    float: left;
}
.navig-photo-stack a.next {
    z-index: 99999;
    background: url(../images/flick/arrow-r.png) no-repeat right 0;
    float: right;
    right: 15px;
}
.navig-photo-stack a.next {
    -o-transition: margin-right 0.3s;
    -moz-transition: margin-right 0.3s;
    -webkit-transition: margin-right 0.3s;
    transition: margin-right 0.3s;
}
.navig-photo-stack a.next, .navig-photo-stack a.prev {
    width: 25px;
    height: 41px;
    top: 80px;
    cursor: pointer;
    outline: none;
    position: absolute;
}
.navig-photo-stack a.next, .navig-photo-stack a.prev {
    width: 25px;
    height: 41px;
    top: 80px;
    cursor: pointer;
    outline: none;
    position: absolute;
}
#slide {
    margin: 0 auto 0;
    /* position: relative; */
    width: 100%;
    height: 200px;
    z-index: 95;
    overflow: hidden;
}
.ps-slider {
    height: 200px;
    margin: 0 0 0 0;
}
#ps-albums {
    overflow: hidden;
}
.ps-slider .ps-album {
    width: 150px;
    height: 91%;
    padding: 5px;
    background: #d6d6d6;
    position: absolute;
    margin: 0 0px 0 20px;
    top: 3px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 1px #242222;
    box-shadow: 0px 0px 5px 1px #242222;
}
.ps-slider .ps-album img {
    height: auto;
    width: 100%;
    max-height: 180px;
}
a img {
    border: 0;
}
.ps-slider .ps-album .ps-desc {
    display: block;
    color: #fff;
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: 10px;
    line-height: 20px;
    overflow: hidden;
}
.ps-slider .ps-album {
    width: 150px;
    height: 91%;
    padding: 5px;
    background: #d6d6d6;
    position: absolute;
    margin: 0 0px 0 20px;
    top: 3px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 1px #242222;
    box-shadow: 0px 0px 5px 1px #242222;
}
.ps-head {
    /* background-color: rgba(0, 0, 0, 0.70); */
    background-image: url(../images/GoDavis-Button-Blue.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 0px 0px 0px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #fff;
}
.ps-slider .ps-album .ps-desc {
    display: block;
    color: #fff;
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: 10px;
    line-height: 20px;
    overflow: hidden;
}
.ps-slider .ps-album {
    width: 150px;
    height: 91%;
    padding: 5px;
    background: #d6d6d6;
    position: absolute;
    margin: 0 0px 0 20px;
    top: 3px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 1px #242222;
    box-shadow: 0px 0px 5px 1px #242222;
}
.event_details_top {
	border: solid;
    border-radius: 20px;
    padding: 20px;
	min-height: 240px;
	margin-bottom: 20px;
	/* height: 200px; */
	background-color: black;
	color: white;
	border-color: gray;
	display: flex;
}
.event_details_logo {
    width: 20%;
    float: left;
    height: 100%;
    max-width: 200px;
    min-width: 100px;
    min-height: 150px;
}
.event_details_logo_photo {
    width: 100%;
	max-height: 100%;
    /* border: solid; 
    border-width: 2px;
    border-color: black; */	
    /* border-radius: 50%; */
}
.event_details_photo{
	width:200px;
	max-height:200px;
	margin:10px;
}
.event_details_name_box{
	float: left;
    width: 60%;
    padding-top: 10px;
    position: relative;
    height: 100%;
	margin-bottom:20px;
	margin-bottom: 20px;
    padding-left: 20px;
	padding-right: 20px;
	color: white;
}
.event_details_name{
    /* float: left; */
    font-size: 40px;
	width: 100%;
	color: #777;
	font-family: "kalam";
}
.event_details_top_right{
	border: solid;
    width: 200px;
    float: right;
    top: 0px;
    border-radius: 25px;
    padding: 10px;
    text-align: right;
    height: 100%;
	color: white;
	border-color: gray;
	min-width: 110px;
}
.event_details_time{
	padding-bottom: 10px;
}
.class_details_time{
	width: fit-content;
}
}
.class_details_start_time{
	float:left;
}
.class_details_end_time{
	float:left;
	float:left;
}
.www_bt{
	width: 50px;
    border-radius: 50%;
    background-color: lightgray;
}
.www_bt:hover{
	background-color: lightgreen; 
}
.going_bt{
	width: 50px;
    border-radius: 50%;
}
.event_going_bt{
	width: 100%;
	max-width: 130px;
}
.event_new_time{
	width: 100%;
}
.event_details_new_time_slot{
	max-width: 130px;
	float:right;
}
.session_delete_time{
	max-width: 130px;
    float: left;
    margin: 10px;
}
.event_details_desc_url_bt{
	border-radius: 15px;
    height: 30px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.event_details_desc_short{
	float: left;
	padding-top: 10px;
	width: 100%;
}
.event_details_desc_long{
	float: left;
    top: 20px;
    position: relative;
	width: 100%;
	color: white;
}
.event_details_main_desc{
	border: solid;
    border-radius: 20px;
    padding: 20px;
	margin-bottom: 20px;
    min-height: 300px;
	width: 100%;
	display: inline-block;
	background-color: black;
	color: white;
	border-color: gray;
}
.event_details_main_info{
	border: solid;
    border-radius: 20px;
    padding: 20px;
	margin-bottom: 20px;
    min-height: 300px;
	width: 100%;
	background-color: black;
	color: white;
	border-color: gray;
}
.event_details_main_photos{
	border: solid;
    border-radius: 20px;
    padding: 20px;
	margin-bottom: 20px;
    min-height: 300px;
	width: 100%;
	background-color: black;
	color: white;
	border-color: gray;
}
.event_details_main_presenters{
	border: solid;
    border-radius: 20px;
    padding: 20px;
	margin-bottom: 20px;
    min-height: 300px;
	width: 100%;
	background-color: black;
	color: white;
	border-color: gray;
	display: flow-root;
}
.event_details_main_tags{
	border: solid;
    border-radius: 20px;
    padding: 20px;
	margin-bottom: 20px;
    min-height: 300px;
	width: 100%;
	background-color: black;
	color: white;
	border-color: gray;
}
.event_details_main_schedule{
	border: solid;
    border-radius: 20px;
    padding: 20px;
	margin-bottom: 20px;
    min-height: 300px;
	width: 100%;
	background-color: black;
	color:white;
	border-color: gray;
}
.event_details_main_schedule_header{
	width: fit-content;
	float: left;
}
.event_details_desc_short{
    width: 100%;
    min-height: 110px;
    max-height: 300px;
    overflow: hidden;
}
.edit_event_details_desc_long{
	width: 100%;
    height: 100px;
}
.event_edit_name{
	width:100%;
}
.edit_event_details_info{
	width: 100%;
    height: 100px;
}
.edit_event_details_presenters{
	width: 100%;
    height: 100px;
}
.event_details_start_date{
	width: fit-content;
}
.event_details_end_date{
	width: fit-content;
}
.event_edit_start_date{
	width:100%;
}
.event_edit_end_date{
	width:100%;
}
.pic_uploader{
	padding: 0px;
	min-height: 350px;
	width: 100%;
	height: 100%;
}
a {
	/* color: #f4d03f; */
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
a:hover {
	color: #f4d03f;
	text-decoration: underline;
}
input, button {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

outline:0 {
	outline:0
}
hr {
	border-color: #e5e5e5;
	margin: 10px 0 10px 0;
}
.width40{
	width:40%;
}
.seper {
	border-top: 3px solid #EE1F30;
	width: 80px;
	height: 1px;
	text-align: center;
	display: block;
	margin: 15px auto;
}
h2.page__title span {
	background: none;
}
.whole__seper {
	background: url('../images/sep_both.png') repeat-x;
	height: 42px;
	width: 100%;
	position: relative;
	z-index: 200;
	margin-top: -5px;
}
h3 {
	font-size: 27px;
	font-weight: 300;
	color:black;
	/* color: #262626; */
	font-family: 'kalam';
}
h3 small {
	font-size: 14px;
}
h3 a {
	color: #333;
	font-weight: 400;
	line-height:105%;
}
h3 a:hover {
	text-decoration: none;
	color: #f4d03f;
}
.typo {
	margin-top: 80px;
}
h4 {
	font-size: 22px;
	color: #333;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
h4 a {
	color: #333;
	font-weight: 400;
}
h4 a:hover {
	text-decoration: none;
	color: #f4d03f;
}
h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #33313a;
}
h2.with__margin {
	margin-top: 70px;
	margin-bottom: 0px;
}
h2.with__margin2 {
	margin: 50px 0;
}
p.small-paragraph {
	font-size: 14px;
	color: black;/* #a5a5a5; */
	font-family: Calibri, Arial sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
p.smaller {
	font-size: 16px;
	color: #bababa;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
}
.relative_btn {
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: -35px;
}
.headings {
	background: #f4d03f;
	color: #2c2c2c;
	font-family: Calibri, Arial sans-serif;
	font-size: 18px;
}
.headings h1 {
	color: #2c2c2c;
}
.headings p.small-paragraph {
	margin: 15px 0 35px 0;
	color: #d4d4d4;
}
.headings p {
	font-size: 18px;
	text-transform: none;
	font-weight: 300;
	margin: 35px 0;
}
.row.title__block {
	padding: 40px 0;
}
#feedback {
	color: #1c6107;
}
#feedback ul {
	padding-left: 0;
}
#feedback ul li {
	list-style: none;
}
/* Forms */
.form-control, .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus {
	border-color: #ffdd3c;
}
/*Buttons*/
.btn-primary {
	font-size: 14px;
	width: 142px;
	height: 42px;
	line-height: 42px;
	padding: 0;
	text-transform: uppercase;
	border-width: 1px;
	color: #fff;
    font-family: Calibri, Arial, sans-serif;
	font-weight: 500;
	border-color: #333333;
	background: #333333;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #1ba39c;
	border-color: #1ba39c;
	color: #fff;
}
.btn-info {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-color: #333;
	background-color: white;
	font-family: Calibri, Arial, sans-serif;
	text-transform: lowercase;
	min-width: 140px;
	height: 40px;
	line-height: 40px;
	border-width: 1px;
	padding: 0;
	padding-left: 10px;
    padding-right: 10px
}
.btn-info2 {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	border-color: #fff;
	background: #fff;
	font-family: Calibri, Arial, sans-serif;
	text-transform: uppercase;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-width: 1px;
	padding: 0;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
	background-color: #333;
	border-color: #333;
	color: #fff;
}
.btn-default {
	font-size: 18px;
	text-transform: lowercase;
	font-weight: bold;
	font-family: Calibri, Arial, sans-serif;
	color: #fff;
	border-color: #fff;
	background: none;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background: #f4d03f;
	border-color: #f4d03f;
	color: #333;
}
button.btn-primary:focus, .btn-default:focus, .btn-info:focus {
	outline: none;
}
.btn-lg {
	width: 180px;
	height: 57px;
	text-transform: uppercase;
	line-height: 57px;
	padding: 0;
}
.btn-md {
	font-size: 14px;
	min-width: 140px;
	height: 40px;
	font-weight: 500;
	line-height: 40px;
	padding: 0;
	margin-top: -5px;
}
footer .btn-md, .recent-posts .btn-md {
	margin-top: 0px;
}
/*Header*/
header {
	background: #510e8c;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	width: 100%;
	position: fixed;
	z-index: 112;
	top: 0;
	/*height: 140px; jamwhi*/
}
header.normal {
	position: relative;
}
.navbar-header {
}
.navbar-title{
	top: 20px;
	margin: 10px auto;
	line-height: 50px;
	padding-left: 120px;
	font-family: '28DaysLater';
}
.navbar-logo{
    float:left;
}
.navbar-toggle {
	margin-right: 0;
	position: absolute;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	font-size: 30px;
	color: #f4d03f;
	font-family: kalam;
	/* font-family: Calibry, Arial, sans-serif; */
	width: 100%;
	font-weight: 300;
	/* text-transform: lowercase; */
	padding: 5px 0 15px 0;
}
.navbar-default .navbar-brand a {
	color: white;
	text-decoration: none;
}
.navbar-default .navbar-brand a span {
	color: #e74c3c;
}
.navbar-default .navbar-brand span {
	color: #e74c3c;
}
/*Main Navigaion Menu*/
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-default {
	background: none;
	border: none;
	margin-bottom: 0px;
	position: relative;
	z-index: 999;
}
.navbar-default .navbar-nav {
	padding: 0px;
}
.navbar-default .navbar-nav>li {
	padding: 0;
	margin-left: 0px;
}
.navbar-default .navbar-nav>li:after {
	content: '|';
	display: inline-block;
}
.navbar-default .navbar-nav>li:last-child:after {
	content: '';
	display: none;
}
.navbar-default .navbar-nav>li:hover {
}
.navbar-default .navbar-nav>li>a {
	color: #a9a9a9;
	border-top: 2px solid transparent;
/*	border-bottom: 2px solid transparent;*/
    font-size: 11px;
	padding: 25px 20px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.navbar-default .navbar-nav>li.dropdown>a {
	background: none;
}
.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>li.open>a, .navbar-default .navbar-nav>li.active>a:hover {
	background: none;
	border-color: #f4d03f;
	color: #f4d03f;
}
.navbar-default .navbar-nav>li:first-child {
	margin-left: 0px;
}
ul.dropdown-menu {
	left: 0px !important;
	border-radius: 0px;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border: none;
	background: #333;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	top: 85%;
	opacity: 0;
	visibility: hidden;
}
.dropdown:hover .dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
ul.dropdown-menu li {
	border-bottom: 1px solid #555;
}
ul.dropdown-menu li:last-child {
	border-bottom: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
ul.dropdown-menu li:first-child {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
ul.dropdown-menu>li>a {
	color: #fff;
	border-top: none;
	font-size: 11px;
	line-height: 11px;
	padding: 15px 20px;
	text-transform: uppercase;
}
ul.dropdown-menu>li>a:hover {
	color: #222;
	border-top: none;
	background: #f4d03f;
}
/*Carousel*/
.slider {
	position: fixed;
	top: 72px;
	/*height: 100%;*/
	width: 100%;
	z-index: 5;
	background-color:lightblue;
}
.absolute__img {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -49px;
	z-index: 99;
}
.slider .btn {
	margin: 0px 10px 0;
}
.carousel-caption {
	top: 50%;
	margin-top: -250px;
	font-size: 24px;
	color: #fff;
	text-transform: none;
}
.carousel-caption a.btn {
	display: none;
}
.carousel-caption p.blue {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: Calibri, Arial, sans-serif;
	/*background-color: #000; #2a602a; #36d7b7;*/
	padding: 10px 20px;
	display: inline-block;
}
.carousel-caption h1 {
	background: #222;
	padding: 5px 10px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
}
.carousel-caption p {
	text-shadow: 1px 1px 3px #666666;
	font-weight: bold;
	font-size: 18px;
	font-family: Calibri, Arial, sans-serif;
    /*color: #e0e0e0;*/
	text-transform: none;
	margin: 15px 0 5px 0;
}
.carousel-caption p.smally {
	font-size: 18px;
	color: #f4d03f;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Calibry, Arial, sans-serif;
}
.carousel-caption h1 span {
	color: #ffdd3c;
	border: 2px solid #fff;
	padding: 0 4px 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.carousel-control {
	background: none;
	opacity: 1;
	position: absolute;
	top: 0%;
	margin-top: 0px;
	-moz-opacity: 1;
}
.carousel-control span {
	position: absolute;
	top: 50%;
	margin-top: -90px;
}
.carousel-control .carousel-control-left {
	background: url('../images/slider/prev.png') no-repeat;
	width: 57px;
	height: 57px;
	left: 25px;
}
.carousel-control .carousel-control-right {
	background: url('../images/slider/next.png') no-repeat;
	width: 57px;
	height: 57px;
	right: 25px;
}
.carousel-control .carousel-control-left:hover {
	background: url('../images/slider/prev_a.png') no-repeat;
}
.carousel-control .carousel-control-right:hover {
	background: url('../images/slider/next_a.png') no-repeat;
}
.carousel_pronoun{
    color: darkslategray;
    text-transform: none;
    font-size: 14px;
    line-height: 18px;
}
.carousel_pronoun_details{
    color: darkslategray;
    text-transform: none;
    font-size: 14px;
    line-height: 18px;
}
.carousel_img {
	width: 100%;
	height: 100%;
	margin: 40px auto;
	object-fit: contain;
}
.boxess .carousel-control .carousel-control-left {
	top: 50%;
	margin-top: -50px;
}
.boxess .carousel-control .carousel-control-right {
	top: 50%;
	margin-top: -50px;
}
.boxess .carousel-caption {
	top: 110px;
	margin-top: 0;
}
.boxess {
	background-color: #333;
	position: relative;
	padding: 0;
	margin-bottom: 70px;
}
.boxess .carousel-caption h1 {
	font-size: 40px;
	line-height: 40px;
}
/*Titles*/
.row.nice__title {
	background: url('../images/image_1920x1000.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding: 40px 0 60px 0;
	font-size: 18px;
}
.nice__title h2 {
	color: #fff;
	text-transform: none;
	font-weight: 500;
}
.row.nice__title img {
	margin: 35px auto;
}
.row.nice__title p {
	margin-top: 25px;
	font-weight: 300;
	font-family: Calibri, Arial, sans-serif;
	color: #fff;
}
/*Container*/
.main__middle__container .row ul, .main__middle__container .row ol {
	padding-left: 20px;
}
.main__middle__container {
	width: 100%;
	overflow-x:auto;
}
.homepage {
	position: relative;
	/*margin-top: 50%;*/
	z-index: 111;
	background: #fff;
}
.row {
	padding: 45px 0;
	overflow-x: auto;
}
.bg_color_white{
	background-color:white;
}
.inner_div{
	padding-right:15px; 
	padding-left:15px;	
}
.row.color_gray{
	background-color: #C8C9CB;	
}
p.color_gray{
	color:#000;
}
.btn-main{
	font-size: 34px;
	min-width: 240px;
	height: 60px;
	line-height: 40px;
	padding: 0;
	margin-top: -5px;
	border-color: #000;
	border-width: 1px;
    background: #4F0404;
	font-family: '28DaysLater';
	border-radius: 10px;
	color: white;
}
.row.with__sep {
	background: url('../images/lines.png') repeat-x left bottom;
}
/*.container .row:first-child {
    padding:75px 10% 75px 10%;
}*/
p.big-paragraph {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 15px;
	color: #e8bd10;
}
.orange {
	color: #f4d03f;
	font-size: 14px;
	text-transform: none;
	padding: 0 0 10px 0;
}
.black-text {
	color: #1e1e1e;
}
.to_top {
	margin-top: -80px !important;
}
.line__bg {
	width: 100%;
	margin: 0;
	padding: 75px 0 75px 0;
	background-color: lightblue;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.line__bg h2 {
	margin: 0;
	padding: 0;
}
.line__bg p.small-paragraph {
	margin-bottom: 60px;
}
.line__bg .item p {
	color: #darkslategray;
}
.line__bg h3 {
	color: black;
}
.line__bg p {
	color: darkslategray;
}
.testimonials p {
	color: #darkslategray;
	text-transform: none;
	font-size: 14px;
	line-height: 18px;
}
.testimonials p small {
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	font-weight: normal;
}
.testimonials .item p {
	color: #fff;
	text-transform: none;
	font-size: 36px;
}
.testimonials p.small-paragrapher {
	margin-bottom: 40px;
	font-size: 24px;
	color: rgba(255,255,255,0.7);
	font-weight: 300;
	margin-top: 20px;
}
.testimonials img {
	width: 100%;
	height: 100%;
	margin: 40px auto;
	object-fit: contain;
}
img.full-width {
	width: 100%;
}
.line__bg ol.carousel-indicators {
	bottom: -30px;
	padding-left: 0;
}
.line__bg .carousel-indicators li {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border: none;
	margin: 0 3px;
	width: 10px;
	height: 11px;
}
.line__bg .carousel-indicators li.active, .line__bg .carousel-indicators li:hover {
	background: #f1c40f;
	border-color: #f1c40f;
}
/*Icons Blocks*/
.icons__blocks {
	background: url('../images/bg_pattern.png') repeat left center;
	width: 100%;
	margin: 0;
	padding: 80px 0 80px;
}
.icons__blocks h2 {
	color: #fff;
	background: url('../images/lines.png') repeat-x left center;
}
.icons__blocks h3 a {
	color: #fff;
}
.icons__blocks h3 a:hover {
	color: #77beec;
}
.icons__blocks h2 span {
	background: url('../images/bg_pattern.png') repeat left center;
	padding: 0 40px;
}
.icons__blocks p.small-paragraph {
	position: relative;
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 40px;
	color: #5c5c5c;
	font-weight: 800;
}
.icons__blocks p {
	margin-top: 20px;
}
.icons__blocks img.img-rounded {
	width: 100%;
}
.separator {
	background: url('../images/lines.png') repeat-x left 30px;
}
.separator.sub {
	position: relative;
	top: 80px;
	margin-bottom: 20px;
}
/* pupple-info-block */
.pupple-info-block {
	width: 100%;
	margin: 0;
	z-index: 9;
	padding: 45px 0 85px 0;
	/* background: url('../images/pattern_black.png') repeat;
	color: #999; */
	background-color: #B594E5;
}
/* grey-info-block */
.grey-info-block {
	width: 100%;
	margin: 0;
	z-index: 9;
	padding: 45px 0 85px 0;
	background: url('../images/pattern_black.png') repeat;
	color: #999;
}
.grey-info-block h2 {
	margin: 45px 0 0 0;
	padding: 0;
}
.grey-info-block h2 span {
	background: url('../images/pattern_black.png') repeat;
}
.grey-info-block>.container {
	position: relative;
}
.grey-info-block h3 {
	padding-bottom: 0px;
	color: #eee;
}
.grey-info-block h3 a {
	color: #fff;
}
.grey-info-block h3 a:hover {
	color: #f4d03f;
}
.grey-info-block .col-md-6 img {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	height: auto;
}
.grey-info-block p.small-paragraph {
	padding: 20px 0 65px 0;
	color: gray;
}
.grey-info-block .col-md-6 p.small-paragraph {
	padding-bottom: 10px;
}
.grey-info-block img {
	margin-bottom: 20px;
}
.grey-info-block .btn {
	margin-top: 10px;
}
/*Three Blocks*/
.three__blocks {
	padding-top: 70px !important;
	background: #f6f6f6;
	background-size: auto 100%;
	position: relative;
	z-index: 99;
}
.three__blocks h2 {
	margin: 0;
	padding: 0;
}
.three__blocks.bottomer {
	background-position: left bottom;
	background-size: auto auto;
}
.three__blocks .container h3 {
	color: #222;
	margin-top: 60px;
}
.three__blocks .container h3 span {
	font-size: 14px;
    color: #999;
	font-weight: 300;
	font-family: Calibri, Arial, sans-serif;
	text-transform: uppercase;
	display: block;
}
.three__blocks .col-md-4 img {
	width: 100%;
	height: auto;
}
.three__blocks .col-md-4 .seper {
	margin: 10px auto;
}
.three__blocks .col-md-4 h3 {
	background: url('../images/icons/ico1.png') no-repeat center top;
	padding-top: 80px;
	line-height: 36px;
	padding-bottom: 0px;
	display: block;
}
.three__blocks .col-md-4.middle h3 {
	background: url('../images/icons/ico2.png') no-repeat center top;
}
.three__blocks .col-md-4:last-child h3 {
	background: url('../images/icons/ico3.png') no-repeat center top;
}
.three__blocks .col-md-4 h3:hover {
	background: url('../images/icons/ico1_a.png') no-repeat center top;
	padding-top: 80px;
	line-height: 36px;
	padding-bottom: 0px;
	display: block;
}
.three__blocks .col-md-4.middle h3:hover {
	background: url('../images/icons/ico2_a.png') no-repeat center top;
}
.three__blocks .col-md-4:last-child h3:hover {
	background: url('../images/icons/ico3_a.png') no-repeat center top;
}
.three-blocks {
	background: url('../images/line_bg.jpg') no-repeat center top;
	background-size: 100% 100%;
}
.three-blocks .container .row:first-child {
	padding: 55px 10%;
}
.three-blocks h2 {
	color: #fff;
	text-transform: none;
	padding: 0;
}
.three-blocks p {
	padding: 15px 0 0 0;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
}
.three__blocks p.smaller {
	margin-top: -10px;
	margin-bottom: 20px;
}
.three__blocks p.smaller small {
	font-size: 14px;
	color: #a5a5a5;
}
.three__blocks img {
	margin: 0 auto 20px auto;
}
.three__blocks p:last-child {
	margin-top: 30px;
}
/* Recent Posts */
.recent-posts h2 {
	margin: 45px 0 0 0;
	padding: 0;
}
.recent-posts>.container {
	position: relative;
}
.recent-posts p.small-paragraph {
	padding: 20px 0 35px 0;
}
.recent-posts .sep img {
	background: url('../images/bg_pattern.jpg') repeat;
}
.recent-posts .col-md-9, .recent-posts .col-md-3 {
	margin-top: 40px;
}
.recent-posts .col-md-9 .text {
	float: left;
	width: 55%;
	margin-left: 2%;
}
.recent-posts .col-md-9 .text h3 {
	margin-top: -1px;
	margin-bottom: 15px;
	line-height: 36px;
}
.recent-posts .col-md-9 .text p {
	padding: 5px 0;
}
.recent-posts .col-md-9 .text p.small-paragraph {
	margin-bottom: 15px;
	padding: 0;
}
.recent-posts .col-md-9 img {
	width: 43%;
}
.recent-posts .col-md-9 article {
	margin-bottom: 50px;
}
.icon-item {
	border-bottom: 1px solid #e7e9ea;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.icon-item h4 a {
	background: url('../images/icons/pencil.png') no-repeat left 3px;
	padding-left: 20px;
	display: block;
}
.icon-item h4 a:hover {
	background: url('../images/icons/pencil_a.png') no-repeat left 3px;
}
.icon-item:last-child {
	border-bottom: none;
}
.recent-posts .col-md-3 .icon-item h4 {
	padding: 5px 0 10px 0;
}
.recent-posts .col-md-3 .icon-item img {
	max-width: 100%;
}
.recent-posts .col-md-3 .icon-item p {
	padding: 0px;
	margin: 0;
}
/*Social Icons*/
.icon-item .btn {
	width: 100%;
}.socialicon {
	position: relative;
	display: inline-block;
	width: 32px;
	margin-right: 5px;
	height: 32px;
}
.socialicon-twitter {
	background: url('../images/social/twitter.png') no-repeat;
}
.socialicon-facebook {
	background: url('../images/social/facebook.png') no-repeat;
}
.socialicon-google {
	background: url('../images/social/google.png') no-repeat;
}
.socialicon-mail {
	background: url('../images/social/mail.png') no-repeat;
}
.socialicon-instagram {
	background: url('../images/social/instagram.png') no-repeat;
}
.socialicon-twitter:hover {
	background: url('../images/social/twitter_a.png') no-repeat;
}
.socialicon-facebook:hover {
	background: url('../images/social/facebook_a.png') no-repeat;
}
.socialicon-google:hover {
	background: url('../images/social/google_a.png') no-repeat;
}
.socialicon-mail:hover {
	background: url('../images/social/mail_a.png') no-repeat;
}
.socialicon-instagram:hover {
	background: url('../images/social/instagram_a.png') no-repeat;
}
/* Contact Form */
.contact-form {
}
.contact-form .col-md-6 {
	padding: 0 20px 0 0;
}
.contact-form .col-md-6:nth-child(2) {
	padding: 0 0px 0 0;
}
/* Aside */
aside h3 {
	line-height: 11px;
	margin-bottom: 40px;
}
aside img {
	width: 100%;
	margin-bottom: 10px;
}
aside ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
aside ul li:last-child {
	border-bottom: none;
}
aside a.btn {
	margin: 20px 0 40px;
}
/* Main Content*/
.main-content h2 {
	line-height: 11px;
	margin-bottom: 40px;
}
/* Footer */
footer {
	background: black;
	position: relative;
	z-index: 111;
	color: #999;
}
footer a {
	color: #f4d03f;
}
footer h3 {
	padding-bottom: 20px;
	color: #510e8c;
}
footer hr {
	border-top: 1px solid #4e4e4e;
	margin: 40px 0 0 0;
}
footer p span {
	color: #fff;
}
footer>.container>.row:first-child {
	padding: 45px 0;
}
footer .text-center {
	padding: 40px 0;
	margin: 0;
}
footer .form-group {
	width: 90%;
}
footer button.btn-default {
	position: relative;
	top: 10px;
}
footer button.btn-default:focus {
	outline: none;
}
footer button.btn-info {
	position: relative;
	top: 10px;
}
footer button.btn-info:focus {
	outline: none;
}
.copyright {
	background-color: #510e8c;
	color: white;
	padding: 35px 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Calibri, Arial, sans-serif;
	position: relative;
	z-index: 200;
}
/*Responsive - debugging default problems*/
.img-responsive {
	margin: 0 auto;
}
.no-margin {
	position: relative;
	margin: 0;
}
.no_padding {
	padding: 0px 0 80px 0;
}
.row.nothing {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
 
.carousel-fade {
 .carousel-inner {
 .item {
 opacity: 0;
 transition-property: opacity;
}
 .active {
 opacity: 1;
}
 .active.left,  .active.right {
 left: 0;
 opacity: 0;
 z-index: 1;
}
 .next.left,  .prev.right {
 opacity: 1;
}
}
.carousel-control {
	z-index: 2;
}
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	height: 700px;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/* Portfolio */
#portfolio {
	padding: 30px 0px 40px 0px;
	overflow: hidden;
}
#portfolio ul.controls {
	padding: 0px 0 20px 2px;
	overflow: hidden;
	margin: 20px 0;
	border-bottom: #F4D03F solid 2px;
}
#portfolio ul.controls li {
	float: left;
	color: #000;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 15px;
	cursor: pointer;
}
#portfolio ul.controls li:hover, #portfolio ul.controls li.active {
	padding: 4px 15px;
	color: #333;
	margin: 0 -1px;
	border: 1px solid #F4D03F;
}
#portfolio ul#Grid {
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
}
#portfolio ul#Grid li {
	padding: 0 1px 1px 0;
	margin: 0;
	display: none;
	position: relative;
}
#portfolio ul#Grid li a {
	display: block;
	position: relative;
	color: #fff;
}
#portfolio ul#Grid li span.overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	text-indent: -9999px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: #000;
}
#portfolio ul#Grid li:hover span.overlay {
	visibility: visible;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
#portfolio ul#Grid a.link {
	padding: 0px 10px;
	height: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 10;
	overflow: hidden;
	font-size: 22px;
	font-weight: 400;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #333;
	line-height: 30px;
	background: #F4D03F;
}
#portfolio ul#Grid li:hover a.link {
	background: #F4D03F;
	opacity: 0.9;
}
#portfolio ul#Grid a.link span {
	color: #333;
	font-weight: 400;
	display: block;
	font-size: 14px;
	text-transform: none;
	line-height: 22px;
}
#portfolio ul#Grid a.link:after {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #F4D03F;
	border-width: 10px;
	margin-left: -10px;
}
#portfolio ul#Grid a.link:before {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #F4D03F;
	border-width: 16px;
	margin-left: -16px;
}
#portfolio ul#Grid li:hover a.link {
	padding: 10px 10px;
	height: auto;
	overflow: visible;
	text-decoration: none;
}
#portfolio ul#Grid span.text {
	padding: 0px 10px;
	height: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 10;
	overflow: hidden;
	font-size: 22px;
	font-weight: 400;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFF;
	line-height: 30px;
	background: #36D7B7;
}
#portfolio ul#Grid li:hover span.text {
	background: #36D7B7;
	opacity: 0.9;
}
#portfolio ul#Grid span.text span {
	color: #f9f9f9;
	font-weight: 400;
	display: block;
	font-size: 14px;
	text-transform: none;
	line-height: 22px;
}
#portfolio ul#Grid span.text:after {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #36D7B7;
	border-width: 10px;
	margin-left: -10px;
}
#portfolio ul#Grid span.text:before {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #36D7B7;
	border-width: 16px;
	margin-left: -16px;
}
#portfolio ul#Grid li:hover span.text {
	padding: 10px 10px;
	height: auto;
	overflow: visible;
	text-decoration: none;
}
/*
MENU CSS
*/
a.submenu {
	display: none;
	position: absolute;
	right: 5px;
	top: 23px;
	width: 44px;
	height: 34px;
	text-indent: -9999px;
	outline: none;
	-webkit-transition: all ease 0s;
	-moz-transition: all ease 0s;
	-o-transition: all ease 0s;
	transition: all ease 0s;
	background: url('../images/submenu.png') top left no-repeat;
}
a.submenu:hover {
	background: url('../images/submenu.png') bottom left no-repeat;
}
.menuBar {
	padding-right: 15px;
	float: right;
}
.menuBar ul {
	list-style: none;
}
.menuBar li {
	margin: 0;
	position: relative;
	float: left;
	display: inline-block;
}
.menuBar li:before {
	content: '|';
}
.menuBar li:first-child:before {
	content: '';
}
.menuBar li a {
	color: white;
	border-top: 2px solid transparent;
	font-size: 11px;
	padding: 10px 20px;
	display: inline-block;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	line-height: 20px;
	outline: none;
}
.menuBar li a:hover {
	color: #F4D03F;
	border-color: #F4D03F;
	text-decoration: none;
}
.menuBar li.active a {
	color: white;
	border-color: white;
}
.menuBar li ul {
	position: absolute;
	left: 0px;
	border-radius: 0px;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	background: #333333;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	top: 85%;
	opacity: 0;
	visibility: hidden;
	height: 0px;
}
.menuBar li:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	height: auto !important;
}
.menuBar li li {
	margin: 0px;
	float: none;
	border-bottom: 1px solid #666;
	display: block;
}
.menuBar li li:before {
	content: '';
}
.menuBar li li a {
	color: #fff;
	border: 0px;
	font-size: 11px;
	line-height: 11px;
	padding: 15px 20px;
	text-transform: uppercase;
	white-space: nowrap;
	display: block;
}
.menuBar li li a:hover {
	color: #333;
	background: #F4D03F;
}
@media(min-width:768px) {
    .menuBar, .menuBar ul {
    	display: block !important;
    }
    .menuBar li {
    	margin-left: 0px;
    }
    .menuBar li a {
    	font-size: 10px;
    	padding: 25px 10px;
    }
}
@media(min-width:992px) {
    .menuBar li {
    	margin-left: 0px;
    }
    .menuBar li a {
    	font-size: 11px;
    	padding: 25px 20px;
    }
    }
    @media(min-width:1200px) {
    .menuBar li {
    	margin-left: 0px;
    }
    .menuBar li a {
    	font-size: 11px;
    }
}
@media only screen and (max-width: 767px) {
	.navbar-title{
        font-size: 28px;
    }
    a.submenu {
		display: block;
	}
	.menuBar {
		padding: 10px 0px 10px 0px;
		float: none;
		max-height: 350px;
		overflow: auto;
		width: 100%;
		display: none;
	}
	.menuBar ul {
		padding: 0px;
		margin: 0px;
	}
	.menuBar li {
		margin: 0px;
		float: none;
		text-align: center;
		display: block;
	}
	.menuBar li:before {
		content: '';
	}
	.menuBar li a {
		padding: 7px 0px;
		outline: 0px;
		display: block;
	}
	.menuBar li ul {
		position: static;
		left: 0px;
		top: 0px;
		opacity: 1;
		visibility: visible;
		display: none;
		height: auto;
		background: none;
	}
	.menuBar li li {
		border: 0px;
	}
	.menuBar li.dropdown:hover. .menuBar li.dropdown.active {
	border-bottom: #F4D03F solid 0px;
	}
	.menuBar li.current {
		border-bottom: #F4D03F solid 2px;
	}
	.slider {
		overflow: hidden;
		max-width: 100%;
	}
	.main__middle__container {
		/* overflow: hidden; */
		max-width: 100%;
		overflow-x:auto;
	}
	footer {
		overflow: hidden;
		max-width: 100%;
	}
	.carousel-caption {
		display: none;
	}
	h1 {
		font-size: 24px;
		line-height: normal;
	}
	h2.page__title {
		font-size: 24px;
		line-height: normal;
	}
	.homepage {
		/*margin-top: 65%;*/
		/* min-width:900px; */
		width:100%;
	}
	.carousel-control span {
		margin-top: -40px;
	}
	h3 {
		font-size: 24px;
		line-height: normal;
	}
	#portfolio ul#Grid a.link span {
		font-size: 11px;
		line-height: 15px;
	}
	#portfolio ul.controls li {
		padding: 5px 10px;
	}
}
@media(min-width:768px) and (max-width:991px) {
    #portfolio ul#Grid a.link {
    	font-size: 18px;
    }
    #portfolio ul#Grid a.link span {
    	font-size: 11px;
    	line-height: 15px;
    }
    .slider {
    	position: absolute;
    }
    .boxess {
    	position: static;
    }
    .menuBar li ul {
    	top: 100%;
    	opacity: 1;
    	visibility: visible;
    	height: auto;
    	display: none !important;
    }
    .menuBar li:hover ul {
    	top: 100%;
    	opacity: 1;
    	visibility: visible;
    	height: auto !important;
    	display: block !important;
    }
    .carousel-caption {
    	top: 40%;
    }
    .main__middle__container {
    	/* //overflow: hidden; */
    	overflow-x:auto;
    }
    .contact-us {
    	overflow: hidden;
    }
}
.carousel-caption {
	top: 50%;
	margin-top: -270px;
	font-size: 24px;
	color: #fff;
	text-transform: none;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	/*min-width: 100%;
	height: auto;*/
	max-height: 500px;
}
/* Columns */
.one_half_pad {
	width: 44%
}
.one_third_pad {
	width: 27%
}
.one_fourth_pad {
	width: 19%
}
.one_fifth_pad {
	width: 14%
}
.one_sixth_pad {
	width: 10.5%
}
.two_fifth_pad {
	width: 37%
}
.two_third_pad {
	width: 60%
}
.two_fourth_pad {
	width: 43%
}
.two_fifth_pad {
	width: 33%
}
.three_fifth_pad {
	width: 58.4%
}
.three_fourth_pad {
	width: 74%
}
.four_fifth_pad {
	width: 67.2%
}
.five_sixth_pad {
	width: 82.67%
}
.one_half_pad, .one_third_pad, .two_third_pad, .three_fourth_pad, .one_fourth_pad, .one_fifth_pad, .two_fifth_pad, .two_fourth_pad, .two_fifth_pad, .three_fifth_pad, .four_fifth_pad, .one_sixth_pad, .five_sixth_pad {
	float: left;
	margin-bottom: 20px;
	margin-left: 3%;
	margin-right: 3%;
	position: relative
}
.one_half {
	width: 48%
}
.one_third {
	width: 30.5%
}
.one_fourth {
	width: 22%
}
.one_fifth {
	width: 16.8%
}
.one_sixth {
	width: 13.33%
}
.two_fifth {
	width: 37.6%
}
.two_third {
	width: 65.33%
}
.two_fourth {
	width: 48%
}
.three_fifth {
	width: 58.4%
}
.three_fourth {
	width: 74%
}
.four_fifth {
	width: 67.2%
}
.five_sixth {
	width: 82.67%
}
.one_half, .one_third, .two_third, .two_fourth, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-bottom: 10px;
	margin-right: 4%;
	position: relative
}
.column-last {
	clear: right;
	margin-right: 0!important
}
.dc_tabs_type_2 .one_third {
	width: 29%
}
.clr {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%
}
.dc_clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	width: 100%
}
.header_image{
	/* width: 100%; */
	max-height: 500px;
    margin: auto;
}
.presenters_name{
	height:50px;
}
.presenters_class_title{
	height:20px;
}
.presenters_image{
	max-height: 500px;
    max-width: 500px;
}
.presenters_bio{
	text-align:left;
}
.presenters_pronoun{
    font-size: 16px;
}
.pronoun{
	font-size:14px;
}
.presenter_header_image{
	height:100%;
	height:500px;
	max-width:80%;
	margin-top: 70px;
	object-fit: contain;
}
.moderator_header_image{
	height:100%;
	max-height:250px;
	max-width:250px;
	margin-top: 70px;
	object-fit: contain;
}
.table_date_head{
	color: white;
	font-family: kalam;
}
.table_date_cell{
    text-align: center;
    background: none;
}
.table_date_row{

}
.col_schedule_time{
	min-width: 80px;
}
.col_schedule_room{
	min-width: 150px;
}
.col_schedule_dec{
	min-width: 100px;
}
.schedule_td1{
	background: #fff;
    border-left: 1px solid #C1DAD7;
    border-top: none;
    font-size: 10px;
    font-weight: bold;
	letter-spacing: 1.2px;
    padding: 6px 6px 6px 12px;
    text-align: left;
    text-transform: uppercase;
}
.schedule_td{
	background: #fff;
    border-left: 1px solid #C1DAD7;
    border-top: none;
    font-size: 10px;
    font-weight: bold;
	letter-spacing: 1.2px;
    padding: 6px 6px 6px 12px;
    text-align: left;
}
.my_schedule_td{
	background: #fff;
    border-left: none;
    border-top: none;
    font-size: 10px;
    font-weight: bold;
	letter-spacing: 1.2px;
    padding: 6px 6px 6px 12px;
    text-align: left;
}
.schedule_desc{
	background: #fff;
    border-left: 1px solid #C1DAD7;
    border-top: none;
    font-size: 10px;
    font-weight: bold;
	letter-spacing: 1px;
    padding: 6px 6px 6px 12px;
    text-align: left;
}
.text_left{
	max-width: 80%;
	text-align: left;
}
.text_center{
	max-width: 80%;
	text-align: center;
}
.text_top{
	margin-top: 0px !important;
}
.text_right{
	max-width: 80%;
	text-align: right;
}
.register_fieldset{
	width: 230px;
    padding: 20px;
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	border-color: white;
}
.error{
	color: red;
    font-weight: bold;
    font-size: 20px;
}
.registration_fieldset_info{
	font-size:12px;
	margin: 0px !important;
	font-style: italic;
}
.presenter_list_name{
	background-color: #b594e5;
}
.press_title{
	color: gray;
    font-family: kalam;
	font-size: 24px;
	text-transform: uppercase;
    font-weight: 300;
    margin: 0;
}
.press_content{
	margin-left: 20px;
	font-size: 20px;
    color: #333;
    text-transform: uppercase;
}
.schedule_icon_going{
	width: 150px;
}
.schedule_icon_going_small{
	width: 75px;
}
.presenter_img_list_view{
    max-width: 100px !important;
    max-height: 100px !important;
    object-fit: contain;
}
.no_background{
	    background-color: transparent !important;
}
.myschedule_td{
	padding-right: 10px;
	padding-left: 10px;
}
.profile_photo{
	max-width: 200px;
	max-height: 200px;
	object-fit: contain;
	margin: auto !important;
}
.profile_edit_pronoun{
	width: 40%;
	min-width: 300px;
}
.profile_edit_textarea_big{
	width: 60%;
    min-width: 300px;
    min-height: 200px;
}
.profile_edit_textarea_small{
	width: 60%;
    min-width: 300px;
    min-height: 200px;
}
.profile_edit_zoom_name{
	width: 40%;
	min-width: 300px;
}
.sec1 .sec_pic1,
.sec1 .sec_txt1 {transition: opacity 0.5s ease-in-out;}
.sec1 .sec_txt1 {position:absolute; top:0; left:0; opacity:0;}
.sec1:hover .sec_txt1 {opacity:1;}
.sec1:hover .sec_pic1 {opacity:0;}

.sec1 .sec_txt2 {transition: opacity 0.5s ease-in-out;}
.sec1 .sec_txt2 {position:absolute; top:0; left:0; opacity:0;}
.sec1:hover .sec_txt2 {opacity:1;}
.sec1:hover .sec_pic2 {opacity:0;}

.sec1 .sec_txt3 {transition: opacity 0.5s ease-in-out;}
.sec1 .sec_txt3 {position:absolute; top:0; left:0; opacity:0;}
.sec1:hover .sec_txt3 {opacity:1;}
.sec1:hover .sec_pic3 {opacity:0;}
.upload_photos{
  display: none;
  position:fixed;
  left: 10%;
  top: 100px;
  width: 440px;
  z-index:500;
  background-color:#E2E2E4;
  border-radius: 10px;
  padding:10px 10px 10px 10px;
}

.photopickertitle{
	width: 400px;
	height: 100px;
	margin: 10px 20px 20px 10px;
}

#drop-files {
	width: 400px;
	height: 200px;
	background: rgba(0,0,0,0.1);
	border-radius: 10px;
	border: 4px dashed rgba(0,0,0,0.2);
	padding: 150px 0 0 0;
	text-align: center;
	font-size: 2em;
	float: left;
	font-weight: bold;
	margin: 0px 20px 20px 20px;
	position:relative;
}

#dropped-files {
	float: left;
	position: relative;
	width: 560px;
	height: 125px;
}

#upload-button {
	position: absolute;
	top: 87px;
	z-index: 9999;
	width: 210px;
	display: none;
}

#dropped-files .image {
	height: 200px;
	width: 300px;
	border: 4px solid #fff;
	position: absolute;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}

#upload-button .ss-upload {
	font-size: 0.7em;
}

#upload-button a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 0 1000px 62px rgba(255, 255, 255, 1), inset 0 -35px 40px -10px #0A9FCA;
	font-size: 20px;
	padding: 10px 20px;
	background-color: #4bc1e3;
	border-radius: 10px;
}

#upload-button span {
	display: block;
	width: 160px;
	text-align: center;
	margin: 20px 0 0 0;
	background: white;
	border-radius: 10px;
	font-size: 1.1em;
	padding: 4px 0;
	position: relative;
	left: -14px;
}
#upload-button a:hover {
	box-shadow: 0 0 1000px 62px rgba(255, 255, 255, 1), inset 0 -5px 40px 0px #0A9FCA;	
}

#extra-files {
	display: none;
	float: left;
	position: relative;
}

#extra-files .number {
	background: rgba(0,0,0,0.6);
	border-radius: 4px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	color: #fff;
	padding: 20px 30px;
	margin: 60px 0 0 0;
	cursor: pointer;
	font-size: 30px;
}

#dropped-files #upload-button .delete {
	padding: 7px 6px 4px 6px;
	border-radius: 100px;
	background: rgba(0,0,0,0.6);
	box-shadow: none;
	font-size: 1em;
	margin-left: 8px;
}
#dropped-files #upload-button .delete:hover {
	background: rgba(0,0,0,0.8);
}
#extra-files .number:after {
	position: absolute;
	content: " ";
	top: 18px;
	left: -40px;
	display: block;
	border: 20px solid;
	border-color: transparent rgba(0, 0, 0, 0.6) transparent transparent;
}

#extra-files #file-list {
	display: none;
	background: white;
	padding: 20px 0;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	width: 250px;
	top: 100px;
	border: 1px solid #dadada;
	left: -10px;
	left: -16px;
	max-height: 220px;
	top: 150px;
	position: absolute;
	color: #545454;
}

#file-list ul {
	overflow: scroll;
	padding: 0;
	border-top: 1px solid #dadada;
	max-height: 200px;
	width: 250px;
	list-style: none;
	border-bottom: 1px solid #dadada !important;
}


#file-list ul li:last-of-type {
	border-bottom: 0 !important;
}

#uploaded-holder {
	width: 400px;
	height: 250px;
	/*display: none;*/
	float: left;
	margin: 0px 20px 20px 20px;
}

#extra-files #file-list:after, #extra-files #file-list:before {
	position: absolute;
	content: " ";
	top: -40px;
	left: 40px;
	display: block;
	border: 20px solid;
	border-color: transparent transparent #ffffff transparent;
}

#extra-files #file-list:before {
	border-color: transparent transparent #dadada transparent;
	top: -41px;
}

#extra-files #file-list li {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px;
}
#loading {
	/*display: none;*/
	float: left;
	width: 400px%;
	position: relative;
	margin: 0px 20px 20px 20px;
}

#loading-bar {
	width: 404px;
	height: 40px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 2px;
}

.loading-color {
	width: 0%;
	height: 100%;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	border-radius: inherit;
	background-color: #4edbf1;
}

#loading-content {
	position: absolute;
	top: 15px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	width: 405px;
}
.pleft{
	text-align: left;
}
#file-name-holder {
	display: none;
	width: 100%;
	float: left;
}

#file-name-holder h1 {
	text-align: center;
	border-bottom: 1px solid #dadada;
	padding: 20px 0;
	font-size: 3em;
	margin: 0;
}

#uploaded-files {
	background: white;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	width: 407px;
	top: 100px;
	padding: 0;
	border: 1px solid #dadada;
	max-height: 320px;
	overflow: scroll;
	color: #545454;
}

#uploaded-files li {
	padding: 10px;
	border-bottom: 1px solid #eee;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 25px;
	color: #545454;
}

#uploaded-files a {
	color: #1bacbf;
}
.success{color:green;}

.uploadifive-button {
	float: left;
	margin-right: 10px;
}
#queue {
	border: 4px dashed rgba(0,0,0,0.2);
	height: 177px;
	overflow: auto;
	margin-bottom: 10px;
	padding: 0 3px 3px;
	width: 300px;
}
.main_mission {
	
}

#popact {
	position:fixed;
	width:90%;
	top:120px;
	height:85%;
	z-index:9999999;
	left:5%;
}

#popact div {
	height:100%;
	margin:0 auto;
	background:darkgray;
}
.section-img-left {
	margin: 20px;
}

.section-img-left img{
	width: 100%;
}
.align_center{
	text-align: -webkit-center;
}
.registration_count{
	display: inline;
	color: #510e8c;
}
.edit_bt{
	width: 50px;
    border-radius: 50%;
    background-color: lightgray;
}
.edit_bt:hover{
	background-color: lightgreen;
}
.edit_bt_small{
	width: 25px;
    border-radius: 50%;
    background-color: lightgray;
}
.edit_bt_small:hover{
	background-color: lightgreen;
}
.ok_bt{
	width: 50px;
    border-radius: 50%;
    background-color: lightgray;
	margin: 5px;
}
.ok_bt:hover{
	background-color: lightgreen;
}
.cancel_bt{
	width: 50px;
    border-radius: 50%;
    background-color: lightgray;
	margin: 5px;
}
.cancel_bt:hover{
	background-color: indianred;
}
.valentine {
	color:darkgray;
}
.valentine p {
	font-size: larger;
}
.notes_tag{
    font-style: italic;
    color: yellow;
    display: inline;
    margin-top: -10px;
    padding-top: -10px;
    font-size: 14px;

}
.login_explanation_full{
	color: white;
	font-size:14px;
}
.td_no_border{
	border:none !important;;
}
.event_text{
	color:white;
	font-size:12px;
}
.centertext{
	text-align:center;
}
.bt_event{
	font-size: 24px;
    min-width: 140px;
    font-weight: 500;
    line-height: 40px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
	border-color: #000;
    background: darkgray;
    font-family: "28DaysLater";
    text-transform: uppercase;
}
.bt_event:hover{
	background: lightgray;
}
.doc_icon{
	width:100%;
}
.session_handout_block{
	width: 100px;
    float: left;
    margin: 10px;
    overflow-wrap: anywhere;
	color: #428bca !important;
    font-size: 18px;
    font-family: Calibri, Arial sans-serif;
}
.schedule_room{
	margin: auto;
    width: fit-content;
}
.event_details_presernters_photo{
	max-width: 200px;
	max-height: 200px;
	margin: auto !important;
}
.schedule_table_presenter_list{
	font-size: 9px;
	color:blue;
	font-style: italic;
	margin: 0 0 0px;
}
.schedule_table_presenter_list_1{
	font-size: 14px;
	color:blue;
	font-style: italic;
	margin: 0 0 0px;
}
.event_details_presernters_photo_div{
    float: left;
    margin: 10px;
	width: 200px;
	height: 250px;
}
.schedule_table_class_list{
	font-size: 12px;
	margin: 0 0 0px;
	text-decoration: underline;
	/* color:blue;
	font-style: italic; */
}
.schedule_table_class_list_1{
	font-size: 20px;
	margin: 0 0 0px;
	text-decoration: underline;
	/* color:blue;
	font-style: italic; */
}
.event_details_presenters{
    text-align-last: center;
	height: fit-content;
    width: 80%;
    float: none;
    display: inline-block;
}
.highlight_notes{
	color: yellow;
	font-family: kalam;
}
.schedule_select_class{
    width: -webkit-fill-available;
}
.badge_image {
    width: 75px;
}
.badge_name{
	margin-top: 0px !important;
    font-size: 12px;
    color: #510e8c;
}
.location-control{
	width: 200px;
}
.birthday-month{
}
.birthday-year{
	width:100px;
}
.birthday-day{
	width:50px;
}
.program_header_image{
	width:100%;
	max-height:400px;
}
.program_body{
	background-color:white;
}
.program_presenter{
	margin: 30px;
}
.program_presenter_name{
	color:rebeccapurple !important;
}
.program_presenter_image{
	float:left;
	margin-right: 20px;
}
.program_presenter_details{
	margin: 0px;
	text-align: left; !important
}
.program_session_details{
	margin-left: 20px;
	margin-right:20px;
	text-align: left; !important
}
.program_session_desc{
	text-align: left; !important
}
.program_session_name{
	color:rebeccapurple !important;
}
.program_body_block{
	margin-left: 20px;
	margin-right:20px;
	text-align: left; !important
}
.program_event_url{
	font-family: 'kalam';
    font-size: 36px !important;
}
.program_body_block_small{
	width:50%;
	margin-left: 20px;
	margin-right:20px;
	text-align: left; !important	
}
.program_body_block_center{
	margin-left: 20px;
	margin-right:20px;
	text-align: center; !important
}
.event_details_attendee_photo{
	max-width: 100px;
    max-height: 100px;
    margin: auto !important;
}
.save_edit_wrapper{
	width:200px;
}
.save_edit_inner{
	float: left;
}
.row_2{
	background-color: black;
}
.row_1 p{
	color:white;
}
.row_2 p{
	color:white;
}
.row_footer{
	background: url(../images/slider/LeatherRivit_bg.png) repeat;
    width: 100%;
    min-height: 300px;
    background-position-y: -650px;
    background-size: cover;
}
.img_about{
	width: 400px;
    margin: 50px;
}
.img_product{
	max-width: 300px;
    margin-bottom: 10px;
    max-height: 250px;
}
.product_outer_div{
	width: 100%;
}
.product_inner_div{
	width: 350px;
	border: solid;
    border-color: black;
    padding: 10px;
	float: left;
    display: grid;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 20px;
	height: 650px;
}
.product_img_div{
	height: 550px;
}
.product_details_outer_div{
	width: 100%;
}
.product_details_inner_div{
	width: 100%;
	border: solid;
    border-color: black;
	display: inline-grid;
}
.img_product_details{
	width: 40%;
    margin: 10px;
    min-width: 400px;
}
.product_details_edit_img_div{
	
    width: 325px;
	height: 500px;
    float: left;
	margin: 10px;
}
.img_product_edit_details{
	max-width: 300px;
	max-height: 300px;
	margin-bottom: 10px;
	border: solid;
    border-color: white;
    padding: 5px;
}
.product_details_edit_outer_div{
	border: solid;
    border-color: white;
	color: white;
	display: flow-root;
}
.product_details_edit_inner_div{
	display: flow-root;
}
.button-group {
    max-width: 60%;
    float: left;
}
.button-group-outer {
    display: flex;
    justify-content: center;
}
.button-text{
	color: white;
}
.dc_carousel_hor .jcarousel-item{
	height: 300px !important;
}
.dc_carousel_hor .jcarousel-container-horizontal{
	height: 300px !important;
}
.dc_carousel_hor .l-carousel ul li {
    background-color: unset !important;
    box-shadow: unset !important;
}
.schedule_div table{
	width: 100%;
	border: solid;
}
.schedule_div th, td{
	border: solid;
	color: white;
}
.prod_item_desc{
	height: 150px;
    width: 80%;
}
.highlight_notes a {
    color: #428bca;
    font-weight: 400;
}
.col-md-6 p{
	font-size: 20px;
}
.col-md-6 h3{
	font-size: 36px;
}
.style1 .dc_toggle_link, .style1 .dc_acc_link {
    color: white !important;
}
.dc_toggle_box{
	color: white;
}
.product_details_desc_div{
	margin-top: 20px;
}
.row_1 h3{
	color: white;
}
.btn-prod{
	min-width: 200px;
    border-radius: 20px;
    min-height: 50px;
    margin: 10px;
}
.btn_add_cart{
	background: url(/images/icons/icon_shopping.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-color: ghostwhite;
    background-position-x: 10px;
    background-position-y: 3px;
}
.btn_prod_count {
    min-width: 50px;
    border-radius: 20px;
    min-height: 50px;
    margin: 10px;
}
.btn_down_cart{
	background: url(/images/icons/icon_min.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-color: ghostwhite;
    background-position-x: 10px;
    background-position-y: 3px;
}
.btn_up_cart{
	background: url(/images/icons/icon_plus.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-color: ghostwhite;
    background-position-x: 10px;
    background-position-y: 3px;
}
.prod_cart_count{
	width: 40px;
    height: 40px;
	text-align: center;
}
.product_details_cart_inner_div{
    width: 250px;
}
.product_details_cart_quantity_div{
    width: 250px;
    float: left;
}
.product_details_cart_div{
	justify-self: center;
}