/*======= MIXER =======*/
.first-section, .about, .services, .portfolio, .print, .news, .contact {
		background:#fff;
	border-bottom: 2px solid #000;
	
}

.first-section, .print, .contact	 {
	background:#000;
	border-bottom: 2px solid #000;
/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, circle farthest-side, #333333 0%, #000000 300%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, circle farthest-side, #333333 0%, #000000 300%);

/* Opera */ 
background-image: -o-radial-gradient(center, circle farthest-side, #333333 0%, #000000 300%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 477, color-stop(0, #333333), color-stop(3, #000000));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, circle farthest-side, #333333 0%, #000000 300%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(circle farthest-side at center, #333333 0%, #000000 300%);
}
.about, .portfolio, .news {
	color:#111;
	background:#fff;
}
.about a, .portfolio a, .news a {
	color:#4ebbe7;
}
.about a.button, .portfolio a.button, .news a.button {
	color:#fff;
}
.about a.button:hover, .portfolio a.button:hover, .news a.button:hover {
	color:#111;
}
/* HOME SECTION */
.first-section#home {
	color:#4ebbe7
}
.home h2{
	color: #4ebbe7;
	font-size: 36px;
}

.main p{
	color: #f8f8f8;
}
.main h2{
	color: #4ebbe7;
	font-size: 36px;
}

.divider {
	height:10px; 
	width:100%; 
	border:0; 
	background:#fff url(../images/divider10.png) repeat-x;}


/* ABOUT SECTION */
.about{
	background: white;
	color: #000;
}
.about .bbot1, .about .btop1, .about .bdot {
	border-color:#7F7B7F;
}
.about .caption {
	color:#7F7B7F;
}
.about a {
	color:#7F7B7F;
}
.about h1,.about h2,.about h3,.about h4,.about h5,.about h6{
	color: #4ebbe7;
}

.about h2 {
	text-transform:none;
}

#gallery{
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	vertical-align: middle;
}

#gallery li{
	list-style: none;
	float: left;
	margin: 6px 8px;
	width:300px;
	height:300px;
}

#gallery a{
	display:block;
	background-color:#fff;
	padding:3px;
	box-shadow:0 2px #7a7a7a;
}

#gallery a img{
	display:block;
	width:300px;
	height:300px;
}


#gallery2 {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	vertical-align: middle;
}

#gallery2 li{
	list-style: none;
	float: left;
	margin: 6px 8px;
	width:300px;
	height:300px;
}

#gallery2 a{
	display:block;
	background-color:#fff;
	padding:0px;
	box-shadow:0 0px #7a7a7a;
}

#gallery2 a img{
	display:block;
	width:300px;
	height:300px;
}




/* SERVICES SECTION */
.services {
	color: #5E5600;
	background: #EBD66B;
}
.services .bbot1, .services .btop1, .services .bdot {
	border-color:#5E5600;
}
.services .caption {
	color:#AA9D06;
}
.services a {
	color: #AA9D06;
}
/* PORTFLIO SECTION */
.portfolio {
	color: #444;
	background: #fff;
}
.portfolio .bbot1, .portfolio .btop1, .portfolio .bdot {
	border-color:#d2d2d2;
}
.portfolio .caption {
	color:#d2d2d2;
}
.portfolio a {
	color: #000;
	font-weight: semi-bold;
}
.portfolio p {
	color: #bebebe;
	font-size:12px;
	font-style: italic;
}

.portfolio p span {
	color: #000;
	font-size:14px;
    font-style: normal;
}

/* print SECTION */

.print .bbot1, .print .btop1, .print .bdot {
	border-color:#000000;
}
.print .caption {
	color:#4ebbe7;
	
}
.print a {
	color: #4ebbe7;
}

.print h3 {
	color: #4ebbe7;
}

.print h4 {
	color: #4ebbe7;
}



.print p {
	color: #f8f8f8;
	
	
}

.header-text {color: #4ebbe7;
}

/* CONTACT SECTION */
.contact {
	color: #D1D1D1;
	
}
.contact h1,.contact h2,.contact h3,.contact h4,.contact h5,.contact h6{
	color: #4ebbe7;
}
.contact .bbot1, .contact .btop1, .contact .bdot {
	border-color:#C9C9C9;
}
.contact .caption {
	color:#C9C9C9;
}
.contact a {
	color:#4ebbe7;
}

.contact hr {
  border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contact-form input[type="text"],.contact-form textarea{
	color: #C9C9C9;
	background: #7C7C7C;
}
.submit-btn{
	color: #C9C9C9;
	background: #7C7C7C;
	border-color: #7C7C7C;
}





#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:45%;
	right:20px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}