@charset "utf-8";
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #333;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Contest's custom styles
   ========================================================================== */

body {
	width: 100%;
    height: 100%;
    margin: 0 auto;
    font: 18px/1.6 'vcgtext', sans-serif;
	font-weight:300;
    color:#333;
    background: #fff;
	-webkit-font-smoothing: antialiased !important;
  	-webkit-backface-visibility: hidden;
  	-moz-backface-visibility:    hidden;
  	-ms-backface-visibility:     hidden;
}
body.scrno {
	overflow:hidden;
}
.page_wrap {
	width:100%;
	margin:0 auto;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
}
h1.vcg-title {
	font-family:'vcgtitle', serif;
	font-size:3.2em;
}
h1 {
	font-size:2.8em;
	line-height:100%;
}
h2 {
	font-size:2.4em;
}
h3 {
	font-size:1.8em;
}
h4 {
	font-size:1.35em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1em;
}

h3, h4, h5, h6 {
	text-transform:uppercase;
}
strong {
	font-weight:700;
}
p {
	margin:2em 0;
}
address {
	font-style:normal;
}
a {
	color: #d6a84f;
	font-weight:400;
	-o-transition:.25s ease;
	-ms-transition:.25s ease;
	-moz-transition:.25s ease;
	-webkit-transition:.25s ease;
	transition:.25s ease;
}
.img_preloader {
	display: none !important;
}
.hidden {
	display: none;
}
header,
footer {
	height:4em;
	line-height: 4em;
	vertical-align: text-bottom;
	margin:0 4em;
}
header svg {
	max-width: 100%;
	width:409px;
	height:24px;
	margin:0;
	padding:0;
	fill:#5f6062; /* #595A5C; */
}
nav {
	text-align: right;
}
nav a {
	color:#5f6062;
	text-transform: uppercase;
	font-size:.725em;
	letter-spacing: .05em;
	text-decoration: none;
	margin-right:3%;
	margin-top:7px;
	display: inline-block;
	vertical-align: top;
}
nav button {
	font-size:.6em;
	width:32px;
	height:32px;
	display: inline-block;
	vertical-align: middle;
	border:#6d6d6d 1px solid;
	outline:none;
	background: none;
	padding:0;
	line-height: 100%;
	border-radius: 1px;
}
nav .current {
	background: #6d6d6d;
	color:#fff;
}
nav .locale:hover {
	background: #d6a84f;
	border-color: #d6a84f;
	color:#fff;
}
#main {
	float:left;
	margin:0 0 0 1em;
}
.page {
	height:calc(100vh - 8em);
	margin:0 4em;
	background: #f7f5f6;
	position: relative;
	overflow: hidden;
	transition: .5s ease;
	-webkit-animation: showSlowlyPage 1000ms;
	animation: showSlowlyPage 1000ms;
}
.main {
	background-image: url(../img/main.jpg);
	background-size: cover;
	background-position: top center;
}
.intro {
	position: absolute;
	padding:2em;
	background: rgba(255,255,255,.8);
	box-shadow: rgba(0,0,0,.2) 0 2px 2px;
	border-radius: 2px;
	width: 558px; /*calc(50% - 5em);*/
	bottom:1em; left:1em;
	-webkit-animation: showSlowlyIntro 1500ms;
	animation: showSlowlyIntro 1500ms;
}
.ag {
	width:100%;
	max-width:280px;
	position:absolute;
	padding:2em;
	box-shadow: rgba(0,0,0,.2) 0 2px 2px;
	border-radius: 2px;
	transition:all .5s ease;
	background:rgba(0,0,0,.5);
	color:#fff;
	right:1em;
	top:1em;
	-webkit-animation: showSlowlyAf 500ms;
	animation: showSlowlyAf 500ms;
}
.fb {
	width:100%;
	max-width:330px;
	height:calc(100% - 6em);
	position:absolute;
	padding:2em;
	box-shadow: rgba(0,0,0,.2) 0 2px 2px;
	border-radius: 2px;
	transition:all .5s ease;
	background:rgba(0,0,0,.5);
	color:#fff;
	left:1em;
	top:1em;
	-webkit-animation: showSlowlyFb 500ms;
	animation: showSlowlyFb 500ms;
	z-index: 2;
}
.intro p {
	margin:0 0 .5em 0;
}
.intro p:first-child {
	font-weight: 600;
	color:#595A5C;
}
.intro p:last-child {
	margin: 0;
}
@-webkit-keyframes showSlowlyPage {
	0% 		{ opacity: 0; }
	100%   	{ opacity: 1; }
}

