@font-face {
   font-family:"Verdana-Bold";
   src: url("../fonts/verdanab.woff");
}
@font-face {
   font-family:"Verdana";
   src: url("../fonts/verdana.woff");
}
body {
   font-family:"Verdana" !important;
}
/*---------------Header--------------*/
.header-outer {
	position: relative;
}
#header {
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,16%);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,16%);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,16%);
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: #FAFAFA;
}
.page-header {
	padding-bottom: 0px; 
	margin: 40px 0 20px;
	border-bottom: 0px solid #eee; 
}
.navbar-default {
	background-color: transparent;
	border: none;
	padding-top: 10px;
	padding-bottom: 18px;
	margin-bottom: 0px;
}
.navbar-brand {
	height: auto;
	padding: 0px 15px;
}
.navbar-brand svg {
	width: 200px;
	height: auto;
	margin-top: 15px;
}
.navbar-brand g path {
	stroke: none;
}
.navbar-brand #Layer_1 {
  width: 190px;
  height: 75px;
}
#navbarCollapse {
	float: right;
	margin-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-nav > li > a  {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	cursor: pointer;
	font-family:"Verdana-Bold";
}
.navbar-nav > li:last-child a {
	padding-right: 0px;
}
.navbar-default .navbar-nav > li > a {
	color: #EF4C76;
	text-decoration: none;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #484848;
}
/*---------------Banner--------------*/
.flex-direction-nav {
	display: none;
}
#banner {
	position: relative;
}
#banner .flexslider {
	margin: 0px;
	border: none;
	box-shadow: none;
	padding: 2px 0 2px 2px;
}
.banner-inner {
	display: flex;
	position: relative;
	z-index: 1;
}
.banner-inner .slider-wrapper {
  width: 58.6667%;
  margin-left: auto; 
}
.banner-inner .flexslider {
	border-radius: 0;
	border: none !important;
	padding: 0;
	margin: 0;
}
.flexslider {
	position: static;
}
.slider-frame {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	width: 58.6667%;
	height: 100%;
	background: url("../images/slider-frame.png");
	z-index: 9;
	background-size: cover;
	background-position: bottom left;
}
.slide-img {
	padding: 0 0 100%;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	stroke: inherit;
	stroke-width: 0px;
}
.flex-control-nav {
	width: 30px;
	position: absolute;  
	top: 58%;
	z-index: 11;
	bottom: auto;
	left: 0;
}
.flex-control-nav li {
	margin: 13px 10px;
	display: block;
}
.flex-control-paging li a {
	background-color: #D6D6D6;
	cursor: pointer;
}
.flex-control-paging li a.flex-active {
	background-color: #4BBD94;
}
.flex-control-paging li a:hover {
	background-color: #4BBD94;
}
.flex-active-slide .caption-outter {
	opacity: 1;
	visibility: visible;
}
.banner-left {
  width: 41.3333%;
	position: absolute;
	top: 50%;
  transition: all 0.5s ease;
	padding-left: calc(41.3333% - 460px);
}
.caption-outter h1,
.caption-outter h2 {
	text-transform: uppercase;
	color: #484848;
	font-size: 33px;
	letter-spacing: 2px;
	text-align: left;
	font-family:"Verdana-Bold";
	line-height: 40px;
}
.caption-link a {
	background-color: #EF4C76;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	border-radius: 10px;
	padding: 10px 50px;
	border: 2px solid #EF4C76;
	display: inline-block;
	font-family:"Verdana-Bold";
	margin-top: 50px;
	transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
}
.caption-link a:hover {
	background-color: transparent;
	color: #EF4C76;
	border: 2px solid #EF4C76;
}
/*---------------About Us--------------*/
#about-us {
	padding-top: 50px;
	padding-bottom: 60px;
}
.about-us-caption {
	margin-bottom: 80px;
}
.about-us-caption h2 {
	text-transform: uppercase;
	color: #484848;
	font-size: 33px;
	letter-spacing: 2px;
	padding-bottom: 30px;
	text-align: center;
	font-family:"Verdana-Bold";
}
.about-us-caption p {
	color: #484848;
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	max-width: 700px;
	margin: auto;
	font-family:"Verdana";
}
.about-icon {
	text-align: center;
}
.about-icon svg {
  width: 70px;
  height: 60px;
}
.about-us-icons .about-icon h4 {
	text-align: center;
}
.about-us-icons .about-icon h4 a {
	font-size: 16px;
	text-decoration: none;
	color: #484848;
	font-family:"Verdana-Bold";
}
/*---------------Venues--------------*/
@media screen and (min-width: 767px) {
#venues {
	background-color: #EF4C76;
	padding-top: 45px;
	padding-bottom: 70px;
	margin-top: 410px;
	width: 100%;
	display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}
}
.venues-left {
  padding-left: 15px;
  display: inline-block;
  width: 56%;
}
.venues-image {
	margin-top: -410px;
}
.venues-right {
  width: 44%;
}
.venues-caption {
  max-width: 400px;
}
.venues-caption h2 {
	text-transform: uppercase;
	color: #FFF;
	font-size: 33px;
	padding-bottom: 30px;
	font-family:"Verdana-Bold";
	line-height: 40px;
}
.venues-caption p {
	font-size: 18px;
	text-align: left;
	color: #FFF;
	font-weight: 300;
	font-family:"Verdana";
}
.venues-caption a {
	background-color: #FFF;
	color: #EF4C76;
	text-decoration: none;
	font-size: 16px;
	border-radius: 10px;
	padding: 10px 50px;
	border: 2px solid #FFF;
	font-family:"Verdana-Bold";
	display: inline-block;
	margin-top: 35px;
	transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
}
.venues-caption a:hover {
	background-color: transparent;
	color: #FFF;
	border: 2px solid #FFF;
}
/*---------------Suppliers--------------*/
.suppliers-outer {
	margin-bottom: 330px;
}
@media screen and (min-width: 767px) {
#suppliers {
	background-color: #4BBD94;
	padding-top: 45px;
	padding-bottom: 70px;
	width: 100%;
	display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}
}
.suppliers-right {
  padding-right: 15px;
  display: inline-block;
  width: 56%;
}
.suppliers-image {
	padding-top: 160px;
	margin-bottom: -385px;
}
.suppliers-image img {
}
.suppliers-left {
  width: 44%;
}
.suppliers-caption {
  max-width: 400px;
  margin-left: auto;
}
.suppliers-caption h2 {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
	font-size: 33px;
	padding-bottom: 30px;
	font-family:"Verdana-Bold";
	line-height: 40px;
}
.suppliers-caption p {
	font-size: 18px;
	text-align: left;
	color: #FFF;
	font-weight: 300;
	font-family:"Verdana";
}
.suppliers-caption a {
	background-color: #FFF;
	color: #4BBD94;
	text-decoration: none;
	font-size: 16px;
	border-radius: 10px;
	padding: 10px 50px;
	border: 2px solid #FFF;
	font-family:"Verdana-Bold";
	display: inline-block;
	margin-top: 35px;
	transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
}
.suppliers-caption a:hover {
	background-color: transparent;
	color: #FFF;
	border: 2px solid #FFF;
}
/*---------------Together--------------*/
#together {
	padding-top: 35px;
}
.together-caption {
	margin-bottom: 80px;
}
.together-caption h2 {
	text-transform: uppercase;
	color: #484848;
	font-size: 33px;
	letter-spacing: 2px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 38px;
	font-family:"Verdana-Bold";
}
.together-caption p {
	color: #484848;
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	max-width: 600px;
	margin: auto;
	font-family:"Verdana";
}
.together-image img {
	margin: auto;
	max-width: 850px;
}
.dashboard-button {
	text-align: center;
}
.dashboard-button a {
	background-color: #EF4C76;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	border-radius: 10px;
	padding: 10px 50px;
	border: 2px solid #EF4C76;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 70px;
	font-family:"Verdana-Bold";
	transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
}
.dashboard-button a:hover {
	background-color: transparent;
	color: #EF4C76;
	border: 2px solid #EF4C76;
}
/*---------------Contact Form--------------*/
#contact-us { 
	background-color: #EF4C76;
	padding-top: 45px;
	padding-bottom: 70px;
	position: relative;
}
#contact-us .container {
	position: relative;
	z-index: 1;
} 
#contact-us::before {
	position: absolute;
	content: "";
	background-image: url("../images/green-line-block.png");
	background-size: cover;
	background-position: center right -270px;
	display: block;
	width: 600px;
	height: 600px;
	background-repeat: no-repeat;
	right: 0px;
	top: -220px;
} 
.contact-caption h2 {
	text-transform: uppercase;
	color: #FFF;
	font-size: 33px;
	letter-spacing: 2px;
	padding-bottom: 35px;
	text-align: center;
	font-family:"Verdana-Bold";
}
.contact-form {
	max-width: 450px;
	margin: auto;
}
.common-contact {
	background-color: #EF4C76;
	border: 1px solid #FFF;
	border-radius: 5px;
	color: #FFF;
	margin-bottom: 22px;
	height: 40px;
	font-family:"Verdana";
}
.common-contact:focus {
	border: 1px solid #FFF;
	outline: 0;
	box-shadow: none;
}
.common-contact::-webkit-input-placeholder {
  color: #FFF;
  opacity:  1;
  font-style: italic;
}
.common-contact::-moz-placeholder {
  color: #FFF;
  opacity:  1;
	font-style: italic;
}
.common-contact:-ms-input-placeholder {
  color: #FFF;
  opacity:  1;
  font-style: italic;
}
.common-contact::-ms-input-placeholder {
  color: #FFF;
  opacity:  1;
  font-style: italic;
}
.common-contact::placeholder {
  color: #FFF;
  opacity:  1;
  font-style: italic;
}
.common-contact:focus::-moz-placeholder {
  opacity: 1;
}
.common-contact:focus::-webkit-input-placeholder {
  opacity: 1;
}
.common-contact:focus:-ms-input-placeholder {
  opacity: 1;
}
.common-contact:focus::-ms-input-placeholder {
  opacity: 1;
}
.contact-submit {
	text-align: center;
}
.contact-submit input {
	background-color: #FFF;
	color: #EF4C76;
	text-decoration: none;
	font-size: 16px;
	border-radius: 10px;
	padding: 10px 58px;
	border: 2px solid #FFF;
	font-weight: 600;
	display: inline-block;
	margin-top: 30px;
	transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
}
.contact-submit input:hover {
	background-color: transparent;
	color: #FFF;
	border: 2px solid #FFF;
}
#mc_embed_signup .mc-field-group input {
   
    background: transparent;
    border: 1px solid white;
    border-radius: 5px;
      clear: left;
    position: relative;
    width: 96%;
        padding: 15px 0 !important;
}
#mc_embed_signup .size1of2 {
    width:96% !important;
}
#mc_embed_signup{
    background:transparent !important;
}
#mc_embed_signup .mc-field-group select {
        clear: left;
    position: relative;
    color:white;
    height: 50px;
    width: 100% !important;
    background: transparent;
    border: 1px solid white;
}
#mc_embed_signup .button {
        background-color: white !important;
    color: #f04b75 !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    padding: 1rem 6rem 4rem !important;
    height: 55px !important;
    margin-top: 2rem !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    padding: 10px 50px !important;
    border: 2px solid #EF4C76 !important;
    margin-top: 0 !important;
    margin-bottom: 70px !important;
    font-family: "Verdana-Bold" !important;
    transition: all 0.75s ease-in-out !important;
    -ms-transition: all 0.75s ease-in-out !important;
    -o-transition: all 0.75s ease-in-out !important;
    -moz-transition: all 0.75s ease-in-out !important;
    -webkit-transition: all 0.75s ease-in-out !important;
}
#mc_embed_signup .button:hover{
        background-color: #EF4C76 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}
