/*
Theme Name: Crystal Plaza
Theme URI: http://visualsoldiers.com
Description: Hand Crafted with love in Atlanta.
Author: Visual Soldiers
Author URI: http://visualsoldiers.com
Version: 1.0.0
*/

/* ==========================================================================
   Global styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700|Playfair+Display');

body {
	background: #191919;
	position: relative;
	overflow-x: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	transition: background-color 1.5s ease-in-out;
	-moz-transition: background-color 1.5s ease-in-out;
	-webkit-transition: background-color 1.5s ease-in-out;
} 

.container {
	max-width: 1400px;
	padding-left: 90px;
  padding-right: 90px;
}

.container-fluid {
	max-width: 2000px;
	padding-left: 90px;
  padding-right: 90px;
}

.container-full {
	width: 100%;
}

.row {
	margin-left: 15px;
	margin-right: 15px;
}
   
h1, .h1, h2, .h2, h3, .h3, q:before, .onehundred, .pagination {
	font-family: 'Playfair Display', serif;
	color: #ffffff;
}

h4, .h4, .btn, body, p, .p, .navbar  {
	font-family: 'Cabin', sans-serif;
}

h1, .h1 {
	font-size: 3.2rem;
	font-weight: 400;
}

h2, .h2 {
	font-size: 2.2rem;
	font-weight: 400;
}

h3, .h3 {
	font-size: 1.85rem;
	font-weight: 400;
	margin-bottom: 15px;
}

h4, .h4, .menu-btn a {
	font-size: 0.7rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0.2rem;
	line-height: 1rem;
}

.menu-btn2 a {
	font-size: 0.7rem;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 0.1rem;
	line-height: 1rem;
}

body, p, .p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9rem;
	color: #7a8080;
}

hr {
	border-color: #e5e5e5;
}



/*----------------Utilities-----------------*/

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

p a {
	color: #998067;
}
p a:hover, p a:focus, p a:active {
	color: #b59676;
}

.white p {
	color: #ffffff;
}

.btn {
	padding: 0.5rem 1.75rem;
	border-radius: 0rem;
	color: #ffffff;
	font-size: 0.7rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	margin-left: 0.8rem;
}

.btn-primary {
	background: #9a7e44;
	border-color: #9a7e44;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #9a7e44;
	border-color: #9a7e44;
	color: #ffffff;
	box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.25);
}

.link {
	font-weight: 400;
	font-size: 0.7rem;
	text-transform: uppercase;
	color: #998067;
	letter-spacing: 0.2rem;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.link:hover {
	color: #b59676;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.more {
	font-weight: 400;
	font-size: 0.70rem;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.more:hover {
	color: #998067;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon:before { 
  display: inline-block;
  content: ' ';
  background-image: url('images/arrow-right-sm.svg');
  background-size: 30px 25px;
  height: 25px;
  width: 30px;
  vertical-align: middle;
  position: absolute;
  top: 3px;
}
a.more > span.icon {
  float: none;
  margin: 0.1em 0.3em -0.1em 0;
  font-size: 19px;
  padding-left: 0px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.more:hover > span.icon {
  float: none;
  margin: 0.1em -0.1em -0.1em 0;
  opacity: 1;
  padding-left: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


li a:hover, li a:focus, li a:active {
	color: #998067;
}

.video-link:hover {
	cursor: pointer;
}

.t-1-5 {
	font-size: 1.5rem;
}
/*----------------Margins-----------------*/
.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.m-y-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.m-a-1 {
  margin: 1rem !important;
}
.m-t-1 {
  margin-top: 1rem !important;
}
.m-r-1 {
  margin-right: 1rem !important;
}
.m-b-1 {
  margin-bottom: 1rem !important;
}
.m-l-1 {
  margin-left: 1rem !important;
}
.m-x-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.m-y-1 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.m-a-2 {
  margin: 2rem !important;
}
.m-t-2 {
  margin-top: 2rem !important;
}
.m-r-2 {
  margin-right: 2rem !important;
}
.m-b-2 {
  margin-bottom: 2rem !important;
}
.m-l-2 {
  margin-left: 2rem !important;
}
.m-x-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.m-y-2 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}
.m-a-3 {
  margin: 3rem !important;
}
.m-t-3 {
  margin-top: 3rem !important;
}
.m-r-3 {
  margin-right: 3rem !important;
}
.m-b-3 {
  margin-bottom: 3rem !important;
	font-size: 1.5rem;
}
.m-l-3 {
  margin-left: 3rem !important;
}
.m-x-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.m-y-3 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.m-a-4 {
  margin: 4rem !important;
}
.m-t-4 {
  margin-top: 4rem !important;
}
.m-r-4 {
  margin-right: 4rem !important;
}
.m-b-4 {
  margin-bottom: 4rem !important;
}
.m-l-4 {
  margin-left: 4rem !important;
}
.m-x-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.m-y-4 {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important;
}
.m-a-5 {
  margin: 5rem !important;
}
.m-t-5 {
  margin-top: 5rem !important;
}
.m-r-5 {
  margin-right: 5rem !important;
}
.m-b-5 {
  margin-bottom: 5rem !important;
}
.m-l-5 {
  margin-left: 5rem !important;
}
.m-x-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.m-y-5 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}
.m-a-6 {
  margin: 6rem !important;
}
.m-t-6 {
  margin-top: 6rem !important;
}
.m-r-6 {
  margin-right: 6rem !important;
}
.m-b-6 {
  margin-bottom: 6rem !important;
}
.m-l-6 {
  margin-left: 6rem !important;
}
.m-x-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.m-y-6 {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important;
}

/*----------------Padding-----------------*/
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-y-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.p-a-1 {
  padding: 1rem !important;
}
.p-t-1 {
  padding-top: 1rem !important;
}
.p-r-1 {
  padding-right: 1rem !important;
}
.p-b-1 {
  padding-bottom: 1rem !important;
}
.p-l-1 {
  padding-left: 1rem !important;
}
.p-x-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.p-y-1 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.p-a-2 {
  padding: 2rem !important;
}
.p-t-2 {
  padding-top: 2rem !important;
}
.p-r-2 {
  padding-right: 2rem !important;
}
.p-b-2 {
  padding-bottom: 2rem !important;
}
.p-l-2 {
  padding-left: 2rem !important;
}
.p-x-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.p-y-2 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}
.p-a-3 {
  padding: 3rem !important;
}
.p-t-3 {
  padding-top: 3rem !important;
}
.p-r-3 {
  padding-right: 3rem !important;
}
.p-b-3 {
  padding-bottom: 3rem !important;
}
.p-l-3 {
  padding-left: 3rem !important;
}
.p-x-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.p-y-3 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.p-a-4 {
  padding: 4rem !important;
}
.p-t-4 {
  padding-top: 4rem !important;
}
.p-r-4 {
  padding-right: 4rem !important;
}
.p-b-4 {
  padding-bottom: 4rem !important;
}
.p-l-4 {
  padding-left: 4rem !important;
}
.p-x-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.p-y-4 {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
}
.p-a-5 {
  padding: 5rem !important;
}
.p-t-5 {
  padding-top: 5rem !important;
}
.p-r-5 {
  padding-right: 5rem !important;
}
.p-b-5 {
  padding-bottom: 5rem !important;
}
.p-l-5 {
  padding-left: 5rem !important;
}
.p-x-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.p-y-5 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important;
}
.p-a-6 {
  padding: 6rem !important;
}
.p-t-6 {
  padding-top: 6rem !important;
}
.p-r-6 {
  padding-right: 6rem !important;
}
.p-b-6 {
  padding-bottom: 6rem !important;
}
.p-l-6 {
  padding-left: 6rem !important;
}
.p-x-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.p-y-6 {
  padding-bottom: 6rem !important;
  padding-top: 6rem;
}

/*----------------Zindex-----------------*/
.z-0 {
	z-index: -1 !important;
}
.z-1 {
	z-index: 10 !important;
}
.z-2 {
	z-index: 20 !important;
}
.z-3 {
	z-index: 30 !important;
}
.z-4 {
	z-index: 40 !important;
}
.z-5 {
	z-index: 50 !important;
}


/*----------------Main Colors-----------------*/
.white {
	color: #ffffff;
}

.black {
	color: #191919;
}

.black-price {
	color: #191919;
	float: right;
}
.dark-gray {
	color: #2b2b2b;
}

.gray {
	color: #7a8080;
}

.light-gray {
	color: #eaeaea;	
}

.gold {
	color: #998067;
}

/*----------------Background Colors-----------------*/
.bg-white {
	background: #ffffff;
}

.bg-black {
	background: #191919;
}

.bg-dark-gray {
	background: #2b2b2b;
}

.bg-gray {
	background: #7a8080;
}

.bg-light-gray {
	background: #eaeaea;	
}

.bg-gold {
	background: #998067;
}

.marble-bg {
	background-image: url("images/gazebo-pattern-bg.png");
	background-repeat: repeat;
}

.dark-marble-bg {
	background: url("images/dark-marble-bg.jpg")  no-repeat left center; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;
	width: 100%;
	height: auto;
}

/*.art-bg {
    background:url("images/gazebo-art-bg.jpg") no-repeat center center; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;
    width: 100%;
}*/
.art-bg {
	background-image: url("images/gazebo-art-bg.jpg");
	background-repeat: repeat;
}

.black-tr-bg {
    background: rgba(0, 0, 0, 0.6);
}
.spcl-tr-bg {
    background: rgba(139, 120, 86, 1);
    padding: 1rem 5.5rem !important;
}
.spcl-tr-bg h3 {
    margin-bottom: .5rem;
    font-size:2rem;
    /*line-height: 1.6rem;*/
}
.spcl-tr-bg h4 {
    font-size:1rem;
        margin-top: 1rem;
}
.showmob {
	display: none;
}
@media (max-width:548px){
	.hidemob {
		display: none;
	}
	.showmob {
		display: inline-block;
	}
}
@media (max-width:768px){
.spcl-tr-bg 	{padding: 1rem 2.5rem !important;}
.spcl-tr-bg h4 { font-size:1rem; }
	
}



