
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('fonts/AvenirLTStd-Black.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Black';
  src:  url('fonts/AvenirLTStd-Black.otf')  format('opentype'),
	     url('fonts/AvenirLTStd-Black.woff') format('woff'), url('fonts/AvenirLTStd-Black.ttf')  format('truetype'), url('fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url('fonts/AvenirLTStd-Book.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd-Book';
  src:  url('fonts/AvenirLTStd-Book.otf')  format('opentype'),
	     url('fonts/AvenirLTStd-Book.woff') format('woff'), url('fonts/AvenirLTStd-Book.ttf')  format('truetype'), url('fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	font-size: 17px;
	color:#737577;
	font-family: 'Open Sans', Arial, sans-serif;
}
*{margin:0; padding:0; box-sizing: border-box;}
img{border:none; max-width:100%; width: auto;height:auto;}
a, li{text-decoration:none; color:#111;}
ul li
{
	list-style:none;
}
/**starting css of site**/
#container{
	width:100%;
	float: left;
}
.top_slides{
	width:100%;
	float: left;
}
.wrapper{
	max-width: 85%;
	width: 100%;
	margin: 0 auto;
}
.slide_col{
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
}
.slide_col img{
	display: block;
	width: 100%;
}

.main_slider h4, .main_slider h3 {
    bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-weight: normal;
    text-align: center;
    font-size: 17px;
    font-family: 'AvenirLTStd-Black';
}
.main_slider h3 {
    position: absolute;
    width: 33%;
    -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  text-shadow: 0 0 15px rgba(0,0,0,.5);
}
.unleash_slide.active h3{
    display: none;
}
.slide_content{
	float: left;
	width: 100%;
	padding: 40px 10% 30px;
	text-align: center;
}
.slide_content img{
    margin-bottom: 10px;
    max-width: 257px;
    padding-top: 2em;
}
.divider-sm {
  height: 5px;
  width: 50px;
  background-color: #737577;
  margin: 5px auto 30px auto;
}
.slide_content p{
    margin-bottom: 20px;
    line-height: 1.4;
}
.arrow_down{
	float: left;
	width: 100%;
	text-align: center;
}
.arrow_down img {
  transform: scale(0.4, 0.4) !important;
}
.divider{
	float: left;
	padding: 50px 20px;
	background: url(../images/divider.png) repeat-x;
	background-position: center;
	height: 5px;
	width: 100%;
}
.footer .divider{
	background: url(../images/divider2.png) repeat-x;
	background-position: center;
}
#choose_gift {
    float: left;
    text-align: center;
    width: 100%;
}
#choose_gift h1, .slide_content h1 {
    display: inline-block;
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 20px;
    font-family: 'AvenirLTStd-Black';
    color: #91c7e8;
}
.slide_content h1{
    margin-bottom: 0;
    color: #91c7e8;
    padding-bottom: 19px;
}
#choose_gift h1:after{
	content: "";
	border-bottom: 3px solid #72cfea;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.gift-wrapper {
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
}
.city-column {
  width: 50%;
  display: flex;
  flex-flow: column;
  padding: 0px 20px;
}
.city_name_column {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin-top: 20px;
}
.giftsRow {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.gifts {
  display: flex;
}
.gift {
  display: flex;
  flex-flow: column;
}
.city_name {
  margin: 0px 0px 20px 0px;
  letter-spacing: 2px;
  font-size: 20px !important;
}
.gift h5 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 0;
  color: #adafb2;
  letter-spacing: 2px;
}
.gift-highlight {
  height: 5px;
  width: 35px;
  background-color: #adafb2;
  margin: 5px auto 30px auto;
  display: inline-flex;
  transform: scaleX(0);
}
.gift:hover .gift-highlight {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.gift_coloum {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.gift_col{
	float: left;
	/*width: 31.33%;*/
  width: 22.7%;
	margin-bottom: 30px;
	margin-right: 3%;
	background: #fff;
	position: relative;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

.gift_col:nth-child(4n){
	margin-right: 0;
}
.gift_col h5 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 0;
    float: left;
    width: 100%;
    color: #adafb2;
    letter-spacing: 2px;
}
.footer{
	float: left;
	width: 100%;
	background: #91c7e8;
  padding: 33px 0px 20px 0px;
  margin-top: 80px;
  text-align: center;
  min-height: 5em;
}
.footer .foot-logo {
  max-width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
}
/*******************Flip Hover**************************/



.gift_col h5:after {
  height: 5px;
  width: 50px;
  background-color: #737577;
  margin: 0px auto;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  display: inline-block;
}
.gift_col:hover .back{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.gift_col:hover .front{
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.gift_col:hover h5:after {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.front{
    position: relative;
    z-index: 99;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);

    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
	width: 100%;
	float: left;
  padding: 0px 20px;
}
.back {
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 41px);
	padding: 20% 20px 0;
    z-index: 1;
    overflow: hidden;
}

.back_left{
	float: left;
	width: 50%;
    padding-right: 5px;
   /* -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translate3d(0%,130%,0);
    transform: translate3d(0%,130%,0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;*/
}
.back-title h3{
    /*-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(0%,-130%,0);
    transform: translate3d(0%,-130%,0);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    opacity: 0;*/
    line-height: 1.1;
}
/*.flag_img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(0%,130%,0);
    transform: translate3d(0%,130%,0);
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}*/
.back_right {
    float: right;
    margin-top: 20%;
    width: 50%;
    overflow: hidden;
}
.back-title, .thanku_title h1{
    font-family: 'AvenirLTStd-Black';
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.back-title:after, .thanku_title h1:after{
	content: "";
	border-bottom: 3px solid #72cfea;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.gift_col:hover .back-title:after, .gift_col:hover .back_left, .gift_col:hover h3,
.gift_col:hover .flag_img{
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    opacity: 1;
}
a.inline {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
    z-index: 99;
    outline: none;
}
.popup_wrap .popup_img {
    float: left;
    text-align: center;
    width: 35%;
}
.popup_wrap {
    float: left;
    padding: 30px 5% 0;
    width: 100%;
    overflow: hidden;
}
#cboxLoadedContent {
    margin-bottom: 0 !important;
}
.popup_wrap .popup_img {
    float: left;
    margin-right: 5%;
    max-width: 35%;
}
.popup_wrap .popup_content {
    display: table;
    text-align: center;
    margin-top: 40px;
}

.popup_title > h3 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 3px;
    font-family: 'AvenirLTStd-Black';
}
.popup_flag_img {
    margin-bottom: 10px;
}
.popup_content > p {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.6;
}
.popup_content > a, .popup_content form p.submit_btn button {
    background: #72cfea;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 8px;
    font-family: 'AvenirLTStd-Black';
    padding: 20px 40px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    border: none;
    margin-top: 10px;
}
.popup_content > a:hover, .popup_content form p.submit_btn:hover button{
    box-shadow: 300px 0 0 #333333 inset;
}
#cboxClose{
    display: none;
}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight,
#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight{
    display: none;
}
#colorbox {
    background: #ffffff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    outline: 0 none;
}
#cboxContent {
    width: 100% !important;
}

