/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */

*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

html, body {
	height:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	outline: none;
	text-decoration: none;
	transition: color 0.2s;
}

.p0 { padding:0px; }
.p5 { padding:5px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }
.p30 { padding:30px; }
.p40 { padding:40px; }
.p60 { padding:60px; }
.p80 { padding:80px; }

.pt0 { padding-top:0px; }
.pt5 { padding-top:5px; }
.pt10 { padding-top:10px; }
.pt15 { padding-top:15px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px; }
.pt40 { padding-top:40px; }
.pt60 { padding-top:60px; }
.pt80 { padding-top:80px; }

.pb0 { padding-bottom:0px; }
.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px; }
.pb40 { padding-bottom:40px; }
.pb60 { padding-bottom:60px; }
.pb80 { padding-bottom:80px; }

.pr0 { padding-right:0px; }
.pr5 { padding-right:5px; }
.pr10 { padding-right:10px; }
.pr15 { padding-right:15px; }
.pr20 { padding-right:20px; }
.pr30 { padding-right:30px; }
.pr40 { padding-right:40px; }
.pr60 { padding-right:60px; }
.pr80 { padding-right:80px; }

.pl0 { padding-left:0px; }
.pl5 { padding-left:5px; }
.pl10 { padding-left:10px; }
.pl15 { padding-left:15px; }
.pl20 { padding-left:20px; }
.pl30 { padding-left:30px; }
.pl40 { padding-left:40px; }
.pl60 { padding-left:60px; }
.pl80 { padding-left:80px; }

.m0 { margin:0px; }
.m5 { margin:5px; }
.m10 { margin:10px; }
.m20 { margin:20px; }
.m30 { margin:30px; }
.m40 { margin:40px; }
.m60 { margin:60px; }
.m80 { margin:80px; }

.mt0 { margin-top:0px; }
.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }
.mt60 { margin-top:60px; }
.mt80 { margin-top:80px; }

.mb0 { margin-bottom:0px; }
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb60 { margin-bottom:60px; }
.mb80 { margin-bottom:80px; }

.mr0 { margin-right:0px; }
.mr5 { margin-right:5px; }
.mr10 { margin-right:10px; }
.mr20 { margin-right:20px; }
.mr30 { margin-right:30px; }
.mr40 { margin-right:40px; }
.mr60 { margin-right:60px; }
.mr80 { margin-right:80px; }