.spcl-tr-bg2 {
    background: rgba(86, 45, 6, 1);
    padding: 1rem 4rem !important;
}
.spcl-tr-bg2 h3 {
    margin-bottom: .5rem;
    font-size:2rem;
    /*line-height: 1.6rem;*/
}
.spcl-tr-bg2 h4 {
    font-size:1rem;
        margin-top: 1rem;
}
@media (max-width:768px){
.spcl-tr-bg2 	{padding: 1rem 4rem !important;}
.spcl-tr-bg2 h1 { font-size:3rem; }
.spcl-tr-bg2 h4 { font-size:1rem; }
}

/*---------custom styles--------*/
.min-h-7 {
    min-height: 70px;
}
.min-h-4 {
    min-height: 40px;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.ht-auto {
    height: auto !important;
}
.whatsnew-item{
	position: relative;
    color: #fff;
    font-family: "Helvetica Neue", "Raleway", sans-serif;
    font-weight: 400;
    
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}
.newsection{
   position: relative;
    color: #fff;
    font-family: "Helvetica Neue", "Raleway", sans-serif;
    font-weight: 400;
    text-align: center;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    margin-top: -250px;
}
.newsection {
    
    
}
/* ==========================================================================
   Navigation Styles
   ========================================================================== */
.bg-faded {
    background-color: #191919;
}

.navbar {
    border-radius: 0rem;
}

.navbar {
	font-size: 1.02rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

.navbar-brand {
  float: left;
  font-size: 1.05rem;
  margin-right: 1.8rem;
  margin-left: 4.3rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
}

.navbar-nav .nav-link {
    display: block;
    padding-bottom: 1rem;
    padding-top: 1em;
}

.navbar-nav .nav-item + .nav-item {
    margin-left: 2.5rem;
}

.navbar-light .navbar-brand {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.3);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.nav-link {
	overflow: hidden;
	position: relative;
}

.nav-link:after, .dropdown-toggle.nav-link:after {
  content: '';
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 0%;
  height: 1.5px;
  background-color: #ffffff;
  width: 100%;
  transform: translate(-102%, 0px);
  -moz-transform: translate(-102%, 0px);
  -webkit-transform: translate(-102%, 0px);
  transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.nav-link:hover:after, .dropdown-toggle.nav-link:hover:after {
  transform: translate(102%, 0px);
  -webkit-transform: translate(102%, 0px);
  -moz-transform: translate(102%, 0px);
}

.nav-item {
	position: relative;
	padding-bottom:0.5rem;
}

.dropdown-toggle[type=button] {
    -webkit-appearance: inherit;
}

.dropdown-toggle {
	background: transparent;
}

.dropdown-toggle::after {
  border-left: 0em solid transparent;
  border-right: 0em solid transparent;
  border-top: 0em solid;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 0em;
  vertical-align: middle;
  width: 0;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #2b2b2b;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: rgba(255, 255, 255, 0.3);
  display: none;
  float: left;
  font-size: 0.80rem;
	font-weight: 400;
	letter-spacing: 0.12rem;
	text-transform: uppercase;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 20px 15px;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.dropdown-item {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  clear: both;
  color: rgba(255, 255, 255, 0.3);
  display: block;
  font-weight: 400;
  padding: 3px 20px;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}

.dropdown-menu .menu-item.nav-item {
  margin-left: 0rem;
}

.menu-item.active a {
  color: #fff;
}

.current-menu-parent.dropdown.nav-item a.dropdown-toggle {
  color: #fff;
}

/*--------------Ring Link-------------*/
#rings {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 20px 0 0;
}

#rings .band {
	position: relative;
	left: 55px; 
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#rings:hover .band, #rings:focus .band {
	left: 57px;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#rings .diamond {
	position: relative;
	right: 0;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#rings:hover .diamond, #rings:focus .diamond {
	right: 3px;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


.rings-text {
	display: inline-block;
  height: 12px;
  width: 100%;
  display: inline-block;
  position: absolute;
  padding: 20px;
  top: 150px;
  z-index: 1;
  
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform-origin: 0 0 0;
}

.rings-text:after {
  content: 'Bride & Groom';
  position: absolute;
  left: -60px;
  opacity: 0;
  
  width: 101%;
  transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}


#rings:hover .rings-text:after {
 	opacity: 1;
  transform: translate(0.3%, 0px);
  -webkit-transform: translate(0.3%, 0px);
  -moz-transform: translate(0.3%, 0px);
  
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.rings-text2 {
	position: absolute;
  right: -80px;
  top: 60px;
  
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform-origin: 0 0 0;
}

.overlay-columns .rings-text2 {
  opacity: 0;
  
  transition: opacity 0.5s ease-in-out 0s;
  -moz-transition: opacity 0.5s ease-in-out 0s;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  -o-transition: opacity 0.5s ease-in-out 0s;
}

#overlay.open .rings-text2 {
  opacity: 1;
  
  transition: opacity 0.5s ease-in-out 0s;
  -moz-transition: opacity 0.5s ease-in-out 0s;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  -o-transition: opacity 0.5s ease-in-out 0s;
 
  
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}



/*--------------Overlay-------------*/

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11000;
  overflow-y: scroll;
  background-color: #2b2b2b;
  
  transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  
  transition: all 0.70s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -moz-transition: all 0.70s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -webkit-transition: all 0.70s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -o-transition: all 0.70s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  opacity: 0.96;
}

#overlay.open {
  transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px); 
  opacity: 1;
}

#overlay .close {
  left: 6%;
  opacity: 0;
  padding: 2px 17px;
  position: fixed;
  top: 50%;
  z-index: 20;
}

#overlay.open .close:hover {
  opacity: 0.5;
  margin-left: 5px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

#overlay.open .close {
	opacity: 1;
	margin-left: 0;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	
	transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}

.overlay-link {
	display: block;
	opacity: 1;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.overlay-link:hover, .overlay-link:focus {
	opacity: 0.2;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

/*columns*/
#overlay .overlay-columns {
  background: transparent none repeat scroll 0 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  height: 100vh;
  position: relative;
  top: 50%;
}


#overlay.open .overlay-columns {
  height: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  transition: opacity 0.0s ease 0.5s;
  -moz-transition: opacity 0.0s ease 0.5s;
  -webkit-transition: opacity 0.0s ease 0.5s;
  -o-transition: opacity 0.0s ease 0.5s;
}

.overlay-columns [class*='col-sm-'], .overlay-columns [class*='col-md-'] {
  opacity: 0;
  padding: 0 1rem 1.5em;
  transform: translateY(30px);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  
  transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  -moz-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  -webkit-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}


#overlay.open .overlay-columns [class*='col-sm-']:first-child, #overlay.open .overlay-columns [class*='col-md-']:first-child {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}

#overlay.open .overlay-columns [class*='col-sm-']:nth-child(2), #overlay.open .overlay-columns [class*='col-md-']:nth-child(2) {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
}

#overlay.open .overlay-columns [class*='col-sm-']:nth-child(3), #overlay.open .overlay-columns [class*='col-md-']:nth-child(3) {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}

#overlay.open .overlay-columns [class*='col-sm-'], #overlay.open .overlay-columns [class*='col-md-'] {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}


/*Content Zoom*/
#main-content {
	position: relative;
	z-index: 0;
	opacity: 1;
	/*overflow-x: hidden; 3 may */
	-webkit-transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
   -moz-transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
     -o-transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
     -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	
	-moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

}

#main-content.zoomout {
	position: relative;
	z-index: 0;
	opacity: 0.5;
	overflow: hidden;
	-webkit-transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
   -moz-transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
     -o-transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
     -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	
	-moz-transform: scale(0.992);
  -webkit-transform: scale(0.992);
  -o-transform: scale(0.992);
  transform: scale(0.992);
}



/*--------------Headroom-------------*/
.headroom {
    will-change: transform;
-webkit-transition: all 300ms cubic-bezier(0.600, 0.175, 0.505, 0.895);
   -moz-transition: all 300ms cubic-bezier(0.600, 0.175, 0.505, 0.895);
     -o-transition: all 300ms cubic-bezier(0.600, 0.175, 0.505, 0.895);
        transition: all 300ms cubic-bezier(0.600, 0.175, 0.505, 0.895); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.600, 0.175, 0.505, 0.895);
   -moz-transition-timing-function: cubic-bezier(0.600, 0.175, 0.505, 0.895);
     -o-transition-timing-function: cubic-bezier(0.600, 0.175, 0.505, 0.895);
        transition-timing-function: cubic-bezier(0.600, 0.175, 0.505, 0.895); /* custom */
}
.headroom--pinned {
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}


/*-----------------Side Menu-----------------*/
.sidemenu-btn-wrapper {
  height: 30px;
  left: 30px;
  position: absolute;
  top: 10px;
  padding-top: 5px;
  width: 30px;
  z-index: 10000;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out 0.35s, top 0s ease-in-out 0.35s;
  -moz-transition: opacity 0.2s ease-in-out 0.35s, top 0s ease-in-out 0.35s;
  -webkit-transition: opacity 0.2s ease-in-out 0.35s, top 0s ease-in-out 0.35s;
  -o-transition: opacity 0.2s ease-in-out 0.35s, top 0s ease-in-out 0.35s;
}

.sidemenu-btn-wrapper.in-nav {
  height: 30px;
  left: -120px;
  margin-bottom: -10px;
  position: relative;
  top: 10px;
}

.sidemenu-btn::after, .sidemenu-btn::before, .sidemenu-btn div.sidemenu-btn-center::before {
  content: "";
  display: block;
  height: 2px;
  margin: 4px 0;
  outline: 1px solid transparent;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  width: 20px;
}

.sidemenu-btn::after, .sidemenu-btn::before, .sidemenu-btn div.sidemenu-btn-center::before {
  background-color: #ffffff;
}

.sidemenu-btn:hover::after, .sidemenu-btn:hover::before, .sidemenu-btn:hover div.sidemenu-btn-center::before {
  background-color: #ffffff;
  opacity: 0.7;
}

.sidemenu-active .sidemenu-btn::after, .sidemenu-active .sidemenu-btn::before, .sidemenu-active .sidemenu-btn div.sidemenu-btn-center::before {
  background-color: #ffffff;
}

.sidemenu-active .sidemenu-btn:hover::after, .sidemenu-active .sidemenu-btn:hover::before, .sidemenu-active .sidemenu-btn:hover div.sidemenu-btn-center::before {
  background-color: #ffffff;
}