#mc_embed_signup .clear {
    text-align:center !important;
    width:96% !important;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
        border: 1px solid #fff !important;
}
#mc_embed_signup .mc-field-group {
    padding-bottom:4.5% !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
        margin: 0 !important;
    color: white !important;
    background-color: #4abd94 !important;
}
#mc_embed_signup #mce-success-response {
    color:white !important;
    width:100% !important;
        margin-left: -28px;
}
#mc_embed_signup #mce-error-response {
    width:100% !important;
}
input::-webkit-input-placeholder {
  color: #FFF;
  opacity:  1;
  font-style: italic;
}
input::-moz-placeholder {
  color: #FFF;
  opacity:  1;
	font-style: italic;
}
input:-ms-input-placeholder {
  color: #FFF;
  opacity:  1;
  font-style: italic;
}
input::-ms-input-placeholder {
  color: #FFF;
  opacity:  1;
  font-style: italic;
}
input::placeholder {
  color: #FFF;
  opacity:  1;
  font-style: italic;
}
input:focus::-moz-placeholder {
  opacity: 1;
}
input::-webkit-input-placeholder {
  opacity: 1;
}
input:focus:-ms-input-placeholder {
  opacity: 1;
}
input:focus::-ms-input-placeholder {
  opacity: 1;
}
#mc_embed_signup .mc-field-group label {
    display:none !important;
}
input#mce-MMERGE5 {
    min-height:130px;
}
input#mce-MMERGE5::placeholder {
    position:relative;
    top:-45px;
}
#mc_embed_signup .mc-field-group.input-group ul{
        padding: 0 !important;
    top: -4px;
    position: relative !important;
}
.mc-field-group strong {
        float: left !important;
    padding-right: 15px;
    color: white;
}
#mc_embed_signup_scroll > div:nth-child(7) {
    padding-bottom:2% !important;
}
input, select, textarea{
    color: #fff;
}