@keyframes showSlowlyPage {
	0% 		{ opacity: 0; }
	100%   	{ opacity: 1; }
}
@-webkit-keyframes showSlowlyIntro {
	0% 		{ bottom: -25%; opacity: 0; }
	100%   	{ bottom: 1em; opacity: 1; }
}

@keyframes showSlowlyIntro {
	0% 		{ bottom: -25%; opacity: 0; }
	100%   	{ bottom: 1em; opacity: 1; }
}
@-webkit-keyframes showSlowlyAf {
	0% 		{ top: 25%; opacity: 0; }
	100%   	{ top: 1em; opacity: 1; }
}
@keyframes showSlowlyAf {
	0% 		{ top: 25%; opacity: 0; }
	100%   	{ top: 1em; opacity: 1; }
}
@-webkit-keyframes showSlowlyFb {
	0% 		{ left: -25%; opacity: 0; }
	100%   	{ left: 1em; opacity: 1; }
}
@keyframes showSlowlyFb {
	0% 		{ left: -25%; opacity: 0; }
	100%   	{ left: 1em; opacity: 1; }
}
@-webkit-keyframes showSlowlyVB {
	0% 		{ left: -25%; width:100%;height:100%;opacity: 0; }
	100%   	{ left: 1em; width:100vw;height:100vh;opacity: 1; }
}
@keyframes showSlowlyVB {
	0% 		{ position: absolute; width:0%;height:0%; opacity: 0;right:50%;}
	100%   	{ position:fixed; width:100vw;height:100vh; opacity: 1;right:0;}
}

input, select,
textarea {
    font: 18px/1.6 'vcgtext', sans-serif;
	padding:15px 20px;
	width:100%;
	box-sizing: border-box;
	margin-bottom:1em;
	border:none;
	outline: none;
	color:#333;
	border-radius: 2px;
}
select option {
	line-height: 200%;
}
textarea {
	min-height:300px;
}
.sbm {
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight:600;
	transition: .5s ease;
	box-shadow: rgba(0,0,0,.2) 0 2px 2px;
}
.sbm:hover {
	background: #d6a84f;
	color:#fff;
}