.sidemenu-active .sidemenu-btn::before {
  margin: 0px 0 0;
  transform: translateY(12px) rotate(45deg);
  -moz-transform: translateY(12px) rotate(45deg);
  -webkit-transform: translateY(12px) rotate(45deg);
  -o-transform: translateY(12px) rotate(45deg);
  
  -webkit-transition-delay: 0.2s; /* Safari */
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.sidemenu-active .sidemenu-btn::after {
  margin: 2px 0 0;
  transform: translateY(0px) rotate(-45deg);
  -moz-transform: translateY(0px) rotate(-45deg);
  -webkit-transform: translateY(0px) rotate(-45deg);
  -o-transform: translateY(0px) rotate(-45deg);
  
  -webkit-transition-delay: 0.2s; /* Safari */
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.sidemenu-active .sidemenu-btn div.sidemenu-btn-center {
  opacity: 0;
  
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  
  -webkit-transition-delay: 0.2s; /* Safari */
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.sidemenu-btn div.sidemenu-btn-center {
  opacity: 1;
  
  transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -webkit-transition: all 0.15s ease 0s;
  -o-transition: all 0.25s ease 0s;
  
  -webkit-transition-delay: 0.2s; /* Safari */
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.sidemenu-background {
  background-color: #191919;
  box-shadow: 0px 6px 6px rgba(0,0,0,0.3);
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 270px;
  z-index: 9100;
  
  transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  
  transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -moz-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -webkit-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -o-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
}
.sidemenu-background-active {
  transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.sidemenu-main-wrapper {
  color: #767676;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden !important;
  padding: 0;
  position: fixed;
  top: 0;
  width: 270px;
  z-index: 9200;
  
  transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  
  transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -moz-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -webkit-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
  -o-transition: all 0.35s cubic-bezier(0.30, 0.15, 0.30, 0.90) 0s;
}
.sidemenu-main-wrapper-active {
  transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.sidemenu-main-wrapper-inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll !important;
  padding-left: 30px;
  padding-top: 70px;
  position: relative;
  text-align: left;
  width: 287px;
}

.sidemenu-background-overlay {
  background-color: #000;
  height: 110%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: -1000%;
  width: 100%;
  z-index: 9000;
  transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  -moz-transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  -webkit-transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  -o-transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
}

.sidemenu-background-overlay-active {
  opacity: 0.5;
  top: 0;
  transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  -moz-transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  -webkit-transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  -o-transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
}

.side-menu-navigation {
    font-style: normal;
}

.side-menu-navigation {
  list-style: outside none none;
  margin: 0;
  padding: 2px 0 15px;
}


.side-menu-navigation  {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.12rem;
	text-transform: uppercase;
	padding: 3px 0px;
}

.side-menu-navigation .dropdown-menu {
  position: relative;
  width: 100%;
  background: transparent;
  padding: 0px 0px 10px;
}


/*-----------------Home Loader-------------------*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10000;
}

#loader-wrapper .loader-section {
  position: fixed;
  background: transparent;
  z-index: 10001;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 48%;
  margin-left: -35px;
  z-index: 10001;
}
    
#loader-wrapper .loader-section.section-left {
  position: fixed;
  top: 0;
  left: 0;
  height: 50vh;
  background: #191919;
  width: 100%;
  z-index: 1000;
  opacity: 1;
}

.loaded #loader-wrapper .loader-section.section-left.animate {
  width: 0%;
   opacity: 1;
  -webkit-transition: all 1100ms cubic-bezier(0.710, 0.010, 0.495, 0.945);
   -moz-transition: all 1100ms cubic-bezier(0.710, 0.010, 0.495, 0.945);
     -o-transition: all 1100ms cubic-bezier(0.710, 0.010, 0.495, 0.945);
        transition: all 1100ms cubic-bezier(0.710, 0.010, 0.495, 0.945); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.710, 0.010, 0.495, 0.945);
   -moz-transition-timing-function: cubic-bezier(0.710, 0.010, 0.495, 0.945);
     -o-transition-timing-function: cubic-bezier(0.710, 0.010, 0.495, 0.945);
        transition-timing-function: cubic-bezier(0.710, 0.010, 0.495, 0.945); /* custom */
}

#loader-wrapper .loader-section.section-right {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 50vh;
  background: #191919;
  width: 100%;
  z-index: 1000;
  opacity: 1;
}


.loaded #loader-wrapper .loader-section.section-right.animate {
  width: 0%;
   opacity: 1;
  -webkit-transition: all 1100ms cubic-bezier(0.710, 0.010, 0.495, 0.945);
   -moz-transition: all 1100ms cubic-bezier(0.710, 0.010, 0.495, 0.945);
     -o-transition: all 1100ms cubic-bezier(0.710, 0.010, 0.495, 0.945);
        transition: all 1100ms cubic-bezier(0.710, 0.010, 0.495, 0.945); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.710, 0.010, 0.495, 0.945);
   -moz-transition-timing-function: cubic-bezier(0.710, 0.010, 0.495, 0.945);
     -o-transition-timing-function: cubic-bezier(0.710, 0.010, 0.495, 0.945);
        transition-timing-function: cubic-bezier(0.710, 0.010, 0.495, 0.945); /* custom */
}


#loader-wrapper .loader-section.section-black {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 100vh;
  background: #191919;
  width: 100%;
  z-index: 1000;
  opacity: 1;
}

.loaded #loader {
  opacity: 0;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;  
  transition: all 0.3s ease-out;
  
  -webkit-transition-delay: 0.3s; /* Safari 4.0 - 8.0 */
  -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.loaded #loader-wrapper {
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.5s 1s ease-out;
	-moz-transition: all 0.5s 1s ease-out;
  -webkit-transition: all 0.5s 1s ease-out;  
  transition: all 0.5s 1s ease-out;
}

.badge {
	position: fixed;
	top: 100px;
	right: 0;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

#cpg {
	min-height: 180vh;
	width: 100%;
  margin: auto;
  overflow-x: hidden;
  position: absolute;
  text-align: center;
  margin-top: 100px;
}

#cpg .c {
	margin-left: 20%;
	margin-top: 2%;
}

#cpg .r {
	margin-left: 35%;
	margin-top: 15%;
}

#cpg .y {
	margin-left: 85%;
	margin-top: 8%;
}

#cpg .s {
	margin-left: 4%;
	margin-top: 50%;
}

#cpg .t {
	margin-left: 55%;
	margin-top: 30%;
}

#cpg .a {
	margin-left: 65%;
	margin-top: 40%;
}

#cpg .l {
	margin-left: 75%;
	margin-top: 50%;
}

#cpg .p {
	margin-left: 25%;
	margin-top: 60%;
}

#cpg .l2 {
	margin-left: 5%;
	margin-top: 80%;
}

#cpg .a2 {
	margin-left: 45%;
	margin-top: 90%;
}

#cpg .z {
	margin-left: 65%;
	margin-top: 65%;
}

#cpg .a3 {
	margin-left: 85%;
	margin-top: 75%;
}


.layer {
	padding-top: 40px;
	opacity: 0;
	position: absolute;
}

.layer.in-view  {
  transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  -moz-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  -webkit-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    
  padding-top: 0;
  opacity: 0.1;
}



/* Global Animation */
.moveUp {
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

.moveUp.in-view {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  
  -webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}


@-webkit-keyframes moveUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 0;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



.animationDelay{
	animation-delay:0.1s;
	-webkit-animation-delay:0.1s;
}
.animationDelay1{
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
}
.animationDelay2{
	animation-delay:0.5s;
	-webkit-animation-delay:0.5s;
}

.animationDelay3{
	animation-delay:0.7s;
	-webkit-animation-delay:0.7s;
}


/* Global Parallax */
.parallax {
	-webkit-transform: translateZ(0);
	display: block;
}


/* ==========================================================================
   Main Styles
   ========================================================================== */
/* remove spacing between middle columns */
.row.full [class*='col-']:not(:first-child):not(:last-child) {
  padding-right:0;
  padding-left:0;
}
/* remove right padding from first column */
.row.full [class*='col-']:first-child {
  padding-right:0;
  padding-left:0;
}
/* remove left padding from first column */
.row.full [class*='col-']:last-child {
  padding-left:0;
  padding-right: 0;
}

.relative {
	position: relative;
}

.section.full {
	min-height: 100vh;
}

.flex-div {
	min-height: 80vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex; /* Safari */
}

.flex-div.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-direction: column;
/*	height: 100vh;*/
}
/*HERO TEST BOTOOM BOX STYLE*/

.flex-div.bottom {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: flex-end;
	-webkit-align-items: center;
	-webkit-justify-content: flex-end;
	
}

/*HERO TEST CENTER BOX STYLE*/
.flex-div.center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	
}


/*
.flex-div.center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	
}
*/

.social li a div{
	text-align: center;
	width: 36px;
	height: 36px;
	margin-bottom: 6px;
	padding-top: 2px;
	border: 1px solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

/*-----------------Background Images-------------------*/
.background-img {
	display: block;
  width: 100%;
  height: inherit;
  position: relative;
  overflow: hidden;
}
.background-img img {
 	width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50%;
  top: -20%;
  
  transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}

.hot {
	position: relative;
	margin-top: 15%; 
}

@media (max-width:768px){
.hot	{margin-top: 12%;}
}

.background-img.h-400 img {
	top: 0;
}

.background-img.h-500 img {
	top: 0;
}

.background-img.h-200 {
	height: 200px;
}

.background-img.h-400 {
	height: 210px;
}

.background-img.h-500 {
	height: 250px;
	overflow: visible;
}

.background-img.h-550 {
	height: 550px;
}

.background-img.h-700 {
	height: 700px;
}

.background-img.h-1000 {
	height: 1000px;
}


/*-----------------Side Borders-------------------*/
.side-border {
  bottom: 0;
  padding: 0 24px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  white-space: nowrap;
  width: 60px;
  z-index: 40;
}

.side-border > div {
  display: inline-block;
  height: 12px;
  left: 24px;
  line-height: 12px;
  margin-top: 150px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform-origin: 0 0 0;
  width: 300px;
}

.side-border > div.right-side {
  left: auto;
  right: 34px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform-origin: 100% 100% 0;
}

#side-border-left {
  left: 0;
}

