/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sanssemibold';
    src: url('opensans-semibold-webfont.woff2') format('woff2'),
         url('opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
	margin: 0; padding: 0;
	position: relative;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #535353;
}
   
 
header {
	margin: 0; padding: 0;
	position: relative;
	background: #9d0dd7;
}

#inner_header {
	position: relative;
	width: 1222px;
	margin: 0 auto;
	padding: 30px 0;
}

#dkprop_logo {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

.slidershadow {
	width: 100%;
	height: 229px;
	background: url("../img/slidershadow.png") repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

article {
	position: relative;
	width: 100%;
    font-family: 'open_sansregular';
	font-size: 14px;
	margin: 28px 0 0 0;
	padding: 0;
}

#inner_article {
	position: relative;
	width: 1222px;
	margin: 0 auto;
}

#main_text {
	width: 68%;
	line-height: 20px;
}

#main_text p {
	padding: 0;
	margin: 7px 0;
}

#details_box {
	float: right;
	width: 31%;
	background: #9d0dd7;
	margin: 0;
	padding: 21px;
	color: #ffffff;
	box-sizing: border-box;
}

#details_box h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'open_sanssemibold';
}

#details_box p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	font-family: 'open_sansregular';
}

#car_images {
	position: relative;
	width: 100%;
	height: 97px;
	overflow: hidden;
	margin-top: 28px;
	clear: both;
}

#car_inner_images {
	position: absolute;
	width: 2142px;
}

#car_inner_images p {
	position: relative;
	margin: 0;
	padding: 0;
}

#car_inner_images p img {
	position: relative;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}

#arrow_right {
	position: absolute;
	width: 50px;
	height: 97px;
	top: 0px;
	right: 0px;
	z-index: 2;
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

#arrow_left {
	position: absolute;
	width: 50px;
	height: 97px;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: none;
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

#items {
	position: relative;
	width: 100%;
	margin: 0; padding: 0;
}

.items_col {
	position: relative;
	width: 16.66666666%;	
	box-sizing: border-box;
	padding-right: 8px;
	float: left;
}

#contacto {
	position: relative;
	clear: both;
	width: 35%;
	box-sizing: border-box;
	padding-right: 30px;
	float: left;
}

#contacto input[type="text"], #contacto textarea {
	position: relative;
	height: 36px;
	width: 100%;
	border: none;
	box-sizing: border-box;
	border-bottom: 1px solid #9d0dd7;
	padding: 10px 16px;
	background: #efefef;
	margin: 8px 0;
}

#contacto textarea {
	height: 72px;
}

#contacto input[type="button"] {
	height: 36px;
	width: 100%;
	border: none;
	background: #9d0dd7;
	color: #ffffff;
	text-align: center;
}

#socialmedia {
	position: relative;	
	list-style: none;
	padding: 0; margin: 0;
}

#socialmedia li {
	display: inline-block;
	position: relative;
	width: 37px; height: 37px;
	margin-left: 10px;	
}

#socialmedia li a {
	display: block;
	position: relative;
	width: 37px; height: 37px;
	text-indent: 99999px;
}

#footer_pictures {
	position: relative;
	text-align: right;
}

.facebook a {
	background: url(../img/facebook.png) no-repeat center center;
}

.twitter a {
	background: url(../img/twitter.png) no-repeat center center;
}

.googleplus a {
	background: url(../img/googleplus.png) no-repeat center center;
}

#footer_pictures img {
	margin-top: 20px;
	position: relative;
	margin-left: 10px;
}

#map {
	position: relative;	
	width: 65%;
	height: 313px;
	margin-top: 28px;
    float: right;
}

#unidades {
	clear: both;
}

#unidades p {
	padding: 0; margin: 0;
}

footer {
	position: relative;
	background: #efefef;
	padding: 0; margin: 0;
	border-bottom: 8px solid #9d0dd7;
}

#inner_footer {
	position: relative;
	width: 1222px;
	margin: 30px auto 0 auto;
	font-size: 12px;
	line-height: 20px;
	padding: 20px 0;
}

#inner_footer p {
	position: relative;
	display: inline-block;
	padding: 0; margin: 0;
}

#inner_footer p.disclaimer {
	width: 50%;
	margin-right: 20px;
}

#inner_footer p.disclaimerdos {
	width: 20%;
}

#footer_pictures {
	float: right;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'open_sanssemibold';	
	color: #9d0dd7;
	padding: 22px 0 8px 0; margin: 0;
}

#blackout {
	position: fixed;
	top: 0; left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1000;
	display: none;
}