.ml0 { margin-left:0px; }
.ml5 { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml20 { margin-left:20px; }
.ml30 { margin-left:30px; }
.ml40 { margin-left:40px; }
.ml60 { margin-left:60px; }
.ml80 { margin-left:80px; }

img {
    max-width: 100%;
    height: auto;
}

iframe, img.cke_iframe {
    width: 100% !important;
}

.ls0 { letter-spacing:0; }
.ls1 { letter-spacing:1px; }
.ls2 { letter-spacing:2px; }

.two-column, three-column {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}

@media (min-width:992px) {

.two-column {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
}

.three-column {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
}

}

.line-through { text-decoration:line-through; }
.strong { font-weight:bold; }
.uppercase { text-transform:uppercase; }

.nav-inline > li {
    float:none;
    display:inline-block;
}

.cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.contain {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.fullheight {
	min-height:100vh;
}

.visible-block { display:block; }

.ratio-xs-null { padding-top:0; width:auto; position:relative; overflow:visible; }
.ratio-xs-1x1 { padding-top:100%; width:100%; position:relative; overflow:hidden; }
.ratio-xs-1x2 { padding-top:200%; width:100%; position:relative; overflow:hidden; }
.ratio-xs-2x1 { padding-top:50%; width:100%; position:relative; overflow:hidden; }
.ratio-xs-16x9 { padding-top:56.25%; width:100%; position:relative; overflow:hidden; }
.ratio-xs-4x3 { padding-top:75%; width:100%; position:relative; overflow:hidden; }
.ratio-xs-5x2 { padding-top:40%; width:100%; position:relative; overflow:hidden; }
.ratio-xs-3x2 { padding-top:66.666%; width:100%; position:relative; overflow:hidden; }
.ratio-xs-3x1 { padding-top:33.333%; width:100%; position:relative; overflow:hidden; }
.ratio-xs-2x3 { padding-top:150%; width:100%; position:relative; overflow:hidden; }
.ratio-xs-8x3 { padding-top:37.5%; width:100%; position:relative; overflow:hidden; }
.fill-xs { position:absolute; top:0; left:0; width:100%; height:100%; }

@media (min-width: 768px) {
	.ratio-sm-null { padding-top:0; width:auto; position:relative; overflow:visible; }
	.ratio-sm-1x1 { padding-top:100%; width:100%; position:relative; overflow:hidden; }
	.ratio-sm-1x2 { padding-top:200%; width:100%; position:relative; overflow:hidden; }
	.ratio-sm-2x1 { padding-top:50%; width:100%; position:relative; overflow:hidden; }
	.ratio-sm-16x9 { padding-top:56.25%; width:100%; position:relative; overflow:hidden; }
	.ratio-sm-4x3 { padding-top:75%; width:100%; position:relative; overflow:hidden; }
	.ratio-sm-5x2 { padding-top:40%; width:100%; position:relative; overflow:hidden; }
	.ratio-sm-3x2 { padding-top:66.666%; width:100%; position:relative; overflow:hidden; }
	.ratio-sm-3x1 { padding-top:33.333%; width:100%; position:relative; overflow:hidden; }
	.ratio-sm-2x3 { padding-top:150%; width:100%; position:relative; overflow:hidden; }
	.fill-sm { position:absolute; top:0; left:0; width:100%; height:100%; }
}
 
@media (min-width: 992px) {	
	.ratio-md-null { padding-top:0; width:auto; position:relative; overflow:visible; }
	.ratio-md-1x1 { padding-top:100%; width:100%; position:relative; overflow:hidden; }
	.ratio-md-1x2 { padding-top:200%; width:100%; position:relative; overflow:hidden; }
	.ratio-md-2x1 { padding-top:50%; width:100%; position:relative; overflow:hidden; }
	.ratio-md-16x9 { padding-top:56.25%; width:100%; position:relative; overflow:hidden; }
	.ratio-md-4x3 { padding-top:75%; width:100%; position:relative; overflow:hidden; }
	.ratio-md-5x2 { padding-top:40%; width:100%; position:relative; overflow:hidden; }
	.ratio-md-3x2 { padding-top:66.666%; width:100%; position:relative; overflow:hidden; }
	.ratio-md-3x1 { padding-top:33.333%; width:100%; position:relative; overflow:hidden; }
	.ratio-md-2x3 { padding-top:150%; width:100%; position:relative; overflow:hidden; }
	.fill-md { position:absolute; top:0; left:0; width:100%; height:100%; }
}
 
@media (min-width: 1200px) {
	.ratio-lg-null { padding-top:0; width:auto; position:relative; overflow:visible; }
	.ratio-lg-1x1 { padding-top:100%; width:100%; position:relative; overflow:hidden; }
	.ratio-lg-1x2 { padding-top:200%; width:100%; position:relative; overflow:hidden; }
	.ratio-lg-2x1 { padding-top:100%; width:100%; position:relative; overflow:hidden; }
	.ratio-lg-16x9 { padding-top:56.25%; width:100%; position:relative; overflow:hidden; }
	.ratio-lg-4x3 { padding-top:75%; width:100%; position:relative; overflow:hidden; }
	.ratio-lg-5x2 { padding-top:40%; width:100%; position:relative; overflow:hidden; }
	.ratio-lg-3x2 { padding-top:66.666%; width:100%; position:relative; overflow:hidden; }
	.ratio-lg-3x1 { padding-top:33.333%; width:100%; position:relative; overflow:hidden; }
	.ratio-lg-2x3 { padding-top:150%; width:100%; position:relative; overflow:hidden; }
	.fill-lg { position:absolute; top:0; left:0; width:100%; height:100%; }
}

.top { position:absolute; top:0; width:100%; }
.bottom { position:absolute; bottom:0; width:100%; }

.center {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	white-space: nowrap;
}

.center:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.fullheight.center:before {
	height: 100vh;
}

.center .centered {
	display: inline-block;
	vertical-align: middle;
	width:100%;
	white-space: normal;
}


@media (min-width: 992px) {	
	.center-md { position:absolute; top:0; bottom:0; left:0; width:100%; white-space: nowrap; }
	.center-md:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; }
	.fullheight-md:before { content: ''; display: inline-block; height: 100vh; vertical-align: middle; margin-right: -0.25em; }
	.center-md .centered, .fullheight-md .centered { display: inline-block; vertical-align: middle; width:100%; white-space: normal; }
}


.hover-zoom {
	overflow:hidden;	
	position:relative;
}

.hover-zoom .zoom {
	transition: all 1s;
	transform: scale3d(1.01,1.01,1);
	cursor:pointer;
	opacity:1;
}

.hover-zoom:hover .zoom {
    transform: scale3d(1.1,1.1,1);
	opacity:0.2;	
}


.hover-overlay {
	overflow:hidden;	
	position:relative;
}

.hover-overlay .overlay {
	transition: all 500ms;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0;
}

.hover-overlay:hover .overlay {
	opacity:1;
}

.text-bold { font-weight: bold;}
.text-big { font-size: 120%;}
.text-justify-all { text-align:justify; }
.text-justify-all:after { content: ""; display: inline-block; width: 100%; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
	.text-sm-justify-all { text-align:justify; }
	.text-sm-justify-all:after { content: ""; display: inline-block; width: 100%; }
}
 
@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
	.text-md-justify-all { text-align:justify; }
	.text-md-justify-all:after { content: ""; display: inline-block; width: 100%; }
}
 