#side-border-right {
  right: 0;
}



/*-----------------Side Graphic-------------------*/

.side-graphic {
	position: absolute;
}

.side-graphic .image-strip {
	opacity: 0;
	width: 50px;
	height: 250px;
}

.side-graphic .image-strip.in-view {
	opacity: 1;
	width: 60px;
	transform: translate(1%, 0px);
  -moz-transform: translate(1%, 0px);
  -webkit-transform: translate(1%, 0px);
  transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  
  -webkit-transition: all 300ms cubic-bezier(0.340, 0.380, 0.140, 1) 1.2s; /* older webkit */
-webkit-transition: all 300ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1.2s;
   -moz-transition: all 300ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1.2s;
     -o-transition: all 300ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1.2s;
        transition: all 300ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1.2s; /* custom */

-webkit-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
   -moz-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
     -o-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
        transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290); /* custom */
}

.side-graphic.right {
	left: 80%;
	margin-top: -170px;
}

.side-graphic.right > .logo {
	margin-right: -15px;
	margin-bottom: -60px;
	width: 40%;
}

.side-graphic.left {
	margin-top: -80px;
}

.side-graphic.left > .logo {
	margin-left: -15px;
	margin-bottom: -60px;
	width: 40%;
}



/*----------------Side Graphic Animation--------------------*/
.path {
	visibility: hidden;
}

.path.in-view {
	visibility: visible;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
  
  animation-name: Draw, FadeStroke, FillIn;
  animation-duration: 2.6s, 0.3s, 0.6s;
  animation-delay: 1.5s, 1s, 1.1s;
  
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration: 1;
  
  -webkit-animation-name: Draw, FadeStroke, FillIn;
  -webkit-animation-duration: 2.6s, 0.3s, 0.6s;
  -webkit-animation-delay: 1.5s, 1s, 1.1s;
  
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration: 1;
  
  -moz-animation-name: Draw, FadeStroke, FillIn;
  -moz-animation-duration: 2.6s, 0.3s, 0.6s;
  -moz-animation-delay: 1.5s, 1s, 1.1s;
  
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: forwards;
  -o-animation-iteration: 1;
  
  -o-animation-name: Draw, FadeStroke, FillIn;
  -o-animation-duration: 2.6s, 0.3s, 0.6s;
  -o-animation-delay: 1.5s, 1s, 1.1s;
}


@keyframes Draw {
	100% { stroke-dashoffset: 0;}
}

@keyframes FadeStroke {
  100% { stroke-opacity: 1; }
}

@keyframes FillIn {
  0% { fill-opacity: 0; }
  100% { fill-opacity: 1; }
}



@-webkit-keyframes Draw  {
  100% { stroke-dashoffset: 0;}
}

@-webkit-keyframes FadeStroke {
  100% { stroke-opacity: 1; }
}

@-webkit-keyframes FillIn {
  0% { fill-opacity: 0; }
  100% { fill-opacity: 1; }
}



@-moz-keyframes Draw  {
  100% { stroke-dashoffset: 0;}
}

@-moz-keyframes FadeStroke {
  100% { stroke-opacity: 1; }
}

@-moz-keyframes FillIn {
  0% { fill-opacity: 0; }
  100% { fill-opacity: 1; }
}


@-o-keyframes Draw  {
  100% { stroke-dashoffset: 0;}
}

@-o-keyframes FadeStroke {
  100% { stroke-opacity: 1; }
}

@-o-keyframes FillIn {
  0% { fill-opacity: 0; }
  100% { fill-opacity: 1; }
}


/*-----------------Main Header-------------------*/
.header-img {
	width: 100%;
	height: 92vh;
	top: 3rem;
	position: absolute;
	opacity: 1;
/*	opacity: 0.85;*/
}

.gradient {
	-webkit-box-shadow: inset 0px 0px 200px 125px rgba(25,25,25,1);
	-moz-box-shadow: inset 0px 0px 200px 125px rgba(25,25,25,1);
	box-shadow: inset 0px 0px 200px 125px rgba(25,25,25,1);
}

.header-img.gradient{
	opacity: 0.3 !important;
}

header .social{
	position: absolute;
	right: 30px;
	bottom: 40px;
}

.header-text-left {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 30%;
	max-width: 1900px;
	width: 100%;
	padding: 0px 15px;
}


/*------------ Mouse Icon ------------*/
.scroll-icon {
  display: block;
  height: 30px;
  left: 0;
  margin: 0px auto 2rem auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 55px;
  z-index: 100;
  bottom: 0;
}

.scroll-graphic {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: -30px;
}
.scroll-graphic img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -80px;
	width: 40px;
}

.scroll-icon .scroll-line {
	-webkit-animation-name: scrolling;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: scrolling;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

.scroll-icon .scroll-line, .scroll-graphic .scroll-line {
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 1.5px;
	height: 50px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}

@-webkit-keyframes scrolling	{
	0%   { top:5px;  opacity: 0; height: 0px;}
	30%  { top:10px; opacity: 1; height: 25px;}
	100% { top:15px; opacity: 0.8; height: 50px;}
}

@keyframes scrolling	{
	0%   { top:5px;  opacity: 0; height: 0px;}
	30%  { top:10px; opacity: 1; height: 25px;}
	100% { top:15px; opacity: 0.8; height: 50px;}
}

.scroll-graphic .scroll-line {
	background: #998067;
}


/*-----------------Content Block-------------------*/
.gold-box {
  background: #998067 none repeat scroll 0 0;
  height: 70px;
  position: absolute;
  width: 270px;
  z-index: 1;
  margin-top: -115px;
}

.gold-box.left  {
	left: 0;
  margin-left: -6.5rem;
}

.gold-box.right  {
	right: 0;
  margin-right: -6.5rem;
}

.gray-box {
  height: 100%;
  width: 100%;
  position: absolute;
}

.gray-box.left {
  margin-left: -15px;
}
/*
.gray-box.right {
  right: -22px;
}*/

.img-left {
	/*top: 100px;*/
	position: relative;
}

.img-right {
	/*bottom: -50px;*/
	position: relative;
}

.section .img-fluid {
	opacity: 0;
}

.section .img-fluid.in-view {
	opacity: 1;
	-webkit-transition: all 800ms cubic-bezier(0.340, 0.380, 0.140, 1) 0.8s; /* older webkit */
-webkit-transition: all 800ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 0.8s;
   -moz-transition: all 800ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 0.8s;
     -o-transition: all 800ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 0.8s;
        transition: all 800ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 0.8s; /* custom */

-webkit-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
   -moz-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
     -o-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
        transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290); /* custom */
}

.section .animdelay {
	 animation: pulse 3s infinite;
	 
	-webkit-transition: all 100ms cubic-bezier(0.340, 0.380, 0.140, 1) 3s;
-webkit-transition: all 100ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 3s;
   -moz-transition: all 100ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 3s;
     -o-transition: all 100ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 3s;
        transition: all 100ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 3s; 

/*	opacity: 0;*/
/*
	-webkit-transition: all 100ms cubic-bezier(0.340, 0.380, 0.140, 1) 0.8s;
-webkit-transition: all 100ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 0.8s;
   -moz-transition: all 100ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 0.8s;
     -o-transition: all 100ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 0.8s;
        transition: all 100ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 0.8s; 
*/

/*
-webkit-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1); 
-webkit-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
   -moz-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
     -o-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
        transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290); 
*/
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
	50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.section .gold-box {
	opacity: 0;
	transform: translate(-42%, 0px);
  -moz-transform: translate(-42%, 0px);
  -webkit-transform: translate(-42%, 0px);
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}


.section .gold-box.in-view {
	opacity: 1;
	transform: translate(5%, 0px);
  -moz-transform: translate(5%, 0px);
  -webkit-transform: translate(5%, 0px);
  transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  
  -webkit-transition: all 300ms cubic-bezier(0.340, 0.380, 0.140, 1) 1.2s; /* older webkit */
-webkit-transition: all 300ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1.2s;
   -moz-transition: all 300ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1.2s;
     -o-transition: all 300ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1.2s;
        transition: all 300ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1.2s; /* custom */

-webkit-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
   -moz-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
     -o-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
        transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290); /* custom */
}

.section h2 {
	opacity: 0;
}

.section h2.in-view {
	opacity: 1;
	-webkit-transition: all 500ms cubic-bezier(0.340, 0.380, 0.140, 1) 1.5s; /* older webkit */
-webkit-transition: all 500ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1.5s;
   -moz-transition: all 500ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1.5s;
     -o-transition: all 500ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1.5s;
        transition: all 500ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1.5s; /* custom */

-webkit-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
   -moz-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
     -o-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
        transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290); /* custom */
}

.section p, .section .link {
	opacity: 0;
}

.section p.in-view, .section .link.in-view {
	opacity: 1;
	-webkit-transition: all 500ms cubic-bezier(0.340, 0.380, 0.140, 1) 1s; /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1s;
	   -moz-transition: all 500ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1s;
	     -o-transition: all 500ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1s;
	        transition: all 500ms cubic-bezier(0.340, 0.380, 0.140, 1.290) 1s; /* custom */

-webkit-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
   -moz-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
     -o-transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290);
        transition-timing-function: cubic-bezier(0.340, 0.380, 0.140, 1.290); /* custom */
}



/*-----------------List Items-------------------*/
ul.crown {
	list-style-image: url("images/z.svg");
}
ul.crown li {
  margin-bottom: 2rem;
}
ul.crown li p {
  margin-left: 1rem;
}

.divisions li {
    padding: 5rem 2rem;
    min-height: 450px;
}

.divisions h5 {
    color: #fff;
	text-transform: uppercase;
}

.divisions li img {
/*	max-width: 270px;*/
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid #fff;
}

/*-----------------Accolades and Awards-------------------*/
.award-column-item {
  margin-bottom: 0.5em;
  width: 98%;
  border-bottom: 1px solid rgba(118, 117, 128, 0.05);
}
.award-column-item:hover, .award-column-item:focus {
  background: rgba(118, 117, 128, 0.05) none repeat scroll 0 0;
  -webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.award-column-item img {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 50px;
}
.award-column-item h3 {
  display: inline-block;
  font-size: 0.85em;
  line-height: 19px;
  font-weight: 400;
  margin: 0;
  vertical-align: middle;
  width: calc(100% - 70px);
}

#award-columns {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  width: 100%;
}


