<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Misc
******************************************************************/

.margin90 {
    margin-bottom:90px;
}

body {
    overflow-x:hidden;
    overflow-y:scroll;
}

.content {
    background-color:white; 
    padding-top:90px; 
    position:relative; 
    z-index:90
}

.content img {
    margin-bottom:20px;
}
.centered {
    text-align:center;
}
.centered h2 {
    margin-bottom: 80px;
}

.header{
    position:relative;    
}

.confirm-profile {
    width: 300px !important;
}

.customFeedbackBox {
    width:300px;
    height: 200px
}

.rr-custID-status {
	max-width:400px ;
}

.rr-custID-links {
	max-width:570px ;
}

.rr-custID-links {
	max-width:700px ;
}

/* NAV
******************************************************************/

.nav-container {
    background-color:#1b1b1b; 
    height:70px; 
    position: relative; 
    z-index: 200;
}

nav {
	z-index: 200;
	width: 100%;
	background-color:#1b1b1b;
	position: relative;
    float:left;
    height:70px;    	
}

nav ul {
    margin-right:15px;
    float:right
}

#logo_small {
    float:left;
    margin-left:30px;
    margin-top: 18px;
}

nav li {
    text-transform:uppercase;
	display: inline;
	list-style: none;    
}

nav li a {margin-top:20px;
	text-decoration: none;
	font-size: 16px;
	color: #a4a4a4;
	font-weight: 400;
	display: inline-block;
	margin-right:20px;
    text-align: center;	
}

nav li a:hover,
nav li a.selected {
	color: #fff;
	text-decoration: none;
}
.sticky {
	position: fixed;
	top: 0px;
	z-index: 200;
}


/* Home
******************************************************************/


#home { background: url(../img/.jpg) no-repeat center center;
    background-color: #ffffff;
    width:100%;
    position:inherit;
    display:block;
    text-align: left;
    z-index:10;
    left: 100px;
}

#home_bg { background: url(../img/background.jpg) no-repeat center center;
    background-color: #ffffff;
    width:100%;
    height:100%;
    position:absolute;
    z-index:2;
    top:0px;
    left:0px;
}

#home img{
    position:relative;
    z-index:100;
}

#home h1{

    font-size: 160px;
    font-weight: 900;
    letter-spacing: -8px;
    line-height: 10px;
    color:white;
    text-transform:uppercase;
    margin-top:10px;
	margin-right:200px;
    z-index: 3;
    position:relative;
}

#newtitle{

    font-size: 140px;
    font-weight: 900;
    letter-spacing: -8px;
    line-height: 200px;
    color:black;
    padding-top: 300px;
    margin-left:290px;
    z-index: 3;
    text-align:center;
}

#announcement{

    font-size: 45px;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 200px;
    color:black;
    padding-top: 300px;
    margin-left:100px;
    z-index: 3;
    text-align:center;
}

#announcement_test{

    font-size: 45px;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 200px;
    color:black;
    padding-top: 300px;
    margin-left:100px;
    z-index: 3;
    text-align:center;
}

#announcement_details{

    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
    color:black;
    padding-top: 300px;
    margin-left:200px;
    z-index: 3;
    text-align:center;
}

#h9{

    font-size: 100px;
    font-weight: 200;
    letter-spacing: -5px;
    line-height: 90px;
    color: #ffffff;
    text-transform:uppercase;
    margin-bottom: 10px;
    z-index: 3;
    position:relative;
}

#h9{

    font-size: 100px;
    font-weight: 200;
    letter-spacing: -5px;
    line-height: 90px;
    color: #ffffff;
    text-transform:uppercase;
    margin-bottom: 10px;
    z-index: 3;
    position:relative;
}


#arrow {
    width:79px;
    height:78px;
	background: url(../img/next_arrow.png) no-repeat center -79px;
    position:absolute;
    bottom:10px;
    z-index:200;
}



#arrow a {
    position:absolute;
    left:0px;    
    z-index:200;	
    width:79px;
    height:78px;
    background: url(../img/next_arrow.png) no-repeat center top;
	background: rgba(255,255,255, 0);
    -webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