.dealer_list {
	width:380px;
	height:calc(100% - 3em);
	position:absolute;
	top:1em; left:1em;
	z-index: 1;
	overflow-y: hidden;
	padding-right:12px;
}
.searchbox {
	width:380px;
	position: absolute;
	height:48px;
	top:1em;left:1em;
	z-index: 2;
}
#searchform input {
	width:283px;
	padding:0 20px;margin:0;
	line-height:48px;
	vertical-align: middle;
	display: inline-block;
	font-size:.8em;
}
.searchbox,
.disclaimer {
	background:#fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
}
.searchbox .s-icon {
	display: inline-block;
	width:48px;
	height:48px;
	line-height: 48px;
	vertical-align: middle;
	text-align: center;
}
.s-ic:before {
	content:'';
	width:1px;
	height:24px;
	margin-top:12px;
	background:#6d6d6d;
	display: inline-block;
	vertical-align: middle;
	float:left;
}
.searchbox svg {
	fill:#6d6d6d;
}
.searchbox .isearch {
	width:18px;
	height:18px;
}
.searchbox .icross {
	width:15px;
	height:15px;
}
#dclose {
	width:48px;
	height:48px;
	line-height: 48px;
	vertical-align: middle;
	text-align: center;
	display: block;
	position: fixed;
	top:5em;right:5em;
	margin-right: -50px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
}
#dclose:hover {
	background:#6d6d6d;
}
#dclose svg {
	width:15px;
	height:15px;
	fill:#000;
}
#dclose:hover svg {
	fill:#fff;
}
.disclaimer {
	font-size:.8em;
	font-weight:600;
	padding:15px 20px;
	color:#fff;
	background: #6d6d6d;
}
.dealer {
	padding:15px 20px;
	margin-top:.5em;
	height:86px;
	background:#fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
	overflow: hidden;
	transition: .5s ease;
	cursor: pointer;
}
.dealer:hover,
.dealer.current {
	background: #d6a84f;
	color:#fff;
}
.dealer h3 {
	font-weight:600;
	font-size:.8em;
	margin:0 0 5px 0;
	text-transform: none;
}
.dealer address,
.dealer p {
	font-style:normal;
	font-size:.725em;
	margin:0;
}
.dealer p span {
	margin-right:1em;
}
.dealer a {
	font-weight:600;
	color:#6d6d6d;
	text-decoration: none;
}
.dealer:hover a,
.dealer.current a {
	color:#fff;
	text-decoration: underline;
}
#map {
	width:100%;
	height:100%;
}
.dealer_page {
	width:calc(100% - 3em - 380px);
	height:calc(100% - 2em);
	background: #fff;
	position: absolute;
	top:1em; right:1em;
	overflow:hidden;
	-webkit-animation: showSlowlyAf 500ms;
	animation: showSlowlyAf 500ms;
}
.dealer_page.rmv {
	transition:.5s ease;
	transform:scale(.1);
}
.dimg,
.dmap {
	width:100%;
	margin:0;
}
.dimg:before,
.dmap:before {
	content: '';
	width:100%;
	height:0;
	display: block;
	padding-top:50%;
}
.dimg {
	background-size: cover;
	background-position: top center;
}
.dimg.vcg {
	background-image: url(/upload/images/dealer/vcg_main.jpg?v2);
}
.dimg.algn {
	background-image: url(/upload/images/dealer/algn_main.jpg);
}
.dimg.algg {
	background-image: url(/upload/images/dealer/algg_main.jpg);
}
.dimg.spbldd {
    background-image: url(/upload/images/dealer/spbldd_main.jpg);
}
.dimg.spbl {
    background-image: url(/upload/images/dealer/spbl_main.jpg?v24);
}
.dimg.la {
	background-image: url(/upload/images/dealer/la_main.jpg);
}
.dimg.depl {
    background-image: url(/upload/images/dealer/depl_main.jpg);
}
.dimg.pavn {
	background-image: url(/upload/images/dealer/pavn_main.jpg);
}
.dimg.vcs {
	background-image: url(/upload/images/dealer/vcs_main.jpg);
}
.dimg.bsd {
	background-image: url(/upload/images/dealer/bsd_main.jpg);
}
.dimg.dvnc {
	background-image: url(/upload/images/dealer/dvnc_main.jpg);
}
.dimg.vcst {
	background-image: url(/upload/images/dealer/vcst_main.jpg);
}
.dimg.pach {
	background-image: url(/upload/images/dealer/pach_main.jpg);
}
.dimg.cdm {
	background-image: url(/upload/images/dealer/cdm_main.jpg);
}
.dimg.iex {
	background-image: url(/upload/images/dealer/iex_main.jpg);
}
.dimg.ir {
	background-image: url(/upload/images/dealer/ir_main.jpg);
}
.dimg.dcr {
	background-image: url(/upload/images/dealer/dcr_main.jpg);
}
.dimg.wh {
	background-image: url(/upload/images/dealer/wh_main.jpg);
}
.dimg.ai {
	background-image: url(/upload/images/dealer/ai_main.jpg);
}
.dimg.vcgua {
	background-image: url(/upload/images/dealer/vcgua_main.jpg);
}