/*-----------------Filter Styles-------------------*/

.filter-search > .form-field-outer > .form-control {
  font-size: 14px;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  text-align: center;
}

.submit-icon {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 30px;
}

.select-wrapper {
	position: relative;
	overflow: hidden;
}

.filter-search > .form-field-outer > .select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-align: center;
	color: #ffffff;
	width: 100%;
	height: auto;
	background: #2b2b2b url('images/arrow-dwn.svg') no-repeat;
	background-position: 85% center;
	border-radius: 0px;
	border: 2px solid #998067;
	padding: 20px 10px;
	cursor: pointer;
	text-align-last: center;/*for Chrome*/
	-moz-text-align-last: center;
	text-align: -webkit-center;/*for Safari*/
}

.filter-search > .form-field-outer > .select:hover, .filter-search > .form-field-outer > .select:focus, .filter-search > .form-field-outer > .select:active, select.active {
   color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.filter-search > .form-field-outer > .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.filter-search > .form-field-outer > .form-control:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.filter-search > .form-field-outer > .form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.filter-search > .form-field-outer > .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.error {
  margin-top: 40px;
  padding-right: 40px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fb8282;
  font-size: 12px;
}
.error.valid {
	color: #6ff0b4;
	font-family: "FontAwesome";
}

select.form-control:not([size]):not([multiple]) {
	height: auto;
}


/*-----------------Production Styles-------------------*/
.pro-content > li {
	width: 100%;
	min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
/*  border-bottom: 1px solid #e5e5e5;   */
}

.pro-content > li:nth-child(even) > .content-side {
	right: 50%;
}

.pro-content > li:nth-child(even) > .content-side h2 {
  text-align: right;
}

.pro-content > li > .content-side {
	width: 50%;
	float: left;
	min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.pro-content > li > .image-side {
	width: 50%;
	float: left;
	min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.pro-content > li:nth-child(even) > .image-side {
	left: 50%;
}

.pro-content li:not(:last-child) {
  margin-right: 0;
  margin-left: 0;
}


/*-----------------Crystal Plaza Venue Styles-------------------*/
.venue-feature > li {
	width: 100%;
	min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.venue-feature > li:nth-child(even) > .content-side {
	right: 50%;
}

.venue-feature > li:nth-child(even) > .content-side {
  text-align: right;
}

.venue-feature > li:nth-child(even) > .content-side .gold-box.left {
  left: inherit;
  margin-left: 0;
  margin-right: -6.5rem;
  right: 0;
}

.venue-feature > li > .content-side {
	width: 50%;
	float: left;
	min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.venue-feature > li > .image-side {
	width: 50%;
	float: left;
	min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.venue-feature > li:nth-child(even) > .image-side {
	left: 50%;
}

.venue-feature li:not(:last-child) {
  margin-right: 0;
  margin-left: 0;
}

.venue-feature li:last-child {
  margin-right: 0;
  margin-left: 0;
}

.venues h3, .venues .h3 {
	font-size: 1.4rem;
}

.venue-container {
	max-height: 770px;
	min-height: 300px;
	height: 80vh;
}

.below-content {
	margin-top: 1rem;
	padding-left: 0rem;
	min-height: 150px;
	position: relative;
}

.below-content h3 {
	font-size: 1.2rem;
}


/*-----------------Food Menu Styles-------------------*/
.menu-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu-btn a {
	padding: 1.5rem 0rem;
	background: #191919;
	width: 100%;
	color: #fff;
	margin: 0px 5px;
}

.menu-btn a:hover {
	background: #998067;
	color: #fff;
}

.menu-btn2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu-btn2 a {
	padding: 9px;
	background: #191919;
	width: 100%;
	color: #fff;
	margin: 8px 5px;
}

.menu-btn2 a:hover {
	background: #9a7e44;
	color: #fff;
}

.spcl-btn a {
    padding: 15px 7px;
    font-size: 0.9rem;
    min-height: 60px;
}

.plate {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 500px;
	margin-top: -500px;
}

.bg-img-left {
  bottom: 0;
  left: 0;
  position: absolute;
}

.bg-img-right {
  top: -35%;
  right: 0;
  position: absolute;
  width: 75%;
}

.bg-img-right2 {
  bottom: 0;
  right: 0;
  position: absolute;
}


.top-right {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
}

.top-left {
  position: absolute;
  left: 2rem;
  top: 1.5rem;
}

.menu-logo {
  left: -1.75rem;
  position: absolute;
}
/*-----------------Whats New Styles-------------------*/

/*-----------------News Styles-------------------*/
.news {
	display: block;
	width: 100%;
}

.news-img-inline {
	display: inline-block;
	margin: 0 10px 0 0;
  vertical-align: middle;
  width: 50%;
  height: 330px;
}

.news .news-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
  
}
.news .news-img img {
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 50%;
  margin-right: -50%;
  
  transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}

.news .news-content {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 50px);
  margin: 0;
  padding-left: 1rem;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #998067;
}

.page-link {
  background-color: transparent;
  border: 0 solid #ddd;
  color: #fff;
}

.page-link:focus, .page-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #998067;
}

.single-post iframe {
  height: 500px;
  width: 100%;
}

/*-----------------News Single Styles-------------------*/
.single-post .bg-faded, .single-vendors .bg-faded, .single-venues .bg-faded {
  background-color: #fff;
  min-height: 58px;
}

.date-box {
	position: absolute;
	top: -1rem;
	left: 0;
	padding: 0.5rem 2rem;
}

.single-post .title-bottom, , .single-vendors .title-bottom {
  left: -0.95rem;
}

/*-----------------Social Share-------------------*/
 
.crunchify-link {
  color: #7a8080;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin-top: 2px;
  padding: 2px 5px 4px !important;
  text-decoration: none;
}
 
.crunchify-link:hover,.crunchify-link:active {
    color: #998067;
}
 
.crunchify-social {
    margin: 20px 0px 25px 0px;
}


/*-----------------Venues Styles-------------------*/
.venue-stats.list-inline {
  top: 20px;
  position: absolute;
}

.logo-box {
	max-width: 150px; 
	height: 70px;
	margin-top: -1.5rem;
	margin-right: -2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex; /* Safari */
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

.logo-box img {
	max-width: 150px; 
	max-height: 70px;
}

/*-----------------Team Styles-------------------*/
.page-id-54 .link {
  position: absolute;
  right: 20px;
  top: 410px;
}

/*-----------------Contact Styles-------------------*/

#contact {
	position: relative;
	overflow: hidden;
}

.contact.bg-gold {
	width: 0%;
	height: 100%;
	left: 150%;
	position: absolute;
}
.contact.bg-gold:before {
	content: url('images/logo-white.svg');
	position: absolute;
	bottom: -40px;
	left: 20px;
	width: 50px;
	height: 75px;
}

.contact.bg-gold.animate {
	width: 150%;
	opacity: 1;
	left: 0;
	-webkit-transition: all 700ms cubic-bezier(0.545, 0.045, 0.105, 0.940);
   -moz-transition: all 700ms cubic-bezier(0.545, 0.045, 0.105, 0.940);
     -o-transition: all 700ms cubic-bezier(0.545, 0.045, 0.105, 0.940);
        transition: all 700ms cubic-bezier(0.545, 0.045, 0.105, 0.940); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.545, 0.045, 0.105, 0.940);
   -moz-transition-timing-function: cubic-bezier(0.545, 0.045, 0.105, 0.940);
     -o-transition-timing-function: cubic-bezier(0.545, 0.045, 0.105, 0.940);
        transition-timing-function: cubic-bezier(0.545, 0.045, 0.105, 0.940); /* custom */
}

.contact.box {
	padding: 3rem;
	margin: 0 -30px;
	opacity: 0;

}

.contact.box.animate {
	opacity: 1;
	-webkit-transition: all 700ms cubic-bezier(0.470, 0, 0.455, 1); /* older webkit */
-webkit-transition: all 700ms cubic-bezier(0.470, -0.045, 0.455, 1.140);
   -moz-transition: all 700ms cubic-bezier(0.470, -0.045, 0.455, 1.140);
     -o-transition: all 700ms cubic-bezier(0.470, -0.045, 0.455, 1.140);
        transition: all 700ms cubic-bezier(0.470, -0.045, 0.455, 1.140); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.470, 0, 0.455, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.470, -0.045, 0.455, 1.140);
   -moz-transition-timing-function: cubic-bezier(0.470, -0.045, 0.455, 1.140);
     -o-transition-timing-function: cubic-bezier(0.470, -0.045, 0.455, 1.140);
        transition-timing-function: cubic-bezier(0.470, -0.045, 0.455, 1.140); /* custom */
}


.contact.box input.animate {
	opacity: 1;
	-webkit-transition: all 700ms cubic-bezier(0.470, 0, 0.455, 1); /* older webkit */
-webkit-transition: all 700ms cubic-bezier(0.470, -0.045, 0.455, 1.140);
   -moz-transition: all 700ms cubic-bezier(0.470, -0.045, 0.455, 1.140);
     -o-transition: all 700ms cubic-bezier(0.470, -0.045, 0.455, 1.140);
        transition: all 700ms cubic-bezier(0.470, -0.045, 0.455, 1.140); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.470, 0, 0.455, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.470, -0.045, 0.455, 1.140);
   -moz-transition-timing-function: cubic-bezier(0.470, -0.045, 0.455, 1.140);
     -o-transition-timing-function: cubic-bezier(0.470, -0.045, 0.455, 1.140);
        transition-timing-function: cubic-bezier(0.470, -0.045, 0.455, 1.140); /* custom */
}

.wpcf7-form-control {
  background: #998067 none repeat scroll 0 0;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem;
  width: 100%;
  color: rgba(255, 255, 255, 1);
}

.wpcf7-select {
  padding-bottom: 0.9rem;
  -webkit-appearance:none;
}


