html, body, 
.main { 
	height: 100%;
}

/* background-attachment does the trick */
.main .section {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height:100%;
	z-index:5;
/*	background-attachment:fixed;*/
}

#fbsection1 {
/*	background-image: url(../images/bg_01.jpg);*/
}

#fbsection2 {
/*	background-image: url(../images/bg_03.jpg);*/
}

#fbsection3 {
	background: rgb(11,74,137); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(11,74,137,1) 0%, rgba(13,127,165,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(11,74,137,1)), color-stop(100%,rgba(13,127,165,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(11,74,137,1) 0%,rgba(13,127,165,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(11,74,137,1) 0%,rgba(13,127,165,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(11,74,137,1) 0%,rgba(13,127,165,1) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(11,74,137,1) 0%,rgba(13,127,165,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4a89', endColorstr='#0d7fa5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#fbsection4 {
	background: rgb(12,135,73); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(12,135,73,1) 0%, rgba(13,163,88,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(12,135,73,1)), color-stop(100%,rgba(13,163,88,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(12,135,73,1) 0%,rgba(13,163,88,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(12,135,73,1) 0%,rgba(13,163,88,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(12,135,73,1) 0%,rgba(13,163,88,1) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(12,135,73,1) 0%,rgba(13,163,88,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c8749', endColorstr='#0da358',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

#fbsection5 {
	background: rgb(127,11,38); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(127,11,38,1) 0%, rgba(155,12,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(127,11,38,1)), color-stop(100%,rgba(155,12,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(127,11,38,1) 0%,rgba(155,12,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(127,11,38,1) 0%,rgba(155,12,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(127,11,38,1) 0%,rgba(155,12,45,1) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(127,11,38,1) 0%,rgba(155,12,45,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f0b26', endColorstr='#9b0c2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#fbsection6 {
/*	background-image: url(../images/bg_02.jpg);*/
}

/* Animating Elements */

#title_02 {
		-webkit-transition: all 0.75s ease-in-out;
		-moz-transition: all 0.75s ease-in-out;
		-o-transition: all 0.75s ease-in-out;
		transition: all 0.75s ease-in-out;
		
						
		-webkit-transform: translate3d(-200%, 0, 0);
		-moz-transform: translate3d(-200%, 0, 0);
		-ms-transform:translate3d(-200%, 0, 0);
		transform: translate3d(-200%, 0, 0);	
}

#title_02.active {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform:translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);	
}

#title_02.down {				
		-webkit-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-ms-transform:translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
}

.portfolio { background:#f1f1f1; padding: 10px; margin: 0; width:808px; height:166px; margin:0 auto; position:relative; }
.portfolio img { margin: 0; padding: 0; }

#fbsection3 .portfolio { border-bottom: 4px solid #204B7A; height:194px; }
#fbsection4 .portfolio { border-bottom: 4px solid #0c693f; }
#fbsection5 .portfolio { border-bottom: 4px solid #5A1917; }

.portfolio_block { width:808px; margin:0 auto 50px auto; }


/* Smaller screen ----------- */
@media only screen
and (max-width : 807px) {
	.portfolio { background:#f1f1f1; padding: 10px; margin: 0; width:480px; height:146px; margin:0 auto; }
	.portfolio img { margin: 0; padding: 0; width: 31%; height: auto; }
	
	#fbsection4 .portfolio { border-bottom: 4px solid #0c693f; height: 100px; }
	#fbsection5 .portfolio { border-bottom: 4px solid #5A1917; height: 100px; }
	
	.portfolio_block { width:480px; margin:0 auto 10px auto; }
	
	img.img_1 { width: 224px; height:125px; }
	img.img_2 { width: 224px; height:125px; }
	img.img_3 { display: none !important; }
	img.img_4 { width: 460px; height: 100px; margin-top: 13px; }

	.souncloud { height: 123px; }
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 480px) {
	.portfolio { background:#f1f1f1; padding: 10px; margin: 0; width:290px; height:91px; margin:0 auto; }
	.portfolio img { margin: 0; padding: 0; }
	
	#fbsection4 .portfolio { border-bottom: 4px solid #0c693f; }
	#fbsection5 .portfolio { border-bottom: 4px solid #5A1917; }
	
	.portfolio_block { width:290px; margin:0 auto 10px auto; }

	#fbsection3 .portfolio { width:150px; height: 110px; }
	#fbsection3 .portfolio.image-popup { height:91px; width:290px; }
	
	img.img_1 { width: 128px; height: 71px; }
	img.img_2 { width: 128px; height: 71px; }
	img.img_3 { display: none !important; }
	img.img_4 { width: 270px; height: 55px; margin-top: 7px; }
	
	.souncloud { height: 71px; }

}


a.video-popup { color: #fff; }

form { font-family: 'Montserrat', sans-serif; }

.field { 
	background: rgb(39,157,196); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%, rgba(28,150,206,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(39,157,196,0.9)), color-stop(100%,rgba(28,150,206,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#279dc4', endColorstr='#1c96ce',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-size:40px; color:#fefefe; display: block; width:100%; height:55px; border: 1px solid #2D9ACF; border-bottom:5px solid #2D9ACF; padding-left: 7px; padding-top: 7px; margin: 10px 0; }

.textbox { 
	background: rgb(39,157,196); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%, rgba(28,150,206,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(39,157,196,0.9)), color-stop(100%,rgba(28,150,206,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#279dc4', endColorstr='#1c96ce',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-size:38px; color:#fefefe; display: block; width:100%; height:300px; border: 1px solid #2D9ACF; border-bottom:5px solid #2D9ACF; padding-left: 7px; padding-top: 7px; margin: 10px 0; }
		
			
#submit { 
	background: rgb(12,135,73); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(12,135,73,1) 0%, rgba(13,163,88,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(12,135,73,1)), color-stop(100%,rgba(13,163,88,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(12,135,73,1) 0%,rgba(13,163,88,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(12,135,73,1) 0%,rgba(13,163,88,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(12,135,73,1) 0%,rgba(13,163,88,1) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(12,135,73,1) 0%,rgba(13,163,88,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c8749', endColorstr='#0da358',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	font-size:38px; color:#fff; text-shadow: 1px 1px #2b5b79; display: block; width:100%; height:55px;
			border: 1px solid #73BF8A; border-bottom:5px solid #73BF8A; margin-top:-1px; font-weight:700; text-transform:uppercase; }
			 
#submit:hover { color:#eee; text-shadow: 1px 1px #2b5b79; }
#submit:active { margin-top: 2px; text-shadow: 1px 2px #2b5b79; border-bottom:4px solid #030; }
textarea:focus, input:focus{ outline: 0; }


/* jCarousel */

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 256px;
    float: left;
	margin-right: 5px;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #333;
	opacity:0.8;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 20px/23px Arial, sans-serif;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.jcarousel-control-prev {
    left: 20px;
}

.jcarousel-control-next {
    right: 20px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 6px;
    height: 8px;
    width: 8px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
	
	opacity:0.9;

    margin-right: 8px;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
}

@media only screen
and (max-width : 807px) {
.jcarousel-pagination {
    position: absolute;
    bottom: 1px;
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 480px) {
	.jcarousel-pagination { display: none; }
	.jcarousel li { margin-left: 7px; margin-right: 0; }
}