@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
	.text-lg-justify-all { text-align:justify; }
	.text-lg-justify-all:after { content: ""; display: inline-block; width: 100%; }
}
 
.absolute { position:absolute; top:0; left:0; width:100%; height:100%; }
.relative { position:relative; }
.fixed { position: fixed; }
.inline { display: inline !important; }

.overflow-hidden { overflow:hidden; }
  
@media (min-width: 768px) {
    .absolute-sm { position:absolute; top:0; left:0; width:100%; height:100%; }
    .fixed-sm { position: fixed; }
}
 
@media (min-width: 992px) {
    .absolute-md { position:absolute; top:0; left:0; width:100%; height:100%; }
    .fixed-md { position: fixed; }
}
 
@media (min-width: 1200px) {
    .absolute-lg { position:absolute; top:0; left:0; width:100%; height:100%; }
    .fixed-lg { position: fixed; }
}

.img-fill>img {
	width:100%;
}	

.video-background {
	position: absolute;
	left: 0; 
	top: 0;
	width: 100%;
	height:100%;
	object-fit:cover;
}

.wp, .wpl{ opacity: 0;}
.wp.animated, .wpl.animated{ opacity: 1;}

/* ---------------------------------------------------------------------- */
/*	Varie
/* ---------------------------------------------------------------------- */

.alert.alert-cookies {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	padding: 40px;
	margin: 0;
	background-color: rgba(0,0,0,0.8);
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	z-index: 999999999;
	display: none;
}

.alert-cookies .close {
	position: absolute;
	right:0;
	top:0;
	width: 40px;
	height: 40px;
	background: url('/site/theme/img/ico-close-white.png') center center no-repeat;
	opacity: .8;
}

.alert-cookies .close:hover, .alert-cookies .close:focus {
    opacity: 1;
}

@media (min-width: 768px) {
	
	.alert.alert-cookies {
		position: fixed;
		bottom: 30px;
		right: 30px;
		width: 300px;
	}
	
}


/* ---------------------------------------------------------------------- */
/*	Table
/* ---------------------------------------------------------------------- */

/*table img {
	width: 100%;
}

.table {
    margin-bottom: 10px;
	border:0;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
.table>tbody>tr>td, .table>tfoot>tr>td {
    border: 0;
}

.table-bordered {
	margin-bottom:20px;
}

.table-bordered h4 {
	margin-bottom:10px;	
}

.table-bordered>thead>tr>th:first-child, .table-bordered>tbody>tr>th:first-child, .table-bordered>tfoot>tr>th:first-child,
.table-bordered>thead>tr>td:first-child, .table-bordered>tbody>tr>td:first-child, .table-bordered>tfoot>tr>td:first-child {
    border-color:transparent;
}

.table-condensed {
	margin-bottom:0;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 8px;
}

.table-condensed>thead>tr>th:first-child, .table-condensed>tbody>tr>th:first-child, .table-condensed>tfoot>tr>th:first-child,
.table-condensed>thead>tr>td:first-child, .table-condensed>tbody>tr>td:first-child, .table-condensed>tfoot>tr>td:first-child {
    padding-left: 0px;
}

.table-condensed>thead>tr>th:last-child, .table-condensed>tbody>tr>th:last-child, .table-condensed>tfoot>tr>th:last-child,
.table-condensed>thead>tr>td:last-child, .table-condensed>tbody>tr>td:last-child, .table-condensed>tfoot>tr>td:last-child {
    padding-right: 0px;
}*/