.dealer_info {
	/*display: flex;*/
	margin:0;
	padding:1em 2em;
	font-size: .9em;
}
.dealer_info img {
	margin:1em 0;
	max-width: 100%;
}
.dealer_info h2 {
	font-size:1.2em;
	line-height: 125%;
	margin:.5em 0 .25em 0;
}
.d-contact span {
	margin-right:1em;
}
.dgallery {
	margin:1em 2em 2em 2em;
	padding:1% 0;
	border-top:#e5e5e5 1px solid;
	border-bottom:#e5e5e5 1px solid;
}
.dgallery .gallery {
	width:24%;
	display:inline-block;
	vertical-align: top;
	margin-right:1%;
	position: relative;
}
.img__box {
	width:100%;
	height:100%;
	display: flex;
    justify-content: center;
	position:fixed;
	background: #fff;
	bottom:0;right:0;
	-webkit-animation: showSlowlyVB 500ms;
	animation: showSlowlyVB 500ms;
	z-index: 2000;
}
.img__box .vb_close {
	width:3%;
	height:3%;
	position:absolute;
	top:2%;right:2%;
	z-index: 10;
}
.dlogo_wrap {
	width:auto;
	position: absolute;
	padding:2em 1em 1em 0;
	background: #fff;
	top:0;left:14%;
	z-index: 10;
}
.dlogo_wrap img {
	width:100%;
}
.img__box .vb_close svg {
	width:100%;
	height:100%;
}
.dgallery .gallery img {
	width:100%;
}
.gallery__nav {
	width:8%;
	padding:3% 3% 3%;
}
.gallery__nav a {
	display: block;
	margin:0 0 1em 0;
	border:#fff 2px solid;
	box-sizing: border-box;
	transition: .5s ease;
	border-radius:2px;
}
.gallery__nav a:hover,
.gallery__nav .current {
	outline: #d6a84f 2px solid;
}
.gallery__nav a:hover {
	transform: scale(1.05);
}
.gallery__nav a img {
	width:100%;
}
.big_img__wrap {
	width:83%;
	position: relative;
	padding:0 3% 0 0;
	flex:1;
	text-align: center;
	margin: auto;
	overflow: hidden;
}
.big_img__wrap #big_img {
	max-width: 100%;
	max-height: 100%;
}
.big_img__wrap #big_img.w {
	width:100%;
}
.big_img__wrap #big_img.h {
	height:100%;
}
.big_img__wrap .dlogo {
	width:auto;
	margin-bottom:1em;
	position:absolute;
	top:0;left:0;
	z-index: 10;
}
/**** Loading *****/
div#amask {
	position:absolute;
	width:100%;
	height:100%;
	top:0; left:0;
	display:block;
	background:rgba(255,255,255,.8);
	z-index:2000;
}
.big_img__wrap:after,
.pss_wrap:after {
	opacity:0;
	content:'';
	display: block;
	position:absolute;
    width: 120px;
    height: 120px;
	top:50%;left:50%;
	margin-top:-60px;margin-left:-60px;
    border: 16px dashed #d6a84f;
    border-radius: 100%;
	box-sizing: border-box;
	-webkit-animation:rotatein 1s linear infinite;
	-moz-animation:rotatein 1s linear infinite;
	-o-anumation:rotatein 1s linear infinite;
	animation: rotatein 1s linear infinite;
	z-index: -1;
}
.pss_wrap.send #pss {
	opacity:.35;
}
.pss_wrap.send:after,
.big_img__wrap.load:after {
	opacity:1;
	z-index: 10;
}
@-webkit-keyframes rotatein {
	  0% { -webkit-transform: rotate(0); }
	100% { -webkit-transform: rotate(360deg); }
}
@-o-keyframes rotatein {
	  0% { -o-transform: rotate(0); }
	100% { -o-transform: rotate(360deg); }
}
@-moz-keyframes rotatein {
	  0% { -moz-transform: rotate(0); }
	100% { -moz-transform: rotate(360deg); }
}
@keyframes rotatein {
	  0% { transform: rotate(0); }
	100% { transform: rotate(360deg); }
}
.pship {
	background-image: url(../img/anketa.jpg);
	background-size: cover;
	background-position: top center;
}
.pship h2,
.dwnld h2 {
	font-size:1.6em;
	text-align: center;
}
.pwrap {
	margin:1em;
}
.pss_wrap {
	position: relative;
	margin-top:2em;
	width:62%;
	height:calc(100vh - 14em);
	padding-left:38%;
	overflow: hidden;
}
#pss {
	padding-bottom:2em;
}
#pss .field_wrap {
	display: inline-block;	
}
#pss input,
#pss textarea,
#pss select,
.dropzone {
	font-size:16px;
	padding:14px 18px;
}
#pss textarea {
    min-height: 165px;
}
.cname {
	width:50%;
	margin-right:1%
}
.copf {
	width:12%;
	margin-right:1%
}
.cfrm {
	width:36%;
}
.creg {
	width:32%;
	margin-right:1%
}
.cadr {
	width:67%;
}
.cdesc {
	width:100%;
}
.curl {
	width:32%;
	margin-right:1%
}
.ceml {
	width:32%;
	margin-right:1%
}
.ctlph {
	width:34%;
}
.cimgs {
	width:100%;
}
#dz, .dropzone {
	width:100%;
    min-height: 165px;
    background: #f7f5f6;
	box-sizing: border-box;
    border: #b2b2b2 2px dashed;
	margin:-.5em 0 .75em 0;
	text-align: center;
}
#pss .sid {
	display: block;
	width:240px;
	margin:1em 2em 0;
}
/*==========================================
		DropZone
============================================*/
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 0; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: none; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 4px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
/*==========================================
		FileManager
============================================*/
.filemanager {
	padding-top:24px;
	border-top:#fff 1px solid;
	margin:0 2em;
}
.filemanager .data {
	margin:0; padding:0;
	z-index: -3;
}
main {
	min-height:calc(100vh - 320px);
}

