
/* Font type ================================================================================ */
@font-face {
    font-family: 'UnitProRegular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/unitpro-regular-webfont.eot');
    src: local('UnitProRegular'),
         url('../fonts/unitpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/unitpro-regular-webfont.woff') format('woff'),
         url('../fonts/unitpro-regular-webfont.ttf') format('truetype'),
         url('../fonts/unitpro-regular-webfont.svg#UnitProRegular') format('svg'); }
@font-face {
			font-family: 'UnitProMedium';
			src: url('../fonts/unitpro-medium.eot');
			src: local('UnitProMedium'),
                 url('../fonts/unitpro-medium.eot?#iefix') format('embedded-opentype'),
                 url('../fonts/unitpro-medium.woff') format('woff'),
				 url('../fonts/unitpro-medium.ttf') format('truetype'),
				 url('../fonts/unitpro-medium.svg#unitpro-medium') format('svg');
			font-weight: normal;
			font-style: normal;
	}
@font-face {
		font-family: 'UnitProUltra';
		src: url('../fonts/unitpro-ultra.eot');
		src: local('UnitProUltra'),
             url('../fonts/unitpro-ultra.eot?#iefix') format('embedded-opentype'),
             url('../fonts/unitpro-ultra.woff') format('woff'),
		     url('../fonts/unitpro-ultra.ttf') format('truetype'),
			 url('../fonts/unitpro-ultra.svg#unitpro-ultra') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'UnitProBold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/unitpro-bold-webfont.eot');
    src: local('UnitProBold'),
        url('../fonts/unitpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/unitpro-bold-webfont.woff') format('woff'),
        url('../fonts/unitpro-bold-webfont.ttf') format('truetype'),
        url('../fonts/unitpro-bold-webfont.svg#UnitProBold') format('svg'); }

@font-face {
    font-family: 'UnitSlabProRegular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/unitslabpro-webfont.eot');
    src: local('UnitSlabProRegular'),
        url('../fonts/unitslabpro-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/unitslabpro-webfont.woff') format('woff'),
        url('../fonts/unitslabpro-webfont.ttf') format('truetype'),
        url('../fonts/unitslabpro-webfont.svg#UnitSlabProRegular') format('svg'); }

@font-face {
    font-family: 'UnitSlabProRegularItalic';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/unitslabpro-ita-webfont.eot');
    src: local('UnitSlabProRegularItalic'),
         url('../fonts/unitslabpro-ita-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/unitslabpro-ita-webfont.woff') format('woff'),
         url('../fonts/unitslabpro-ita-webfont.ttf') format('truetype'),
         url('../fonts/unitslabpro-ita-webfont.svg#UnitSlabProRegularItalic') format('svg'); }

@font-face {
    font-family: 'UnitSlabProBold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/unitslabpro-bold-webfont.eot');
    src: local('UnitSlabProBold'),
         url('../fonts/unitslabpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/unitslabpro-bold-webfont.woff') format('woff'),
         url('../fonts/unitslabpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/unitslabpro-bold-webfont.svg#UnitSlabProBold') format('svg'); }


@font-face {
	font-family: 'UnitSlabProUltra';
	src: url('../fonts/unitslabproultra.eot');
	src: local('UnitSlabProUltra'),
         url('../fonts/unitslabproultra.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/unitslabproultra.woff') format('woff'),
		 url('../fonts/unitslabproultra.ttf') format('truetype'),
		 url('../fonts/unitslabproultra.svg#unitslabproultra') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'UnitProLight';
    font-weight: normal; 
    font-style: normal;
    src: url('../fonts/unitprolight.eot');
    src: local('UnitProLight'),
         url('../fonts/unitprolight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/unitprolight.woff') format('woff'),
         url('../fonts/unitprolight.ttf') format('truetype'),
         url('../fonts/unitprolight.svg#UnitSlabProUltra') format('svg'); }

/* ======================================================================================= */