/* ---------------------------------------------------------------------- */
/*	Form
/* ---------------------------------------------------------------------- */


.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

    .form-control::placeholder {
        color: #CCC;
        font-style: italic;
        font-size: 85%;
    }

.form-group {
    min-height: 42px;
}

.form-group label {
	display: inline-block;
	max-width: 100%;
	/* margin-bottom: 5px; */
	/* margin-top: 5px; */
	font-weight: normal;
	font-size: 0.7em;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.form-group .text-danger {
     font-style: italic;
     font-size: 85%;
}

    .form-group.mh0 {
        min-height: 0;
    }

.checkbox-validate { position:relative; margin-bottom:10px; }

.checkbox-validate input { float:left; width:8%; max-width:30px; }

.checkbox-validate label { float:left; width:90%; }

.checkbox-validate label.error { position:absolute; top:auto; bottom:0; left:30px; float:none; }

.checkbox-validate label.error + label { margin-bottom:20px; } 


/* ---------------------------------------------------------------------- */
/*	Commerce
/* ---------------------------------------------------------------------- */

.product-view-tabs .nav-pills > li > a {
	color:#CCC;
	line-height: 28px;
	min-width:100px;
}

.product-view-tabs .nav-pills > li > a:hover, .product-view-tabs .nav-pills > li > a:focus {
    color: #333;
    background-color: transparent;
}

.product-view-tabs .nav-pills > li.active > a, .product-view-tabs .nav-pills > li.active > a:hover, .product-view-tabs .nav-pills > li.active > a:focus {
    color: #333;
    background-color: transparent;
}

.product-view-tabs .nav-pills > li.active >a:after, .product-view-tabs .nav-pills > li > a.active:after, .product-view-tabs .nav-pills > li > a:hover:after {
	width: 60px;
}

.product-view-tabs .nav-pills > li > a:after {
    content: '';
    display: block;
    width: 0;
    margin: auto;
    border-bottom: 1px solid #C69C6D;   
	transition: width 0.2s ease-out;
	transform: translateZ(0);
}

.product-view-tabs .tab-content > .tab-pane {
		
}

.product-thumbs .item { 
	cursor:pointer; 
}

.wrap-slider-product {
	margin-bottom:30px;
}


/* ---------------------------------------------------------------------- */
/*	Checkout
/* ---------------------------------------------------------------------- */

.secure-payment {
	padding:10px 0;
    font-weight: bold;
	font-size: 0.7em;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align:center;
}

.secure-payment .logo {
	text-align:center;
	padding:30px 0 10px 0;	
}

.secure-payment .icon-lock {
    display: inline-block;
	vertical-align:middle;
    width: 12px;
    height: 16px;
    margin-right: 5px;
}

.secure-payment span {
	vertical-align:middle;
}


/* ---------------------------------------------------------------------- */
/*	Social Share
/* ---------------------------------------------------------------------- */

.social-share a {
	color:#CCC;
}

.social-share a:hover {
	color:#555;
}


/* ---------------------------------------------------------------------- */
/*	Select or Die
/* ---------------------------------------------------------------------- */



.sod_select {
	border: 1px solid #CCC;
	background: transparent;
	color: #555;
	font-size: 14px;
	font-style: normal;
	font-weight:normal;
	width:100%;
    display: block;
	text-transform: none;
	line-height:40px;
	padding: 0 20px;
    
}

.has-error .sod_select {
    border: 1px solid #a94442;
}

.sod_select.open { color: #555; }
.sod_select.open {  background-color:#FFF; border-color:#999; }
.sod_select:hover, .sod_select.open, .sod_select.focus { border-color: #CCC; box-shadow: none; }

.sod_select .sod_list_wrapper {
	border-color:#CCC;
	border-width:1px;	
	font-weight:normal;
	width:100%;
	margin:0 -1px;
	box-sizing:content-box;
}

.text-right .sod_select .sod_label {
	padding-right: 28px;
	text-align: right;
}



.sod_select .sod_prefix {
    font-weight: bold;
	float:left;
}

.sod_select.above .sod_list_wrapper {
	border-top: 1px solid #CCC;
}

.sod_select .sod_option {
	padding:0 20px;
}

.sod_select .sod_option.selected:before {
	right:26px;	
}

.sod_select:before {
	content: "\f078";
	position: absolute;
	right: 26px;
	top:0;
	color:#888;	
    font: normal normal normal 12px / 40px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sod_select:after { content: ""; }



/* ---------------------------------------------------------------------- */
/*	Page Loader
/* ---------------------------------------------------------------------- */

.page-loader{
 	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 100000;	
}

.loader{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0,0,0, 0.08);
  border-right: 1px solid rgba(0,0,0, 0.08);
  border-bottom: 1px solid rgba(0,0,0, 0.08);
  border-left: 1px solid rgba(0,0,0, 0.5);
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
   -webkit-animation: spinner 700ms infinite linear;
   -moz-animation: spinner 700ms infinite linear;
   -ms-animation: spinner 700ms infinite linear;
   -o-animation: spinner 700ms infinite linear;
   animation: spinner 700ms infinite linear;
  
  z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* ---------------------------------------------------------------------- */
/*	Animate
/* ---------------------------------------------------------------------- */


@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}


@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}


@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}


/* ---------------------------------------------------------------------- */
/*	Primary Nav
/* ---------------------------------------------------------------------- */

body.navigation-is-open {
	overflow:hidden;
}

body.navigation-is-open .primary-nav {	
	transform: translate3D(0,0,0);	
}

.primary-logo {
	line-height:60px;
	z-index:3;
	position:relative;
}

.primary-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  text-align: center;
  padding: 40px 0;
  margin:0;
  overflow:auto;
  transform: translate3D(0,-100%,0);
  transition:transform 0.4s;
}

.primary-nav-wrap {
	position:relative;
	height: 60px;
	width: 60px;
	margin:0 0 0 auto;
}

.primary-nav-trigger {
  position: absolute;
  top:0;
  bottom:0;
  z-index: 3;
  width: 100%;
  display:block;
  right:0;
}
.primary-nav-trigger .menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #111;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.primary-nav-trigger .menu-icon::before, .primary-nav-trigger .menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #111;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.primary-nav-trigger .menu-icon::before {
  top: -5px;
}
.primary-nav-trigger .menu-icon::after {
  top: 5px;
}
.primary-nav-trigger .menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.primary-nav-trigger .menu-icon.is-clicked::before, .primary-nav-trigger .menu-icon.is-clicked::after {
  background-color: #111;
}
.primary-nav-trigger .menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.primary-nav-trigger .menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}