main, .filemanager .data.animated, .profile {
	-webkit-animation: showSlowlyElement 700ms; /* Chrome, Safari, Opera */
	animation: showSlowlyElement 700ms; /* Standard syntax */
}

.filemanager .data li {
	border-radius: 3px;
	border-top:transparent 1px solid;
	width: 14.25%;
	/*height: 140px;*/
	list-style-type: none;
	margin:0;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding:0 6px 6px 6px;
	z-index: 1;
	cursor: pointer;
	box-sizing: border-box;
	transition: 0.3s background-color;
	text-align: center;
}

.filemanager .data li:hover {

}

.filemanager .data li a {
	width: 100%;
	height: 100%;
	cursor:default;
	text-decoration: none;
}
.filemanager .data li:hover {
	background: #fff;
	border-top:#e5e5e5 1px solid;
	box-shadow:rgba(0,0,0,.3) 0 2px 2px;
}
.filemanager .data li .folder_name, .filemanager .data li .name {
	color: #333;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	width: 100%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	top: 24px;
}
.filemanager .data li .folder_name { top:35px; }

.filemanager .data li .folder_details, .filemanager .data li .details {
	color: #6d6d6d;
	font-size: 11px;
	font-weight: 400;
	white-space: nowrap;
	display: block;
}
.filemanager .data li .folder_details { top:60px; }

.filemanager .nothingfound {
	display: none;
    margin-left: 20px;
    font-size: .9em;
	-webkit-animation: showSlowlyElement 700ms; /* Chrome, Safari, Opera */
	animation: showSlowlyElement 700ms; /* Standard syntax */
}

.filemanager .nothingfound .nofiles {

}


@media all and (max-width:965px) {

	.filemanager .data li {
		width: 100%;
		margin: 5px 0;
	}

}

/* Chrome, Safari, Opera */
@-webkit-keyframes showSlowlyElement {
	100%   	{ transform: scale(1); opacity: 1; }
	0% 		{ transform: scale(1.2); opacity: 0; }
}

/* Standard syntax */
@keyframes showSlowlyElement {
	100%   	{ transform: scale(1); opacity: 1; }
	0% 		{ transform: scale(1.2); opacity: 0; }
}


/*-------------------------
		Icons
-------------------------*/

.icon {
	font-size: 23px;
}
.icon.folder {
	display: inline-block;
	margin:1em;
	background-color: transparent;
	overflow: hidden;
}
.icon.folder:before {
	content: '';
	float: left;
	background-color: #bf0000;

	width: 1.5em;
	height: 0.45em;

	margin-left: 0.07em;
	margin-bottom: -0.07em;

	border-top-left-radius: 0.1em;
	border-top-right-radius: 0.1em;

	box-shadow: 1.25em 0.25em 0 0em #bf0000;
}
.icon.folder:after {
	content: '';
	float: left;
	clear: left;

	background-color: #cf0000;
	width: 3em;
	height: 2.25em;

	border-radius: 0.1em;
}
.icon.folder.full:before {
	height: 0.55em;
}
.icon.folder.full:after {
	height: 2.15em;
	box-shadow: 0 -0.12em 0 0 #ffffff;
}

.icon.file {
	width: 5em;
	height: 6em;
	line-height: 6em;
	text-align: center;
	border-radius: 0.25em;
	color: #FFF;
	display: inline-block;
	margin: 0.8em 0 0 0;
	position: relative;
	overflow: hidden;
	box-shadow: 85px -107px 0 0 #A4A7AC inset;
}
.icon.file:first-line {
	font-size: 16px;
}
.icon.file:after {
	content: '';
	position: absolute;
	z-index: -1;
	border-width: 0;
	border-bottom: 60px solid #DADDE1;
    border-right: 60px solid rgba(0, 0, 0, 0);
    top: -60;
    right: -30px;
}

