@charset "UTF-8";

/*-------------------------------------------------------------------------------------------*/
/* RESET */
/*-------------------------------------------------------------------------------------------*/

@import url('reset.css');

/*-------------------------------------------------------------------------------------------*/
/* BASE */
/*-------------------------------------------------------------------------------------------*/

html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404051;
	background: url(../images/bg-arch.jpeg) repeat 0 0;
}


/*-------------------------------------------------------------------------------------------*/
/* EXTRA FONTS */
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* STYLE */
/*-------------------------------------------------------------------------------------------*/

a:link, a:visited {
	color: #777;
	outline: none;
	text-decoration: underline;
}
	
a:hover {
	text-decoration: none;
	color: #414251;
}

/*-------------------------------------------------------------------------------------------*/
/* CUSTOM SELECTION COLORS */
/*-------------------------------------------------------------------------------------------*/

::-moz-selection {
	color: #FFF;
	color: rgba(255,255,255,.85);
	background: #414251;
}
	
::selection {
	color: #FFF;
	color: rgba(255,255,255,.85);
	background: #414251;
}

/*-------------------------------------------------------------------------------------------*/
/* FORMATTING */
/*-------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p {
	line-height: 140%;	
}
	
/*-------------------------------------------------------------------------------------------*/
/* USEFUL */
/*-------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*-------------------------------------------------------------------------------------------*/
/* STRUCTURE */
/*-------------------------------------------------------------------------------------------*/

#wrapper {
	width: 1000px;
	height: auto;
	position: relative;
	margin: 0 auto;
	background: white;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
	border-top: 3px solid #424251;
}

#header {
	width: 940px;
	height: 145px;
	position: relative;
	margin: 0 auto 0;
	padding: 15px 20px 0;
	border-bottom: 1px solid #E5E5E5;
}

#main {
	width: 940px;
	height: auto;
	min-height: 200px;
	position: relative;
	margin: 0 auto 0;
	padding: 40px 20px 45px;
}

#footer {
	width: 940px;
	height: auto;
	position: relative;
	margin: 0 auto 0;
	padding: 0 20px 0;
}

#slide_index {
	width: 100%;
	height: auto;
	position: relative;
	margin: 10px 0 0 0;
	padding: 20px 0 35px 0;
	background: #E7E7E8;
}

#page {
	width: 620px;
	height: auto;
	position: relative;
	float: left;
	margin: 0 auto 0;
	padding: 0 0 0 0;
}

#page.page-full {
	width: 940px;
	float: none;
}

#sidebar {
	width: 280px;
	height: auto;
	position: relative;
	float: right;
	margin: 0 auto 0;
	padding: 0 0 0 20px;
}

/*-------------------------------------------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* LOGO */
/*-------------------------------------------------------------------------------------------*/

#logo {
	width: 120px;
	height: 60px;
	position: absolute;
	bottom: 35px;
	left: 20px;
}

#logo a {
	width: 120px;
	height: 60px;
	position: relative;
	display: block;
	text-indent: -999em;
	background: url(../images/studio_dcs_belluno_logo.png) no-repeat 0 0;
}

#logo a:hover {
	opacity: 0.8;	
}

/*-------------------------------------------------------------------------------------------*/
/* HEADLINE */
/*-------------------------------------------------------------------------------------------*/

.headline {
	width: 140px;
	height: auto;
	position: absolute;
	top: 63px;
	left: 180px;
	display: block;
	padding: 0 0 60px 20px;
	border-left: 1px solid #E5E5E5;
	
	font-family: "Electrolize", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #424251;
	line-height: 22px;
	text-transform: uppercase;	
}

#top-contacts {
	width: 250px;
	height: 36px;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0 40px 0 0;
	background: url(../images/icon_top_contacts.png) no-repeat 100% 50%;	
}

#top-contacts span {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	display: block;
	font-weight: 300;
	text-align: right;
	line-height: 18px;	
}

#top-contacts span strong {
	font-weight: bold;
	font-size: 14px;	
}

/*-------------------------------------------------------------------------------------------*/
/* NAVIGATION */
/*-------------------------------------------------------------------------------------------*/

#navigation {
	width: auto;
	height: 30px;
	position: absolute;
	bottom: 40px;
	right: 20px;
}

ul.nav {
	width: auto;
	height: 30px;
	position: relative;
}

ul.nav li {
	width: auto;
	height: 30px;
	font-family: "Yanone Kaffeesatz", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #414151;
	line-height: 15px;
	text-transform: uppercase;
	float: left;
	margin: 0 25px 0 0;
}

ul.nav li.last {
	margin-right: 0px;	
}

ul.nav li a {
	display: block;
	text-decoration: none;
	line-height: 15px;
	padding: 7px 14px 7px 14px;
	background: #F9F9F9;
}