#arrow a:hover {
	background: url(../img/next_arrow.png) no-repeat center -79px;
	background: rgba(255,255,255, 0.8);
}


#head {
    
   
    height:100%;
    width:900px;
    max-width:900px;
    position:absolute;
    display:block;
    z-index: 100;
    bottom:0px;
    -moz-background-size:contain; 
    -webkit-background-size:contain; 
    background-size:contain;
    margin-left:25px;}
    
}      

img#logo {
    position:absolute;
    z-index:200
}


/* Paralaxed elements
******************************************************************/






#parallax_3 {
    background: url(../img/services_bg2.png) no-repeat center  top;
    display:block;
    width:100%;
    height:600px;
    position:absolute;
    z-index: 2;
}

/*  #parallax_4 {
    background: url(../img/services_bg3.png) no-repeat center top;      
    display:block;
    width:100%;
    height:600px;
    position:absolute;
    z-index: 10; 
}
       */







/* Parallax mobile 
******************************************************************/


#parallax_mobile {
    background: url(../img/about_bg2.png) no-repeat center top  ;    
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 10;
}

#parallax_2_mobile {
    background: url(../img/about_bg3.png) no-repeat center top  ;    
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 1;
}

#parallax_3_mobile {
    background: url(../img/services_bg2.png) no-repeat center bottom  ;    
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 1;
}

#parallax_4_mobile {
    background: url(../img/services_bg3.png) no-repeat center bottom  ;
    
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 10;
}

#parallax_5_mobile {
    background: url(../img/works_bg2.png) no-repeat center bottom  ;
    
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 1;
}

#parallax_6_mobile {
    background: url(../img/works_bg3.png) no-repeat center bottom  ;
    margin-top:100px;
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 10;
}



/* About
******************************************************************/

#about_header {
    background: url(../img/background2.jpg) no-repeat center center  ;
    background-color:#075977; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;  
}

#about_header_mobile {
    background: url(../img/about_bg.jpg) no-repeat center center  ;
    background-color:#e24e4e; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;  
}


#about_header h1 {
    font-size: 80px;
    font-weight: 200;
    letter-spacing: -5px;
    line-height: 115px;
    color: #ffffff;
    text-transform:uppercase;
    margin-top:200px;
    z-index: 3;
    position:relative;
}


/* Services
******************************************************************/

#services_header {
    background: url(../img/services_bg.jpg) no-repeat center center  ;
    background-color:#D9CEAD; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;  
     
}
#services_header_mobile {
    background: url(../img/services_bg.jpg) no-repeat center center  ;
    background-color:#e24e4e; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;    
}


#services_header h1 {
    font-size: 80px;
    font-weight: 200;
    letter-spacing: -5px;
    line-height: 115px;
    color: #ffffff;
    text-transform:uppercase;
    margin-top:200px;
    z-index: 3;
    position:relative;
}

.services_item {margin-bottom:40px;}


#process h3 {
    text-transform:uppercase;
    margin-bottom:20px;
    font-size: 18px;
    line-height: 16px;
}

#h10{

    font-size: 20px;
    color:black;
    margin-top:10px;
    line-height: 10px;
    text-align:center;
}


/* Works
******************************************************************/

#works_header {
    background: url(../img/background3.jpg) no-repeat center center  ;
    background-color:#961E3C; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;
}
#works_header_mobile {
    background: url(../img/background3.jpg) no-repeat center center  ;
    background-color:#e24e4e; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;
}

#works_header h1 {
    font-size: 130px;
    font-weight: 500px;
    letter-spacing: -4px;
    line-height: 2px;
    color: black;
    text-transform:uppercase;
    margin-top:300px;
    z-index: 3;
    position:relative;

}
.client h5 {
    text-transform:uppercase; 
    margin-top:2px; 
    margin-bottom:20px;
}

/* Gallery
******************************************************************/