textarea:focus, input:focus {
    color: #fff;
}
/*---------------Footer--------------*/
#footer {
	padding-top: 10px;
	padding-bottom: 18px;
	-webkit-box-shadow: 1px 0px 10px 0px rgba(0,0,0,16%);
	-moz-box-shadow: 1px 0px 10px 0px rgba(0,0,0,16%);
	box-shadow: 1px 0px 10px 0px rgba(0,0,0,16%);
	background-color: #FAFAFA;
}
#footer .col-sm-6 {
	padding-left: 0px;
}
.footer-logo .navbar-brand {
	height: auto;
	padding: 0px 15px;
}
.footer-nav  {
	text-align: right;
	margin-top: 25px;
	float: left;
}
.footer-nav li  {
	list-style: none;
	display: inline-block;
}
.footer-nav li a {
	color: #EF4C76;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 16px;
	cursor: pointer;
	font-family:"Verdana-Bold";
}
.footer-nav li:last-child a {
	padding-right: 0px;
}
.footer-nav li a:focus,
.footer-nav li a:hover {
	color: #484848;
}
.copyright p {
	font-size: 11px;
	color: #484848;
	text-align: left;
	padding-top: 30px;
	font-family:"Verdana";
	padding-left: 16px;
}
.footer-nav-two {
	text-align: right;
	margin-top: 25px;
	float: left;
}
.footer-nav-two li  {
	list-style: none;
	display: inline-block;
}
.footer-nav-two li a {
	color: #484848;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	cursor: pointer;
	border-right: 1px solid #484848;
	font-family:"Verdana";
}
.footer-nav-two li:last-child a {
	padding-right: 0px;
	border-right: 0px solid #484848;
}
.footer-nav-two li a:focus,
.footer-nav-two li a:hover {
	color: #EF4C76;
}
/*--------------Responsive---------------*/
@media screen and (max-width: 767px) {
/*--------------Navigation---------------*/
.navbar-default {
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-header {
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar-nav {
	margin: 0px -15px;
}
.navbar-brand  {
	padding-right: 15px;
	padding-left: 15px;
}
#header .navbar-brand svg {
	width: 170px;
	margin-top: 4px;
}
.banner-inner {
	padding-top: 35px;
}
.navbar-toggle {
	background-color: transparent;
	border: none;
	border-radius: 0px;
	color: #000;
	margin-top: 15px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
	border: none;
	border-radius: 0px;
	color: #000;
}
#navbarCollapse {
	border-top: 0px solid #e7e7e7; 
	width: 100%;
	background-color: #EF4C76;
	position: absolute;
	left: 0px;
	z-index: 999;
	margin: 0px;
	overflow: hidden;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
	padding: 10px 0px;
	text-align: center;
	transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #484848;
}
.navbar-nav li a {
	float: none;
	padding-left: 0px;
	text-align: center;
	border-bottom: 1px solid #ededed;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFF;
}
.navbar-nav li:last-child a {
	border-bottom: 0px solid #ededed;
}
.navbar-toggle {
	width: 30px;
	height: 30px;
	padding: 0;
  display: -webkit-box;     
  display: -moz-box;       
  display: -ms-flexbox;     
  display: -webkit-flex;    
  display: flex;
  top: -3px;
}
.navbar-toggle > span {
  margin: auto;
  width: 100%;
  height: 4px;
  background: #484848;
  position: relative;
  left: 0;
  right: 0;
}
.navbar-toggle > span::after, .navbar-toggle > span::before {
  width: 100%;
  height: 4px;
  background: #484848;
  content: "";
  position: absolute;
  transition-delay: 0.3s, 0s;
  transition-duration: 0.3s, 0.3s;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.navbar-toggle > span::after {
  bottom: -9px;
  transition-property: bottom, transform;
}
.navbar-toggle > span::before {
  transition-property: top, transform;
  top: -9px;
}
.menu-in.navbar-toggle > span {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
}
.menu-in.navbar-toggle > span::after, .menu-in.navbar-toggle > span::before {
  transition-delay: 0s, 0.3s;
  width: 100%;
}
.menu-in.navbar-toggle > span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.menu-in.navbar-toggle > span::before {
  top: 0;
  transform: rotate(45deg);
}
/*-----------------Banner-----------------*/
.banner-left {
	top: 82%;
  padding-left: 30px;
  z-index: 99;
  width: 100%;
}
.banner-inner .slider-wrapper {
	width: 70%;
}
.slider-frame {
	width: 70%;
}
/*.flex-control-nav {
	top: 100%;
	display: block;
	width: 100%;
}
.flex-control-nav li {
	margin: 13px 10px;
	display: inline-block;
}*/
.flex-control-nav {
	top: 42%;
}
.caption-outter h1,
.caption-outter h2 {
	font-size: 16px;
	letter-spacing: 0px;
  line-height: 25px;
}
.caption-link a {
	font-size: 14px;
	border-radius: 5px;
	padding: 8px 19px;
	margin-top: 0px;
}
/*-----------------About Us-----------------*/
#about-us {
	margin-top: 65px;
	padding-bottom: 15px;
}
.about-us-caption {
	margin-bottom: 40px;
}
.about-us-caption h2 {
	font-size: 24px;
	letter-spacing: 0px;
	padding: 0 15px 10px;
}
.about-us-caption p {
	font-size: 14px;
	padding: 0 15px;
}
.icon-group {
	padding: 0px;
	margin-bottom: 25px;
}
/*-----------------Venues-----------------*/
#venues {
	background-color: #EF4C76;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-top: 0;
	width: 100%;
}
.venues-left {
	padding: 0 15px;
	display: inline-block;
	width: 100%;
}
.venues-image {
  margin-top: 0;
  width: 100%;
}
.venues-right {
	width: 100%;
	padding: 0 15px;
}
.venues-caption {
	max-width: 100%;
}
.venues-caption h2 {
	font-size: 24px;
	padding-bottom: 0px;
	line-height: 34px;
	margin-top: 10px;
}
.venues-caption p {
	font-size: 14px;
}
.venues-caption a {
	font-size: 14px;
	border-radius: 5px;
	padding: 8px 19px;
	margin-top: 25px;
}
/*-----------------Suppliers-----------------*/
#suppliers {
	background-color: #4BBD94;
	padding-top: 30px;
	padding-bottom: 40px;
	width: 100%;
}
.suppliers-outer {
	margin-bottom: 0;
}
.suppliers-left {
	width: 100%;
	padding: 0 15px;
}
.suppliers-caption {
	max-width: 100%;
}
.suppliers-caption h2 {
	font-size: 24px;
	padding-bottom: 0px;
	line-height: 34px;
	margin-top: 10px;
}
.suppliers-caption p {
	font-size: 14px;
}
.suppliers-caption a {
	font-size: 14px;
	border-radius: 5px;
	padding: 8px 19px;
	margin-top: 25px;
}
.suppliers-right {
	padding: 0 15px;
	display: inline-block;
	width: 100%;
}
.suppliers-image {
  padding-top: 30px;
  margin-bottom: 0;
}
/*-----------------Together-----------------*/
#together {
	padding-top: 20px;
}
.together-caption h2 {
	font-size: 24px;
	letter-spacing: 0px;
	padding: 0 15px 10px;
	line-height: 34px;
}
.together-caption p {
	font-size: 14px;
	padding: 0 15px;
}
.together-caption {
	margin-bottom: 10px;
}
.together-image img {
	max-width: 100%;
}
.dashboard-button a {
	font-size: 14px;
	border-radius: 5px;
	padding: 8px 19px;
	margin-top: 15px;
	margin-bottom: 40px;
}
/*-----------------Contact-----------------*/
#contact-us {
	padding-bottom: 0px;
}	
#contact-us::before {
	display: none;
}
.contact-caption h2 {
	font-size: 24px;
	letter-spacing: 0px;
	padding: 0 15px 10px;
	line-height: 30px;
}
.contact-form {
	margin-top: 20px;
	padding: 0 15px;
}
.contact-submit input {
	font-size: 14px;
	border-radius: 5px;
	padding: 8px 19px;
	margin-top: 15px;
	margin-bottom: 30px;
}
/*-----------------Footer-----------------*/
#footer {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: none;
}
#footer .navbar-brand {
	text-align: center;
	width: 100%;
}
#footer .navbar-brand svg {
	width: 170px;
	height: auto;
	margin-top: 0px;
}
.footer-logo {
  width: 100%;
  display: inline-block;
}
.footer-nav {
	text-align: center; 
 	float: none;
}
.footer-nav ul {
	padding-left: 0px;
	padding-top: 10px;
}
.footer-nav li a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}
.footer-nav li:first-child a {
	padding-left: 0px;
}
.copyright p {
	padding-top: 10px;
	text-align: center;
}
.footer-nav-two {
	text-align: center; 
	margin-top: 20px;
 	float: none;
}
.footer-nav-two ul {
	padding-left: 0px;
}
.footer-nav-two li a {
	padding-left: 10px;
	padding-right: 10px;
}
.footer-nav-two li:first-child a {
	padding-left: 0px;
}
}