/* ---------------------------------------------------------------------- */
/*	Konico
/* ---------------------------------------------------------------------- */

.circle {
    border-radius: 2000px;
}

#content_admin {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #fff;
    width: 240px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    z-index: 999;
}
#content_admin .btn {
    border-radius: 0;
}
.cke_editable {
    padding: 20px !important;
}


.vertical-force {}
	.vertical-force input[type="checkbox"], .vertical-force input[type="radio"], .vertical-force label, .vertical-force span, .vertical-force img, .vertical-force i, .vertical-force h3,  .vertical-force h4, .vertical-force label:before {
	   display: inline-block;
       vertical-align: middle;
	   margin: 0;
	   float: none;
	}

	.vertical-force input[type="checkbox"], .vertical-force input[type="radio"]{
	   margin-right: 5px;
	}

    .vertical-force img {
	   margin-right: 15px;
	}
 
    .vertical-force.bottom input[type="checkbox"], .vertical-force.bottom input[type="radio"], .vertical-force.bottom label, .vertical-force.bottom span, .vertical-force.bottom img, .vertical-force.bottom i, .vertical-force.bottom h3,  .vertical-force.bottom h4, .vertical-force.bottom label:before {
       vertical-align: text-bottom;
	}

.validation-summary ul {
    color: #888;
    font-size: 85%;
    font-style: italic;
    /*list-style: none;
    text-indent: 0;
    */
    padding-left: 20px;
}