.slide_content{display: none;}
.slide_content.current{display: block;}
.popup_content form p {
    float: left;
    padding: 0 10px;
    width: 50%;
    margin-bottom: 10px;
}
.popup_content form p input, .popup_content form p select{
    background: #f9f9f9;
    border: none;
    border-bottom: 2px solid #72cfea;
    float: left;
    width: 100%;
    padding: 12px 10px;
    font-family: 'AvenirLTStd-Book';
    outline: none;
    font-size: 16px;
}

.popup_content form p.select_type, .popup_content form p.company_name, .popup_content form p.shipped, .popup_content form p.address{
    width: 100%;
}
.popup_content form p.select-label{
    padding: 0 10px;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}
.popup_content form p.select_type{
    width: 100%;
}
.popup_content form p select{
    width: 48%;
}
.popup_content .shipped {
    float: left;
    padding: 30px 0 10px !important;
    width: 100%;
    font-size: 20px;
}
.popup_content form p.st {
    width: 70px !important;
}
.popup_content form p.st {
    width: 70px !important;
}
.popup_content form p.zip_code {
    width: calc(50% - 70px);
}
.popup_content form p.submit_btn {
    display: inline-block;
    float: none !important;
    margin: 10px auto 30px;
    cursor: pointer;
    width: 100%;
}
.popup_content form p.submit_btn button{
    cursor: pointer;
}