@media screen and (min-width:768px) and (max-width:991px) {
/*-----------------Header-----------------*/
.navbar-nav > li > a {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	cursor: pointer;
	font-family: "Verdana-Bold";
}
.navbar-nav > li:last-child a {
	padding-right: 0px;
}
.navbar-brand svg {
	width: 160px;
	height: auto;
	margin-top: 15px;
}
/*-----------------Banner-----------------*/
.banner-left {
	top: 42%;
	padding-left: calc(41.3333% - 285px);
}
.caption-outter h2,
.caption-outter h1{
	color: #484848;
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 30px;
}
.caption-link a {
	padding: 10px 30px;
	margin-top: 20px;
}
/*-----------------About Us-----------------*/
#about-us {
	padding-top: 65px;
	padding-bottom: 20px;
}
.about-us-caption {
	margin-bottom: 52px;
}
.about-us-caption h2 {
	font-size: 30px;
}
.about-us-caption p {
	font-size: 15px;
}
.icon-group {
  padding: 0px;
}
/*-----------------Venues-----------------*/
#venues {
	padding-top: 20px;
	padding-bottom: 60px;
	margin-top: 200px;
}
.venues-image {
	margin-top: -200px;
}
.venues-right {
	padding-right: 15px;
}
.venues-caption h2 {
	font-size: 30px;
	padding-bottom: 10px;
	line-height: 35px;
}
.venues-caption p {
  font-size: 15px;
}
.venues-caption a {
	padding: 10px 30px;
	margin-top: 20px;
}
/*-----------------Suppliers-----------------*/
#suppliers {
	padding-top: 20px;
	padding-bottom: 60px;
}
.suppliers-outer {
	margin-bottom: 0;
}
.suppliers-left {
	padding-left: 15px;
}
.suppliers-image {
	padding-top: 120px;
 	margin-bottom: 0px;
}
.suppliers-caption h2 {
	font-size: 30px;
	padding-bottom: 10px;
	line-height: 35px;
}
.suppliers-caption p {
  font-size: 15px;
}
.suppliers-caption a {
	padding: 10px 30px;
	margin-top: 20px;
}
/*-----------------Together-----------------*/
#together {
	padding-top: 20px;
}
.together-caption {
	margin-bottom: 0px;
}
.together-caption h2 {
	font-size: 30px;
	padding-bottom: 23px;
}
.together-caption p {
  font-size: 15px;
}
.together-image img {
	max-width: 100%; 
}
.dashboard-button a {
	padding: 10px 30px;
	margin-top: 20px;
}
/*-----------------Contact Us-----------------*/
#contact-us {
	padding-bottom: 40px;
}
#contact-us::before {
	display: none;
}
.contact-submit input {
	padding: 10px 30px;
	margin-top: 20px;
}
/*-----------------Footer-----------------*/
.footer-nav {
	padding-left: 0px;
}
.footer-nav ul {
	padding-left: 0px;
}
.footer-nav li a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}
.copyright p {
	padding-top: 20px;
}
.footer-nav-two {
	padding-left: 0px;
}
.footer-nav-two ul {
	padding-left: 0px;
}
.footer-nav-two li a {
	padding-left: 10px;
	padding-right: 10px;
}
}
@media screen and (min-width:992px) and (max-width:1199px) {
.banner-left {
	padding-left: calc(41.3333% - 380px);
}
#about-us {
	padding-top: 30px;
	padding-bottom: 40px;
}
#about-us {
	padding-top: 30px;
	padding-bottom: 40px;
}
.suppliers-caption {
	max-width: 400px;
	padding-left: 20px;
}
.suppliers-outer {
  margin-bottom: 120px;
}
.together-caption {
	margin-bottom: 50px;
}
.dashboard-button a {
	margin-top: 0px;
	margin-bottom: 60px;
}
#contact-us::before {
	width: 500px;
	height: 500px;
}
#contact-us {
	padding-top: 40px;
	padding-bottom: 50px;
}
.footer-nav ul {
	padding-left: 0px;
}
.footer-nav li a {
	padding-left: 18px;
	padding-right: 18px;
}
.copyright p {
	padding-top: 25px;
}
.footer-nav-two {
	margin-top: 20px;
}
}
@media screen and (min-width: 1600px) {
.container {
	width: 1250px;
}
#navbarCollapse {
	padding-right: 0px;
}
.banner-left {
	padding-left: calc(41.3333% - 470px);
}
.caption-outter h1,
.caption-outter h2,
.about-us-caption h2,
.venues-caption h2,
.suppliers-caption h2,
.together-caption h2,
.contact-caption h2 {
	font-size: 37px;
}
.about-us-caption p,
.together-caption p {
	font-size: 23px;
}
.contact-form {
  max-width: 540px;
  margin: auto;
}
#contact-us::before {
  background-position: center right -300px;
  width: 700px;
  height: 700px;
  top: -254px;
}
.venues-caption {
	max-width: 430px;
}
.venues-right {
	width: 44%;
	padding-right: 175px;
}
.venues-caption {
	max-width: 100%;
}
.suppliers-left {
	width: 44%;
	padding-left: 175px;
}
.suppliers-caption {
	max-width: 100%;
}
#footer .col-sm-6 {
	padding-left: 0px;
}
.dashboard-button a {
	margin-top: 20px;
}
}
@media screen and (min-width: 1900px) {
.container {
	width: 1340px;
}
.banner-left {
	padding-left: calc(41.3333% - 470px);
}
#navbarCollapse {
	padding-right: 0px;
}
.caption-outter h2,
.caption-outter h1{
	line-height: 52px;
}
.flex-control-nav {
	top: 63%;
}
.about-us-caption {
	margin-bottom: 100px;
}
.about-us-caption h2 {
	padding-bottom: 50px;
}
.about-us-caption p {
	max-width: 897px;
	margin: auto;
}
.about-us-icons .about-icon h4 {
	margin-top: 25px;
}
#venues,
#suppliers {
	padding-top: 100px;
	padding-bottom: 100px;
}
.venues-caption,
.suppliers-caption {
	max-width: 544px;
}
.venues-caption h2,
.suppliers-caption h2 {
	line-height: 52px;
}
.suppliers-image {
	padding-top: 180px;
	margin-bottom: -600px;
}
.suppliers-image img {
	padding-top: 20px;
}
.suppliers-outer {
	margin-bottom: 515px;
}
.caption-outter h1,
.caption-outter h2,
.about-us-caption h2,
.venues-caption h2,
.suppliers-caption h2,
.together-caption h2,
.contact-caption h2 {
	font-size: 42px;
}
.about-us-caption p,
.together-caption p {
	font-size: 28px;
}
.venues-caption p,	
.suppliers-caption p {
	font-size: 21px;
}
#venues {
	margin-top: 500px;
}
.venues-image {
	margin-top: -500px;
}
.together-caption h2 {
	line-height: 54px;
	padding-bottom: 40px;
}
.together-caption p {
  max-width: 925px;
}
.contact-form {
  max-width: 620px;
  margin: auto;
}
#contact-us::before {
  background-position: center right -370px;
  width: 820px;
  height: 820px;
  top: -315px;
}
.dashboard-button a {
  margin-top: 60px;
  margin-bottom: 110px;
}
#footer .col-sm-6 {
	padding-left: 0px;
}
.venues-right {
	padding-left: 20px;
}
.suppliers-left {
	padding-right: 15px;
}
.contact-caption h2 {
	padding-bottom: 50px;
}
}