/* Extracted from t_home_ver2.php inline <style> for W3C validity */
#masthead nav .menu li {
    padding-bottom: 10px;
    transition: ease all 0.6s;
}

#masthead nav .menu li:hover {
    border-bottom: 3px solid #154fa3;
}

.row.expanded {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-bottom: 30px;
}

#content {
    background: #fff;
}

#main-content {
    max-width: none !important;
}

.main-content {
    background: #fff !important;
}

.slider-container {
    padding: 0 15px 30px;
}

.crellyslider>.cs-controls>.cs-previous {
	background-image: none;
}

.crellyslider>.cs-controls>.cs-previous:before {
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 7px);
  transform: rotate(45deg);
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  border: 6px solid rgba(249,9,2, 0.4);
  border-width: 0px 0 6px 6px;
	border-color: rgba(249,9,2, 0.4);
	transition: ease all 0.3s
}

.crellyslider>.cs-controls>.cs-next:before {
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 7px);
  transform: rotate(-135deg);
  display: block;
  width: 20px;
  height: 20px;
  content: "";
	left: 8px;
  border: 6px solid rgba(249,9,2, 0.4);
  border-width: 0px 0 6px 6px;
	transition: ease all 0.3s
}

.crellyslider>.cs-controls>.cs-next, .crellyslider>.cs-controls>.cs-previous {
	padding:20px;
	border: 6px solid rgba(249,9,2, 0.4);
	border-radius: 100%;
	background: transparent;
	box-shadow: none;
}

.crellyslider>.cs-controls>.cs-next:hover, .crellyslider>.cs-controls>.cs-next:hover:before, .crellyslider>.cs-controls>.cs-previous:hover:before, .crellyslider>.cs-controls>.cs-previous:hover {
	
	border-color: rgba(249,9,2, 1);
}

.menu-overlay {
	left: 0 !important;
}

.push-right {
	right: 0 !important;
}

body {
    background: transparent;
}

.social-icons {
    opacity: 0.8;
    transition: ease all 0.3s;
}

.social-icons:hover {
    opacity: 1;
}

/*
img.effect {
    -webkit-filter: sepia(0.4);
    filter: sepia(0.4);
    transition: ease all 0.6s;
}

img.effect:hover {
    transition: ease all 0.6s;
    -webkit-filter: sepia(0);
    filter: sepia(0);
}
*/
