

/* 1. General Structures */

	body {
		background-color: #F0F0F0;
		color: #666666;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 1.4rem;
		font-weight: 300;
		line-height: 1.625;
		margin:0;
		padding:0;
	}

	html {
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	html,
	body {
		height: 100%;
	}
	
	div.body {
		height: 100%;
		width: 100%;
	}

	::-moz-selection {
		color: #fff;
		text-shadow:none;
		background:#2D3C48;
	}
	
	::selection {
		color: #fff;
		text-shadow:none;
		background:#2D3C48;
	}
	
	img {
		height: auto;
		max-width: 100%;
	}
	
	.hidden { display: none; }
	
	.alignleft { float: left; }
	
	.alignright { float: right; }
	
	.aligncenter {
		margin-left: auto;
		margin-right: auto;
		display: block;
		clear: both;
	}
	
	.clear {
		clear: both;
		display: block;
		font-size: 0;
		height: 0;
		line-height: 0;
		width:100%;
	}

	/* Common style for pseudo-elements */
	section::before,
	section::after {
		position: absolute;
		content: '';
		pointer-events: none;
	}

/* 2. Site Structures */

.colon1bg{	
	background-color: rgba(45, 60, 72, 0.9);
	top: 0px;
	z-index: -1;
	width:100%;
	height: 380px;
}


	.colon1{
		top: 0px;
		z-index: 1;
		width:100%;
		display:block;
		overflow:hidden;
		padding: 0 !important;
		position:relative;
		  background: url(images/sfondo.png) no-repeat center center fixed;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
	}
	
	.colon,
	.colon1,
	.colon2,
	.colon3,
	.colon4,
	.colon5 {
		position:relative;
		display:block;
		padding:60px 0 100px;
	}

	.colon5 {
		background:#f0f0f0;
	}
	.colon {
		background:#ffffff;
	}
	
	.colon5,
	.colon2,
	.colon3,
	.colon4 {
		color:#ffffff;
	}
	
	
	/* Menu */

	.navbar-nav > li > a {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	#nav.affix {
		position: fixed;
		top: 0;
		width: 100%;
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
   		 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
   		 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		z-index:99;
	}
	
	ul.nav{
		margin-top:10px;
	}
	
	#nav > .navbar-inner {
		border-left: 0;
		border-right: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
	}
	
	.navbar-brand {
		line-height: 16px;
		padding: 16px;
	}
	
	.navbar{
		background: rgba(45, 60, 72, 0.9);
		border:none;
		border-top:1px double #54636F;
		border-radius:0;
		z-index:999;
		margin-bottom:0;
	}
	
	.navbar-nav > li > a{
		color:#fff;
		font-size: 14px;
		font-weight:600;
		padding:15px 10px;
	}
	
	.nav > li > a:focus{
		background:none;
	}
	
	.nav > li > a:hover {
		text-decoration: none;
		background:none;
		color: #FFCC00;
	}
	
	.nav > li.current a{
		text-decoration: none;	
		color: #FFCC00;
	}
	
	.navbar-toggle{
		background:#FFCC00;
		border-radius:0;
	}
	
	.navbar-toggle .icon-bar{
		background:#ffffff;
	}
	
	#navigation-container {
		display: block;
		width: 100%;
		z-index:999999;
	}

	.corner::before {
		left: 0;
		background-image: linear-gradient(45deg, #EB6126 50%, #56D0DE 50%);
	}
	
	.corner1::before {
		right: 0;
		background-image: linear-gradient(135deg, #FF753A 50%, #A0CE4E 50%);
	}
	
	.corner2::before {
		right: 0;
		background-image: linear-gradient(135deg, #FFDF13 50%, #40BAC8 50%);
	}
	
	.corner3::before {
		left: 0;
		background-image: linear-gradient(45deg, #2D3C48 50%, #f5f5f5 50%);
	}
	
	.corner4::before {
		left: 0;
		background-image: linear-gradient(45deg, #FFCC00 50%, #F5F5F5 50%);
	}
	
	.corner5::before {
		left: 0;
		background-image: linear-gradient(45deg, #2D3C48 50%, #B0DE5E 50%);
	}
	
	/* Folded corner */
	.corner1::before,
	.corner1::after,
	.corner2::before,
	.corner2::after,
	.corner3::before,
	.corner3::after,
	.corner4::before,
	.corner4::after,
	.corner5::before,
	.corner5::after,
	.corner::before,
	.corner::after {
		bottom: 0;
		width: 74px;
		height: 74px;
	}
	
	.corner5::after,
	.corner4::after,
	.corner::after,
	.corner3::after {
		left: 74px;
	}
	
	.corner1::after,
	.corner2::after {
		right: 74px;
	}
	
	.corner5::before,
	.corner3::before,
	.corner4::before,
	.corner2::before,
	.corner1::before,
	.corner::before {
		-webkit-box-shadow:0 10px 5px rgba(0, 0, 0, 0.3);
			-moz-box-shadow:0 10px 5px rgba(0, 0, 0, 0.3);
			box-shadow:0 10px 5px rgba(0, 0, 0, 0.3);
	}
	
	.footer-wrapper {
		min-height:400px;
		color: #959BA2;
		overflow: hidden;
		padding: 55px 0;
		position: relative;
		z-index: 2;
	}
	
	.footer-wrapper .widget {margin-bottom:20px;}
	
	.copyrights:before {
		border-top: 1px solid #42505B;
		content: "";
		display: block;
		margin: 40px 0 0;
		padding-top: 2.5rem;
		position: relative;
	}
	
	.footer-wrapper .widget {
		padding:15px;
	}
	
	.footer-wrapper a {
		color:#fff;
	}
	
	.footer-widget-title {
		color: #FFFFFF;
		margin-bottom: 20px;
	}
	
	.block_title {
		padding-top: 38px;
		font-family: 'Raleway', sans-serif;
		font-size: 28px;
		line-height: 58px;
		padding-bottom: 30px;
		margin: auto;
	}
	
	.cgrey {background-color:#F0F0F0 !important}
	.corange {background-color:#EB6126 !important}
	.cyellow {background-color:#FFCC00 !important;}
	.cgreen {background-color:#A0CE4E !important}
	.ctael {background-color:#40BAC8 !important}
	.cblue {background-color:#67B7E1 !important}
	.cred {background-color:#E10707 !important}
	.cnavy {background-color:#2D3C48 !important}
	.cbrown {background-color:#AB8B65 !important}
	.cpink {background-color:#E67FB9 !important}
	
	.service-box header {
		display:block;
		overflow:hidden;
		position:relative;
	}
	
	.footer-widget-title,
	.service-box header h3 {
		font-weight:600;
		font-size:21px;
		margin:20px 0 15px;
		white-space: nowrap;
		letter-spacing: -0.8px;
	}
		
	.service-box i {
		color: #ffffff;
		float: left;
		font-size: 38px;
		background:#09F;
		height: 80px;
		bottom:15px;
		line-height: 80px;
		margin-top: 20px;
		margin-right:20px;
		text-align: center;
		width: 80px;
		-webkit-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
		position:relative;
		top:0;
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	}
	
	.service-box i:hover {
		top:-10px;
		background:#2D3C48 !important;
		box-shadow:none;
	}
	
	.service-box i.active{
		background:#2D3C48 !important;
	}
		
	.service-box p {
		display: block;
		overflow: hidden;
		color:#999999;
		position: relative;
	}
	
	.service-box {
		margin-bottom:45px;
	}
		
	.landing .container > .row {
	  margin: 30px 0;
	}

	.dm-pricing-table {
		list-style: none;
		margin: 40px 0;
		padding: 0;
		color:#999999;
		font-size: 16px;
		-webkit-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
		top:0;
	}
	
	.dm-pricing-table:hover {
		top:-30px
	}
	
	.dm-pricing-table div {
		list-style: none;
	}
	
	.dm-pricing-table > div {
		list-style: none;
		text-shadow: none;
		margin-bottom: 0;
		border: 1px solid #40BAC8;
	}
	.dm-pricing-table:hover .dm-pricing-button,
	.dm-pricing-table:hover .dm-pricing-header {
	}
	
	.dm-pricing-table .dm-pricing-header {
		text-align: center;
		background:#2D3C48;
		padding: 20px 0;
		border-bottom: 1px solid #40BAC8;
	}
	
	.dm-pricing-table .dm-pricing-header h5 {
		font-size: 1.3em;
		margin: 0;
		font-weight: normal;
		line-height: 1;
	}
	
	.dm-pricing-table .dm-pricing-cost {
		font-size: 3em;
		line-height: 1.7;
		color:#fff;
		font-weight:600;
	}
		.dm-pricing-table2 .dm-pricing-cost2 {
		font-size: 2em;
		line-height: 1.7;
		color:#fff;
		font-weight:600;
	}
	
	.dm-pricing-table .featured .dm-pricing-header {
		background: #fd5c41;
		margin: -1px;
		border-bottom: 1px solid #e72302;
	}
	
	.dm-pricing-table .featured .dm-pricing-header h5 {
		color: #fff;
		border-bottom: 1px solid #e72302;
	}
	
	.dm-pricing-table .featured .dm-pricing-cost {
		border-top: 1px solid #fe8773;
	}
	
	.dm-pricing-table .dm-pricing-per {
		font-size: 0.786em;
	}
	
	.dm-pricing-table .dm-pricing-content {
		background: #fff;
		font-size: 0.857em;
		text-align: center;
	}
	
	.dm-pricing-content p {
		margin: 0;
	}
	
	.dm-pricing-table .dm-pricing-content ul {
		margin: 0 !important;
		padding: 0;
		list-style: none !important;
	}
	
	.dm-pricing-table .dm-pricing-content ul li {
		margin: 0 !important;
		padding: 10px 20px !important;
		border-bottom: 1px solid #eee;
		list-style: none !important;
	}
	
	.dm-pricing-table .dm-pricing-content ul li:nth-child(2n+2) {
		background: #F0F0F0;
	}
	
	.dm-pricing-table .dm-pricing-button {
		text-align: center;
		padding: 20px;
		background:#ffffff;
	}
	
	.dm-pricing-table .dm-pricing-button .dm-button {
		float: none;
		margin: 0 auto;
	}

	.drop-shadow
	{
		position: relative;
		padding: 1em;
			box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset

	}
	.drop-shadow:before, .drop-shadow:after
	{
		content: "";
		position: absolute;
		z-index: -2;
	}
	

	.item {
		margin:30px 0;
		display:block;
		position:relative;
		text-align:center;
	}
		
	.item img {
		width:100%;
		height:auto;
	}

	.item-title h3 {
		font-weight:600;
		font-size:18px;
		white-space: nowrap;
		letter-spacing: -0.8px;
	}
	
	.img-inner-shadow:hover .layer {
		box-shadow:inset 0px 0px 120px rgba(0, 0, 0, 0.9);
		-moz-box-shadow:inset 0px 0px 120px rgba(0, 0, 0, 0.9);
		-webkit-box-shadow:inset 0px 0px 120px rgba(0, 0, 0, 0.9)
	}
	
	.img-inner-shadow .layer {
		transition:all 0.6s ease-in-out;
		-webkit-transition:all 0.6s ease-in-out;
		-moz-transition:all 0.6s ease-in-out;
		-ms-transition:all 0.6s ease-in-out;
		-o-transition:all 0.6s ease-in-out;
	}
	
	.img-inner-shadow:hover .layer {
		transition:all 0.6s ease-in-out;
		-webkit-transition:all 0.6s ease-in-out;
		-moz-transition:all 0.6s ease-in-out;
		-ms-transition:all 0.6s ease-in-out;
		-o-transition:all 0.6s ease-in-out;
	}
	
	.img-inner-shadow .layer,
	.img-button-hover .layer {
		position:absolute;
		top:14px;
		right:14px;
		bottom:14px;
		left:14px;
		text-align:center;
	}
	
	.img-button-hover:hover a {
		opacity:1;
	}
	
	.img-button-hover a {
		display:inline-block;
		width:40px;
		line-height:40px;
		height:1;
		margin-top:31%;
		margin-left:2px;
		margin-right:2px;
		background:#FFCC00;
		color:#fff;
		font-weight:bold;
		opacity:0;
			box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);
			-moz-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);
			-webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);
	}
	
	.img-button-hover a:hover {
		background:#2D3C48; 
		text-decoration:none;
	}
	
	.img-button-hover a {
		transition:all .4s ease-in-out;
		-webkit-transition:all .4s ease-in-out;
		-moz-transition:all .4s ease-in-out;
		-ms-transition:all .4s ease-in-out;
		-o-transition:all .4s ease-in-out;
	}
	
	.img-button-hover:hover a {
		transition:all .2s ease-in-out;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		-ms-transition:all .2s ease-in-out;
		-o-transition:all .2s ease-in-out;
	}
	* { margin:0; padding:0; }
	#supersized {  display:block; position:fixed; left:0; right:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
	#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
	#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
	#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
	#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
	#supersized a { width:100%; height:100%; display:block; }
	#supersized li.prevslide { z-index:-20; }
	#supersized li.activeslide { z-index:-10; }
	#supersized li.image-loading { background:#111 url(images/progress.gif) no-repeat center center; width:100%; height:100%; }
	#supersized li.image-loading img{ visibility:hidden; }
	#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
	blockquote {
		border-left: 5px solid #F96F34;
	}

	blockquote small,
	#newsletter .form-control,
	blockquote small,
	#newsletter .form-control::-moz-placeholder,
	.colon5 .form-control::-moz-placeholder {color:#ffffff !important; color:rgba(255,255,255,1) !important}
	.colon5 .form-control {
		background-color: #8FBD3D;
		border: 1px solid #75A323;
		box-shadow: 0 2px 0 #7CAA2A;
		color: #FFFFFF !important;
		font-size: 15px;
		height: 48px;
		margin-bottom: 24px;
	}
	.colon5 textarea {
		height: 148px !important;
	}

	.colon .btn-primary {
		background-color: #40BAC8 !important;
		border: 1px solid #209AA8 !important;
		box-shadow: 0 2px 0 #1892A0 !important;
	}

	.home-intro {
		padding:30px; 
		color:#ffffff;
	}
	
	.headline span {
		color:#FFCC00;
	}
	
	.headline {
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 1.6;
		margin: 30px 0 0;
		color:#fff;
		font-weight:600;
		font-size:51px;
		padding: 0;
		text-shadow: 1px 1px 0 #2D3C48;
		text-transform: uppercase;
		color: #fff;
		text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
	}
	
	.tagline {
		color: #fff !important;
		font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
		font-size: 31px;
		font-weight: 100;
		height:40px !important;
		line-height: 1.2;
		margin: 10px 0 20px;
		padding: 0 0 4px;
	} 
	
	.buttons {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	
/* 3. Modules */

	#dm-testimonials { position: relative; padding: 40px 0; }
	#dm-testimonials .container { display: block;  position: relative; overflow: hidden; }
	#dm-testimonials .testimonial { border: 0; display: none;  margin: 0 auto; position: relative; z-index: 5; opacity: 0; padding: 0 0; -moz-opacity: 0; filter: alpha(opacity=0); -webkit-transition: opacity .15s linear; -moz-transition: opacity .15s linear; -ms-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; }
	#dm-testimonials .testimonial.active { display: block; opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
	#dm-testimonials .testimonial p { color: #ffffff; font-size: 18px; font-style: italic; line-height: 30px; }
	#dm-testimonials .testimonial span { line-height: 1; color: #676765; }
	#dm-testimonials .testimonial a:link,
	#dm-testimonials .testimonial a:visited { border-bottom: 1px dotted #dddddd; color: #999999; }
	#dm-testimonials .testimonial a:hover { color: #676765; }
	#dm-testimonials .testimonial-nav-wrapper { margin:0 0 45px; position: relative;overflow: hidden; }
	#dm-testimonials .testimonial-nav { margin: 0; position: relative; padding:0; overflow: hidden; }
	#dm-testimonials .testimonial-nav li { float: left; display: inline-block; }
	#dm-testimonials .testimonial-nav a { display: block; background: none; padding: 0; opacity: 0.5; -moz-opacity: 0.5; filter: alpha(opacity=50); border: 0; width: 105px; height: 105px; position: relative; }
	#dm-testimonials .testimonial-nav a img { display: block; }
	#dm-testimonials .testimonial-nav li a:hover span,
	#dm-testimonials .testimonial-nav li a.active span { opacity: 0.4; -moz-opacity: 0.4; filter: alpha(opacity=40); }
	#dm-testimonials .testimonial-nav li a:hover,
	#dm-testimonials .testimonial-nav li a.active { opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
			
	#text-fx > h3 {
		position: relative;
	}
	
	#newsletter .btn {margin-top:20px; margin-right:10px}
	#newsletter .form-control {
		box-shadow: 0 2px 0 #3E4D59;
		margin-top: 20px !important;
		width: 80%;
		background-color: #394854;
		background-image: none;
		border: 1px solid #1E2D39;
	}
	
	.social li {list-style:none; padding-left:15px; margin-bottom:10px}
	.social li a .fa {padding-right:3px}
	.social li a {color:#959BA2; font-weight:400}
	.social li a:hover {text-decoration:none; color:#fff;}

	.dmtop {
		background-image: url(images/arrow.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-color:#FFCC00;
		z-index: 9999;
		width: 40px;
		height: 40px;
		border-radius:0;
		text-indent: -99999px;
		position: fixed;
		bottom: -100px;
		right: 25px;
		cursor: pointer;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		-ms-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		overflow: auto;
	}
	
    .spinner {
      margin: 100px auto;
      width: 40px;
      height: 40px;
      position: relative;
      text-align: center;
      -webkit-animation: rotate 2.0s infinite linear;
      animation: rotate 2.0s infinite linear;
    }

    .dot1, .dot2 {
      width: 60%;
      height: 60%;
      display: inline-block;
      position: absolute;
      top: 0;
      background-color: #fff;
      border-radius: 100%;
      -webkit-animation: bounce 2.0s infinite ease-in-out;
      animation: bounce 2.0s infinite ease-in-out;
    }

    .dot2 {
      top: auto;
      bottom: 0px;
      -webkit-animation-delay: -1.0s;
      animation-delay: -1.0s;
    }

    @-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg) }}
    @keyframes rotate { 
      100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
      }
    }

    @-webkit-keyframes bounce {
      0%, 100% { -webkit-transform: scale(0.0) }
      50% { -webkit-transform: scale(1.0) }
    }

    @keyframes bounce {
      0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
      } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
    }
	
	#preloader {
		position: fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background-color:#FFCC00; /* change if the mask should have another color then white */
		z-index:999999; /* makes sure it stays on top */
	}
	
	#status {
		width:200px;
		height:200px;
		position:absolute;
		left:50%; /* centers the loading animation horizontally one the screen */
		top:50%; /* centers the loading animation vertically one the screen */
		background-repeat:no-repeat;
		background-position:center;
		margin:-100px 0 0 -100px; /* is width and height divided by two */
	}