ul.nav li a:hover, ul.nav li a.current {
	color: #FFF;
	background: #414151;
}

ul.nav li a.current {
	font-weight: normal;	
}

/*-------------------------------------------------------------------------------------------*/
/* PAGE STYLE */
/*-------------------------------------------------------------------------------------------*/

.head-title {
	padding: 0 0 3px 15px;
	border-left: 3px solid #EF2C1E;
	margin: 0 0 15px 0;
}

.title-page {
	font-family: "Yanone Kaffeesatz", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	line-height: 120%;
	margin: 0 0 15px 0;
	padding: 3px 0 0 0;
}

.subtitle-page {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #666;
	margin: -10px 0 25px 0;
}

.title-paragraph {
	font-family: "Yanone Kaffeesatz", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #414151;
	line-height: 120%;
	margin: 0 0 15px 0;
	padding: 3px 0 0 0;
}

.subtitle-paragraph {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 130%;
	color: #666;
	margin: -10px 0 0 0;
}

.block-paragraph {
	clear: both;
	margin: 0 0 15px 0;
}

#page p {
	padding-bottom: 8px;	
}

.column-t {
	width: 300px;
	height: auto;
	position: relative;	
}

span.read-more {
	display: block;
	margin: 10px 0 0 0;
	float: right;
	text-align: right;	
}

.header-block {
	width: 100%;
	height: 22px;
	position: relative;
	text-align: center;
	line-height: 22px;
	margin: 25px 0 30px 0;
	overflow: hidden;
	background: url(../images/bg_title_block.png) repeat-x 0 0;
}

.header-block .title-block {
	width: auto;
	height: 22px;
	position: relative;
	display: inline;
	margin: 0 auto 0;
	padding: 0 25px 0 25px;
	line-height: 22px;
	text-transform: uppercase;
	background: white;
	font-family: "Yanone Kaffeesatz", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #414151;
}

/*-------------------------------------------------------------------------------------------*/
/* LIST ITEM STYLE */
/*-------------------------------------------------------------------------------------------*/

ul.list-items-style {
	margin: 15px 0 15px 15px;	
}

ul.list-items-style li {
	list-style: square outside;
	line-height: 140%;
	margin-bottom: 6px;
	margin-left: 15px;	
}

/*-------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------*/

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #DDD;
}

#footer p {
	float: left;	
}

ul.social {
	width: 66px;
	height: 25px;
	float: right;
}

ul.social li {
	width: 25px;
	height: 25px;
	position: relative;
	float: left;
	margin-left: 8px;
}

ul.social li a {
	width: 25px;
	height: 25px;
	display: block;
	text-indent: -999em;
	background: url(../images/social_icons.png) no-repeat 0 0;
}

ul.social li.fb a {
	background-position: 0 0;
}

ul.social li.twitter a {
	background-position: -25px 0;
}

ul.social li.fb a:hover {
	background-position: 0 -25px;
}

ul.social li.twitter a:hover {
	background-position: -25px -25px;
}

/*-------------------------------------------------------------------------------------------*/
/* SLIDE NIVO */
/*-------------------------------------------------------------------------------------------*/

.n-slide {
	width: 940px;
	height: 540px;
	position: relative;
	margin: 0 auto 0;
}

#slider {
	width: 940px;
	height: 540px;
	position: relative;
}

a.nivo-control {
	width: 50px;
	height: 7px;
	display: block;
	float: left;
	margin: 0 3px 0 0;
	text-indent: -999em;
	background: #414251;
}

a.nivo-control:hover {
	background: #A1A1A1;
}

a.nivo-control.active {
	height: 11px;
	background: #A1A1A1;
	margin-top: -2px;
}


/*-------------------------------------------------------------------------------------------*/
/* ABOUT */
/*-------------------------------------------------------------------------------------------*/

.three-columns {
	width: 940px;
	height: auto;
	position: relative;
	margin: 35px 0 15px 0;
}

.three-columns .column {
	width: 270px;
	height: auto;
	float: left;
	margin: 25px 0 0 0;
	padding: 15px;
	background: #F9F9F9;
}

.three-columns .column.c-middle {
	margin: 25px 20px 0 20px;	
}

.three-columns .column .title-paragraph {
	font-size: 22px;
	font-weight: normal;
	color: #222;	
}

.three-columns .column .subtitle-paragraph {
	font-size: 13px;	
}



.quad-columns {
	width: 940px;
	height: auto;
	position: relative;
	margin: 35px 0 15px 0;
}

.quad-columns .column {
	width: 190px;
	height: auto;
	float: left;
	margin: 25px 10px 0 0;
	padding: 15px;
	background: #F9F9F9;
}