.wpcf7-form-control-wrap input:focus {
  outline: medium none;
}
.wpcf7-form-control-wrap input:-moz-placeholder, .wpcf7-form-control-wrap textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.wpcf7-form-control-wrap input::-moz-placeholder, .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.wpcf7-form-control-wrap input::-webkit-input-placeholder, .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}


.wpcf7-form-control.wpcf7-submit {
	border: 1px solid #ffffff;
	height: 80px;
	width: 80px;
	bottom: 1.5rem;
  position: absolute;
  right: 65px;
  
  -webkit-appearance: none;
	-moz-appearance: none;
	background: url('images/arrow-right-sm-white.svg') no-repeat transparent;
	background-position: center center;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.wpcf7-form-control.wpcf7-submit:hover {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('images/arrow-right-sm.svg') no-repeat #ffffff;
	background-position: center center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.75em 1em;
  position: absolute;
}


span.wpcf7-not-valid-tip {
  color: #ff7767;
  display: block;
  font-size: 0.75em;
}

div.wpcf7-validation-errors {
  background: #ff7767 none repeat scroll 0 0;
  border: 1px solid #ff7767;
  color: #fff;
}

div.wpcf7-mail-sent-ok {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #998067;
}

.wpcf7-form > p > input {
  color: transparent;
}


/*-----------------History Styles-------------------*/
.onehundred-container {
	left: 0;
  margin: auto auto;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 30%;
}

.onehundred.in-view {
  fill-opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
  
  animation-name: Draw2, FadeStroke2, FillIn2;
  animation-duration: 2.5s, 1.6s, 1.6s;
  animation-delay: 1s, 1.4s, 1.6s;
  
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration: 1;
  
  -webkit-animation-name: Draw2, FadeStroke2, FillIn2;
  -webkit-animation-duration: 2.5s, 1.6s, 1.6s;
  -webkit-animation-delay: 1s, 1.4s, 1.6s;
  
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration: 1;
  
  -moz-animation-name: Draw2, FadeStroke2, FillIn2;
  -moz-animation-duration: 2.5s, 1.6s, 1.6s;
  -moz-animation-delay: 1s, 1.4s, 1.6s;
  
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: forwards;
  -o-animation-iteration: 1;
  
  -o-animation-name: Draw2, FadeStroke2, FillIn2;
  -o-animation-duration: 2.5s, 0.6s, 1.6s;
  -o-animation-delay: 1s, 1.4s, 1.6s;
}


@keyframes Draw2 {
	100% { stroke-dashoffset: 0;}
}

@keyframes FadeStroke2 {
  100% { stroke-opacity: 0; }
}

@keyframes FillIn2 {
  0% { fill-opacity: 0; }
  100% { fill-opacity: 1; }
}



@-webkit-keyframes Draw2  {
  100% { stroke-dashoffset: 0;}
}

@-webkit-keyframes FadeStroke2 {
  100% { stroke-opacity: 0; }
}

@-webkit-keyframes FillIn2 {
  0% { fill-opacity: 0; }
  100% { fill-opacity: 1; }
}



@-moz-keyframes Draw2  {
  100% { stroke-dashoffset: 0;}
}

@-moz-keyframes FadeStroke2 {
  100% { stroke-opacity: 0; }
}

@-moz-keyframes FillIn2 {
  0% { fill-opacity: 0; }
  100% { fill-opacity: 1; }
}


@-o-keyframes Draw2  {
  100% { stroke-dashoffset: 0;}
}

@-o-keyframes FadeStroke2 {
  100% { stroke-opacity: 0; }
}

@-o-keyframes FillIn2 {
  0% { fill-opacity: 0; }
  100% { fill-opacity: 1; }
}





.history-img {
	position: absolute;
	margin: auto;
	opacity: 0.2;
}
.history-img.img-one {
	top: -35%;
	bottom: 0;
	left:	0;
	right: -35%;
}
.history-img.img-two {
	top: 0;
	bottom: 0;
	left:	-25%;
	right: 0;
}
.history-img.img-three {
	top: 0;
	bottom: -25%;
	left:	0;
	right: -50%;
}

#timeline-imgs {
	margin-top: 50px;
}

.history-img.img-four {
  right: 10%;
  margin-top: 350px;
}
.history-img.img-five {
  margin-top: 45rem;
}
.history-img.img-six {
  margin-top: 60rem;
  right: 15%;
}
.history-img.img-seven {
  margin-top: 100rem;
  left: 20%;
}
.history-img.img-eight {
  margin-top: 130rem;
  right: 5%;
}
.history-img.img-nine {
  margin-top: 160rem;
  right: 20%;
  max-width: 400px;
}
.history-img.img-ten {
  margin-top: 200rem;
  left: 20%;
  max-width: 400px;
}


/*-----------------Timeline Styles-------------------*/

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* ------Main components----------- */

.cd-timeline-content h2 {
  font-size: 45px;
}

.cd-timeline-line-left {
  background: #998067 none repeat scroll 0 0;
  border: 0 none;
  height: 3px;
  margin-right: 50%;
  margin-top: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 1000;
}

.cd-timeline-line-right {
  background: #998067 none repeat scroll 0 0;
  border: 0 none;
  height: 3px;
  margin-left: 50%;
  margin-top: 35px;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  z-index: 1000;
}

.cd-timeline-line-mobile {
  background: #998067 none repeat scroll 0 0;
  border: 0 none;
  height: 3px;
  left: 0;
  margin-left: 20px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 1000;
}
  
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 3px;
  background: #998067;
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: transparent;
  border-radius: 0;
  padding: 0.5em 1em;
}

@media only screen and (min-width: 768px) {
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 14px;
  font-size: 0.875rem;
} 
}

@media only screen and (min-width: 992px) {
#cd-timeline {
  margin-top: 3em;
  margin-bottom: 3em;
}
#cd-timeline::before {
  left: 50%;
  margin-left: -2px;
}
.cd-timeline-block {
  margin: -50px 0 0;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
.cd-timeline-img {
  width: 60px;
  height: 3px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.cd-timeline-content {
  margin-left: 0;
  padding: 1.6em;
  width: 45%;
}
.cd-timeline-content::before {
  top: 24px;
  left: 100%;
  border-color: transparent;
  border-left-color: white;
}
.cd-timeline-content .cd-read-more {
  float: left;
}
.cd-timeline-content .cd-date {
  position: absolute;
  width: 100%;
  left: 122%;
  top: 6px;
  font-size: 16px;
  font-size: 1rem;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
  float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
  top: 24px;
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: white;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
  float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
  left: auto;
  right: 122%;
  text-align: right;
}
.cssanimations .cd-timeline-content.is-hidden {
  visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-2 0.6s;
  -moz-animation: cd-bounce-2 0.6s;
  animation: cd-bounce-2 0.6s;
}
.min-h-0{
    min-height: 0px !important;
}
}



/*-----------------Image title Boxes-------------------*/
.title-bottom {
	position: absolute;
	padding-left: 20px;
	padding-right: 30px;
	bottom: -25px;
	width: 75%;
}

.title-top {
	position: absolute;
	z-index: 2;
	max-width: 60%;
	left: -20px;
	top: -60px;
}


/*-----------------Block Quotes-------------------*/
q {
	padding-left: 50px;
	quotes: "“";
}
q:before {
	color: #998067;
  content: "“";
  font-size: 9rem;
  margin-left: -120px;
  position: absolute;
  margin-top: 30px;
}
q:after {
	content: "";
	position: absolute;
	margin-left: -30px;
	top: 0;
	margin-top: 70px;
	width: 6.5px;
	height: 90%;
	min-height: 100px;
	background: rgba(105, 105, 105, 0.3);
}

#quote {
	background: url(images/linen-bg.jpg) no-repeat center center; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;
	width: 100%;
	height: auto;
}

#quote h3, #reviews h3 {
	font-size: 1.68rem;
	line-height: 2.4rem;
}

/*-----------------Modal Window Styles-------------------*/
.modal-dialog {
  margin: 5% auto;
  z-index: 1040;
}

.modal-content {
  background-clip: padding-box;
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.0);
  outline: 0 none;
  position: relative;
}

.video-modal .modal-content {
  background-color: transparent;
}

.modal-body {
	padding: 0px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #111111;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .95;
}

button.close {
  position: absolute;
  top: 1rem;
}

button.close.team-close {
  right: 3%;
}

.close {
  opacity: 1;
  text-shadow: 0 0 0 #fff;
}


.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  -ms-transform: scale(1);
    transform: scale(1);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
    opacity: 1;
}

.food-modal .modal-dialog {
	margin-top: 75px;
}

.team-modal .modal-dialog {
	margin-top: 300px;
}

.modal.fade.in.team-modal .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  -ms-transform: scale(1);
    transform: scale(1);
  -webkit-transform: translate3d(0, -200px, 0);
  transform: translate3d(0, -200px, 0);
    opacity: 1;
}




/*---------------Responsive Video ------------------*/
.video-container {
	position: relative;
  padding-bottom: 61%;
  padding-top: 30px; height: 0; overflow: hidden;
  max-height: 540px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------Video Styles-------------------*/

.video-list iframe {
  max-width: 100%;
}
/*-----------------Gallery Carousel-------------------*/
.carousel img {
  display: block;
  height: 700px;
  padding: 0px 10px 10px 10px;
}

.carousel-indicators li {
  border: 1px solid #af8358;
  margin: 0px 5px;
}

.carousel-indicators .active {
  background-color: #af8358;
  margin: 0px 5px;
  height: 10px;
  width: 10px;
}

.carousel-control.left {
  background-image: none;
  left: -2rem;
}
.carousel-control.right {
  background-image: none;
  right: -2rem;
}


/*-----------------Testimonial carousel-------------------*/

.testimonial-img {
	width: 100px;
    height: 100px !important;
	padding: 0px !important;
    border-radius: 50%;
/*    border: 2px solid #fff;*/
}
.brownbg {
	background: rgba(153, 128, 103, 0.5);
/*	    border: 1px solid #9c7d45;*/
}
#review-carousel {
	min-height: 400px;
}
#review-carousel2 {
	min-height: 400px;
}
#review-carousel.carousel img {
	
}
/*
#review-carousel.carousel q {
	
}
*/
.blockquot-cont {
	box-sizing: inherit;
	display: block;
}
.blockquot-cont *,*::before, *::after {
	box-sizing: inherit;
}
.blockquot-holder {
	box-sizing: inherit;
	    display: flex;
	display: -ms-flexbox;
	    
	
}