#gallery {
    background: url(../img/background3.jpg) repeat-y center center;
    background-color:#f6f5f8;
    width:100%;
    position:relative;
    display:block;
    text-align: center;    
}

#gallery_bg {
    background: url(../img/background3.jpg) repeat-y center center;
    background-color:#f6f5f8;
    width:100%;
    height:100%;
    position:absolute;
    z-index:2;
    top:0px;
    left:0px;    
}

#gallery h1 {
    font-size: 120px;
    font-weight: 900;
    letter-spacing: -8px;
    line-height: 115px;
    color:black;
    text-transform:uppercase;
    margin-top:140px;
    margin-bottom:70px;
    z-index: 3;
    position:relative;
}

#gallery h2 {
    margin-top:100px;
}

#gallery h3 {
    font-size:20px;
    margin-top:20px;
    margin-bottom:40px;
}

#gallery_items {
    position:relative;
    z-index:10
}

#gallery img {
    border-width: 28px;

    border-image:url("../img/frame.png") 28 repeat;
    -o-border-image:url("../img/frame.png") 28 repeat;
    -moz-border-image:url("../img/frame.png") 28 repeat;
    -webkit-border-image:url("../img/frame.png") 28 repeat;

    box-shadow:  0px 15px 7px 0px rgba(0, 0, 0, .3);
    -webkit-box-shadow:  0px 15px 7px 0px rgba(0, 0, 0, .3);
}


/* IMG hover effect
******************************************************************/


figure {max-width:360px; margin:0px auto ;padding:0px; text-align:center;}

figure img {
	max-width: 100%;
	position: relative;
	z-index: 900;
}

figure a {

	position: relative;
	display: block;
	line-height: 0px;
	text-decoration: none;
}


figure a:hover {
	text-decoration: none;
    
}

figure a:hover img {
	opacity: 0.4; 
	filter: alpha(opacity=40); /* IE6-IE8 */
        -webkit-transition: opacity .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out;
		-o-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;	
		transition: opacity .3s ease-in-out;
    
}

figure a:before {
	content: "+";
	display: block;
	font-size: 40px;
	line-height: 1em;
	height: 1em;
	width: 1em;
	text-align: center;
	
	color: red;
	font-weight: bold;
	
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	
	margin: -0.5em 0 0 -0.5em;
}

a.enlarge:before {
	content: "+";
}



/* Buttons
******************************************************************/


button.cta {
{
-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
    box-shadow:inset 0px 1px 0px 0px #caefab;
    background-color:#77d42a;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:3px solid #268a16;
    display:inline-block;
    color:#306108;
    font-family:arial;
    font-size:20px;
    font-weight:bold;
    padding:12px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #aade7c;
}.classname:hover {
background-color:#5cb811;
}.classname:active {
position:relative;
    top:1px;
}
}

button.cta:hover {
	background: #54ba12;
}

button.cta:active {
	margin-top:1px;
}





/* Map and contact
******************************************************************/

#start_project {
    background-color:#677982;
    display:block;
    position:relative
}

#start_project h2 {    
    color:white;
    margin-top:100px;
    margin-bottom:20px;
}

#start_project h1 {
    font-size: 100px;
    color:black;
    margin-top:20px;
    margin-bottom:50px;
}

#start_project a {
    color:#e4f1f7;
}

#start_project p { 
    color:white;
}

#map {
    height:400px; 
    width:100%; 
    position: relative;
}


/* Social icons
******************************************************************/
 
.list-social li {
    padding:0 10px 10px 0; 
    list-style: none; 
    margin:0px; 
    text-align: center; 
    display: inline-block; 
    margin-top:50px; 
    margin-bottom:50px;
}

.list-social li.facebook a {
    background:url(../img/social_facebook.png) no-repeat 0 0;
    height:56px;
    width:56px;
    display:block;
    float:left; 
    background-position:0 0;    
}

.list-social li.twitter a {
    background:url(../img/social_twitter.png) no-repeat 0 0;
    height:56px;
    width:56px;
    display:block;
    float:left; 
    background-position:0 0;
}