.icon.file.f-avi,
.icon.file.f-flv,
.icon.file.f-mkv,
.icon.file.f-mov,
.icon.file.f-mpeg,
.icon.file.f-mpg,
.icon.file.f-mp4,
.icon.file.f-m4v,
.icon.file.f-wmv {
	box-shadow: 85px -107px 0 0 #7e70ee inset;
}
.icon.file.f-avi:after,
.icon.file.f-flv:after,
.icon.file.f-mkv:after,
.icon.file.f-mov:after,
.icon.file.f-mpeg:after,
.icon.file.f-mpg:after,
.icon.file.f-mp4:after,
.icon.file.f-m4v:after,
.icon.file.f-wmv:after {
	border-bottom-color: #5649c1;
}

.icon.file.f-mp2,
.icon.file.f-mp3,

.icon.file.f-m3u,
.icon.file.f-wma,
.icon.file.f-xls,
.icon.file.f-xlsx {
	box-shadow: 85px -107px 0 0 #5bab6e inset;
}
.icon.file.f-mp2:after,
.icon.file.f-mp3:after,
.icon.file.f-m3u:after,
.icon.file.f-wma:after,
.icon.file.f-xls:after,
.icon.file.f-xlsx:after {
	border-bottom-color: #448353;
}

.icon.file.f-doc,
.icon.file.f-docx,
.icon.file.f-psd{
	box-shadow: 85px -107px 0 0 #03689b inset;
}

.icon.file.f-doc:after,
.icon.file.f-docx:after,
.icon.file.f-psd:after {
	border-bottom-color: #2980b9;
}

.icon.file.f-gif,
.icon.file.f-jpg,
.icon.file.f-jpeg,
.icon.file.f-png {
	box-shadow: 85px -107px 0 0 transparent inset;
}
.icon.file.f-gif:after,
.icon.file.f-jpg:after,
.icon.file.f-jpeg:after,
.icon.file.f-png:after {
	border-bottom-color: transparent;
}
.icon.file.f-pdf {
	box-shadow: 85px -107px 0 0 #ee0c0d inset;
}
.icon.file.f-pdf:after {
	border-bottom-color: #b20808;
}
.icon.file.f-deb,
.icon.file.f-dmg,
.icon.file.f-gz,
.icon.file.f-rar,
.icon.file.f-zip,
.icon.file.f-7z {
	box-shadow: 85px -107px 0 0 #867c75 inset;
}
.icon.file.f-deb:after,
.icon.file.f-dmg:after,
.icon.file.f-gz:after,
.icon.file.f-rar:after,
.icon.file.f-zip:after,
.icon.file.f-7z:after {
	border-bottom-color: #685f58;
}

.icon.file.f-html,
.icon.file.f-rtf,
.icon.file.f-xml,
.icon.file.f-xhtml {
	box-shadow: 85px -107px 0 0 #a94bb7 inset;
}
.icon.file.f-html:after,
.icon.file.f-rtf:after,
.icon.file.f-xml:after,
.icon.file.f-xhtml:after {
	border-bottom-color: #d65de8;
}

.icon.file.f-js {
	box-shadow: 85px -107px 0 0 #d0c54d inset;
}
.icon.file.f-js:after {
	border-bottom-color: #a69f4e;
}

.icon.file.f-css,
.icon.file.f-saas,
.icon.file.f-scss {
	box-shadow: 85px -107px 0 0 #44afa6 inset;
}
.icon.file.f-css:after,
.icon.file.f-saas:after,
.icon.file.f-scss:after {
	border-bottom-color: #30837c;
}
footer p {
	font-size:.8em;
	margin:0;
}
#hamburger {
overflow-y: hidden;
  width: 28px;
  height: 28px;
  position: relative;
  cursor: pointer;
	display:none;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #595A5C;
  border-radius: 2px;
}

#hamburger span:nth-child(1) {
	animation: firstline-in .6s ease-in-out forwards;
	top: 5px;
}

#hamburger span:nth-child(2) {
	animation: secondline-in .6s ease-in-out forwards;
  top: 14px;
}

#hamburger span:nth-child(3) {
	animation: thirdline-in .6s ease-in-out forwards;
  top: 23px;
}

.toolbar1 #hamburger:hover span:nth-child(1),
#hamburger.active span:nth-child(1) {
	animation: firstline-out .8s ease-in-out forwards;
}


.toolbar1 #hamburger:hover span:nth-child(2),
#hamburger.active span:nth-child(2)  {
	animation: secondline-out .8s ease-in-out forwards;
}

