
@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}
    }
@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
}
.unleash_slider {
	overflow: hidden;
	display: block;
	position: relative;
	/*height: 61vh !important;*/
}
.unleash_slide {
	overflow: hidden;
	display: block;
	/*height: 61vh !important;*/
	position: absolute;
	cursor: pointer;
	float: left;
	display: inline-block;
	zoom: 1;
	background: #73cfea;
}
.unleash_slide:hover h3 {
    bottom:48%;
}
.unleash_caption {
    position: absolute;
    bottom: 0;
    background: transparent;
    padding: 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    max-height: 35%;
    margin: 2% 0;
    overflow-y: auto;
    width: 100%;
}
.unleash_caption h6{
	color: #fff;
}
.unleash_caption p{
	color: #fff;
}
.unleash_content{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
}

.unleash_drag{
	 cursor: -webkit-grab;
  cursor: -moz-grab;
   cursor: -o-grab;
    cursor: -ms-grab;
}
.unleash_slide_mouseDown{
 cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
   cursor: -o-grabbing;
    cursor: -ms-grabbing;

}
.example_1 {
	-moz-box-shadow: 5px 0px 5px rgba(1, 1, 1, 0.3);
	-webkit-box-shadow: 5px 0px 5px rgba(1, 1, 1, 0.3);
	box-shadow: 5px 0px 5px rgba(1, 1, 1, 0.3);
}
.unleash_slide img, .unleash_slide video {
	position: relative;
	width: 100%;
	opacity: .75;
	-o-transition: opacity 700ms;
	-ms-transition: opacity 700ms;
	-moz-transition: opacity 700ms;
	-webkit-transition: opacity 700ms;
	transition: opacity 700ms;
}
.unleash_slide img:hover, .unleash_slide video:hover {
	opacity: 1;
}
.unleash_slide.active img, .unleash_slide.active video {
	opacity: 1;
}

.upper_text {
	position: absolute;
	width: 100%;
	margin: none;
}
.upper_text h4 {
	text-align: center;
	margin: 0;
}
.upper_text h4 a {
	color: white;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 55px;
	text-decoration: none;
}

.lower_text {
	position: absolute;
	width: 100%;
	margin: none;
	text-align: center;
	padding: 0 5%;
}
.lower_text p {
	color: white;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 20px;
}
@media screen and (max-width: 800px) {
.upper_text h4 a {
	font-size: 20px;
}
.lower_text p {
	display: none;
}
}
.main_nav {
background: #111;
padding: 5px 0;
box-shadow: 0px 2px 10px rgba(1, 1, 1, 0.81);
}


.color {
	padding: 40px 0;
	/*border-top: 1px solid rgba(255,255,255,0.1);*/
}
.unleash_container {
	position: relative;
}
.unleash_controls {
	width: 120px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 20px;
	overflow: hidden;
}
.unleash_loader {
	height: 2px;
background: #00f0ff;
/*left: -101%;*/
position: absolute;
position: relative;
z-index: 1000;
box-shadow: 0px 0px 3px 1px #00f0ff;
-webkit-box-shadow: 0px 0px 3px 1px #00f0ff;
-moz-box-shadow: 0px 0px 3px 1px #00f0ff;
top: 10px;
}
.unleash_loader_bg {
	height: 20px;
overflow: hidden;
background: #;
z-index: 999;
width: 100%;
top: -12px;
position: absolute;
}

.unleash_pause {
	background: url(../img/pause.png) no-repeat;
	height: 30px;
	width: 40px;
	float: left;
	cursor: pointer;
}
.unleash_buttons {
	overflow: hidden;
width: 100%;
margin: 20px auto 0px auto;
text-align: center;
display: none;
}
.unleash_buttons i{
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.emboss {
	background: rgba(255,255,255,0.25);
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
}
.main_slider{
background: rgb(4,13,28); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0MGQxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzM5NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(4,13,28,1) 0%, rgba(67, 117, 145, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,13,28,1)), color-stop(100%,rgba(67, 117, 145, 1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(4,13,28,1) 0%,rgba(67, 117, 145, 1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(4,13,28,1) 0%,rgba(67, 117, 145, 1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(4,13,28,1) 0%,rgba(67, 117, 145, 1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(4,13,28,1) 0%,rgba(67, 117, 145, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040d1c', endColorstr='#1c3949',GradientType=0 ); /* IE6-8 */


}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?63503719');
  src: url('../font/fontello.eot?63503719#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?63503719') format('woff'),
       url('../font/fontello.ttf?63503719') format('truetype'),
       url('../font/fontello.svg?63503719#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?63503719#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-left-open:before { content: '\e806'; } /* '' */
.icon-right-open-5:before { content: '\e819'; } /* '' */
.icon-play-1:before { content: '\e808'; } /* '' */
.icon-pause-1:before { content: '\e801'; } /* '' */
.icon-to-end-1:before { content: '\e802'; } /* '' */
.icon-to-start-1:before { content: '\e805'; } /* '' */
.icon-left-open-1:before { content: '\e80a'; } /* '' */
.icon-right-open-1:before { content: '\e80b'; } /* '' */
.icon-left-open-mini:before { content: '\e80c'; } /* '' */
.icon-right-open-mini:before { content: '\e80d'; } /* '' */
.icon-left-open-big:before { content: '\e80e'; } /* '' */
.icon-right-open-big:before { content: '\e80f'; } /* '' */
.icon-play:before { content: '\e800'; } /* '' */
.icon-right-open:before { content: '\e809'; } /* '' */
.icon-to-end:before { content: '\e803'; } /* '' */
.icon-to-start:before { content: '\e804'; } /* '' */
.icon-left-open-outline:before { content: '\e810'; } /* '' */
.icon-left-open-2:before { content: '\e811'; } /* '' */
.icon-right-open-outline:before { content: '\e812'; } /* '' */
.icon-right-open-2:before { content: '\e813'; } /* '' */
.icon-left-open-3:before { content: '\e814'; } /* '' */
.icon-right-open-3:before { content: '\e815'; } /* '' */
.icon-left-open-4:before { content: '\e816'; } /* '' */
.icon-right-open-4:before { content: '\e817'; } /* '' */
.icon-left-open-5:before { content: '\e818'; } /* '' */
.icon-pause:before { content: '\e807'; } /* '' */


