/* TABLE OF CONTENTS
     1. Imports
     2. Global
     3. Banners
     4. Sidebar
     5. Navbar
     6. Slider
     7. Blog
     8. Events
     9. Swiper
    10. Footer
    11. Graphics
    12. Main Menu Buttons
    13. CMS
    14. Agenda Table
	15. Video
	16. Custom
    17. Sponsors
    18. Responsive

    Author: VizVibe, LLC
*/

/* 1. IMPORTS */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,700');
@import url('materialize.css');
@import url('slick.css');
@import url('keyframe.css');
@import url('swipebox.min.css');
@import url('font-awesome.css');


/* 2. GLOBAL */
:root {
	--black: #000000;
	--white: #fff;
	--grey: #aeaeae;
	--blue: #265A8D;
	--dark-blue: #001c53;
	--red: #EA4428;
	--orange: #ff7e46;
	--gold: #efd01d;
}
html { font-family: 'Lato', sans-serif; }
body { 
    margin: 0; 
	background: var(--white);
	line-height: 1.5;
	font-size: 15px;
	color: var(--black);
}
a, a:link, a:visited, a:hover, a:active { 
    color: var(--black); 
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
h1 { 
	font-size: 1.6em; 
	text-transform: uppercase;
	font-weight: 900;
}
h2 { 
	font-size: 1.6em; 
	color: var(--black);
	font-family: cursive;
}
h3 {
	font-size: 1.2em;
	color: #646464;
	text-transform: uppercase;
	text-align: left;
}
img { border: 0; }
figure { margin: 0; }
hr {
	box-sizing: content-box;
	height: 0;
    border-color: rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	height:auto;
}
input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
textarea { overflow: auto; }
ul { padding-left: 15px; }
.mobile-hide { display: block; }
.mobile-only { display: none !important; }
.tablet-only { display: none !important; }
.quarter-width { width: 25%; }
.half-width { width: 50%; }
.three-quarter-width { width: 75%; }
.full-width { width: 100%; }
.text-black { color: var(--grey) !important; }
.text-white { color: var(--white) !important; }
.text-red { color: var(--red) !important; }
.text-blue { color: var(--blue) !important; }
.text-grey { color: #444 !important; }
.text-dark-blue { color: var(--dark-blue) !important; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-uppercase { text-transform: uppercase; }
.text-100 { font-weight: 100; }
.text-200 { font-weight: 200; }
.text-300 { font-weight: 300; }
.text-400 { font-weight: 400; }
.text-500 { font-weight: 500; }
.text-600 { font-weight: 600; }
.text-700 { font-weight: 700; }
.text-800 { font-weight: 800; }
.text-900 { font-weight: 900; }

.content-container {
	min-height: 348px;
	padding: 10px;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
.content-container .container { 
	width: 94%;
	background: rgba(255, 255, 255, 0.85);
}
.bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.base-card {
	background-color: var(--white);
	box-shadow: 0px 2px 5px 0 rgba(0,0,0,0.2);
    margin-bottom: 15px;
}
.base-card_title {
	font-size: 16px;
	font-weight: 700;
	padding: 15px;
	margin:0;
	border-bottom: 1px solid #efefef;
}
.page-bottom {
	display: block;
	margin-bottom: 120px;
}




/* 3. BANNERS */
figure.banner {
	width: 100%;
	margin-bottom: 10px;
	line-height: 0.8;
	box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.5);
}
figure.banner img { width: 100%; }
figure.banner figcaption {
	background: url("../images/footer.png") 77% 22%/167% no-repeat; 
	padding: 15px 10px;
	text-align: left;
}
figure.banner figcaption h2 { 
	color: var(--white); 
	font-size: 1.1em;
	font-weight: 500;
}
figure.logo { 
	text-align: center; 
	padding: 15px;
}


/* 4. SIDEBAR */
#agenda li:hover, #agenda li.active { background-color: transparent; }
#agenda-cover {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}
.tabs {
  overflow: hidden;
  background-color: #ccc;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}
.tabs-content { padding: 15px; }
.tabs-date {
	font-size: 25px;
	font-weight: 300;
}
.tabs-block {
	padding: 15px 0;
	font-size: 14px;
}
.tabs-event {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tabs-event li {
	padding: 10px 0;
	min-height: 65px;
}
.tabs-event li .date-icon {
	float: left;
	width: 48px;
    border: 1px solid var(--dark-blue);
}
.tabs-event li .date-icon span {
	display: block;
	text-align: center;
}
.tabs-event li .date-icon span.date { font-size: 20px; }
.tabs-event li .date-icon span.month {
    background: var(--dark-blue);
	color: var(--white);
}
.tabs-event li .event-name { margin-left: 60px; }



/* 5. NAVBAR */
#main {
    padding-top: 80px;
    position: relative;
}
nav {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: var(--orange);
	padding: 10px;
}
nav img { width: 100px; }
nav .v-center { position: relative; }
.back, nav h1 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-weight: 700;
}
.back {
	font-size: 2em;
}
.menu .menu-item { text-align: center; }
.menu a {	
	display: block;
	width: 100%;
	padding: 10px;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 700;
	color: var(--black);
}
.menu a:after {
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	background: var(--orange);
	margin: 10px 0;
}
.menu a:hover, .menu a:focus, .menu a:target, a.underline:hover, a.underline:focus, a.underline:target {
	color: var(--orange);
}
.menu .menu-heading {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 10px;
	text-align: center;
	line-height: 0.8;
	background: var(--white);
	box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.5);
}
.menu.listing .menu-heading {
	margin-bottom: 0;
	border-radius: 0 0 15px 15px;
}
details > summary {
  list-style: none;
}
details > summary::marker, /* Latest Chrome, Edge, Firefox */ 
details > summary::-webkit-details-marker /* Safari */ {
  display: none;
}
summary.menu-heading {
	max-width: 95%;
	margin-bottom: 10px;
}
.menu a.ar-link {
	font-size: initial;
	display: initial;
	padding: 0;
}
.menu a.ar-link.btn {
	display: block;
	padding: 10px 0 10px 10px;
	margin-top: 10px;
	border-radius: 15px;
	color: var(--black);
	background: var(--orange);
}
.menu a.basic, a.underline {
	display: initial;
	width: initial;
	padding: 0;
	text-transform: none;
	font-size: initial;
	font-weight: initial;
	text-decoration: underline;
}
.menu a.basic:after {
	display: none;
}
.food-description { margin-bottom: 40px; }


/* 6. SLIDER */
.featured-slider {
	background: #999;
	position: relative;
}
.featured-slider .featured-item {
	position: relative;
	height: 220px;
	overflow: hidden;
}
.featured-slider .featured-item .icons {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 30px;
	height: 30px;
	background: #000;
	background: rgba(0,0,0,0.5);
	color: var(--white);
	border-radius: 50%;
	padding: 4px 0 0 0;
	text-align: center;
}
.featured-slider .featured-item .thumbnail {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
}
.featured-slider .featured-item .thumbnail img, .featured-gallery-slider .featured-item .thumbnail img { width: 100%; }
.featured-slider .featured-item .overlay {
	position: absolute;
	width: 100%;
	height: 80%;
	bottom: 0;
	background: #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -moz-linear-gradient(top, transparent, #000);
	background: -ms-linear-gradient(top, transparent, #000);
	background: -o-linear-gradient(top, transparent, #000);
	opacity: 0.8;
}
.featured-slider .featured-item .fullscreen, .featured-gallery-slider .featured-item .fullscreen {
	position: absolute;
	top: 0;
	right: 0;
}
.featured-slider .featured-item .fullscreen a, .featured-gallery-slider .featured-item .fullscreen a {
	font-size: 18px;
	padding: 3px 7px;
	display: inline-block;
	background: #000;
	background: rgba(0,0,0,0.5);
	color: var(--white);
}
.featured-slider .slick-dots {
	width: auto;
	position: absolute;
	bottom: 0;
	padding: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.featured-slider .slick-dots li {
	float:left;
	margin:0 2px;
	list-style:none;
}
.featured-slider .slick-dots li button {
	width:10px;
	height:10px;
	overflow:hidden;
	border-radius: 50%;
	display:inline-block;
	padding:0;
	font-size:0px;
	border-width: 0;
}
.featured-slider .slick-dots li button { background: none; }
.featured-slider .slick-dots li.slick-active button { background: none; }


/* 7. BLOG */
.blog .blog_content, .blog .blog_action { padding: 15px; }
.blog .blog_action { border-top: 1px solid #efefef; }
.blog .blog_action a {
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

.blog_small {
	float: left;
	width: 100%;
}
.blog_small .blog_rightcontent {
	float: left;
	width: calc(100% - 50px);
	padding-top: 45px;
	padding-right: 3px;
	padding-bottom: 30px;
	color: #0D1268;
}



/* 8. EVENTS */
.base-event .event-content { padding: 15px; }
.base-event_list {
	float: left;
	width: 100%;
}
.base-event_list .date-icon {
	float: left;
	width: 70px;
	text-align: center;
	line-height: 28px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
	background: #ddd;
}
.base-event_list .event-content {
	float: right;
	width: 98%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.base-event_list .date-icon span { display: block; }
.base-event_list .date-icon span.day { font-size: 30px; }
.base-event_list .event-content .event-name {
	line-height: 20px;
	margin: 0 0 5px 0;
	font-size: 16px;
}
.base-event_list .event-content .event-name a {
	color: #000;
	text-decoration: none;
}
.base-event_list .event-content .event-location {
	color: #999;
	font-size: 13px;
}


/* 9. SWIPER */
.base-sequence {
	padding: 20px;
	text-align: center;
	min-height: 420px;
}
.base-sequence .items {
	position:relative;
	overflow: hidden;
}
.base-sequence .items .thumb-icon {
	margin: 20px auto 10px auto;
	width: 90%;
	height: auto;
	border-radius: 20%;
	color: #0E1174;
}
.base-sequence .items .thumb-icon img {
	width: 100%;
}
.base-sequence .items .heading {
	font-size: 22px;
	margin: 0 0 20px 0;
	color: #434242;
	font-weight: 700;
}
.base-sequence .items p {
	color: #777;
	font-size: 13px;
}
.base-sequence .slick-dots {
	width:auto;
	position:absolute;
	padding:0;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.base-sequence .slick-dots li {
	float: left;
	margin: 0 2px;
	list-style:none;
}
.base-sequence .slick-dots li button {
	width: 15px;
	height: 3px;
	overflow: hidden;
	background: #999;
}


/* 10. FOOTER */
#top {
	position: fixed;
	right: 30px;
	bottom: 0;
	width: 45px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	background: rgba(102,102,102,0.5);
	color: var(--white);
	z-index: 999;
    display: none;
    border-radius: 5%;	
}
footer { 
	text-align: center; 
	padding: 14px 10px 10px;
	background: rgba(255, 255, 255, 0.85);
}
footer hr { 
	height: 2px !important;
	background: var(--orange);
	opacity: 1;
}
footer .logo p { margin-bottom: 0; }
footer .socials h2 { margin-bottom: 10px; }
footer .socials a, footer .socials a:active, footer .socials a:visited { color: var(--black); }
footer .socials a:hover, footer .socials a:focus, footer .socials a:target { color: var(--orange); }



/* 11. GRAPHICS */
.thumbnail {position: relative;}
.hero {
    position: relative;
    height: 220px;
    width: 100%;
    overflow: hidden;
}
.hero-image {
    position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	top:0;
	left:0;
}
.hero-overlay {
    position:absolute;
    display: block;
    z-index: 9;
	height: 100%;
    width: 100%;
	bottom:0;
    left: 0;
	background: rgba(0, 28, 83, 0.5);
}
.hero-icon {
    position: absolute;
    z-index: 9999;
    left: 40%;
    top: 15px;
}
.hero-icon img{
    width: 80px;
}
.hero-title, .hero-conference {
    text-transform: uppercase;
    z-index: 9999;
    position: absolute;
    color: var(--white);
}
.hero-conference {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    width: 100%;
    top: 100px;
}
.hero-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 40%;
    left: 30%;
    top: 140px;
    height: 24px;
    background: rgb(237, 169, 0);
    padding: 0;
}
.conference-welcome-welcome, .conference-welcome-title, .conference-home-welcome, .conference-home-title {
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
}
.conference-welcome-welcome {
    display: block;
    position: absolute;
    top: 0;
    width: 40%;
    left: 30%;
    height: 40px;
    font-size: 120%;
    background: var(--dark-blue);
    padding: 10px;
}
.conference-welcome-bar {
    position: absolute;
    width: 100%;
    background: var(--dark-blue);
    height: 60px;
    bottom: 6%;
    z-index: 1;
}
.conference-welcome-icon {
    position: absolute;
    z-index: 2;
    top: 26%;
    width: 100%;
}
.featured-slider .featured-item .thumbnail .conference-welcome-icon img {
    margin: 0 auto;
    width: 80%;
}
.conference-welcome-title {
    position: absolute;
    bottom: 10%;
    width: 100%;
    font-size: 200%;
    font-weight: bold;
    z-index: 3;
}
.conference-welcome-bg {
    width: 100%;
    z-index: 0;
    background: #000;
    overflow: hidden;
}
.conference-welcome-bg img { width: 150%; }

.conference-home-welcome {
    display: block;
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 50px;
    font-size: 160%;
    background: var(--dark-blue);
    padding: 10px;
}
.conference-home-bar {
    position: absolute;
    width: 100%;
    background: var(--dark-blue);
    height: 15px;
    bottom: 0;
    z-index: 1;
}
.conference-home-icon, .conference-home-icon-full {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 100%;
}
.base-sequence .items .thumb-icon .conference-home-icon img {
    margin: 0 auto;
    width: 50%;
}
.base-sequence .items .thumb-icon .conference-home-icon-full img {
    margin: 0 auto;
    width: 80%;
}
.conference-home-title {
    position: absolute;
    bottom: 4%;
    width: 100%;
    font-size: 280%;
    font-weight: bold;
    z-index: 3;
}
.conference-save-icon {
    position: absolute;
    z-index: 2;
    top: 10%;
    width: 100%;
}
.conference-save-icon p {
    color: var(--white);
    font-size: 140%;
    text-transform: uppercase;
    position: absolute;
    left: 46%;
}
.featured-slider .featured-item .thumbnail .conference-save-icon img {
    position: absolute;
    left: 10%;
    width: 120px;
}
.base-sequence .slick-dots li.slick-active button, .base-drawer .slick-dots li.slick-active button { background: #eda900; }
.base-card .ar-btn { position: relative; }
img.icon { 
	display: inline-block;
	width: 20px; 
}
.base-card .ar-btn h3 { 
	position: absolute;
	top: 50%;
	left: 90px;
}
.wood {
	background: var(--white) url('/images/bgs/wood.jpg') repeat-y left top;
}



/* 12. MAIN MENU BUTTONS */
.directory_icon {
    overflow: hidden;
    float: left;
    width: 40px;
    height: 100px;
    line-height: 0;
    position: relative;
    text-align: center;
}
.directory_icon figure {
    background: var(--dark-blue);
    border-radius: 50%;
    border: 3px solid var(--white);
    padding: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: relative;
    top: 15%;
    left: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.directory_icon figure img {
    width: 60%;
    margin: 0 auto;
    position: relative;
    top: 15%;
}
.directory_sidebar {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--dark-blue);
    height: 100px;
}
.directory_pointer {
    float: left;
    position: relative;
    left: 10px;
    top: 46%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid var(--dark-blue);
}
.blue-btn .directory_sidebar { background: var(--dark-blue); }
.light-blue-btn .directory_sidebar { background: var(--blue); }
.blue-btn .directory_pointer { border-left: 10px solid var(--dark-blue); }
.light-blue-btn .directory_pointer { border-left: 10px solid var(--blue); }



/* 13. CMS */
.cms-header, .cms-button {
    display: inline-block; 
    width: 48%; 
    text-align: center;
}
.cms-header-3 {
    display: inline-block; 
    width: 30%;
    text-align: center;
}
.cms-header {
    padding: 15px 0 0 15px; 
    vertical-align: middle; 
    font-size: 140%;
}
.cms-button { font-size: 90%; }
.cms-info {
    text-transform: uppercase; 
    padding: 10px;
    font-size: 120%;
    text-align: center;
}
label {
	font-size: 1em;
	color: var(--black);
}
button[type=submit], input[type=submit], button[type=button] {
	width: 100%;
	border: 0;
	outline: 0;
	background: var(--orange);
	padding: 10px;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: var(--white);
}
button[type=submit]:hover, button[type=submit]:focus, button[type=submit]:target, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:target {
	background: var(--gold);
}
input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea, select {
	padding: 10px;
	box-sizing: border-box;
}
input:not([type]):focus:not([readonly]), input[type="text"]:focus:not([readonly]), input[type="password"]:focus:not([readonly]), input[type="email"]:focus:not([readonly]), input[type="url"]:focus:not([readonly]), input[type="time"]:focus:not([readonly]), input[type="date"]:focus:not([readonly]), input[type="datetime-local"]:focus:not([readonly]), input[type="tel"]:focus:not([readonly]), input[type="number"]:focus:not([readonly]), input[type="search"]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	border: 1px solid var(--orange);
	box-shadow: none;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
	position: relative;
	left: 0;
	visibility: visible;
}
textarea {
	background: var(--white);
	border: 0;
}
.row.errs, .row.success { text-align: center; }
.row.errs::after, .row.success::after {
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	margin: 20px 0 0;
	background: var(--orange);
}
.row.errs strong, .row.success strong {
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.row.success a::after, a.nonline::after { display: none; }
div#delete-form {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	padding: 10px;
	background: var(--white);
	border: 2px solid var(--orange);
	box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.2);
}
div#delete-form button[type=button] { background: var(--grey); }
div#delete-form button[type=button]:hover, div#delete-form button[type=button]:focus, div#delete-form button[type=button]:target { background: var(--gold); }
div#delete-form h3, div#delete-form p { text-align: center; }
div#delete-form h3 { margin: 10px 0 4px; }
div#delete-form p { margin: 10px 0 10px; }


/* 14. AGENDA TABLE */
.agenda-text {
    font-size: 14px;
    color: var(--dark-blue);
}

table .name {
    font-size: 14px;
    text-transform: capitalize;
}
table .position { font-size: 13px; }
table .company { font-size: 12px; }
table .email { font-size: 12px; }



/* 15. VIDEO */
video.demo { width: 100%; }



/* 16. CUSTOM */
.copy-block { 
	margin: 0;
	padding: 30px 20px; 
	text-align: left;
}
.copy-block figure {
	width: 100%;
	margin: 0;
}
.copy-block figure img { width: 25%; }
.copy-block ul {
	list-style-position: inside;
	font-style: italic;
}
.copy-block ul li, ul.disc li { list-style: disc; }
.instructions { position: relative; }
.instructions .instruction { 
	position: absolute; 
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
}
a.web-ar-btn {
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
	padding: 20px;
	text-align: center;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4em;
	border-radius: 50%;
	margin: 0 auto;
	border: 2px solid var(--black);
	box-shadow: inset 0 0 6px 4px rgba(0,0,0,0.2);
}
a.web-ar-btn::after, .menu a.ar-link::after { display: none; }
a.web-ar-btn p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
a.web-ar-btn.red { background: var(--red); }
a.web-ar-btn.blue { background: var(--blue); }
a.web-ar-btn.orange { background: var(--orange); }
a.web-ar-btn.orange:hover, a.web-ar-btn.orange:focus, a.web-ar-btn.orange:target { 
	color: var(--white); 
	background: var(--gold);
}
.copy-block ul li { list-style: disc; }
.menu a.nonblock {
	display: inline-block;
	width: initial;
	margin-bottom: 20px;
}


/* 17. SPONSORS */
.sponsors-1, .sponsors-2, .sponsors-3 { text-align: center; }
.sponsors-1 a, .sponsors-2 a, .sponsors-3 a { display: inline-block; }
.sponsors-1 a { width: 100%; }
.sponsors-2 a { width: 48%; }
.sponsors-3 a { width: 33%; }
.sponsors-1 a img, .sponsors-2 a img, .sponsors-3 a img {width: 100%;}



/* 18. RESPONSIVE */
@media screen and (min-width: 768px) {
	.featured-slider .featured-item { height: 500px; }
}

@media screen and (max-width: 374px) {
	.featured-slider .featured-item { height: 200px; }
}