.toolbar1 #hamburger:hover span:nth-child(3),
#hamburger.active span:nth-child(3)  {
	animation: thirdline-out .8s ease-in-out forwards;
}

@keyframes firstline-in{
  0% {
   	top: -40px;
    transform: rotate(180deg);
  }
  40% {
    top: 13px;
    transform: rotate(0deg);
  }
  50% {
    top: 16px;
  }
  70% {
    top: 18px;
  }
  100% {
    top: 5px;
  }
}

@keyframes secondline-in {
  0% {
  	top: 14px;
  	transform: rotate(-45deg);	
  }
  40% {
  	top: 20px;
      	transform: rotate(-15deg);	
  }
  50% {
  	top:20px;
  	transform: rotate(-10deg);	
  }
    70% {
  	top:22px;
  	transform: rotate(-5deg);	
  }
  100% {
 		top: 14px;
  	transform: rotate(0deg);	
  }
}

@keyframes thirdline-in {
  0% {
  	top: 14px;
  	transform: rotate(45deg);
  }
  40% {
    top: 20px;
 	transform: rotate(15deg);
  }
  50% {
    top: 20px;
    transform: rotate(10deg);	
  }
    50% {
    top: 22px;
    transform: rotate(5deg);	
  }
  100% {
    top: 23px; 
    transform: rotate(0deg);	
  }
}


@keyframes firstline-out{
  0% {
   	top: 5px;
   	transform: rotate(0deg);	
  }
  20% {
    top: 2px;
    transform: rotate(0deg);	
  }
  40% {
    top: 9px;
    transform: rotate(0deg);	
  }
  60% {
    top: 15px;
    transform: rotate(0deg);	
  }
  100% {
    top: -40px;
    transform: rotate(180deg);
  }
}

@keyframes secondline-out {
  0% {
  	top: 14px;
  	transform: rotate(0deg);	
  }

  40% {
  	top: 18px;
    transform: rotate(-25deg);	
  }


  60% {
  	top:22px;
    transform: rotate(-10deg);	
  }

  100% {
 		top: 14px;
 		left: 0px;
    transform: rotate(-45deg);	
  }
}

@keyframes thirdline-out {
  0% {
  	top: 23px;
  	transform: rotate(0deg);
  }
  40% {
  	top: 18px;
    transform: rotate(25deg);	
  }
  60% {
  	top:22px;
    transform: rotate(10deg);	
  }
  
  100% {
    top: 14px; 
    left: 0px;
    transform: rotate(45deg);	
  }
}
/* perfect-scrollbar v0.6.10 */
.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:2px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#6d6d6d;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}