#blackout img{
	position: fixed;
    top: 50%;
    left: 50%;
    width: 46%;
    margin-top: -13%;
    margin-left: -23%;
    z-index: 1001;
	-webkit-box-shadow: 4px 4px 39px 2px rgba(0,0,0,0.35);
	-moz-box-shadow: 4px 4px 39px 2px rgba(0,0,0,0.35);
	box-shadow: 4px 4px 39px 2px rgba(0,0,0,0.35);
}

.items_col ul {
	list-style-image: url(../img/bullet.png);
	margin: 0; padding: 0 0 0 18px;
	line-height: 30px;
}

.items_col:nth-child(2), .items_col:nth-child(4), .items_col:nth-child(6) {
	margin-top: 55px;
}

.bold {
	font-family: 'open_sanssemibold';
}

/*SLIDER*/
/* jssor slider bullet navigator skin 05 css */
	/*
	.jssorb05 div           (normal)
	.jssorb05 div:hover     (normal mouseover)
	.jssorb05 .av           (active)
	.jssorb05 .av:hover     (active mouseover)
	.jssorb05 .dn           (mousedown)
	*/
	.jssorb05 {
		position: absolute;
	}
	.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
		position: absolute;
		/* size of bullet elment */
		width: 16px;
		height: 16px;
		background: url('img/b05.png') no-repeat;
		overflow: hidden;
		cursor: pointer;
	}
	.jssorb05 div { background-position: -7px -7px; }
	.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
	.jssorb05 .av { background-position: -67px -7px; }
	.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

	/* jssor slider arrow navigator skin 22 css */
	/*
	.jssora22l                  (normal)
	.jssora22r                  (normal)
	.jssora22l:hover            (normal mouseover)
	.jssora22r:hover            (normal mouseover)
	.jssora22l.jssora22ldn      (mousedown)
	.jssora22r.jssora22rdn      (mousedown)
	*/
	.jssora22l, .jssora22r {
		display: block;
		position: absolute;
		/* size of arrow element */
		width: 40px;
		height: 58px;
		cursor: pointer;
		background: url('img/a22.png') center center no-repeat;
		overflow: hidden;
	}
	.jssora22l { background-position: -10px -31px; }
	.jssora22r { background-position: -70px -31px; }
	.jssora22l:hover { background-position: -130px -31px; }
	.jssora22r:hover { background-position: -190px -31px; }
	.jssora22l.jssora22ldn { background-position: -250px -31px; }
	.jssora22r.jssora22rdn { background-position: -310px -31px; }
/*!SLIDER!*/






/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1300px) {
	#inner_header, #inner_article, #inner_footer {
		width: 90%;
	}
}

@media only screen and (max-width: 1100px) {
	#inner_header, #inner_article, #inner_footer {
		width: 95%;
	}
}

@media only screen and (max-width: 1040px) {
	body, article, #details_box p {
		font-size: 13px;
	}
	
	.items_col ul {
		line-height: 22px;
	}
	
	#inner_footer p.disclaimer {
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}
	
	#inner_footer p.disclaimerdos {
		width: 45%;
	}
}

@media only screen and (max-width: 858px) {
	body, article, #details_box p {
		font-size: 13px;
	}
	
	.items_col {
		width: 25%;
	}
}

@media only screen and (max-width: 758px) {
	#contacto, #map {
		width: 100%;
		clear: both;
		padding-right: 0;
	}
}

@media only screen and (max-width: 651px) {	
	.items_col {
		width: 50%;
	}
	
	.item_col_clear {
		clear: both;
	}
	
	#details_box {
		margin: -5px 0 20px 0;
	}
	
	#details_box, #main_text {
		width: 100%;
		clear: both;
	}
	
	#inner_header, #inner_article, #inner_footer {
		width: 90%;
	}
}

@media only screen and (max-width: 420px) {	
	#vilavelalogo {
		width: 150px;
	}
	
	#dkprop_logo {
		width: 100px;
	}
}

@media only screen and (max-width: 338px) {	
	.items_col {
		width: 100%;
	}
	
	h3 {
		text-align: center;
	}
	
	.items_col:nth-child(2), .items_col:nth-child(4), .items_col:nth-child(6) {
		margin-top: 0;
	}
	
	#inner_header, #inner_article, #inner_footer {
		width: 85%;
	}
	
	#vilavelalogo {
		width: 110px;
	}
	
	#dkprop_logo {
		width: 80px;
	}
	
	#inner_footer p.disclaimerdos {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	#footer_pictures {
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 20px;
	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    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;
    }
}