.blockquot-img {
	    min-width: 100px;
    height: auto;
	    padding: 0 0 1rem 0;
    margin: 0;
	margin-right: 20px;
/*	display: inline-block;*/
/*
	display: table-cell;
	vertical-align: top;
	width: 150px;
	padding-right: 50px;
*/
}
.blockquot {
	padding: 0 0 0 4%;
	    position: relative;
/*	display: inline-block;*/
/*	float: left;*/
/*
	display: table-cell;
	vertical-align: top;
*/
}

#review-carousel.carousel q:before {
	color: #998067;
    content: "“";
    font-size: 7rem;
    margin-left: -110px;
    position: absolute;
    margin-top: 30px;
}

#review-carousel.carousel q:after {
	content: "";
	position: absolute;
	margin-left: -30px;
	top: 0;
	margin-top: 50px;
	width: 6.5px;
	height: 90%;
	min-height: 100px;
	background: rgba(105, 105, 105, 0.3);
}
#review-carousel h3 {
	font-size: 1.2rem;
    line-height: 1.5rem;
}
#review-carousel2 h3 {
	font-size: 1.2rem;
    line-height: 1.5rem;
}
@media (max-width: 768px) {
	.testimonial-img {
		width: 70px;
		height: 70px !important;
	}
	.blockquot-img {
		min-width: 70px;
	}
	
}
@media (max-width: 543px) {
	#review-carousel.carousel q:before {
		margin-left: -80px;
		font-size: 5rem;
	}
	
	.blockquot-holder {
		-ms-flex-direction: column;
    flex-direction: column;
		align-items: center;
	}
	.blockquot-img {
		margin-right: 0px;
	}
	
}


/*-----------------Flickety Styles------------------*/
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*---draggable--*/

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ----previous/next buttons--- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: solid 1px #fff;
  border-radius: 50%;
  opacity: 0.8;
  background: rgba(0, 0, 0, .5);
/*  background: transparent;*/
/*  background: hsla(0, 0%, 50%, 5);*/
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

.flickity-prev-next-button:hover { 
	border: solid 1px #af8358;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 1;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/*----page dots----*/

.flickity-page-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  z-index: 500;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  border: 2px solid #af8358;
}

.flickity-page-dots .dot.is-selected {
  opacity: 0.8;
  background: #af8358;
}

.swipe-notification {
  background-color: #111111;
  border-radius: 45px;
  color: #fff;
  content: "swipe";
  font-size: 16px;
  font-weight: 500;
  height: 90px;
  left: 50%;
  line-height: 90px;
  margin-left: -45px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 90px;
  z-index: 120;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: opacity 0.35s ease-in-out 0s;
-webkit-transition: opacity 0.35s ease-in-out 0s;
-moz-transition: opacity 0.35s ease-in-out 0s;
-o-transition: opacity 0.35s ease-in-out 0s;
}

.swipe-notification.animate {
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity:0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	
				transition-delay: 3s;
   -moz-transition-delay: 3s;
-webkit-transition-delay: 3s;
		 -o-transition-delay: 3s;
}

/*-----------------Newsletter-------------------*/

a.box-link {
	color: #2b2b2b;
	font-size: 0.7rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}
a.box-link div:hover, a.box-link div:focus, a.box-link div:active {
	color: #ffffff;
}

a.box-link .arrow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 90%;
  background-color: rgba(171, 146, 87, 0);
  opacity: 0;
  margin: auto;
  left: 0;
  right: 0;
  transition: background-color 200ms ease-out, opacity 200ms;
  -moz-transition: background-color 200ms ease-out, opacity 200ms;
  -webkit-transition: background-color 200ms ease-out, opacity 200ms;
  -o-transition: background-color 200ms ease-out, opacity 200ms;
}
a.box-link .arrow:hover {
  background-color: #998067;
  opacity: 1;
  transition-delay: 0s, 0s;
  -webkit-box-shadow: 0px 2px 31px -10px rgba(43,43,43,0.64);
	-moz-box-shadow: 0px 2px 31px -10px rgba(43,43,43,0.64);
	box-shadow: 0px 2px 31px -10px rgba(43,43,43,0.64);
}
a.box-link .arrow::before {
  content: '';
  position: absolute;
  top: 75%;
  left: 50%;
  width: 1px;
  height: 1px;
  box-shadow:
    -1px -1px 0 white,
    -2px -2px 0 white,
    -3px -3px 0 white,
    -4px -4px 0 white,
    -5px -5px 0 white,
    -6px -6px 0 white,
    -7px -7px 0 white,
    -8px -8px 0 white,
    -1px 1px 0 white,
    -2px 2px 0 white,
    -3px 3px 0 white,
    -4px 4px 0 white,
    -5px 5px 0 white,
    -6px 6px 0 white,
    -7px 7px 0 white,
    -8px 8px 0 white;
  background-color: white;
  transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  transition: 160ms ease-out 80ms;
}
a.box-link .arrow::after {
  content: '';
  position: absolute;
  top: 75%;  
  left: 50%;
  width: 0px;
  height: 1px;
  background-color: white;
  transition: 160ms ease-out 80ms;
  -moz-transition: 160ms ease-out 80ms;
  -webkit-transition: 160ms ease-out 80ms;
  -o-transition: 160ms ease-out 80ms;
}
a.box-link .arrow:hover::before {
  transform: translateX(8px);
  -moz-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -o-transform: translateX(8px);
}
a.box-link .arrow:hover::after {
  width: 20px;
  margin-left: -20px;
  transform: translateX(8px);
  -moz-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -o-transform: translateX(8px);
}
.arrow span {
  left: 0;
  position: absolute;
  right: 0;
  top: 38%;
}

.content-box {
	position: absolute;
	width: 100%;
	margin: -13rem auto;
	left: 0;
	right: 0;
	-webkit-box-shadow: -5px -20px 30px 0 rgba(43, 43, 43, 0.08);
	-moz-box-shadow: -5px -20px 30px 0 rgba(43, 43, 43, 0.08);
	box-shadow: -5px -20px 30px 0 rgba(43, 43, 43, 0.08);
}

.content-box img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: -20px;
}


/*----------------Mail Chimp--------------------*/
.mc_embed_signup {
  height: 50px;
}
.mc_embed_signup input.email {
  background: #eaeaea;
  border-color: transparent;
  border-style: none none solid;
  border-width: 0;
  color: #2b2b2b;
  height: 50px;
  left: 0;
  position: relative;
  width: 100%;
  padding: 15px;
  font-family: 'FontAwesome';
}
.mc_embed_signup input.email:focus {
  outline: medium none;
}
.mc_embed_signup input.email:-moz-placeholder {
  color: #c1c1c1;
}
.mc_embed_signup input.email::-moz-placeholder {
  color: #c1c1c1;
}
.mc_embed_signup input.email::-webkit-input-placeholder {
  color: #c1c1c1;
}

.mc-embedded-subscribe {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #998067;
  border-radius: 0;
  color: #1e1e1e;
  font-size: 25px;
  height: 50px;
  position: absolute;
  height: 80px;
  margin-top: -15px;
  right: 0;
  width: 80px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.mc_embed_signup .select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('images/arrow-right-sm.svg') no-repeat transparent;
	background-position: center center;
}

.mc_embed_signup .select:hover {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('images/arrow-right-sm-white.svg') no-repeat #9a8066;
	background-position: center center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


/*-----------------Footer Styles-------------------*/
footer img {
	position: absolute;
	margin-top: -1rem;
	margin-left: auto;
	margin-right: auto;
	right: 0;
	left: 0;
}

footer #menu-footer-navigation {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  width: 275px;
}

/* ==========================================================================
   Mobile Styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 543px) { 

html {
	font-size: 14px;
}

.container {
	padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
	padding-left: 0px;
  padding-right: 0px;
}

.navbar-brand {
	position: relative;
	left: 20px;
	margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
}

.navbar-brand > img {
  display: block;
  width: 120px;
}	

.nav-link:after, .nav-link:hover:after, .dropdown-toggle.nav-link:hover:after {
  visibility: hidden;
}

#overlay .overlay-columns {
  top: 30%;
}

.flex-div {
	height: auto;
	display: block;
}

header .flex-div {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gold-box {
  height: 50px;
  margin-top: -100px;
  width: 200px;
}

.gold-box.left {
	left: 0;
  margin-left: -4.3rem;
}

.gold-box.right  {
	right: 0;
  margin-right: -4.3rem;
}

a.box-link .arrow {
  width: 93%;
}

.carousel img {
  height: 400px;
}

.news-img-inline {
  width: 100%;
  height: 200px;
}
.news .news-content {
  width: 100%;
  padding-left: 1rem;
  padding-top: 2rem;
}

.single-post .title-bottom, .single-vendors .title-bottom {
  left: -1.1rem;
  width: 115%;
}

.background-img.h-400 {
	height: 250px;
}
	
.background-img.h-500 {
	height: 250px;
	overflow: visible;
}

.background-img.h-550 {
	height: 300px;
}

.background-img.h-700 {
	height: 300px;
}

.img-left {
	top: 20px;
}
.btn {
        letter-spacing: 0.1rem;
}

.gray-box {
  height: 100%;
  position: absolute;
  width: 100%;
}

.gray-box.left {
  margin-left: -15px;
}

.menu-btn {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.menu-btn a {
	margin-bottom: 0.5rem;
}
	
.menu-btn2 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.menu-btn2 a {
	margin-bottom: 0.5rem;
}

.plate {
  bottom: 0;
  top: -100%;
  width: 150px;
}

.bg-img-right {
  top: -20%;
  width: 100%;
}

.contact.box {
	padding: 2rem 0.5rem;
}

.wpcf7-form-control.wpcf7-submit {
	right: 20px;
}

q h3 {
  font-size: 1rem;
  line-height: 1.5rem;
}

q::before {
  font-size: 6rem;
  margin-left: -100px;
  margin-top: 30px;
}
q::after {
  height: 85%;
  margin-top: 60px;
}

.onehundred {
  font-size: 15rem;
  margin-top: 3rem;
}
.onehundred-container {
	top:20%;
}


#award-columns {
	-webkit-column-count: 1;
	   -moz-column-count: 1;
	        column-count: 1;
}

.pro-content > li > .image-side, .venue-feature > li > .image-side {
  width: 100%;
}

.pro-content > li > .content-side, .venue-feature > li > .content-side {
  width: 100%;
}

.pro-content > li:nth-child(2n) > .image-side, .venue-feature > li:nth-child(2n) > .image-side  {
  left: 0;
}

.pro-content > li:nth-child(2n) > .content-side, .venue-feature > li:nth-child(2n) > .content-side {
  right: 0;
}

.page-id-54 .link {
  top: 310px;
}

.single-post iframe {
  height: 250px;
  width: 100%;
}

.logo-box {
  margin-top: -17.5rem;
  width: 100px;
  height: 75px;
}

.below-content {
	padding-left: 0rem;
}

.history-img.img-six {
  margin-top: 80rem;
}
.history-img.img-seven {
  margin-top: 130rem;
}
.history-img.img-eight {
  margin-top: 175rem;
}

.venue-container {
	max-height: none;
	min-height: none;
	height: auto;
}

.title-bottom {
	position: relative;
	bottom: 0;
	width: 100%;
}
	
}

/* Landscape phone to portrait tablet */
@media (min-width: 544px) and (max-width: 767px) { 

html {
	font-size: 14px;
}

.container {
	padding-left: 30px;
  padding-right: 30px;
}

.container-fluid {
	padding-left: 0px;
  padding-right: 0px;
}

.navbar-brand {
	position: relative;
	left: 40px;
}

.navbar-brand > img {
  display: block;
  width: 130px;
}	

.nav-link:after, .nav-link:hover:after, .dropdown-toggle.nav-link:hover:after {
  visibility: hidden;
}

#overlay .overlay-columns {
  top: 40%;
}