.quad-columns .column.c-last {
	margin: 25px 0 0 0;	
}

.quad-columns .column .title-paragraph {
	font-size: 22px;
	font-weight: normal;
	color: #222;	
}

.quad-columns .column .subtitle-paragraph {
	font-size: 13px;	
}


/*-------------------------------------------------------------------------------------------*/
/* SERVIZI */
/*-------------------------------------------------------------------------------------------*/

.two-columns {
	width: 940px;
	height: auto;
	position: relative;
	margin: 15px 0 15px 0;
}

.two-columns .column {
	width: 420px;
	height: auto;
	margin: 25px 0 10px 0;
	padding: 0 0 0 0;
}

.two-columns .column .title-paragraph {
	font-size: 22px;	
}

.two-columns .column .subtitle-paragraph {
	font-size: 13px;	
}

.two-columns.t-c-works .column {
	margin: 0px 0 10px 0;
}


/*-------------------------------------------------------------------------------------------*/
/* IMMAGINI */
/*-------------------------------------------------------------------------------------------*/

.align-right {
	float: right;
	margin: 0 0 15px 25px;	
}

.align-left {
	float: left;
	margin: 0 25px 15px 0;	
}

.align-center {
	float: none;
	margin: 10px 0 20px 0;	
}

.frame {
	background: #EEE;	
}

.frame img {
	padding: 4px;
	border: 1px solid #EEE;
}

/*-------------------------------------------------------------------------------------------*/
/* PORTFOLIO */
/*-------------------------------------------------------------------------------------------*/

#work-module {
	margin: 20px 0 35px 0;	
}

.work-block {
	width: 300px;
	height: 300px;
	position: relative;
	float: left;
	margin: 6px 6px 6px 6px;
}

.work-info {
	width: 240px;
	height: 240px;
	position: absolute;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	top: 0;
	left: 0;
	padding: 30px;
	background: url(../images/work_info_opacity.png) no-repeat 0 0;	
}

.work-block a {
	width: 300px;
	height: 300px;
	position: relative;
	display: block;
}

.work-block a > * {
	-webkit-transition: background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out,outline .2s ease;
	-moz-transition: background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out,outline .2s ease;
	-ms-transition: background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out,outline .2s ease;
	-o-transition: background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out,outline .2s ease;
	transition: background-color .2s ease,border .2s ease,color .2s ease,opacity .2s ease-in-out,outline .2s ease;	
}

.work-block a:hover .work-info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.title-work {
	font-family: "Yanone Kaffeesatz", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFF;
	line-height: 130%;
	margin: 0 0 5px 0;
	padding: 3px 0 0 0;
	display: block;
	text-transform: uppercase;
}

.subtitle-work {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #FFF;
	line-height: 120%;
	margin: 0 0 5px 0;
	padding: 3px 0 0 0;
	display: block;
}

.number-work {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 300;
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #FFF;
}

.number-work strong {
	font-weight: bold;	
}

ul.categories-nav {
	width: auto;
	float: right;
	margin: 15px 0 15px 0;
}

ul.categories-nav li {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #777;
	
	position: relative;
	display: block;
	margin: 0 14px 0 0;
	float: left;
}

ul.categories-nav li a {
	color: #999;
	text-decoration: none;
}

ul.categories-nav li a:hover, ul.categories-nav li a.active {
	color: #EE2D21;
}

ul.list-works-style {
	margin: 25px 0 35px 0;	
}

ul.list-works-style li {
	width: 300px;
	height: auto;
	position: relative;
	float: left;
	margin: 0 6px 12px 6px;
	padding: 0 0 8px 0;
	list-style: none;
	line-height: 140%;
	border-bottom: 1px solid #E5E5E5;
}

.bt-text a {
	text-decoration: none;
	margin: 0 3px 0 3px;
	padding: 8px 14px 8px 14px;
	color: #FFF;
	background: #414151;
}

.bt-text a:hover {
	background: #222;
}

/*-------------------------------------------------------------------------------------------*/
/* CONTACTS */
/*-------------------------------------------------------------------------------------------*/

.gmaps {
	padding: 3px;
	margin: 0 0 25px 0;
	border: 1px solid #EEE;	
}

#sidebar.contacts {
	padding-top: 65px;
	padding-bottom: 45px;
	margin: -55px 0 0 0;
	border-left: 1px solid #E5E5E5;
}

#sidebar.contacts p {
	line-height: 150%;
	padding-bottom: 10px;	
}

.title-box {
	font-family: "Yanone Kaffeesatz", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #414151;
	line-height: 120%;
	margin: 10px 0 15px 0;
	display: block;
	padding: 3px 0 0 0;
}