/************* Mediaquery ***********************************/
@media only screen and (max-width : 760px) and (orientation : portrait) {
	body {
	    font: 16px/1.6 'vcgtext', sans-serif;
	}
	header {
		margin:0;
		position:fixed;
		top:0;left:0;
		z-index: 10000;
	}
	header.ov {
		height:auto;
		overflow: visible;
	}
	nav #main {
		float:none;
		width:76%;
		margin:0 0 0 1em;
	}
	#hamburger {
		position:absolute;
		display:block;
		right:.75em;
		top:18px;
		margin:0;
		padding:0;
	}
	nav {
		width:100vw;
		height:4em;
		overflow: hidden;
		text-align: left;
		box-sizing: border-box;
		transition:.5s;
	}
	nav:before {
		content:'';
		width:100%;
		height:0;
		display:block;
		background:rgba(0,0,0,.6);
		margin-top:4em;
		position: absolute;
		top:0;
		left:0;
		z-index: -1;
	}
	nav.ov:before {
		height:100%;
	}
	nav.ov {
		height:100vh;
		transition: .5s ease;
	}
	nav .mpoint {
		font-size:1.05em;
		display:block;
		color: #fff;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: opacity .8s,-webkit-clip-path .8s;
    transition: opacity .8s,-webkit-clip-path .8s;
    transition: clip-path .8s,opacity .8s;
    transition: clip-path .8s,opacity .8s,-webkit-clip-path .8s;
		border-bottom:rgba(255,255,255,.7) 1px solid;
	}
	nav.ov a {
		margin:0 2em;
		-webkit-clip-path: inset(0 0 0 0);
    	clip-path: inset(0 0 0 0);
	}
	nav button {		
    	font-size: .9em;
    	width: 48px;
    	height: 48px;
		border-color:#fff;
		margin-left:2em;
		margin-right:-2em;
		color:#fff;
	}
	nav button.current {
		background: #fff;
		color:#333;
	}
	.page {
		margin:4em 0 0;
	}
	.intro {
		padding:1em;
		left:0;
		bottom:0;
		width:100%;
		box-sizing:border-box;
		box-shadow:none;
	}
	.searchbox {
		top:.5em;
	}
	.searchbox,
	.dealer_list {
    	width: 96%;
		left:2%;
	}
	.dealer_list {
		top:calc(1em + 48px);
		height:calc(100% - 48px - 1.5em);
	}
	#searchform input {
    	width: 72%;
	}
	.dealer_page {
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index: 1000;
	}
	#dclose {
		right:54px;
		z-index: 100;
	}
	.dealer_info,
	.dgallery {
		padding:.5em 1em;
		margin:0;
	}
	.dgallery .gallery {
		width:100%;
		margin-bottom:1em;
	}
	.dmap:before {
    	padding-top: 100%;
	}
	#map, #dclose {display:none;}	
	.pship {
    	background:#eee;
	}
	.pship h2 {
    	font-size: 1.3em;
		line-height: 125%;
	}
	.pwrap {
    	margin: 0.5em;
	}
	.pss_wrap {
    	width: 96%;
		padding:0;
		margin:1em 2%;
	}
	#pss {
		padding-bottom:6em;
	}
	#pss .field_wrap {
		width:100%;
	}
	.ag {
		max-width:94%;
		right:3%;
		padding:1em;
		box-sizing: border-box;
	}
	.fb {
		max-width:94%;
		left:3%;
		padding:1em;
		box-sizing: border-box;
	}
	input, select, textarea {
    	font: 16px/1.6 'vcgtext', sans-serif;
    	padding: 12px 16px;
	}	
	footer {
		margin:0 1em;
	}
}

@media only screen and (min-width : 321px) and (max-device-width : 760px) and (orientation : landscape) {
	.page {
		margin:0;
	}

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	header {
		margin:0 4em;
		position:fixed;
		top:0;left:0;
		z-index: 10000;
	}
	header.ov {
		height:auto;
		overflow: visible;
	}
	nav #main {
		float:none;
		width:76%;
		margin:0;
	}
	#hamburger {
		position:absolute;
		display:block;
		right:.75em;
		top:18px;
		margin:0;
		padding:0;
	}
	nav {
		width:calc(100vw - 8em);
		height:4em;
		overflow: hidden;
		text-align: left;
		box-sizing: border-box;
		transition:.5s;		
	}
	nav:before {
		content:'';
		width:100%;
		height:0;
		display:block;
		background:rgba(0,0,0,.6);
		margin-top:4em;
		position: absolute;
		top:0;
		left:0;
		z-index: -1;
	}
	nav.ov:before {
		height:100%;
	}
	nav.ov {
		height:calc(100vh - 8em);
		transition: .5s ease;
	}
	nav .mpoint {
		font-size:1.05em;
		display:block;
		color: #fff;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: opacity .8s,-webkit-clip-path .8s;
    transition: opacity .8s,-webkit-clip-path .8s;
    transition: clip-path .8s,opacity .8s;
    transition: clip-path .8s,opacity .8s,-webkit-clip-path .8s;
		border-bottom:rgba(255,255,255,.7) 1px solid;
	}
	nav.ov a {
		margin:0 2em;
		-webkit-clip-path: inset(0 0 0 0);
    	clip-path: inset(0 0 0 0);
	}
	nav button {		
    	font-size: .9em;
    	width: 48px;
    	height: 48px;
		border-color:#fff;
		margin-left:2em;
		margin-right:-2em;
		color:#fff;
	}
	nav button.current {
		background: #fff;
		color:#333;
	}
	.page {
		margin:4em 4em 0;
	}
	.intro {
		width: calc(100% - 6em);
	}
	.dealer_page {
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index: 1000;
	}

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	header, footer {
		margin:0 1em;
	}
	#main {margin:0;}
	.page{margin:0;}
	nav a {
    	margin-right: 1%;
    	font-size: .65em;
	}	
}
@media only screen and (min-device-width : 1100px) and (max-device-width : 1300px) and (orientation : landscape) {
	nav a {margin-right:2%;}
}
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