.flex-div {
	height: auto;
	display: block;
}

header .flex-div {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gold-box {
  height: 50px;
  margin-top: -100px;
  width: 200px;
}

.gold-box.left{
	left: 0;
  margin-left: -4.3rem;
}

.gold-box.right {
	right: 0;
  margin-right: -4.3rem;
}

a.box-link .arrow {
  width: 91%;
}

.carousel img {
  height: 400px;
}

.news-img-inline {
  width: 100%;
  height: 300px;
}
.news .news-content {
  width: 100%;
  padding-left: 1rem;
  padding-top: 2rem;
}

.single-post .title-bottom, .single-vendors .title-bottom {
  left: -1.1rem;
}

.filter-search > .form-field-outer > .select {
	background-position: 90% center;
}

.background-img.h-550 {
	height: 400px;
}

.background-img.h-700 {
	height: 400px;
}

.gray-box {
  height: 100%;
  position: absolute;
  width: 100%;
}

.gray-box.left {
  margin-left: -15px;
}

.menu-btn {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.menu-btn a{
	margin-bottom: 0.5rem;
}
	
.menu-btn2 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.menu-btn2 a{
	margin-bottom: 0.5rem;
}

.plate {
  bottom: 0;
  top: -75%;
  width: 200px;
}

.contact.box {
	padding: 2rem 1rem;
}

.wpcf7-form-control.wpcf7-submit {
	right: 30px;
}

#award-columns {
	-webkit-column-count: 1;
	   -moz-column-count: 1;
	        column-count: 1;
}

.pro-content > li > .image-side, .venue-feature > li > .image-side {
  width: 100%;
}

.pro-content > li > .content-side, .venue-feature > li > .content-side {
  width: 100%;
}

.pro-content > li:nth-child(2n) > .image-side, .venue-feature > li:nth-child(2n) > .image-side  {
  left: 0;
}

.pro-content > li:nth-child(2n) > .content-side, .venue-feature > li:nth-child(2n) > .content-side {
  right: 0;
}

.single-post iframe {
  height: 300px;
  width: 100%;
}

.logo-box {
  margin-top: -14rem;
}

.history-img.img-five {
  margin-top: 40rem;
}
.history-img.img-six {
  margin-top: 65rem;
}
.history-img.img-seven {
  margin-top: 100rem;
}
.history-img.img-eight {
  margin-top: 130rem;
}

.venue-container {
	max-height: none;
	min-height: none;
	height: auto;
}

.title-bottom {
	position: relative;
	bottom: 0;
	width: 100%;
}

.below-content {
	margin-top: 1rem;
	padding-left: 1rem;
	min-height: auto;
	position: relative;
}


}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px)  {
	
a.box-link .arrow {
  width: 92%;
}

.filter-search > .form-field-outer > .select {
	background-position: 95% center;
}

.background-img.h-550 {
	height: 450px;
}

.background-img.h-700 {
	height: 400px;
}

.gray-box.left {
  margin-left: -15px;
}

.plate {
  top: -25%;
  width: 300px;
}

.pro-content > li > .image-side, .venue-feature > li > .image-side {
  width: 100%;
}

.pro-content > li > .content-side, .venue-feature > li > .content-side {
  width: 100%;
}

.pro-content > li:nth-child(2n) > .image-side, .venue-feature > li:nth-child(2n) > .image-side  {
  left: 0;
}

.pro-content > li:nth-child(2n) > .content-side, .venue-feature > li:nth-child(2n) > .content-side {
  right: 0;
}

.single-post iframe {
  height: 300px;
  width: 100%;
}

.logo-box {
  margin-top: -15.5rem;
}

.title-bottom {
	position: relative;
	bottom: 0;
	width: 100%;
}



}

/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1440px) {

.gray-box.left {
  margin-left: -15px;
}

.logo-box {
  margin-top: -7rem;
}

}

ul.bullets {
	list-style: circle;
	padding-left: 20px;
}

ul.bullets li{
	margin-bottom: 0;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    
    border:none !important;
    background:none !important;
}

.ui-widget.ui-widget-content{
    border:none !important;
    background:none;
}

.ui-widget-header{
    background:none !important;
}

.ui-state-default a, .ui-state-default a:link{
    color:#848484 !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
    color:#ffffff !important;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus{
    color:#bcbcbc !important;
}

.iftar-spcl-menu {
	background: url('images/patern-2.png'), #003057;
  	background-repeat: repeat, ;
	background-color: rgba(0,48,88,1);
/*
background: -moz-url('images/patern-2.png'), linear-gradient(top, rgba(0,48,88,1) 0%, rgba(0,48,88,1) 30%, rgba(204,231,211,1) 76%, rgba(204,231,211,1) 100%);
background: url('images/patern-2.png'), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,48,88,1)), color-stop(30%, rgba(0,48,88,1)), color-stop(76%, rgba(204,231,211,1)), color-stop(100%, rgba(204,231,211,1)));
background: -webkit-url('images/patern-2.png'), linear-gradient(top, rgba(0,48,88,1) 0%, rgba(0,48,88,1) 30%, rgba(204,231,211,1) 76%, rgba(204,231,211,1) 100%);
background: -o-url('images/patern-2.png'), linear-gradient(top, rgba(0,48,88,1) 0%, rgba(0,48,88,1) 30%, rgba(204,231,211,1) 76%, rgba(204,231,211,1) 100%);
background: -ms-url('images/patern-2.png'), linear-gradient(top, rgba(0,48,88,1) 0%, rgba(0,48,88,1) 30%, rgba(204,231,211,1) 76%, rgba(204,231,211,1) 100%);
background:url('images/patern-2.png'), linear-gradient(to bottom, rgba(0,48,88,1) 0%, rgba(0,48,88,1) 30%, rgba(204,231,211,1) 76%, rgba(204,231,211,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003058', endColorstr='#cce7d3', GradientType=0 );
*/
/*background-image: url('images/arrow-right-sm.svg'), #501752;*/
/*  background-position: right bottom,;*/
/*	background: url('images/patern-2.png'), rgba(0,48,88,1);*/
	
	
}
.iftar-valuebox {
	background: #501752;
	background: url('images/patern-2.png'),#501752;
}
.iftarsliderbg2 {
	background: rgba(80,23,82,1);
	background: -moz-linear-gradient(top, rgba(80,23,82,1) 0%, rgba(80,23,82,1) 72%, rgba(150,84,153,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(80,23,82,1)), color-stop(72%, rgba(80,23,82,1)), color-stop(100%, rgba(150,84,153,1)));
	background: -webkit-linear-gradient(top, rgba(80,23,82,1) 0%, rgba(80,23,82,1) 72%, rgba(150,84,153,1) 100%);
	background: -o-linear-gradient(top, rgba(80,23,82,1) 0%, rgba(80,23,82,1) 72%, rgba(150,84,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(80,23,82,1) 0%, rgba(80,23,82,1) 72%, rgba(150,84,153,1) 100%);
	background: url("images/patern-2.png") 0 0 repeat, linear-gradient(to bottom, rgba(80,23,82,1) 0%, rgba(80,23,82,1) 72%, rgba(150,84,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#501752', endColorstr='#965499', GradientType=0 );
}
.iftarsliderbg {
	background: rgba(0,48,87,1);
	background: -moz-linear-gradient(top, rgba(0,48,87,1) 0%, rgba(0,48,87,1) 72%, rgba(203,230,210,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,48,87,1)), color-stop(72%, rgba(0,48,87,1)), color-stop(100%, rgba(203,230,210,1)));
	background: -webkit-linear-gradient(top, rgba(0,48,87,1) 0%, rgba(0,48,87,1) 72%, rgba(203,230,210,1) 100%);
	background: -o-linear-gradient(top, rgba(0,48,87,1) 0%, rgba(0,48,87,1) 72%, rgba(203,230,210,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,48,87,1) 0%, rgba(0,48,87,1) 72%, rgba(203,230,210,1) 100%);
	background: url("images/patern-2.png") 0 0 repeat, linear-gradient(to bottom, rgba(0,48,87,1) 0%, rgba(0,48,87,1) 72%, rgba(203,230,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003057', endColorstr='#cbe6d2', GradientType=0 );
/*	background: url("images/patern-2.png") 0 0 repeat, url("images/top-n-bot.svg") 100% 100% no-repeat, linear-gradient(to right, rgba(203,230,210,1) 0%, rgba(0,48,87,1) 28%, rgba(0,48,87,1) 100%);*/
}