.form-module {
	margin: 20px 0 20px 0;	
}

label {
	font-family: "Yanone Kaffeesatz", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #414151;
	line-height: 120%;
	margin: 10px 0 10px 0;
	display: block;
}

.input-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	border: 1px solid #E5E5E5;
	background: #F9F9F9;
	width: 610px;
	padding: 8px 4px 8px 4px;
	margin: 0 0 10px 0;	
}

.input-textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	border: 1px solid #E5E5E5;
	background: #F9F9F9;
	width: 610px;
	height: 100px;
	padding: 8px 4px 8px 4px;
	margin: 0 0 15px 0;
	resize: none;
}

span.info {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #777;
	display: block;
	margin: -5px 0 10px 0;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .bt-form {
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-size: 100% 200%;
	color: white;
	cursor: pointer;
	font-family: 'Open Sans','Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-weight: 600;
	padding: 9px 25px 8px;
}
.bt-form {
	background: #E4271E;
	background: -webkit-linear-gradient(#E4271E, #961510);
	background: -moz-linear-gradient(#E4271E,#961510);
	background: -ms-linear-gradient(#E4271E,#961510);
	background: -o-linear-gradient(#E4271E,#961510);
	background: -webkit-gradient(#E4271E,#961510);
	background: linear-gradient(#E4271E,#961510);
}

.bt-form:hover {
	background: #961510;
}

.bt-form {
	margin: 15px 0 0 0;	
}

/*-------------------------------------------------------------------------------------------*/
/* FANCYBOX MODULE */
/*-------------------------------------------------------------------------------------------*/

.alert-box-module {
	width: 450px;
	height: auto;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	padding: 10px 20px 20px 20px;	
}

.alert-box-module-left, .alert-box-module-right {
	width: 350px;
	height: auto;
	position: relative;
	margin-top: 20px;
}

.alert-box-module-left {
	float: left;	
}

.alert-box-module-right {
	float: right;
	padding-left: 25px;
	border-left: 1px dotted #DDD;	
}

.alert-box-module .title-alert {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #222;
	line-height: 140%;
	margin: 0 0 15px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #EEE;
}

.alert-box-module p {
	font-size: 14px;
	font-weight: 300;
	line-height: 150%;
	padding: 0 0 8px 0;
	color: #666;	
}

.alert-box-module .bt-alert {
	width: auto;
	height: 30px;
	position: relative;
	float: right;
	margin: 15px 0 0 15px;
	padding: 6px 20px 6px 20px;
	border: none;
	border-radius: 4px;
	background: #1968B0;
	
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;	
}

.alert-box-module .bt-alert {
	outline: none;
}

.alert-box-module .bt-alert:hover {
	cursor: pointer;
	background: #0F426F;	
}

.alert-box-module label {
	display: block;
	font-weight: 300;
	color: #333;
	margin: 0 0 10px 0;	
}

.alert-box-module .input-text {
	display: block;
	width: 300px;
	margin: 0 0 10px 0;	
}

/*-------------------------------------------------------------------------------------------*/
/* DEBUG */
/*-------------------------------------------------------------------------------------------*/

#debug {
	width: 960px;
	height: auto;
	position: relative;
	margin: 10px auto 10px;	
}

#debug code {
	width: 960px;
	position: relative;
	display: block;
	margin: 4px auto 4px;
	font-size: 12px;
	line-height: 160%;
	font-family: "Monaco", "Courier New", Courier, monospace;
	color: #333;
}

/*-------------------------------------------------------------------------------------------*/
/* INDEX WORKS */
/*-------------------------------------------------------------------------------------------*/

ul#works-index {
	padding: 0 0 0 0;
}

ul#works-index li {
	width: 300px;
	height: 300px;
	position: relative;
	float: left;
	margin: 0 12px 0 0;
}

.carousel-control {
	width: 106px;
	height: 7px;
	position: relative;
	float: left;
	margin: 20px auto 0;
	padding: 0 5px 0 5px;
}

#carousel-ref-prev.active, #carousel-ref-next.active {
	background: #A1A1A1;
	margin-top: -2px;
	padding: 2px 0 2px 0;
}
#carousel-ref-prev, #carousel-ref-next {
	width: 50px;
	height: 7px;
	position: relative;
	display: block;
	float: left;
	margin-right: 3px;
	text-indent: -999em;
	background: #414251;
}

#carousel-ref-prev, #carousel-ref-next {
	width: 50px;
	height: 7px;
	position: relative;
	display: block;
	float: left;
	margin-right: 3px;
	text-indent: -999em;
	background: #414251;
}

div.jcarousel-container {
	width:936px;
	height:300px;
	overflow:hidden;
	margin: 0 0 0 6px;
}

/* isotope */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}