#modal3 .popup_wrap {
    padding: 8% 15%;
}
#modal3 .popup_wrap .popup_img, .thanku_title {
    clear: both;
    float: left;
    margin-right: 5%;
    max-width: 100%;
}
.thanku_title {
    overflow: hidden;
    bottom: -150px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.thanku_title > h1 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
#modal3 .popup_wrap .popup_content {
  min-width: 45%;
  text-align: right;
}
#modal3 .popup_title > h3 {
    color: #cccccc;
    margin-bottom: 5px;
}
#modal3 .popup_title.thank4 > h3{
    color: #91c7e8;
}
#modal3 .popup_wrap .popup_img img {
    max-width: 170px;
}
#modal3 .popup_title{
    position: relative;
    top: -530px;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
#modal3 .popup_title.thank1{
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
#modal3 .popup_title.thank2{
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
#modal3 .popup_title.thank3{
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
#modal3 .popup_title.thank4{
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
#modal3 .popup_title.thank5{
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
#modal3 .popup_title.thank6{
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
#modal3 .popup_title.thank7{
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
#modal3.modal--active .popup_title{
    top:0 !important;
}
#modal3.modal--active .thanku_title{
    bottom: 0;width: 37%;
}
.thanku_title h1:after{
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.modal--active .popup_wrap .thanku_title h1:after{
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    opacity: 1;
}
.front > img {
    width: 100%;
}
.flag_img img, .popup_flag_img img {
    width: auto;
    height: 30px;
}
.mobile_slider{
    display: none;
}


.unleash-paging{
    bottom: 40px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.unleash-paging a {
    background: url(../images/sliderbg.png) no-repeat;
    background-position: 0px -14px;
    display: inline-block;
    height: 14px;
    margin: 2px 15px;
    text-indent: 999999em;
    width: 14px;
}
.unleash-paging a:hover{
    background-position: 0px 0px;
}
.unleash-paging a.current{
    background-position: 0px -28px;
}
.unleash_slider .slide1{
    background-color: #91c7e8;
    background-image: url(../images/slider/slider-collapse/slider-MIA-collapse.jpg);
    background-repeat: no-repeat;
    background-size: 25% 100%;
}
.unleash_slider .slide2{
    background-color: #91c7e8;
    background-image: url(../images/slider/slider-collapse/slider-BA-collapse.jpg);
    background-repeat: no-repeat;
    background-size: 25% 100%;
}
.unleash_slider .slide3{
    background-color: #91c7e8;
    background-image: url(../images/slider/slider-collapse/slider-NYC-collapse.jpg);
    background-repeat: no-repeat;
    background-size: 25% 100%;
}
.unleash_slider .slide4{
    background-color: #91c7e8;
    background-image: url(../images/slider/slider-collapse/slider-LDN-collapse.jpg);
    background-repeat: no-repeat;
    background-size: 25% 100%;
}
.unleash_slider img{
    /*width: 100% !important;*/
    display: none;
}
.unleash_slider img.shownow{
    display: block;
}

.unleash_caption{
        display: none;
        top:38%;
    }
    .unleash_caption .next{
        float: right;
    }
    .unleash-sub-paging{
        bottom: 40px;
        position: absolute;
        text-align: center;
        width: 100%;
    }
    .unleash-sub-paging a {
        background: url(images/sliderbg.png) no-repeat;
        background-position: 0px -14px;
        display: inline-block;
        height: 14px;
        margin: 2px 15px;
        text-indent: 999999em;
        width: 14px;
    }
    /* Fading animation */
    .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @-webkit-keyframes fade {
        from {opacity: .7}
        to {opacity: 1}
    }

    @keyframes fade {
        from {opacity: .7}
        to {opacity: 1}
    }