.list-social li.forrst a {
    background:url(../img/social_forrst.png) no-repeat 0 0;
    height:56px;
    width:56px;
    display:block;
    float:left; 
    background-position:0 0;
}

.list-social li.dribbble a {
    background:url(../img/social_dribbble.png) no-repeat 0 0;
    height:56px;
    width:56px;
    display:block;
    float:left; 
    background-position:0 0;
}

.list-social li.rss a {
    background:url(../img/social_rss.png) no-repeat 0 0;
    height:56px;
    width:56px;
    display:block;
    float:left; 
    background-position:0 0;
}

.list-social li.facebook a:hover,
.list-social li.twitter a:hover,
.list-social li.forrst a:hover,
.list-social li.dribbble a:hover,
.list-social li.rss a:hover {
background-position:0 -56px;
}


/* Footer
******************************************************************/


#footer {
    background-color:black;
    display:block;
    position:relative
}

#footer p {
    margin: 60px 0px;
}


/*  Generated Button

******************************************************************/

.button {
    font-family: 'Droid Sans', sans-serif;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 10px;
    border: 1px solid rgba(0,0,0,0.4) ;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
    0 0 1px 1px rgba(255,255,255,0.8),
    0 0 0 6px rgba(0,0,0,0.06),
    0 0 0 3px rgba(0,0,0,0.1);
    cursor: pointer;
}
.title {
    padding: 10px;
    float: left;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    text-shadow: 1px 1px rgba(0,0,0,0.2);
    text-transform: uppercase;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.price {
    padding: 10px;
    float: left;
    color: rgba(0,0,0,0.4);
    font-weight: 800;
    font-size: 20px;
    text-shadow: 1px 1px rgba(255,255,255,0.3);
    text-transform: uppercase;
    border-left: 1px solid rgba(0,0,0,0.2);
}

/* colors */
.yellow {
    background: rgb(255, 161, 33);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWJmMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgb(237, 129, 6) 0%, rgb(237, 129, 6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(237, 144, 19)), color-stop(100%, rgb(237, 129, 6)));
    background: -webkit-linear-gradient(top, rgb(237, 144, 19) 0%, rgb(237, 129, 6) 100%);
    background: -o-linear-gradient(top, rgb(237, 144, 19) 0%, rgb(237, 129, 6) 100%);
    background: -ms-linear-gradient(top, rgb(237, 144, 19) 0%, rgb(237, 129, 6) 100%);
    background: linear-gradient(top, rgb(237, 144, 19) 0%, rgb(237, 129, 6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 );
}

.yellow:hover {
    background: rgb(254, 180, 52);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYmYwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmQ2NWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgb(237, 129, 6) 0%, rgb(255, 127, 36) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(237, 129, 6)), color-stop(100%, rgb(255, 127, 36)));
    background: -webkit-linear-gradient(top, rgb(237, 129, 6) 0%, rgb(255, 127, 36) 100%);
    background: -o-linear-gradient(top, rgb(237, 129, 6) 0%, rgb(255, 127, 36) 100%);
    background: -ms-linear-gradient(top, rgb(237, 129, 6) 0%, rgb(255, 127, 36) 100%);
    background: linear-gradient(top, rgb(237, 129, 6) 0%, rgb(255, 127, 36) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf04', endColorstr='#ffd65e',GradientType=0 );
}

.green {
    background: rgb(143,200,0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjhlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(143,200,0,1) 0%, rgba(102,142,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,200,0,1)), color-stop(100%,rgba(102,142,0,1)));
    background: -webkit-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
    background: linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#668e00',GradientType=0 );
}
.green:hover {
    background: rgb(102,142,0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2OGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(102,142,0,1) 0%, rgba(143,200,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,142,0,1)), color-stop(100%,rgba(143,200,0,1)));
    background: -webkit-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
    background: linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668e00', endColorstr='#8fc800',GradientType=0 );
}



#h12

{


position: relative;
margin-top: 500px;
left: 500px;}

#h13

{

    position: relative;}</pre></body></html>