/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(ratings/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(ratings/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
* { margin:0; padding:0; }

body          { font:normal 12px/15px 'UnitSlabProRegular', Arial, Helvetica, sans-serif; color:#808080; background:#DDDDDD}

img           { border:0; vertical-align:top; }
            
a:link,
a:visited,
a:active {
    color:#2D86C4;
    text-decoration:none;
    font-family:'UnitProMedium';
    font-size:12px;
    font-weight:100;
}
a:hover {
	color:#2d86c4;
	text-decoration:underline;
	-moz-text-decoration-color:#f8ef22;
	-webkit-text-decoration-color:#f8ef22;
	text-decoration-color:#f8ef22;
	}

/* Headings */
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:30px; color:#333; font-family:'UnitSlabProBold'; line-height:34px;}
h3            { font-size:18px; font-weight:100; color:#333; font-family:'UnitSlabProBold'; line-height:25px;}
h4            { font-size:14px; font-weight:100; font-family:'UnitProBold'; line-height:25px; text-transform:uppercase; color:#333; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; font-size:14px; line-height:20px; font-family:'UnitProRegular'; color:#333;}
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {background: #EEEEEE; } /* url("../img/background.png?v2") no-repeat scroll center top  */
.page {width:968px; margin:auto; position:relative; margin-bottom:30px;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { min-height:400px; background:#fff; padding:20px; text-align:left; }
.page-white { min-height:400px; background:#fff; padding:20px; overflow:hidden; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {width:940px; margin:auto;}
.main { margin:0 auto;  text-align:left; }

/* Base Columns */
.col-left { float:left; width:195px; padding:0 0 1px; }
.col-main { float:left; width:700px; padding:0 0 1px; }
.col-right { float:right; width:220px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }
/*.col1-layout .col-main h2,
.col1-layout .col-main h2 a { line-height:20px;} */
/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:515px; margin-left:20px; }
.col3-layout .col-wrapper { float:left; width:730px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.my-account {width:660px; float:left}
.my-account .col2-set .col-1 { width:330px; padding:0px; }
.my-account .col2-set .col-2 { width:330px; padding:0px; }
.my-account h3 { color:#666; text-transform:uppercase;}

.col2-set .col-1 { float:left; width:660px; padding:20px; background:#fff;}
.col2-set .col-2 { float:right; width:220px; padding-top:20px;}
.col2-set .col-2.registered-users .input-box input.input-text {
    width:208px;
}
.col2-set .col-2.registered-users hr {
    margin-bottom:14px;
    height:1px;
    border:0px;
    border-top:1px solid #e2e2e2;
    overflow:hidden;
}

.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
select { padding:0 0 0 2px; height:24px; border:0px; font-family:'UnitProMedium'; font-size:12px; color:#000;}
select option { padding-left:5px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }

button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
/*button.button { -webkit-border-fit:lines; } *//* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; background:url(../img/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label {
	color: #999;
    float: left;
    font-family:'UnitProMedium';
    margin-right: 20px;
    position: relative;
    text-align: right;
    font-size:12px;
    line-height:30px;
    width: 185px;
    z-index: 0;
}
.account-login .form-list label,
.my-account .form-list label {
	width:120px;
}

/* My Account ============================================================================= */
.margin-form-big { margin-left:205px; }
.margin-form-small { margin-left:140px !important; }
/* ======================================================================================== */

.form-list label.required {}
.form-list label.required em { float:right; }
.form-list li.control { margin-bottom:0px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }


.input-checkout-box input{
	margin-top:10px;
}
.input-box {
	display:block;
	border:1px solid #d1d1d1;
	padding-top:4px;
	background:#f2f2f2;
	height:24px;
	margin-bottom:5px;
	max-width:535px;
	float:left;
}

input.input-text {
	height:14px;
	background:#fff;
	border:0px;
	padding:3px 5px 7px;
	font-family:'UnitProMedium';
	font-size:12px;
	line-height:14px;
}

input.input-text.qty {
	text-align:center;
	color:#000;
}

.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.head { margin-bottom:0px; }
.form-list li.wide .input-box { width:460px; }
.form-list li.wide input.input-text { width:450px; color:#000;}
.account-login .form-list li.wide .input-box,
.my-account .form-list li.wide .input-box { width:380px; }
.account-login .form-list li.wide input.input-text,
.my-account .form-list li.wide input.input-text { width:370px; color:#000;}
.form-list li.wide textarea { width:460px; }
.form-list li.wide select { width:380px; }


.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; padding:8px 0 0;  text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

/* Form Validation */
.validation-advice { display:none; clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../img/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../img/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../img/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../img/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs {line-height:30px; height:30px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li a,
.breadcrumbs li span {
	font-family:'UnitProRegular';
	color:#333;
	text-decoration:none;
}
/* Page Heading */
.page-title h1,
.page-title h2 {
    color: #333333;
    font-family: 'UnitProUltra';
    font-size: 25px;
    font-weight: 100;
    line-height: 25px;
    margin-bottom: 30px;
}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; font-size:15px; font-weight:bold; color:#666; }

/* Pager */
.pager {background:#f6f6f6; padding:6px 20px;}
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { text-align:center; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current { color:#333; font-family:'UnitProMedium'}

/* Sorter */
.sorter { font-size:11px; background:#fff url(../img/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; background:#fff; }
.data-table .odd  { background:#F7F7F7; }
.data-table .even { background:#FFFFFF; }
#shopping-cart-table.data-table {padding:20px;}
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; border-right:0; }
.data-table th { padding:0px 8px; height:30px; vertical-align:middle; font-weight:bold; background:#eee; font-family:'UnitProRegular'; border-right:1px solid #fff;}
.data-table td { padding:3px 8px; border-right:1px solid #fff; }


/* Generic Info Box */
.info-box { background:#fff url(../img/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../img/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart .checkout-body { background:#fff; padding:20px; }
.cart .checkout-body .form-list li.wide select { width: 460px; }

.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.price_start {font-family:'UnitProBold'; line-height:18px; color:#fff100; text-transform:uppercase}
.cart-tax-total { display:block; padding-right:20px; background:url(../img/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(../img/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(../img/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:40px; font-size:0; line-height:0; background:url(../img/cart_delete.png) 0 15px no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../img/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { color: #2d86c4; font-family: 'UnitProRegular'; background:none; text-decoration:none;}
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../img/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../img/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../img/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }
/* Header ================================================================================ */
.logo { float:left; }
.header-box {
position:relative;
margin:auto;
width:960px;
-moz-box-shadow: 0px 4px 8px #bebebe;
-webkit-box-shadow: 0px 4px 8px #bebebe;
box-shadow: 0px 4px 8px #bebebe;
}

.header-user {
	position:relative;
	width:238px;
	height:60px;
	float:right;
	margin-right:10px;
	background: #e7e7e7 url("../img/top_left_account.png") no-repeat top right;
}

.header-user.hover {
	background: url("../img/account_grey_arrow.png") no-repeat scroll 224px 49px #e7e7e7;
	-moz-box-shadow: 0px 4px 4px #000;
	-webkit-box-shadow: 0px 4px 4px #000;
	box-shadow: 0px 4px 4px #000;
	z-index:999;
}

.header-user .header-user-panel {
	top:60px;
	left:0px;
	width:238px;
	display:none;
	background:#f3f3f3;
	position:absolute;
	-moz-box-shadow: 0px 4px 4px #000;
	-webkit-box-shadow: 0px 4px 4px #000;
	box-shadow: 0px 4px 4px #000;
}

.header-user .header-user-panel .split1 {
	padding:10px;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
.header-user .header-user-panel .split2 {
 	padding:9px 10px;
}


.header-user .header-user-panel .account-links {
	padding:10px 0px;
	border-top:1px solid #cfcfcf;
}
.header-user .header-user-panel .account-links ul li {
	padding:0px 20px;
	height:25px;
}
.header-user .header-user-panel .account-links ul li:hover {
	background:#ededed;

}
.header-user .header-user-panel .account-links ul li a {
	display:block;
	line-height:25px;
}

.header-user .header-user-panel input.input-text {
	width:206px;
}


.header-user-left {
	width:208px;
	padding:5px;
}

.header-user-left .account-face {
	width:50px;
	height:50px;
	margin-right:10px;
	float:left;
}
.header-user-left .account-description {
	float:left;
	width:140px;
}

.header-user-left .account-description .hello,
#cartview-panel #cart_block .cart_block_list ul.products li a {
	font-size:12px;
	font-family:'UnitProMedium';
	color:#333333;
	text-transform:uppercase;
	line-height:19px;
	text-decoration:none;
}

#cart_block .cart_block_list p.empty {
	height:30px;
	font-family:'UnitProMedium';
	color:#030303;
	line-height:37px;
	padding-left:10px;
	font-size:13px;
}

.header-photo-pass {
	position:relative;
	border:5px solid #e7e7e7;
	background:#f3f3f3 url('../img/photo_pass.png') center center  no-repeat;
	width:50px;
	height:50px;
	float:right;
	margin-right:1px;

}
.header-photo-pass:hover,
#shopping_cart:hover {
	-moz-box-shadow: 0px 4px 4px #000;
	-webkit-box-shadow: 0px 4px 4px #000;
	box-shadow: 0px 4px 4px #000;
}
.header-photo-pass:hover {
	border:5px solid #fff100;
	background-color:#f5f3c2;
}

.header-photo-pass-panel {
	display:none;
	position:absolute;
	width:200px;
	height:160px;
	border-top:1px solid #cfcfcf;
	background:#f3f3f3;
	z-index:9999;
	left:-5px;
	top:55px;
	padding:10px;
	-moz-box-shadow: 0px 4px 4px #000;
	-webkit-box-shadow: 0px 4px 4px #000;
	box-shadow: 0px 4px 4px #000;
}
.header-photo-pass-panel p {
    font-size:12px;
    line-height:15px;
}
.header-photo-pass-panel .description {
	margin:9px 5px;
}


.header-photo-pass-panel h1 {
	font-size:22px;
	font-family:'UnitProUltra';
	color:#2d86c4;
	line-height:14px;
}

.header-photo-pass-panel h2 {
	font-size:12px;
	font-family:'UnitProMedium';
	color:#333333;
	text-transform:uppercase;
	line-height:14px;
	margin-bottom:16px;
}

.header-container {background:#ffffff; padding-top:10px; height:70px;}
.header { margin:0 auto; position:relative;}
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:11px 21px; }
.header .quick-access { float:right; width:615px; height:60px; padding-right:14px;}
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
#header_user {float:right}
#header_user li {float:left;margin:0 10px 0 0;padding:0 10px 0 0;border-right:1px solid #cdcdcd;}

#header_user #header_user_info {color:#7e7d7d;}
#header_user #header_user_info a {color:#7e7d7d;text-decoration:none;text-transform:lowercase;}
#header_user #header_user_info a:hover {color:#404040;}
#header_user #header_user_info span {font-weight:bold;color:#FFF;}

#header_user #your_account {}
#header_user #your_account a {color:#ffF;text-decoration:none;font-weight:bold;}

#search_block_top {
	position:absolute;
	top:85px;
	right:13px;
    width: 300px;
    height: 30px;
    background: #fff;
    }

#search_block_top input.search_query {width:180px; margin:2px 8px;float:left;background:none;border:none; color:#000; height:24px;}
#search_block_top .submit {
    width: 16px;
    border:0px;
    height: 16px;
    display: block;
    overflow: hidden;
    float: right;
    background: url('../img/black_search_icon.png?v1') 0 0px no-repeat;
    margin:8px 8px 0px 0px;
    cursor:pointer;
}

#languages_block_top {
	height: 17px;
	float: right;
}
#languages_block_top ul li {float:left;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
#languages_block_top ul li:hover {-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
#languages_block_top ul li + li {margin:0 0 0 6px;}
#languages_block_top ul li img {
    width:16px;
    height:16px;
}

.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(../img/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }

.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(../img/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }




a.level-top span.sf-sub-indicator {display:none !important;}
#tmcategories {height:40px;  background: #474747;}


#cat li.level2 {
	border-top:1px solid #e2e2e2;
	padding-top:10px;
	margin-top:11px;
}


#cat li#parent-0 {
	width:200px;
	float:left;
	border-right:1px solid #e5e5e5;
}

#cat li#parent-0.last {
	border:none;
	padding-right: 0 !important;
}

#cat li#parent-0{
	text-transform:uppercase;
}
#cat li#parent-0 span{
	color:#999999;
	font-family:'UnitSlabProUltra';
	font-size:20px;
	line-height:20px;
	display:block;
}

#cat li#parent-1 a.child-2 {
	color:#333333;
	font-family:'UnitProUltra';
	font-size:15px;
	line-height:20px;
	display:block;
}
#cat li#parent-2.active a.child-3,
#cat li#parent-2 a.child-3:hover,
#cat li#parent-1.active a.child-2,
#cat li#parent-1 a.child-2:hover {
	color:#2d86c4;
	text-decoration:underline;
}

#cat li#parent-1.last a.child-2 {
	border:none;
}

#cat li#parent-2 a.child-3 {
	padding-left:5px;
	color:#555555;
	font-family:'UnitProMedium';
	font-size:13px;
	line-height:20px;
	padding-bottom:0px;
	margin-bottom:0px;
	border:none;
	display:block;
}

#cat {}
#cat > li:hover {
	background:#2c2c2c;
}
#cat > li {float:left;padding:11px 23px 0 23px; position:relative;z-index:3;}
#cat > li > a {height:28px;display:block; text-decoration:none; line-height:40px;
    display:block;
    font: normal 16px/18px 'UnitSlabProUltra', Arial, Helvetica, sans-serif;
    color:#d2d2d2;}

#cat > li:hover > a,
#cat > li > a.selected { -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; color:#fff;}

#cat > li ul.subcat.level0 {
	width:960px;
	min-height:200px;
	background:#fff url('../img/menu_top_shadow.png') repeat-x;
	position:absolute;
	left:0;
	top:40px;
	display:none;
	-moz-box-shadow: 0px 2px 4px #bebebe;
	-webkit-box-shadow: 0px 2px 4px #bebebe;
	box-shadow: 0px 2px 4px #bebebe;
}

#cat li:hover ul.subcat {}

#cat ul.level0 li#parent-0{padding:30px 20px 0 20px; position:relative; min-height:180px;}
#cat ul.subcat li.last {border-right:0 none !important;}
#cat ul.subcat li.last:after {clear:both;}
#cat ul.subcat li a {color:#8a8989;text-decoration:none;}

#cat ul.subcat li a:hover,
#cat ul.subcat li a.selected {color:#fff;}


/********** < Navigation */
.nav-container { background:#0a263d url(../img/bkg_nav0.jpg) 50% 0 repeat-y; }
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(../img/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../img/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:2; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Block: Account */
.block-account { margin-top:20px;}
.block-account .block-title { background:#fc9d36 url(../img/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content li a { display:block; text-transform:uppercase; line-height:25px;}
.block-account .block-content li.current,
.block-account .block-content li.current a { margin-left:-20px; padding-left:20px; border-bottom:1px solid #6f6f6f; color:#333; background:#fff; height:40px; line-height:38px; text-transform:uppercase;
-moz-box-shadow: 4px 4px 4px #bebebe;
	-webkit-box-shadow: 4px 4px 4px #bebebe;
	box-shadow: 4px 4px 4px #bebebe;
    font-family:'UnitProMedium';
 }
.block-account .block-content li.current.last { border-bottom:0; }


/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(../img/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(../img/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(../img/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }

/* View Type: Grid */
.product-image { display:block; text-align:center;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.category-head {
	height:145px;
	margin-top:10px;
	border-bottom:1px solid #e2e2e2;
	margin-bottom:20px;
}
.category-head h1 {
	font-size:50px;
	line-height:35px;
	color:#000;
	margin-top:30px;
	font-family:'UnitSlabProUltra';
	font-weight:100;
}
.category-head .left .price_start {
	color:#999;
}

.category-head .right ul li {
	float:left;
	width:64px;
	text-align:center;
	padding:8px;
	padding-top:10px;
}
.category-head .right ul li.shadow a.product-image {
	background:#fff;
}

.category-head .right ul li a.product-image {
	margin-bottom:5px;
}

.category-head .right ul li.shadow a {
	color:#2c86c4;
}

.category-head .right ul li a {
	color:#666;
	text-transform:uppercase;
	font-family: 'UnitProRegular';
	font-size:10px;
	display:block;
}
.category-head .right ul li .price_start {
	font-size:10px;
	color:#545454;
	line-height:12px;
}

.products-list li.item {
	width:215px;
	height:290px;
	padding:10px;
	float:left;
}
.products-list li.item:hover {
	background:#f7f7f7;
}
.products-list li.list-accesorii { width:auto; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { width:135px; height:135px; margin:auto; display:block;}
.products-list .product-shop { }

.products-list h2.product-name  { text-align:center; line-height:20px; margin-bottom:5px;}
.products-list h2.product-name.accesories  {text-align:left; margin-bottom:20px; }
.products-list .product-name a { color:#333; font-size:18px; font-family:'UnitSlabProUltra'; font-weight:100; }

.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .desc { border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; background:#fffbb3; padding:8px 10px; text-align:center; margin-bottom:5px; }
.products-list .desc a { color:#2d86c4; font-family:'UnitProBold'; font-size:16px; line-height:20px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.products-list .price { font-family: 'UnitProUltra'; font-size:20px; color:#ff6600; line-height:12px; text-align:center;}
.products-list .price span.decimal { font-family: 'UnitProBold'; font-size: 14px; color:#666666 }
/* ======================================================================================= */

/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../img/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../img/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; font-size:14px; color: #666; padding:10px 20px; border-bottom: 1px solid #ECECEC;}
.availability span { font-weight:bold;  }
.availability span.in-stock {color: #259C1C}
.availability span.out-of-stock  { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../img/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(../img/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.big-price { font-size:16px; line-height:18px; color:#FFF100; font-family:'UnitProUltra'}

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price {color: #666666; font-family: 'UnitSlabProRegular'; font-size: 15px; line-height: 24px; /*text-decoration: line-through;*/}

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(../img/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }

.product-view .attribute-block {
    margin: 0 0 0 20px;
    padding: 5px 0 0;
    width: 630px;
}

/**/
.newproduct {background-color:#FFF; padding:10px}
.newproduct .newproduct_name {
	padding:20px 0; color:#000;
}

.newproduct .newproduct_name h1 { font-size:30px; font-weight:bold; line-height:30px}
.newproduct .newproduct_code { color:#b5b5b4; padding:5px 0}
.newproduct .product-image { width:100% !important; text-align:center; }
.newproduct .new_part1 { padding: 20px 0;  text-align:right }
.newproduct .new_part1 .price-rates { font-size:15px; color:#000; font-weight:bold }
.newproduct .new_part1 .price-rates span { font-size:15px; color:#ff6600 }
.newproduct .new_part1  .price{ font-size:40px; font-weight:bold; line-height:40px }
.newproduct .new_part1  .price .decimal { color:#000 !important; vertical-align: super; font-size:15px }
.decimal.super { color:#000 !important; vertical-align: super; font-size:15px; line-height:35px; }

.product-list ul li.newdesign {
	padding:10px !important
}
.borderBottom { border-bottom:1px solid #f0f0f0 }
.colorff6600 { color:#ff6600 }

.newpart_rate { font-size:20px; }
.newpart_rate .text { font-size:20px; }

/* Availability */
.new_availability { margin:0; font-size:20px; color: #666; padding:0px 0px 5px;}
.new_availability span { font-weight:bold;  }
.new_availability span.in-stock { color: #ff6600 }
.new_availability span.out-of-stock  { color:#ff6600; }

.product-view .product-shop {
    width:300px;
    background:#fff;
    float:left;
    padding:0px;
}

.new_spec { background-color:#ffeb00; padding-left:25px; }
.new_spec .left ul li {  padding:10px ; display:inline-block }
.new_spec .left ul li a {  color:#4d4c45 !important }
.new_spec .left ul li a.compare {
    background: none !important;
    border: 0 none;
    cursor: pointer;
    display: inline;
    font-family: 'UnitProBold' !important;
    height: 29px;
    line-height: 34px;
    padding-right: 28px;
    text-decoration:none;
    position: relative !important;
    right: 15px;
    text-align: right;
    text-shadow: 0 1px 1px #FFFFFF;
    top: 3px;
    width: 84px;
}

.new_spec .right { background-color:#474747;  padding:10px; position:relative }
.new_spec .right a.do-add-to-wishlist {   color:#FFF !important  }

.new_spec .right .do-add-to-wishlist-form { position:absolute; bottom:30px; background-color:#474747; bottom:-95px; right:0; padding:10px; width:185px; } 

/**/
.product-view .product-shop h1 {
    font-family:'UnitProUltra';
    font-weight:100;
    font-size:25px;
    line-height:25px;
    color:#333;
}
.product-view .product-shop .part1 {
    padding:0px 20px 20px 20px;
    border-bottom:1px solid #f5f5f5;
}
.product-view .product-shop .part2 {
    padding:20px;
    border-bottom:1px solid #f5f5f5;
}
.product-view .product-shop .part3 {
    padding:20px;
}

.product-view .product-shop .part4 ul li {
    padding:10px 20px;
    background:#f5f5f5;
    border-top:1px solid #ececec;
}
.product-view .product-shop .part4 ul li a {
    font-family:'UnitProRegular';
    color:#333;
    text-transform:uppercase;
}
.product-view .product-shop .part5 {
    background:#e1e1e1;
    padding:10px 20px;
    border-bottom: 1px solid #dadada;
}
.product-view .product-shop .part5 .services {
    float:right;
}
.product-view .product-shop .part5 .product_code {
    background:url('../img/product_code.png') no-repeat left 17px;
    padding-left:10px;
    float:left;
    margin-right:20px;
    font-family:'UnitProRegular';
    line-height:47px;
}
.product-view .product-shop .short-description {
    font-size:14px;
    line-height:20px;
    color:#333;
    font-family:'UnitProRegular';
}
.product-view .product-shop .part6 {
    padding-top:20px;
    padding-left:15px;
}
.product-essential { }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { background:#fff; padding:25px; }
.product-collateral h2 { color:#504f4f; font-size:18px; line-height:25px; }


.product-list { background:#fff;}
.product-list ul li { padding:20px; border-bottom:1px solid #f0f0f0; padding-top:20px;}
.product-list ul li .product-block { width:100px; text-align:center; }
.part6 .button-border,
.product-list ul li .button-border { width:120px }
.product-list ul li .product-name { font-family: 'UnitProMedium'; font-size:12px; color: #333; }
.product-list ul li .product-name a { color:#333; }


.product-list ul li .block-right .price { font-family: 'UnitProUltra'; font-size:30px; color:#ff6600; padding-right:20px;}
.part6 .block-right .price { font-family: 'UnitProUltra'; font-size:30px; color:#ff6600; width:150px; }
.price_old { font-size:14px; line-height:16px; color:#666666; text-decoration:line-through;}

.product-list ul li .block-right .price span.decimal,
.part6 .block-right .price span.decimal { font-family: 'UnitProBold'; font-size: 14px; color:#666666 }

.price .price-rates {font-size:14px;}
.price .price-rates span.decimal {font-size:11px !important}
.price .price-rates span.text {color:#666666; font-family: 'UnitSlabProRegular';}
/* Product Images */
.product-view .product-img-box { float:right; width:600px; position:relative; }
.product-view .product-img-box .product-image a.action-gallery {
    font-family:'UnitProRegular';
    color:#333;
    text-transform:uppercase;
    position:absolute; top:10px; right:-80px;
}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:auto; width:435px; }


/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; vertical-align:middle;}


/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */



/* Shopping Cart ========================================================================= */
.shadow,
.cart {
	-moz-box-shadow: 0px 4px 4px #bebebe;
	-webkit-box-shadow: 0px 4px 4px #bebebe;
	box-shadow: 0px 4px 4px #bebebe;
}
.black-shadow{
	-moz-box-shadow: 0px 4px 4px #484848;
	-webkit-box-shadow: 0px 4px 4px #484848;
	box-shadow: 0px 4px 4px #484848;
}
.cart .page-title { background:#FFFDD4; padding:10px; padding: 10px; border-bottom:1px solid #F5F3CA}
.cart .page-title h1 { margin:10px 0 0; }
.cart .product-points {color:#2d86c4; line-height:25px; font-family: 'UnitProMedium';}
.cart .cart-price {color:#333; font-size:14px; line-height:25px; font-family: 'UnitProMedium';}
/* Checkout Types */
#shopping_cart {
    height: 60px;
    width: 170px;
    background: #fff100 url("../img/top_left_cart_view.png") no-repeat top right;
    text-align:left;
    float:right;
    position:relative;
}

#shopping_cart.hover {
	background: url("../img/cart_yellow_arrow.png") no-repeat scroll 156px 49px #FFF100;
}

#cart_block .button-space {
	background:#fff;
	padding:11px;
}
#cart_block ul.products li {
	border-bottom:1px solid #e5e2b7;
	padding:10px 5px 10px 10px;
}

#cart_block h4 {padding:14px 0 0 56px;background:none;}
#cart_block h4 a {
    font: normal 20px/25px 'UnitSlabProUltra', Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #FFF;
}
#cart_block .remove_link {
	float:right;
	height:40px;
}

#cart_block .image {
	float:left;
	margin-right:15px;
	width:35px;
}
#cart_block .description {
	width:140px;
	float:left;
	overflow:hidden;
}

#cart_block .description .first-line {
	width:140px;
	height:20px;
	overflow:hidden;
}



.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; vertical-align:middle;}
.cart-table .product-name a:link,
.cart-table .product-name a:active,
.cart-table .product-name a:visited,
.cart-table h3.product-name { color:#333333; font-size:14px; line-height:25px; text-decoration:none; font-family:'UnitProMedium'; font-weight:100;}
.cart-table .product-name a:hover { text-decoration:underline;}


.cart-table .photopass {
	font-family: 'UnitProBold';
	font-size:14px;
	line-height:20px;
	color:#333;
}
.cart-table span.blue {
	font-family: 'UnitProBold';
	font-size:14px;
	color:#2d86c4;
}

.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }



/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
ul.checkout-level {margin-left:10px;}
ul.checkout-level li {float:left; margin-right:30px; line-height:45px; height:40px;}
ul.checkout-level li a {color:#d6d5b3; font-size:12px; line-height:20px; text-decoration:none; text-transform:uppercase; font-family:'UnitProRegular'; cursor:default;}
ul.checkout-level li.active a {color:#333; font-family:'UnitProBold'; cursor:pointer;}
ul.checkout-level li.complete a {color:#828040; font-family:'UnitProRegular'; cursor:pointer;}



/* Account Login/Create Pages ============================================================ */
.account-login h2 { font-size:25px; font-family:'UnitProUltra'; color:#333; font-weight:100; line-height:25px; margin-bottom:10px;}


/* General Box */
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:100; text-transform:uppercase; color:#333; }
.box-account .box-head a { color: #2d86c4; text-decoration:none; font-family:'UnitProMedium'; line-height:30px;}


/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }


/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */



/* Footer ================================================================================ */
.footer-container { background:#dddddd; border-top:1px solid #cccccc; padding-top:29px;}
.footer { width:940px; margin:0 auto; }
.footer .cols {
	width:180px;
	height:200px;
	margin-right:20px;
	float:left;
	background:#e4e4e4;
	-moz-box-shadow: 0px 4px 4px #bebebe;
	-webkit-box-shadow: 0px 4px 4px #bebebe;
	box-shadow: 0px 4px 4px #bebebe;
	padding:20px;
}
.footer .cols.last {
	margin-right:0px;
}
.footer .cols a {
	color:#504f4f;
	font-family:'UnitSlabProRegular';
	display:block;
	line-height:20px;
}
/* ======================================================================================= */



/* Clears ================================================================================ */
.clear,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}


/* YS box */
.special_attribute {
    font-family:'UnitProMedium';
    line-height:18px;
    text-transform:uppercase;
    color:#fff;
}
.ys_box1 {
	height:390px;
	width:370px;
	background:url('../img/bg-box1.png');
	float:left;
	margin-right:20px;
	padding:40px 30px 30px 60px;
}
.ys_box2 {
	height:140px;
	width:380px;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA6IAAAABCAYAAAGznyPMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAsRJREFUeNpcUYkRwzAIE9N0+w7WIVADWFjtXS44+gAnPu9XAgGAevoL5J5Zh4O1Jvq1nvUeXRxvgYWVfCRHoPKQxaV8mzecZgDlyQeyvry1e3fY7RXKqZo3fzDa+H85GiI9BzbPnXOw2UNeZsAX+8lUf2mN2guk3Z39C+d6G/qOsYKvAGySwQ2AMAwDk22YnsEYIkYiuL0gfq1U13HOeZ1HeShq0r5JcAlQWlwDy+vAE7iHWwsWwGNBot4FGv/08I8Wfgt0vUa1de2tCUwb0i9cFy4AQDMPAVArFLPL9PEI+FbuQhAqzs7pN8brew47xS0AW2V2xUAMwkBUTfqvkGy8IA+8fHoPDNZIfgT9WL7rUNQNe/gc5EvHW8n0av5D8aera6deE5ai7B5kO7eckorcjXXPAMKTsKfxPte3LZK8H8+igchJ7/HunYXz3027ZsDpYloNR8IErKkY9W0+NWwFhZBE7huAFehd2+xQRKSidoLEBFjUajHjhDcGM9XeZldiKycOEDZ5vmeOqhFZ5iV3wUtnphQB/5kJbuDF86+WF+QHCalYM8fUrIZ82l63IcPQT9yDvgIUXiU5DMQgLP7/o12pygSbJemplxLAG8WOUTiNfR8uvsStVFrBglSJHkSs4Cq9DW/5xlO7kEWwDnpEiRXbc6vKExvRrD1PLPmqqTUNE0C99kytDwHyUbqdhOwxS4j/+6aI/E+8+kvmfXwpcEx2aOgcJfttsBH3i2nCGcOZ7VzIIhlLB3dYXL2a1Eh+G7v2tFecRB+hAjszVUMexmjeMODF5CJ8WGWUkz7IVrhYtjNihaLZzOfvwsDIqVWuDxtRpKSh2/b0hUJbPGGm/rRYc7dr4oRII07jxp4S+ax+cL5faeu5sxEodyGz1pe7kLnWvvoo796U/gakM8xwvnkEs+tKxjRteEK0HoF1/5yg4Q+mwcoovdsf3wAAAABJRU5ErkJggg==") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
	float:left;
	margin-bottom:20px;
	padding:40px;
}
.ys_box2 .col1 {
    float:left;
    width:220px;
}
.ys_box2 .col2 {
    float:left;
    width:160px;
}
.ys_box3 {
	height:160px;
	width:160px;
	background:url('../img/bg-box2.png');
	float:left;
	margin-right:20px;
	padding:30px;
}
.ys_box4 {
	height:160px;
	width:160px;
	background:url('../img/bg-box4.png');
	float:left;
	padding:30px;
}
.ys_box5 {
	margin-right:20px;
	width:935px;
	padding-left:5px;
	background:#fff;
	height:120px;
	padding-top:20px;
}
.ys_box5 ul li { float:left; width:85px; text-align:center; height:110px; }
.ys_box5 ul li h2 {line-height:14px; font-size:12px; height:35px; }
.ys_box5 ul li h2 a { color:#000; text-transform:uppercase; font-weight:100; }
.ys_box5 ul li a.product-image { margin-bottom:10px; }
.ys_box5 ul li .price_start { color:#888; font-family: 'UnitProMedium'; font-size:10px; line-height:14px;}
.ys_box6 {
	float:left;
	width:220px;
	background:#fff100;
	height:140px;
}

.ys-box-write {
	width:220px;
	height:140px;
	background:#fff;
	float:left;
    margin-right:20px;
}
.ys-box-write a div {
    margin-left:20px;
}
.ys-box-write.last {
	margin-right: 0;
	width: calc(100% - 240px);
}
.ys-box-write a {
	font-family:'UnitProUltra';
	font-size:14px;
	line-height:40px;
	text-transform:uppercase;
	text-decoration:none;
	color:#313131;
	height:40px;
	display:block;

}

.newsletter_box {
    padding:20px;
}

.newsletter_box .input-box {
	width: calc(50% - 12px);
    margin-bottom: 10px;
	margin-right: 10px;
    border: 1px solid #e8e8e8;
    border-top: 1px solid #cbcbcb;
    background: #eee;
}

.newsletter_box .input-box button {
    background:url('../img/newsletter_right_arrow.png') 4px 3px no-repeat;
    height:20px;
    width:20px;
    cursor:pointer;
    border:0px;
}

.newsletter_box .input-box input.input-text {
    width:168px;
    background:#eee;
    color:#666;
}
.newsletter_box .input-box.submit input.input-text{
    width:140px;
}

.button-border {
	border-bottom:2px solid #dadada;
}
.ys-button {
	text-align:center;
	height:39px;
	border:none;
	background:#f5e810;
	line-height:39px;
	border-radius:6px;
}
.ys-button a,
.ys-button button {
	color:#333;
	line-height:39px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	font-family:'UnitProBold';
	/*text-shadow: 0px 1px 1px #fff;*/
    border:0px;
    background:none;
    margin:auto;
    width:100%;
    cursor:pointer;
	border-radius: 6px;
}
.ys-button a:hover {background-color: #000; color:#f5e810}

.ys-button-blue {
	text-align:center;
	height:39px;
	border:none;
	background:#3b5998;
	line-height:39px;
	border-bottom:1px solid #2f477a;
}
.ys-button-blue a {
	color:#333;
	line-height:39px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	font-family:'UnitProBold';
    border:0px;
    color:#fff;
}

.button-border .ys-button a.addtocart,
.button-border .ys-button a.preorder,
.button-border .ys-button .finish-order {
    background-color:#178d00 !important;
    color:#fff;
    text-shadow: 0 1px 1px #000000;
    font-size:15px;
}

.compare {
    background:url('../img/compara.png') 0px 0px no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    font-family: 'UnitProBold' !important;
    height: 29px;
    line-height: 34px;
    padding-right: 28px;
    text-decoration:none;
    position: absolute;
    right: 15px;
    text-align: right;
    text-shadow: 0 1px 1px #FFFFFF;
    top: 3px;
    width: 84px;
}

a.wishlist {
    background:url('../img/wishlist.png') 0px 0px no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    font-family: 'UnitProBold' !important;
    height: 29px;
    line-height: 34px;
    padding-right: 28px;
    text-decoration:none;
    text-align: right;
    color:#FFFFFF !important;
    text-shadow: 0 1px 1px #000;
    position: absolute;
    right: 15px;
    top: 3px;
    width: 84px;   
}

.compare:hover,
a.wishlist:hover {
    text-decoration:none;
}

.space-5 {
	height:5px;
	overflow:hidden;
	width:100%;
}
.space-10 {
	height:10px;
	overflow:hidden;
	width:100%;
}
.space-15 {
	height:15px;
	overflow:hidden;
	width:100%;
}

.space-20 {
	height:20px;
	overflow:hidden;
	width:100%;
}
.space-30 {
	height:30px;
	overflow:hidden;
	width:100%;
}
.space-40 {
	height:40px;
	overflow:hidden;
	width:100%;
}

.padding-30 {
	padding:0px 30px;
}

a.link-blue,
#cart_block .description span.price {
	color:#2d86c4;
	font-family:UnitProBold;
	text-decoration:none;
	line-height:14px;
}

a.link_blue_shadow {
	color:#2d86c4;
	font-family:'UnitProMedium';
	line-height:14px;
	text-shadow: 0px 1px 1px #fff;
    text-decoration:none;
}
.box h2,
.box2 h2 {
    line-height:20px;
}
.box h2 a {
	font-size:40px;
	color:#ffffff;
	font-family:'UnitSlabProUltra';
	line-height:20px;
	text-decoration:none;
}
.box2 h2 a,
.box-dslr h2 a,
.box-coolpix h2 a {
	font-size:30px;
	color:#ffffff;
	font-family:'UnitSlabProUltra';
	line-height:20px;
	text-decoration:none;
}

.box h3,
.box2 h3 {
    font-size:16px;
    font-family:'UnitProUltra';
    line-height:18px;
}

.box h3 a,
.box2 h3 a,
.box-dslr h3 a,
.box-coolpix h3 a {
    font-size:15px;
    font-family:'UnitProUltra';
    line-height:18px;
    text-decoration:none;
    color:#fff;
}


h2.legend {
	color:#666;
	text-transform:uppercase;
	font-size:14px;
	font-family:'UnitProBold';
	font-weight:100;
}

/* static pages */
.box-dslr {
	margin-right:20px;
	float:left;
	width:300px;
	height:400px;
	padding:30px 0px;
	overflow:hidden;
}

.box-dslr.last {
	margin:0px;
}

.box-dslr.box-dslr-1 {
	background:url('../img/bg_dslr_1.png') repeat-y;
}
.box-dslr.box-dslr-2 {
	background:url('../img/bg_dslr_2.png') repeat-y;
}
.box-dslr.box-dslr-3 {
	background:url('../img/bg_dslr_3.png') repeat-y;
}


.box-accessories {
	margin:0px 20px 0px 0px;
	float:left;
	padding:20px;
	background:url('../img/bg_coolpix_5.png') repeat-y;
	width:180px;
	height:120px;
}
.box-accessories.last {
	margin:0px;
}

.box-accessories h2 {
	font-size:20px;
	line-height:24px;
	font-weight:100;
}
.box-accessories h2 a {
	font-size:20px;
	color:#fff;
	text-decoration:none;
}




.box-coolpix {
	margin-right:20px;
	padding:30px;

}

.box-coolpix.last {
	margin:0px;
}

.box-coolpix.box-coolpix-1 {
	background:url('../img/bg_coolpix_1.png') repeat-y;
	width:240px;
	height:400px;
}
.box-coolpix.box-coolpix-2 {
	background:url('../img/bg_coolpix_2.png') repeat-y;
	width:240px;
	height:160px;
	margin-bottom:20px;
}
.box-coolpix.box-coolpix-3 {
	background:url('../img/bg_coolpix_3.png') repeat-y;
	width:240px;
	height:160px;
}
.box-coolpix.box-coolpix-4 {
	background:url('../img/bg_coolpix_4.png') repeat-y;
	width:240px;
	height:160px;
    margin-bottom:20px;
}
.box-coolpix.box-coolpix-5 {
	background:url('../img/bg_coolpix_5.png') repeat-y;
	width:240px;
	height:160px;
}


/* store list */
ul.store-list {}
ul.store-list li { float:left; margin-right:20px; }
ul.store-list li .store-location { margin-bottom:10px; }
ul.store-list li .store-location h1 a { text-decoration:none; font-size:20px; color:#000; }
ul.store-list li .store-image { margin-bottom:10px }
ul.store-list li .store-name a { font-size:14px; text-transform:uppercase; text-decoration:none; }
ul.store-list li.last { margin:0px; }

/* store view */
.store-view { background:#fff; position:relative; }
.store-view .box-right { position:absolute; top:20px; right:-20px; background: #E8E8E8; padding:15px; width:267px; border-top:1px solid #484848 }
.box-right h1 { padding:0px; margin:6px 0 21px 0; max-height:144px; font-size:44px; line-height:48px; overflow:hidden; font-family:'UnitSlabProUltra'; color: #484848; }
.box-right h6 { padding-top:30px; font: normal 14px/18px 'UnitProRegular', Arial, Helvetica, sans-serif; }
.box-right h1 span { color:#808080; }
.box-right .info { width:265px; left:485px; top:-405px; min-height:349px; min-height:325px; padding-bottom:55px; background-color:#e8e8e8; }
.box-right .info h2 { font-size:14px; line-height:14px; margin-bottom:6px; color: #484848; font-family: 'UnitProBold'; font-weight:100; }
.box-right .info .descript { font:normal 14px/18px 'UnitSlabProRegular', Arial, Helvetica, sans-serif; color:#808080; position: relative; }
.box-right .info .bottomdata { position: absolute; bottom: 0px; left: 0px; }
.box-right .info h6 { font: normal 12px/16px 'UnitProRegular', Arial, Helvetica, sans-serif; text-transform:uppercase; padding-top:0; }
.box-right .info p { margin-bottom:15px; font-size:14px; }
.box-right .info .bottom-links { position:absolute;  bottom:0; left:0; white-space:nowrap; }
.box-right .info a.big-link { height:36px; width:117px; color:#d2d2d2; text-decoration:none; font: 14px/36px 'UnitSlabProRegularItalic', Arial, Helvetica, sans-serif; background:#474747; display:inline; display:-moz-inline-stack; display:inline-block; vertical-align:top; _display:inline; padding: 4px 15px 0 15px; }
.box-right .info a.big-link:first-child { border-right:1px solid #232323; border-right:1px solid rgba(0,0,0,.5); }
.box-right .info a.big-link:hover { color:#fff; background-position: 220px -82px; }

/* Metode de plata la magazine */
div.maestro { float:left; margin-right: 5px; width:40px; height:25px; background: url(../img/metodePlataInlineSmaller.png) 0 0; }
div.mastercard { float:left; margin-right: 5px; width:41px; height:25px; background: url(../img/metodePlataInlineSmaller.png) -41px 0px; }
div.visa { float:left; margin-right: 5px; width:58px; height:25px; background: url(../img/metodePlataInlineSmaller.png) -83px 0px; }
div.taxfree { float:left; margin-right: 5px; width:30px; height:25px; background: url(../img/metodePlataInlineSmaller.png) -142px 0px; }

/* event list */
ul.event-list {}
ul.event-list li,
ul.contest-list li { border-bottom:1px solid #e5e5e5; padding-bottom:20px; }
ul.event-list li .event-image { width: 250px; text-align:center; }
ul.event-list li .middle { width:510px; margin-right:25px; }
ul.event-list li .middle a.more,
ul.contest-list .middle a.more { text-transform:uppercase; font-family:'UnitProMedium'; line-height:25px; }
ul.event-list li .details { width:115px; }
ul.event-list li .details .label { color:#2d86c4;  text-transform:uppercase; font-family:'UnitProRegular'; }
ul.event-list li .details .title { font-family: 'UnitProMedium'; margin-bottom:15px; }
ul.event-list li .event-name h2 a,
ul.contest-list li .name h2 a { font-size:20px; line-height:25px; color:#333; font-family:'UnitProBold'; text-decoration:none; }
ul.event-list li .event-description,
ul.contest-list li .description { font-family:'UnitProRegular'; font-size:16px; line-height:20px; color:#666; margin-bottom:10px; }

ul.contest-list .image {width:250px; text-align:center; }
ul.contest-list .middle {width:650px; }

.event-view {}
.event-view .event-left { width:260px; margin-right:20px; }
.event-view .event-right { width:620px; }
.event-view .event-right ul.top { margin-bottom:50px; }
.event-view .event-right ul.top li { width:206px;  float:left; }
.event-view .event-right ul.top li.label { color:#2d86c4; font-family:'UnitProRegular'; text-transform:uppercase; }
.event-view .event-right ul.top li.title {font-family: 'UnitProMedium';  }
.event-view .event-right .event-name h2 { font-size:20px; line-height:25px; color:#333; font-family: 'UnitProBold'; font-weight:100; margin-bottom:10px; }
.event-view .event-right .event-description,
.event-view .event-right .event-description p { font-family:'UnitProRegular'; font-size:16px; line-height:20px; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(../img/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(../img/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(../img/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(../img/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(../img/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(../img/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(../img/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(../img/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(../img/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * BelVG LLC.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://store.belvg.com/BelVG-LICENSE-COMMUNITY.txt
 *
 /***************************************
 *         MAGENTO EDITION USAGE NOTICE *
 *****************************************/
 /* This package designed for Magento COMMUNITY edition
 * BelVG does not guarantee correct work of this extension
 * on any other Magento edition except Magento COMMUNITY edition.
 * BelVG does not provide extension support in case of
 * incorrect edition usage.
 /***************************************
 *         DISCLAIMER   *
 *****************************************/
 /* Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future.
 *****************************************************
 * @category   Belvg
 * @package    Belvg_FacebookFree
 * @copyright  Copyright (c) 2010 - 2011 BelVG LLC. (http://www.belvg.com)
 * @license    http://store.belvg.com/BelVG-LICENSE-COMMUNITY.txt
 */


.fb_button_ps { float: right; margin-left: 5px; }
.welcome-msg img { margin-left: 5px; }

/**
 * Innoexts
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@innoexts.com so we can send you a copy immediately.
 *
 * @category    Innoexts
 * @package     Innoexts_CustomerLocator
 * @copyright   Copyright (c) 2012 Innoexts (http://www.innoexts.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Mini Blocks */
.block-customer-address {
    font-size: 11px;
    line-height: 1.25;
}
.block-customer-address .block-title strong {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
}
/* Block: Customer Address */
.block-customer-address .form-list {
    padding: 5px 10px;
}
.block-customer-address .customer-address-id-form-list {
    padding: 5px 10px 0px 10px;
}
.block-customer-address .customer-address-form-list {
    padding: 0px 10px 5px 10px;
}

.block-customer-address .block-title strong {
    background-image: url(../img/i_shipping.gif);
}
.block-customer-address input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}
.block-customer-address select {
    display: block;
    width: 172px;
    margin: 3px 0;
}


/**
 * Innoexts
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the InnoExts Commercial License
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://innoexts.com/commercial-license-agreement
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@innoexts.com so we can send you a copy immediately.
 *
 * @category    Innoexts
 * @package     Innoexts_Warehouse
 * @copyright   Copyright (c) 2012 Innoexts (http://www.innoexts.com)
 * @license     http://innoexts.com/commercial-license-agreement  InnoExts Commercial License
 */
/* Mini Blocks */
.block-customer-warehouse {  }
.block-customer-warehouse .block-title strong {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
}
.block-customer-warehouse .block-title strong {
    background-image: url(../img/warehouse/fugue_building.png);
}
.block-customer-warehouse .block-content {
    padding-bottom: 1em;
}
/* Block: Customer Warehouse */
.block-customer-warehouse .warehouses {  }
.block-customer-warehouse .warehouse a {
    line-height: 1.5em;
    padding-left: 1em;
}
.block-customer-warehouse a.active-warehouse {
    font-weight: bold;
}
/* Checkout */
/* Shipping Method */
dl.shipping-methods {}
dl.shipping-methods dt.warehouse-title {
    font-weight: bold;
    font-size: 1.125em;
}
dl.shipping-methods dd.warehouse-content .sp-methods {
    padding-left: 1.5em;
}
dl.shipping-methods dd .warehouse-description {
    font-style: italic;
}
/* Multiple Mode */
.multiple-mode {  }
.multiple-mode .warehouse {}
.multiple-mode .warehouse .warehouse-header {  }
.multiple-mode .warehouse .warehouse-title {
    padding: 1em 0 0.5em 0;
}
.multiple-mode .warehouse .warehouse-body {}
/* Multiple Mode Manual Selection */
.multiple-mode-manual-selection {}
.multiple-mode-manual-selection .quote {}
.multiple-mode-manual-selection .quote .quote-header {  }
.multiple-mode-manual-selection .quote .quote-title {
    padding: 1em 0 0.5em 0;
}
.multiple-mode-manual-selection .quote .quote-body {}
.multiple-mode-manual-selection .shipping-methods {  }
/* Block: One Page Checkout Progress */
.opc-block-progress {  }
.opc-block-progress dl.shipping-methods {
    border: 0; padding: 0;
}
.opc-block-progress dl.shipping-methods dt {
    border: 0; padding: 0;
}
.opc-block-progress dl.shipping-methods dd {
    border: 0; padding: 0;
}
#j2t-track1 {background-image:url(../img/j2t-bg-fader.gif); background-repeat:no-repeat; width:209px; height:28px;}
#j2t-handle1 {background-image:url(../img/j2t-thumb-n.gif); background-repeat:no-repeat; width:17px; height:21px; cursor:move;}
#j2t-track2 {background-image:url(../img/j2t-bg-fader.gif); background-repeat:no-repeat; width:209px; height:28px;}
#j2t-handle2 {background-image:url(../img/j2t-thumb-orange.gif); background-repeat:no-repeat; width:17px; height:21px; cursor:pointer;}
.j2t-loyalty-points {display:block; clear:both;}
.rewards_point_cart em {color:#EB340A;}
.form-list .field.j2t-rewardpoints-email {width: 280px;}
.form-list .field.j2t-rewardpoints-email img {vertical-align: middle;}
#easyflags a{
	float: left;
	margin-right: 5px;
}
#cartview {
	float:left;
	width:150px;
	height:60px;
	overflow:hidden;
}
#cartview-link a { overflow: hidden; text-align: left; width:120px;
	color:#2d86c4;
	font-size:12px;
	font-family:UnitProBold;
	text-decoration:none;
	margin-left:10px;
}
#cartview-panel {
	top:60px;
	position: absolute;
	right: 0px;
	z-index: 10;
	-moz-box-shadow: 0px 4px 4px #000;
	-webkit-box-shadow: 0px 4px 4px #000;
	box-shadow: 0px 4px 4px #000;
	width: 220px;
	background-color: #fffccc;
	border-top:1px solid #e5e2b7;
}

#cartview-panel .block-title { display: none }

#cartview .cartview-title {
	color:#030303;
	font-family:UnitProMedium;
	font-size:12px;
	text-transform:uppercase;
	margin:15px 0px 0px 10px;
}
.cartview-left {
	width:20px;
	height:60px;
	background:url('../img/top_left_cart_view.png');
	float:right;
	cursor:pointer;
}
.chapter h3.title {
    border-top: 6px solid #E8E8E8;
    color:#808080;
    float: left;
    padding-top:10px;
    width: 165px;
    margin-right:30px;
}
.list-item h3 {
    color: #484848;
    font: 24px/30px 'UnitProBold',Arial,Helvetica,sans-serif;
    padding: 15px 0;
    text-decoration: none;
}
.shop-servicii {
background: url("../img/separator-3col.png") repeat-y scroll 200px 30px transparent;
margin: 30px -15px;
}
.shop-servicii .list-item ul li a {
    line-height: 16px;
    text-indent: 0;
}
.list-item ul li {
    display: block;
    border-bottom: 1px solid #CCCCCC;
}
.list-item ul li a img,
.list-item ul li a span {
    float:left;
}
.list-item ul li a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #484848;
    display: block;
    font: 14px/32px 'UnitProRegular',Arial,Helvetica,sans-serif;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-indent: 5px;
    text-transform: uppercase;
}

.shop-servicii .list-item ul li a span {
    padding: 13px 0;
    width: 170px;
}

.x2 {
    padding: 0 15px;
    width: 210px;
}
.col {
    display: block;
    float: left;
    position: relative;
}
.chapter {
    padding:20px;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
.x1 {
    padding: 0 15px;
    width: 90px;
}
.harta-localizare { padding-bottom:30px; }
.personal-list { margin:0 -15px 30px -15px;  font-size:14px;}
.personal-list li { float:left; color:#484848; position:relative; }
.personal-list li span { min-height:36px; display:block; }
.personal-list li mark { background:none; display:block; color:#808080; margin-top:9px; padding-top:9px; border-top:1px solid #ccc; }
.personal-list li a.thumb { display:block; height:120px; width:95px; background:#e8e8e8; margin-bottom:10px; cursor:default; position:relative; }
.personal-list li p { display:block; color:#808080; margin-top:9px; padding-top:9px; border-top:1px solid #ccc; }
.personal-list li .contact { display:block; }
.personal-list li .contact span { min-height: inherit; }
.personal-list li .contact a { text-decoration:none; color: #808080;  font-size:14px;}
.personal-list li .contact i { position:relative; top:4px; margin-right:5px; }
.service-name h1 {font-weight:bold; line-height:30px;}
ul.event-list li.last { border-bottom:0px; }
.event-name h2 {line-height:20px; margin-bottom:20px;}

ul.attribute-list {float:left; width: 630px;}
ul.attribute-list li {padding:0px; border:0px; width:295px; float:left; margin-right:10px; }
ul.attribute-list li span {font-size:14px; line-height:18px;}
ul.attribute-list li span.name { font-weight:bold;  }
.static-page ul {margin-left:20px;}
.static-page ul li {list-style-type:disc; color:#333; font-size:14px; font-family:'UnitProRegular'; line-height:20px;}
ul.filters li { float:left; width:200px; margin-right:20px; line-height:24px; height:24px;}
ul.filters li select {width:200px;}

/* Home slide show*/
.site-home-slider{position:relative;overflow:hidden;width:940px;height:178px; margin:20px 0px;}
.site-home-slider ul {list-style-type:none; margin:0px; padding:0px;}
.site-home-slider ul li {width:940px; float:left;}

.site-home-slider-prev {
    background: url("../img/arrow-left.png") no-repeat scroll center center transparent;
    cursor: pointer;
    float: left;
    height: 15px;
    padding-left: 30px;
    width: 12px;
    height:178px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
}
.site-home-slider-next {
    background: url("../img/arrow-right.png") no-repeat scroll center center transparent;
    cursor: pointer;
    float: left;
    height: 15px;
    padding-left: 30px;
    width: 12px;
    height:178px;
    position:absolute;
    top:0px;
    right:0px;
    z-index:2;
}
div.site-home-slider-pagination {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}
div.site-home-slider-pagination a {
    background: url("../img/slider-pagination.png") no-repeat scroll 0 0px transparent;
    display: inline-block;
    height: 9px;
    margin: 0 8px 0 0;
    width: 9px;
}

div.site-home-slider-pagination a.selected {
    background: url("../img/slider-pagination.png") no-repeat scroll 0px -10px transparent;
}
div.site-home-slider-pagination a span {
    display:none;
}

div.promotion {
    background: url("../img/promotion.png") no-repeat scroll 12px center #fff;
    padding:20px 15px 10px 105px;
}
div.promotion p {
    text-align:justify;
}
.voucher {
    margin-left:15px;
}
.voucher h3 {
    color:#333333;
    margin-bottom:10px;
}

.voucher .voucher_logo {
    margin-right:10px;
}
.voucher .voucher_code {
    margin:5px 16px 0px 0px;
}

.my-igallery-grid {
    background: url("../img/bkg_grid.gif") repeat scroll 0 0 transparent;
    border-bottom: 1px solid #D9DDD3;
    position: relative;
}
.my-igallery-grid li.item {
    float: left;
    padding: 12px 10px 20px;
    width: 138px;
}
.my-igallery-grid .product-name {
    color: #203548;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}
.my-igallery-block {
    border: 1px solid #C4C1BC;
    margin: 0 0 15px;
}
.my-igallery-block .block-title {
    background: url("../img/bkg_block-title.gif") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    padding: 2px 9px;
}
.my-igallery-block .block-title strong {
    color: #E26703;
    font: bold 12px/16px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
.my-igallery-block .block-content {
    background: none repeat scroll 0 0 #F8F7F5;
    padding-left: 10px;
}
.igallery-images .toolbar-top, .igallery-images .toolbar-bottom {clear: both;}

.paginationControl   {background-color:#333; padding:10px; font-size:16px !important;}
.paginationControl a {font-size:16px !important; display: inline-table; padding:5px 10px 8px; color:#FFF }
.paginationControl a:hover { background-color:#545454; color:#FFF; text-decoration:none}
.paginationControl strong {font-size:16px !important; display: inline-table; padding:8px 10px 5px; background-color:#ffeb00; color:#333; text-decoration:none }


#sidePanel{
    width:245px;
    position:fixed;
    left:-202px;
    top:12%;
    z-index: 99999999;
}

#panelContent{
    float:left;
    border-top:1px solid #333333;
    border-left:0px solid #333333;
    border-bottom:1px solid #333333;
    border-right:1px solid #333333;
    width:200px;
    height:150px;
    background-color:#FFF100;
    border-radius:0 0px 4px 0;
}

#panelHandle{
    background: url('../img/newsletter-left.png') no-repeat center center #333333;
    height:150px;
    width:20px;
    border-radius:0 5px 5px 0;
    float:left;
    padding: 0px 0px 0px 8px;
    cursor:pointer;
}

#sidePanel .newsletter_box {
    padding: 30px 10px 20px 10px;
}

#sidePanel .newsletter_box input[type="text"] {
    background-color: #ffffff;
}
.categorieshead, .categorieshead .myscroll, .categorieshead .myscroll .items, .categorieshead .myscroll .caroufredsel_wrapper, .categorieshead .myscroll.caroufredsel_wrapper .items {
    height: 122px;
}
.categorieshead .myscroll-next, .categorieshead .myscroll-prev {
    width: 20px;
    height: 122px;
}

.category-head h1 {
	font-size:50px;
	line-height:35px;
	color:#000;
	margin-top:25px;
    margin-bottom:10px;
	font-family:'UnitSlabProUltra';
	font-weight:100;
}

.category-products ol.products-list li.list-default {
    padding: 20px 5px 20px 5px;
    margin: 0px 5px 12px 5px;
    min-height: 270px;
}

.category-products ol.products-list li.list-default ul.colors {
    border-top: 1px solid #F0F0F0;
    padding: 0px 0px 5px 0px;
    margin: 10px 0px 0px 0px;
}

.category-products ol.products-list li.list-default ul.colors li {
    padding: 0px 0px 5px 0px;
    border-bottom: 0px;
}

.category-products ol.products-list li.list-accesorii {
    padding: 15px 10px 15px 15px;
    margin: 0px 0px 12px 0px;
    float: none;
    height: 100%;
    min-height: 80px;
}

.category-products ol.products-list li.list-accesorii .product-shop {
    margin:  0px 0px 0px 20px;
    width:630px;
    padding: 5px 0px 0px 0px;
}

.category-products ol.products-list li.list-accesorii .product-image {
    height: 105px;
}
.category-products ol.products-list li.list-accesorii .block-right .price {
    margin:  20px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}

.category-products ol.products-list li.list-accesorii .block-right .button-border {
    margin:  10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.category-products ol.products-list li.list-accesorii .block-right .button-border .ys-button {
    width: 120px;
}

/* grid / list */
.mr15 {margin-right:15px;}
.show_list_grid { vertical-align:middle; min-width:200px; line-height:20px; }
.show_list_grid a {border:1px solid #eeeeee}
.show_list_grid a:hover {border:1px solid #CCC; background-color:#FFF}
.show_list {
	display:block; width:29px; height:25px; float:left;
	background: url("../img/bg_grid_list.png?v=1") no-repeat left bottom;
	vertical-align:middle; margin-right:2px;
}
.show_grid {
	display:block; width:29px; height:25px; float:left;
	background: url("../img/bg_grid_list.png?v=1") no-repeat 50% bottom; vertical-align:middle;
}
.show_diff {
	display:block; width:29px; height:25px; float:left;
	background: url("../img/bg_grid_list.png?v=1") no-repeat right bottom; vertical-align:middle;
}
.show_selected {
	background-position-y: top !important
}


.testing {
	background-color:#FFF;
	margin:0 10px 10px 0px;
	background-color:#FFF;
	border:1px solid #ccc;
	overflow: visible;
	float: left;
	width:213px;
	padding: 10px 5px;
	text-align: left;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: stretch;
	border-radius: 6px;
}

.topContainer {
	align-self: flex-start;
	display: flex;
	flex-flow: column wrap;
	width:100%;
}
.topContainer a {display:block; width:100%;}
.testing .middle-container {
	padding:5px;
	display: flex;
	flex-flow: column wrap;
	flex-grow: 1;
}

.titlecontainer {
	display: flex;
	flex-flow: column wrap;
	width:100%
}

.middle-container h2 { clear:both; width:100%; text-align:center; font-weight:normal !important; line-height:14px; margin:5px 0 }
.middle-container a { font-size:15px; font-weight:bold; color:#121212 }
.topContainer a { font-size:15px; font-weight:bold; color:#121212 }
.titlecontainer h2 { clear:both; width:100%; text-align:left; font-weight:normal !important; line-height:14px; margin:5px 0 }
.titlecontainer a { font-size:15px; font-weight:normal; color:#121212 }

.bottom-container {
	display: flex;
	flex-flow: column wrap;
	align-self: flex-end;
	text-align:center;
	width:100%;
	padding:0 0 10px 0;

}

.bottom-container .price {margin:10px 0 20px}
.bottom-container .ys-button { width:50%; margin:0 auto; border-bottom:1px solid #c4ba0d}

.list_attr {padding:0px 0 0 0px;}
.product_promo_color { /*background-color:#fdfacf !important*/ }
.product_bundle_color { /*background-color:#f3f9f2 !important*/ }
.testing.testing2Columns .discount-img {
	width: 100px;
}

.list-accesorii .discount-img,
.testing.flex-grid-product .discount-img,
.testing .discount-img {
	position: absolute;
	left: 0;
}

.testing .discount-img {
	top: 0;
}

.list-accesorii .discount-img,
.testing.flex-grid-product .discount-img {
	top: 25px;
}
.testing .discount-img,
.list-accesorii .discount-img {
	width: 65px;
}
.testing2Columns { text-align:center; width:448px !important; border-radius: 6px; border:0px }
.testing2Columns .titlecontainer h2 { text-align:center; font-size:16px }
.testing2Columns .titlecontainer h2 a { font-size:25px }
.testing2Columns .product-image img { max-height:200px }

.testing.shadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:0px
}
/* */
#cart_block_popup {
    background-color: #fffccc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
}

#cart_block_popup .cart_block_list ul.products li {
	font-size:12px;
	font-family:'UnitProMedium';
	color:#333333;
	text-transform:uppercase;
	line-height:18px;
	text-decoration:none;
}

#cart_block_popup .button-space {
	background:#fff;
	padding:11px;
}
#cart_block_popup ul.products li {
	border-bottom:1px solid #e5e2b7;
	padding:8px 5px 8px 10px;
}

#cart_block_popup h4 {padding:14px 0 0 56px;background:none;}
#cart_block_popup h4 a {
    font: normal 20px/25px 'UnitSlabProUltra', Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #FFF;
}
#cart_block_popup .remove_link {
	float:right;
	height:40px;
}

#cart_block_popup .image {
	float:left;
	margin-right:15px;
	width:35px;
}
#cart_block_popup .description {
	width:140px;
	float:left;
	overflow:hidden;
}

#cart_block_popup .description .first-line {
	width:140px;
	height:20px;
	overflow:hidden;
}

#cart_block_popup .description span.price {
	color:#2d86c4;
	font-family:UnitProBold;
	text-decoration:none;
	line-height:14px;
}
/* The messages */
div.growlUI { background: url(../img/check48.png) no-repeat 10px 10px; min-height: 70px;}
div.growlUI h1, div.growlUI h2 {
    color: white;
    padding: 15px 5px 5px 75px;
    text-align: left;
    font-size: 18px;
}

a, img {
    outline: none;
}

.site-footer-scrollable {
  position:relative;
  overflow:hidden;
  width: 850px;
  height:120px;
  float: left;
  padding-left: 5px;
  padding-top: 20px;
}

.site-footer-scrollable .items {
  width:20000em;
  position:absolute;
}

.site-footer-items li {
  float:left;
}

.site-footer-scrollable-prev {
    float: left;
    width: 12px;
    height: 15px;
    padding: 60px 15px 65px 15px;
    cursor: pointer;
    background: url('../img/arrow-left.png') no-repeat center center transparent;
}

.site-footer-scrollable-next {
    float: right;
    width: 12px;
    height: 15px;
    padding: 60px 15px 65px 15px;
    cursor: pointer;
    background: url('../img/arrow-right.png') no-repeat center center transparent;
}

.ys_box5 {
    padding-left: 0px;
    padding-top: 0px;
    height: 140px;
    width: 940px;
}

.site-footer-scrollable-prev:hover {
    background: url('../img/arrow-left-hover.png') no-repeat center center transparent;
}
.site-footer-scrollable-next:hover {
    background: url('../img/arrow-right-hover.png') no-repeat center center transparent;
}

.myscroll {
    float: left;
}
.myscroll-next {
    float: right;
    cursor: pointer;
    background: url('../img/arrow-right.png') no-repeat center center transparent;
}

.myscroll-prev {
    float: left;
    cursor: pointer;
    background: url('../img/arrow-left.png') no-repeat center center transparent;
}

.myscroll-prev:hover {
    background: url('../img/arrow-left-hover.png') no-repeat center center transparent;
}
.myscroll-next:hover {
    background: url('../img/arrow-right-hover.png') no-repeat center center transparent;
}

.errorbox {
    background: #ffffff !important;
    padding: 1px 1px 15px 1px !important;
    text-align: left !important;
}

.error h3 {
    border-bottom: 1px solid #cccccc !important;
    color: #ffffff !important;
}

.error h3 .errorboxclose {
    text-decoration: none;
    float: right;
    font-weight: bold;
    color: #ffffff;
    padding: 0px 3px 0px 0px;
    cursor: pointer;
    font-size: 16px;
}

.error {
    margin: 0px 5px 0px 5px;
    padding: 10px 15px 10px 15px;
    background-color: #f07444;
    color: #ffffff;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.successbox {
    background: #ffffff !important;
    padding: 1px 1px 15px 1px !important;
    text-align: left !important;
}

.successb h3 {
    border-bottom: 1px solid #cccccc !important;
    color: #ffffff !important;
    float: none  !important;
}

.successb h3 .errorboxclose {
    text-decoration: none !important;
    float: right !important;
    font-weight: bold !important;
    color: #ffffff !important;
    padding: 0px 3px 0px 0px !important;
    cursor: pointer !important;
    font-size: 16px !important;
}

.successb {
    margin: 0px 5px 0px 5px !important;
    padding: 10px 15px 10px 15px !important;
    background-color: #60C160 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

/* RELATED TABS */
.relatedtabs {
    list-style: none;
    list-style-type: none;
    display: table;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
    border: 0px;
    width: 920px;
    background-color: #ffffff;
    border-bottom: 1px solid #F5E810;
}

.relatedtabs li {
    display: table-cell;
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-right: 2px solid #ffffff;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    background-color: #F5E810;
}
.relatedtabs li a {
    color: #333;
    line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-family: 'UnitProBold';
    text-shadow: 0px 1px 1px #fff;
    border-right: 2px solid #ffffff;
    background: none;
    margin: auto;
    padding: 7px 5px 3px 5px;
    width: 100%;
    cursor: pointer;
}

.relatedtabs_items {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.relatedtabs .current {
    background-color: #FFF100;
}
.relatedtabs li:hover {
    background-color: #FFF100;
}
.relatedtabs li a:hover > .relatedtabs li {
    background-color: #FFF100;
}
/* Product Comments */
.product-comment {
    color: #808080;
}

.product-comment h3 {
    color: inherit;
}

.product-comment #product-comment-review-form {
    font-size: 13px;
    font-weight: normal;
}

.product-comment .com_form_left {
    float: left;
    width: 550px;
    padding: 0px;
    margin: 0px 30px 0px 0px;
}

.product-comment .com_form_right {
    float: left;
    width: 300px;
    padding: 0px;
    margin: 0px;
}

.product-comment form label {
    display: block;
    margin: 10px 0px 0px 0px;
}

.product-comment form input[type="text"] {
    width: 96%;
    padding: 2px 2px 2px 2px;
}

.product-comment form textarea {
    width: 550px;
    height: 88px;
    height: 176px;
    padding: 4px 3px 4px 3px;
}

.product-comment .product-comment-list {
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}

.product-comment .product-comment-list .product-comment-list-items {
    padding: 10px 10px 15px 15px;
    margin:  10px 0px 10px 0px;
    border: 1px solid #cccccc;
}

.product-comment .product-comment-list .product-comment-list-items h5 {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
    padding-bottom: 4px;
}

.header-photo-pass {
    background:#f3f3f3 url('../img/galbeni.svg') center center  no-repeat;
}
.newsletter_box .input-box button {
    float: right !important;
    margin-top: 4px;
}
.newsletter_box .input-box{
    padding-bottom: 4px;
    margin-bottom: 6px !important;
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
