/************** Import CSS Reset  *****************/
@import url("./reset.css");

/* ------- General Seting ------- */
@font-face {
    font-family: 'futura_md_btmedium';
    src: url('../font/futuram-webfont.eot');
    src: url('../font/futuram-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/futuram-webfont.woff') format('woff'),
         url('../font/futuram-webfont.ttf') format('truetype'),
         url('../font/futuram-webfont.svg#futura_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-size: 12px;
	color: #c5b7a6;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-position: left top;
	background:url(../images/bg.jpg);
	font-family:futura_md_btmedium,Arial, Helvetica, sans-serif;
}

a{
	color:#72c34a;
	text-decoration: none;
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}

a:hover{
	color:#a1d88b;
}

h1,
h2,
h3,
h4,
h5,
h6{
	color: #fff;
	line-height: 1.1em;
	font-weight: normal;
	text-transform:uppercase;
}

h1{
	font-size: 48px;
	margin-bottom: 15px;
}
h2{
	font-size: 40px;
	margin-bottom:13px;
}
h3{
	font-size: 30px;
	margin-bottom:10px;
}
h4{
	font-size: 14px;
	margin-bottom:7px;
	}
h5{
	font-size: 12px;
	margin-bottom:5px;
	}
h6{
	font-size: 10px;
	margin-bottom:3px;
	}


h1,
h2,
h3,
h4,
h5,
h6,
#menu a,
.bt,
.font{
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.03em;
}

p{
	line-height: 20px;
	margin-bottom: 10px;
	font-family:futura_md_btmedium,Arial, Helvetica, sans-serif;
	font-size:13px;
}

ul{list-style:none;}


.left{float: left;}
.right{float: right;}
.last{margin-right: 0 !important;}
.imgleft {
	float:left;
	margin-right: 12px;	
}
.imgright {
	float:right;
	margin-left: 12px;
}
.imgborder {
	background-color: #333333;
	padding: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.clearfix:after{
	content:  ".";
	display:  block;
	height:  0;
	clear:  both; 
	visibility:  hidden;
}

.clearfix{display:  inline-block;}
.clearfix{display:  block;} 
.clear{clear:both;}

.wrapper{
	width:960px;
	margin:0 auto;
}
.portfolio-wraper{
	padding:0 30px;
}


#content_wrapper
{
	width: 100%;
	margin: -7px 0 0 0;
	background:#212121;
	color: #999;
}

#page_content_wrapper
{
	width: 960px;
	margin: auto;
	padding: 30px 0 30px 0;
}

#page_content_wrapper .inner
{
	width: 100%;
	float: left;
	margin: 0 0 0 0;
}
.section-line {
	clear:both;
	line-height:0;
	font-size:0;
	width:100%;
	height:2px;
	background:transparent url(../images/divider.png) left top repeat-x;
}
.scrol-page{
	padding-top:100px;
	position:relative;
	overflow: hidden;}
.scrol-page.last{margin-bottom:100px;}
	
.font{
	color:#fff;
	letter-spacing:0.05em;
}

	
.divider{
	height:7px;
	margin-bottom:30px;
	background: url(../images/stripes.png) repeat-x bottom center;
}
/* ------- End General Seting ------- */

/* ------- Home Slider ------- */
section#slider {
	margin-bottom:80px;
	margin-top:20px;
	-moz-box-shadow:inset 4px 4px 4px rgba(0,0,0,0.05);
	-webkit-box-shadow:inset 4px 4px 4px rgba(0,0,0,0.05);
	box-shadow:4px 4px rgba(0,0,0,0.05);
	position:relative;
}
section#slider-object-carousel {
	margin:30px 0 50px 0;
	width:100%;
	position:relative;
}
#slide-container {
	font-family: 'Oswald', sans-serif;
}

/* ------- End Home Slider  ------- */

/* ------- Header ------- */
#header{
	width:100%;
	height:90px;
	margin-bottom:70px;
	padding-bottom:20px;
	position:fixed;
	z-index:1100;
	background:url(../images/header-bg.png) no-repeat;

}
.header-bg {
	background: url(../images/header-top-bg.png) top no-repeat;
	width:100%;
	z-index:1;
	overflow:hidden;
}
	
.header_tagline {
	text-align: center;
	padding-bottom: 40px;
	padding-top: 40px;
	}
	
.header_tagline h1, .header_tagline h2, .header_tagline h3, .header_tagline h4, .header_tagline h5, .header_tagline h6 {
	margin:  0 0 5px 0;
	}

/* ------- Logo ------- */
.logo {
	float: left;
	margin: 25px 20px 0 0;
}

.logo * {
	display: block;
}

.logo a {
	color: #353535;
	font-size: 30px;
}

.slogan {
	float: left;
	font-style: italic;
	margin: 39px 0 0;
	font-size: 13px;
	color:#fff;
	font-family: Georgia, Serif;
}

/* ------- Menu ------- */

#menu{
	float:right;
	font-family:"Droid Serif", sans-serif;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: 900;
	color:#fff;
	margin-top:45px;
}

#menu li{
	display:block;
	float:left;
	margin-left:15px;
	text-transform:uppercase;
}
#menu > li {
	float: left;
	color: #fff;
}

#menu > li:after {
	margin-left:25px;

content: "/";
}
#menu a{
	color:#fff;
	font-size:11px;
}
#menu a:hover, #menu a.current{
	color:#72c34a;
	padding-bottom:28px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #72c34a;
}
/* ------- End Header ------- */


/* ------- Home page ------- */
.section-title {
	text-align: center;
	margin: 0 0 50px 0;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	height: 12px;
	line-height: 11px;
	font-weight: bold;
	border: none;
	padding: 0; }

.section-title span {
	color: #fff;
	padding: 0 15px; }
	
/* Recent Works Section
---------------------------------------------------------- */
.recent-work-slider-wrap {
	position: relative; }
	
.recent-work-slider {
	position: relative;
	margin: 0 auto; }
	
.no-js .recent-work-wrap .portfolio-container {
	width: 996px; }
	
.recent-work-wrap .portfolio-item {
	margin-top: 5px;
	margin-bottom: 5px; }
	
.no-js .recent-work-wrap .portfolio-item {
	margin-bottom: 30px; }
	
.recent-work-wrap .portfolio-item .post-image {
	margin: 0; }
	
/* Related Works Section
---------------------------------------------------------- */
.related-work-wrap .portfolio-container {
	width: 996px; }
	
.related-work-wrap .portfolio-item {
	margin-bottom: 0; }
	
.related-work-wrap .portfolio-item, .carousel .portfolio-item {
	margin-right: 38px;
	width: 211px; }
	
.related-work-wrap .portfolio-item img, .carousel .portfolio-item img {
	width: 211px;
	height: 154px;
	margin-bottom:-15px;
	padding-bottom:10px;}


blockquote  {
	background: url(../images/quotes.png) no-repeat;
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	padding-left: 40px;
	margin: 20px 0 20px 20px;
}

.author {
	text-align: right;
	font-size: 12px;
	font-style: normal;
	color: #3bbfc1;
	line-height:22px;
}

abbr, acronym { 
	border-bottom: 1px solid #3bbfc1; 
}

del {
	color:#929292; 
}

pre,code,tt   { 
	font-family: 'Oswald', sans-serif; 
	color:#929292; 
}

ol li {
	font-size: 12px;
}


.space{height:100px;}
.space_small{ height:45px;}
.space_two{ height:200px;}
/*Copyright*/
.copyright{
		text-align:center;
		font-size:10px !important;
		color:#888888;
	}
/* ------- End Home Page ------- */

/* ------- About Page ------- */
#about-us-slogan {
	color: #C5B7A6;
	font-family: "Open Sans", sans-serif;
	line-height: 42px;
	font-size: 36px;
	font-weight: 100;
	text-align:center;
	padding-bottom:20px;
}

#about-us-slogan p {
	margin: 0px;
}

.slogan-strong {
	font-weight: 600;
}


.extra-space-bottom {
	padding-bottom: 50px;
}

#services-graph {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#services-graph li, #services-graph li span {
	-moz-border-radius-bottomright:2px; 
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
}
#services-graph li {
	margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	height: 40px;
	background: url(../images/stripes-dark.png) repeat #2c2c2c;
}
#services-graph li p {
	position: absolute;
	left: 10px;
	top: 12px;
}
#services-graph li strong {
	color: #707070;
	margin-left: 5px;
	font-size: 11px;
}
#services-graph li span {
	height: 40px;
	background: url(../images/stripes-white.png) repeat;
	text-align: right;
}
#services-graph li span {
	background: url(../images/stripes-white.png) repeat  #72c34a;
}
#services-graph li {
	color: #fff;
}
#services-graph li strong {
	color: #707070;
}

/* ------- End About Page ------- */

/* ------- Page title ------- */
.pagetitle1 {
	margin-top:-2px;
	margin-bottom:15px;
	font-size:26px;
	font-family: 'Oswald', arial, sans-serif;
	color:#cccccc;
	padding:5px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}

.page_caption
{
	width: 960px;
	margin: auto;
	text-align:center;
	margin-top: 10px;
}

.page_caption h1
{
	font-size: 80px;
}
.page_caption .span {
	width: 960px;
	margin: auto;
	text-align:center;
	margin-top: 10px;
	margin-bottom:10px;
	font-size:30px;
	text-transform:uppercase;}
.line-heading {
	padding-bottom:2px !important;
	margin-bottom:16px;
	clear:both;
	overflow:hidden;
	background:transparent url(../images/divider.png) left bottom repeat-x;
}
/* ------- End Page title ------- */

/* ------- Services Page ------- */
.services{
	width:990px;
}
#services { margin-bottom: 100px; }
.services_intro { width: 800px; margin: 0 auto; margin-top: -8px; margin-bottom: 57px; }
.services_intro p { line-height: 38px; font-size: 24px; text-align: center; }
#service_blocks { width: 1050px; overflow-x: hidden; -ms-overflow-x: hidden; }
.service { float:left; width: 260px; margin-right: 90px; margin-bottom: 90px; }
.service h3 { margin-bottom: 15px; font-size: 20px; text-align: center; }
.service p { text-align: center; }
.icon_container {
  width: 258px;
  height: 258px; 
  padding-top:1px;  
  margin-bottom: 35px;
  background:url(../images/services/icon_holder.png);
   }
.icon { width: 250px;
  height: 90px;
  margin: 4px; 
  padding-top: 84px; 
  padding-bottom: 75px; 
  text-align: center;   
 }
.icon img { height: 90px; }
/* ------- End Services Page ------- */	


/* ------- Portfolio ------- */
.portfolio-container {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 990px; }
	
.portfolio-item {
	float: left;
	position: relative;
	margin: 0 30px 30px 0; }
	
.item-container {
	position: relative;
	overflow: hidden; 
	}
	
.portfolio-item .post-image {
	overflow: hidden;
	margin-bottom: 0;
	
	}
	
.portfolio-icons {
	display: block;
	position: absolute;
	right: 5px;
	bottom: -1px;
	margin-right: 5px;
	padding-bottom:15px;
}
	
.portfolio-icons a {
	background: transparent url(../images/portfolio_icons.png) no-repeat scroll 0 0;
	float: left;
	padding-bottom:-15x;
	margin-left: 2px;
	width: 32px;
	height: 32px;
	text-indent: -9999px; }
	
.portfolio-icons a.image-hover {
		background-position: 0 0; }
	
.portfolio-icons a.image-hover:hover {
		background-position: 0 -32px; }
	
.portfolio-icons a.link-hover { 
		background-position: -32px 0; }

.portfolio-icons a.link-hover:hover { 
		background-position: -32px -32px; }

.portfolio-icons a.video-hover { 
		background-position: -64px 0; }

.portfolio-icons .video-hover:hover { 
		background-position: -64px -32px; }
		
.portfolio-item .post-info .post-content p {
	margin: 7px 0; }
		
.portfolio-item .post-info .post-meta span {
	background: none;
	text-transform:uppercase;
	margin: 0;
	padding: 0; }


/* 	Filter
------------------------------------------------*/
.filter {
	margin-bottom:40px;
	text-align:center;
	padding:5px 0 20px 0;
	list-style-type:none;

	}
	
.filter li {
	 display: inline;
    margin-right: 25px;
	color: #999; }
	

.filter li a {
	box-shadow: #439230 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
	 vertical-align: top;
  border-radius: 4px;
  border: none;
  padding: 10px 25px 12px;
	background-color:#3bb3e0;
	text-decoration:none;
	color:#fff !important;
	text-shadow:0 0 1px #333;
	font-weight:bold;
	letter-spacing:-.5px;
	position:relative;
	background: #82cc5d;
  background: -moz-linear-gradient(top,  #82cc5d 0%, #53b73c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82cc5d), color-stop(100%,#53b73c));
  background: -webkit-linear-gradient(top,  #82cc5d 0%,#53b73c 100%);
  background: -o-linear-gradient(top,  #82cc5d 0%,#53b73c 100%);
  background: -ms-linear-gradient(top,  #82cc5d 0%,#53b73c 100%);
  background: linear-gradient(to bottom,  #82cc5d 0%,#53b73c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cc5d', endColorstr='#53b73c',GradientType=0 );
  border: 1px solid #429E34;}
.filter li a:hover, .filter li a.active { 	position: relative;
    top: 5px;
    box-shadow: #439230 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;  
	background: #99cc80;
    background: -moz-linear-gradient(top,  #99cc80 0%, #53b73c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cc80), color-stop(100%,#53b73c));
    background: -webkit-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: -o-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: -ms-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: linear-gradient(to bottom,  #99cc80 0%,#53b73c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc80', endColorstr='#53b73c',GradientType=0 ); }

/* ------- Portfolio Four Columns ------- */
.portfolio-four-columns .portfolio-item {
	width: 217px; 
	}

.portfolio-four-columns .portfolio-item img {
	width: 217px;
	height: 159px;
	margin-bottom:-18px;
	padding-bottom:10px;
	}
.shadow
{
  position: relative;
}
.shadow:before, .shadow:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #000;
  -webkit-box-shadow: 0 15px 10px #000;
  -moz-box-shadow: 0 15px 10px #000;
  box-shadow: 0 15px 10px #000;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/* ------- Portfolio Style 1 ------- */
.portfolio-style-1 .post-info {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	border-bottom: 1px solid #82cc5d;
	margin: 0;
	padding: 10px 0;
	width: 100%;
	height: auto;
	text-align: center; }
	
.no-js .portfolio-style-1 .portfolio-item:hover .post-info {
	top: 0;
	left: 0; }
	
.portfolio-style-1 .post-info .post-title {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
	
.portfolio-style-1 .post-info .post-title a {
	color: #fff; }
	
.portfolio-style-1 .post-info .post-title a:hover {
	color: #82cc5d;
	}

/* ------- Portfolio Single ------- */
#project-main {
	position: relative; }
	
#portfolio-item-wrapper {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
}
#portfolio-sidebar-details { list-style-type:none; margin:0; padding:0; }
#portfolio-sidebar-details li { margin:0; padding:0; margin-bottom:10px; }
#portfolio-sidebar-details li span { display:inline-block; width:70px; margin-right:10px; line-height:12px; }
#portfolio-sidebar-details li .button { margin-bottom:0; }
#portfolio-sidebar-previous, #portfolio-sidebar-next, #portfolio-sidebar-back { width:11px; height:19px; background-repeat:no-repeat; background-position:center; margin-right:0; }
#portfolio-sidebar-previous { background-image:url("../images/elements/portfolio-arrow-left.png"); }
#portfolio-sidebar-next { background-image:url("../images/elements/portfolio-arrow-right.png"); }
#portfolio-sidebar-back { background-image:url("../images/elements/portfolio-back.png"); }
/* ------- CAROUSEL ------ */
.carousel .jcarousel-container-horizontal {
    width: 958px;
    padding: 0; }
	
.carousel .jcarousel-clip-horizontal {
	margin: 0;
	padding: 0;
    width:  958px;
    height: auto; }
	
/* Carousel Navigation */
.jcarousel-clip {
    overflow: hidden; }
	
.jcarousel-next-horizontal, .jcarousel-prev-horizontal {
	background: transparent url(../images/nav_arrow_small.png) no-repeat scroll 0 0;
	position: absolute;
	top: 72px;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 999; }
		
.jcarousel-next-horizontal {
	background-position: right top;
	right: -20px; }
	
.jcarousel-prev-horizontal {
	background-position: left top;
	left: -20px; }
	
.jcarousel-next-horizontal span, .jcarousel-prev-horizontal span {
	background: transparent url(../images/nav_arrow_small.png) no-repeat scroll 0 0;
	position: absolute;
	display: block;
	top: 0px;
	width: 32px;
	height: 32px;
	z-index: 1000; }
	
.jcarousel-next-horizontal span {
	background-position: right bottom; }
	
.jcarousel-prev-horizontal span {
	background-position: left bottom; }
/* ------- Post Navigation ------- */
.post-nav {
	list-style-type: none;
	overflow: hidden;
	margin: 40px 0; }
	
.post-nav .main-grid {
	float: left; }
	
.post-nav a.main-grid {
	background: transparent url('../images/main_grid.png') no-repeat scroll 0 0;
	display: block;
	padding-left: 35px;
	line-height: 32px;
	font-weight: bold;
	color: #777; }
	
.post-nav a.main-grid:hover {
	background-position: 0 bottom;
	color: #d3654c; }
	
.post-nav .nav {
	float: right;
	margin: 0; }
	
.post-nav .nav p {
	float: left;
	margin: 0;
	font-weight: bold;
	line-height: 32px; }
	
.post-nav .nav a {
	float: left;
	display: block;
	position: relative;
	margin: 0 0 0 5px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-indent: -9999px; }
	
a.post-prev, a.post-next {
	background: #fff url('../images/nav_arrow_small.png') no-repeat scroll 0 0; }
		
a.post-prev {
	background-position: left top; }
	
a.post-next {
	background-position: right top; }
	
a.post-prev span, a.post-next span {
	background: #fff url('../images/nav_arrow_small.png') no-repeat scroll 0 0;
	position: absolute;
	display: block;
	top: 0px;
	width: 32px;
	height: 32px;
	z-index: 1000; }
	
a.post-prev span {
	background-position: left bottom; }
	
a.post-next span {
	background-position: right bottom; }
	

.jcarousel-prev-disabled{
	opacity: 0;
}

.jcarousel-next-disabled{
	opacity: 0;
}

/* ------- End Portfolio ------- */
	
/* ------- Contact Map ------- */
.map_frame{ width:430px; height:280px; padding:7px; background-color:#2c2c2c;}
/* ------- End Contact Map ------- */

/* ------- Contact Form ------- */
#contact_form {
	width: 420px;
	margin: 0px;
	float: left;
	padding: 20px;
	background:#2c2c2c;}
.success { 
	padding: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #2c2c2c; 
}
.error {
	color: #f00;
	font-size: 11px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#contact_form  li {
	float: left;
	margin-bottom:10px;
	position: relative;
	height:55px;
	list-style-type: none;
}
#contact_form  li.textarea {
	height:130px;
}
#contact_form  li.button {
	float: left;
	margin-bottom:10px;
	position: relative;
	list-style-type: none;
	
}
#contact_form input, textarea, select {
	width: 400px;
	margin-bottom: 15px;
	background-color: #202020;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0F0F0F;
	border-right-color: #292929;
	border-bottom-color: #292929;
	border-left-color: #0F0F0F;
	padding: 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}

#contact_form select{
	color: #999;
	height: 30px;
	width: 418px;
}
#contact_form textarea {
	height: 82px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 15px;
}
#contact_form input:focus, textarea:focus {
	color:#CCCCCC;
	background-color: #363636;
	border-right-color: #464646;
	border-bottom-color: #464646;
}
#contact_form input.submit {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	width: 109px;
	height: 35px;
		box-shadow: #439230 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
	 vertical-align: top;
  border-radius: 4px;
  border: none;
  padding: 10px 25px 12px;
	background-color:#3bb3e0;
	text-decoration:none;
	color:#fff !important;
	text-shadow:0 0 1px #333;
	font-weight:bold;
	letter-spacing:-.5px;
	position:relative;
	background: #82cc5d;
  background: -moz-linear-gradient(top,  #82cc5d 0%, #53b73c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82cc5d), color-stop(100%,#53b73c));
  background: -webkit-linear-gradient(top,  #82cc5d 0%,#53b73c 100%);
  background: -o-linear-gradient(top,  #82cc5d 0%,#53b73c 100%);
  background: -ms-linear-gradient(top,  #82cc5d 0%,#53b73c 100%);
  background: linear-gradient(to bottom,  #82cc5d 0%,#53b73c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cc5d', endColorstr='#53b73c',GradientType=0 );
  border: 1px solid #429E34;
}

#contact_form input.submit:hover {
 	color:#ffffff;
 	position: relative;
    top: 5px;
    box-shadow: #439230 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;  
	background: #99cc80;
    background: -moz-linear-gradient(top,  #99cc80 0%, #53b73c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cc80), color-stop(100%,#53b73c));
    background: -webkit-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: -o-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: -ms-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: linear-gradient(to bottom,  #99cc80 0%,#53b73c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc80', endColorstr='#53b73c',GradientType=0 ); }


#contact_form .required {
	font-size: 11px;
	color: #72c34a;
}
#contact_form .text {
	font-size: 12px;
	padding-bottom:-35px;
	margin-bottom:-3px;
}
/* ------- End Contact Form ------- */

/* ------- Contact information ------- */
.contact-information {
	margin:0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
} 
.contact-information li {
	padding-left:40px;
	margin-bottom:5px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left center;
} 
.contact-information ul li.address_1 {
	background-image:url(../images/icons/icon-address.png);
	background-repeat:no-repeat;
} 
.contact-information ul li.phone_1 {
	background-image:url(../images/icons/icon-phone.png);
	background-repeat:no-repeat;
} 
.contact-information ul li.email_1 {
	background-image:url(../images/icons/icon-email.png);
	background-repeat:no-repeat;
}
/* ------- End Contact Information ------- */

/* ------- Footer ------- */
#footer
{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	z-index: 998;
	text-align: center;
	font-family: 'Oswald';
	width:100%;
	height:130px;
	background:url(../images/header-bg.png) repeat-y bottom;
}

/* ------- Other Seting ------- */
/* Column*/
.one-two,
.one-third,
.one-four{
	margin-right: 30px; 
	float: left; 
}

.one-two{width:465px;}
.one-third{width:300px;}
.one-four{width:217px;}


.col-full,
.col-half,
.col-big,
.col-medium,
.col-small,
.col-one-third {
	display: block;
	position: relative;
	float: left;
	width: 450px;
	margin-right: 60px;
	margin-bottom: 40px;
}

.col-one-third { width: 280px; }

.col-big { width: 600px; }

.col-small { width: 300px; }

.col-medium { width: 585px; }

.col-full {
	width: 960px;
	margin-right: 0;
}

.col-last {
	margin-right: 0;
	clear: right;
}
.dark, .brown, .yellow, .red, .blue, .green{font-size:12px; line-height:18px; padding-left:15px; color:#666666; margin-bottom:18px}
.dark{border-left-width: 7px; border-left-style: solid; border-left-color: #333;}
.brown{border-left-width: 7px; border-left-style: solid; border-left-color: #633;}
.yellow{border-left-width: 7px; border-left-style: solid; border-left-color: #FF0;}
.red{border-left-width: 7px; border-left-style: solid; border-left-color: #C03;}
.blue{border-left-width: 7px; border-left-style: solid; border-left-color: #3bbfc1;}
.green{border-left-width: 7px; border-left-style: solid; border-left-color: #0C6;}

/*Grid*/



.one_fourth, .one_third, .one_half, .two_third, .three_fourth {
    float: left;
    margin-bottom: 10px;
    margin-right: 40px;
    position: relative;
}

.one_fourth {
	width: 210px;
}

.one_third {
	width: 293px;
}

.one_half {
	width: 460px;
}

.two_third {
	width: 626px;
}

.three_fourth {
	width: 710px;
}

.last_column {
	clear: right;
	margin-right: 0px !important;
}

.img-align-left {
	margin: 5px 150px 0 0;
	float: left;
}

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

.img-align-center {
	margin: 5px 15px;
	text-align: center;
}

.text-align-left {
	float: left;	
}

.text-align-center {
	text-align: center;
}
	
.text-align-right {
	float: right;
}

/*----------------------------------------------*/
/* 1.3 Columns Styles */
/*----------------------------------------------*/
.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth {
	margin-right: 4%;
	display: inline;
	float: left;
	position: relative; }

.one-half {
	width: 48%; }
	
.one-third {
	width: 30.6667%; }
	
.two-third  {
	width: 65.3332%; }
	
.one-fourth {
	width: 22%; }
	
.three-fourth {
	width: 74%; }
	
.one-fifth {
	width: 16.8%; }
	
.two-fifth {
	width: 37.6%; }
	
.three-fifth {
	width: 58.4%; }
	
.four-fifth {
	width: 79.2%; }
	
.last {
	clear: right;
	margin-right: 0 !important; }
	

/* ------- Buttons ------- */
@font-face {
    font-family: 'EntypoRegular';
    src: url('../font/entypo-webfont.eot');
    src: url('../font/entypo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/entypo-webfont.woff') format('woff'),
         url('../font/entypo-webfont.ttf') format('truetype'),
         url('../font/entypo-webfont.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.button, .button-bevel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 7px 20px 9px;
  margin: .5em .5em .5em 0;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
}

.button {
  border-radius: 2px;
  box-shadow: inset rgba(255,255,255,0.3) 1px 1px 0;
}
  
  .button:active {
    box-shadow: inset rgba(0,0,0,0.4) 0px 0px 6px;
  }

.rounded {
	border-radius: 20px;
}

.orange {
  background: rgb(255,183,0);
  background: -moz-linear-gradient(top,  rgba(255,183,0,1) 0%, rgba(255,140,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,0,1)), color-stop(100%,rgba(255,140,0,1)));
  background: -webkit-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb700', endColorstr='#ff8c00',GradientType=0 );
  border: 1px solid #e59500;
}
  
  .orange:hover {
    background: rgb(255,203,72);
    background: -moz-linear-gradient(top,  rgba(255,203,72,1) 0%, rgba(255,156,35,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,203,72,1)), color-stop(100%,rgba(255,156,35,1)));
    background: -webkit-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb48', endColorstr='#ff9c23',GradientType=0 );
  }
  
.magenta {
  background: rgb(255,130,172);
  background: -moz-linear-gradient(top,  rgba(255,130,172,1) 0%, rgba(247,37,129,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,130,172,1)), color-stop(100%,rgba(247,37,129,1)));
  background: -webkit-linear-gradient(top,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff82ac', endColorstr='#f72581',GradientType=0 );
  border: 1px solid #c60a56;
}
  
  .magenta:hover {
    background: rgb(255,155,189);
    background: -moz-linear-gradient(top,  rgba(255,155,189,1) 0%, rgba(248,62,143,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,155,189,1)), color-stop(100%,rgba(248,62,143,1)));
    background: -webkit-linear-gradient(top,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9bbd', endColorstr='#f83e8f',GradientType=0 );
  }

.cyan {
  background: rgb(130,207,241);
  background: -moz-linear-gradient(top,  rgba(130,207,241,1) 0%, rgba(56,174,234,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,207,241,1)), color-stop(100%,rgba(56,174,234,1)));
  background: -webkit-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  background: -o-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  background: -ms-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  background: linear-gradient(to bottom,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cff1', endColorstr='#38aeea',GradientType=0 );
  border: 1px solid #3cafcf;
}
  
  .cyan:hover {
    background: rgb(153,216,244);
    background: -moz-linear-gradient(top,  rgba(153,216,244,1) 0%, rgba(79,183,236,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,216,244,1)), color-stop(100%,rgba(79,183,236,1)));
    background: -webkit-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -o-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -ms-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: linear-gradient(to bottom,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d8f4', endColorstr='#4fb7ec',GradientType=0 );
  }
  
.red {
  background: #e25b53;
  background: -moz-linear-gradient(top,  #e25b53 0%, #dd2011 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e25b53), color-stop(100%,#dd2011));
  background: -webkit-linear-gradient(top,  #e25b53 0%,#dd2011 100%);
  background: -o-linear-gradient(top,  #e25b53 0%,#dd2011 100%);
  background: -ms-linear-gradient(top,  #e25b53 0%,#dd2011 100%);
  background: linear-gradient(to bottom,  #e25b53 0%,#dd2011 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e25b53', endColorstr='#dd2011',GradientType=0 );
  border: 1px solid #c42222;
}

  .red:hover {
    background: #dd7671;
    background: -moz-linear-gradient(top,  #dd7671 0%, #dd2011 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd7671), color-stop(100%,#dd2011));
    background: -webkit-linear-gradient(top,  #dd7671 0%,#dd2011 100%);
    background: -o-linear-gradient(top,  #dd7671 0%,#dd2011 100%);
    background: -ms-linear-gradient(top,  #dd7671 0%,#dd2011 100%);
    background: linear-gradient(to bottom,  #dd7671 0%,#dd2011 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7671', endColorstr='#dd2011',GradientType=0 );
  }

.black {
  background: #444444;
  background: -moz-linear-gradient(top,  #444444 0%, #1c1c1c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#1c1c1c));
  background: -webkit-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
  background: -o-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
  background: -ms-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
  background: linear-gradient(to bottom,  #444444 0%,#1c1c1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#1c1c1c',GradientType=0 );
  border: 1px solid #2a2a2a;
}

  .black:hover {
    background: #686868;
    background: -moz-linear-gradient(top,  #686868 0%, #1c1c1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686868), color-stop(100%,#1c1c1c));
    background: -webkit-linear-gradient(top,  #686868 0%,#1c1c1c 100%);
    background: -o-linear-gradient(top,  #686868 0%,#1c1c1c 100%);
    background: -ms-linear-gradient(top,  #686868 0%,#1c1c1c 100%);
    background: linear-gradient(to bottom,  #686868 0%,#1c1c1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#1c1c1c',GradientType=0 );
  }

.green {
  background: #82cc5d;
  background: -moz-linear-gradient(top,  #82cc5d 0%, #53b73c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82cc5d), color-stop(100%,#53b73c));
  background: -webkit-linear-gradient(top,  #82cc5d 0%,#53b73c 100%);
  background: -o-linear-gradient(top,  #82cc5d 0%,#53b73c 100%);
  background: -ms-linear-gradient(top,  #82cc5d 0%,#53b73c 100%);
  background: linear-gradient(to bottom,  #82cc5d 0%,#53b73c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cc5d', endColorstr='#53b73c',GradientType=0 );
  border: 1px solid #429E34;
}

  .green:hover {
    background: #99cc80;
    background: -moz-linear-gradient(top,  #99cc80 0%, #53b73c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cc80), color-stop(100%,#53b73c));
    background: -webkit-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: -o-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: -ms-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: linear-gradient(to bottom,  #99cc80 0%,#53b73c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc80', endColorstr='#53b73c',GradientType=0 );
  }


.button-bevel {
  vertical-align: top;
  border-radius: 4px;
  border: none;
  padding: 10px 25px 12px;
}
  
  .button-bevel:active {
    position: relative;
    top: 5px;
  }
  
.button-bevel.orange {
  box-shadow: #c46d00 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

  .button-bevel.orange:active {
    box-shadow: #c46d00 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;  
  }
  
.button-bevel.magenta {
  box-shadow: #ca075c 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

  .button-bevel.magenta:active {
    box-shadow: #ca075c 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;  
  }
  
.button-bevel.cyan {
  box-shadow: #1994d3 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

  .button-bevel.cyan:active {
    box-shadow: #1994d3 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;  
  }
  
.button-bevel.red {
  box-shadow: #88180e 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

  .button-bevel.red:active {
    box-shadow: #88180e 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;  
  }
  
.button-bevel.black {
  box-shadow: #000 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px, inset rgba(255, 255, 255, 0.3) 0 0 3px;
}

  .button-bevel.black:active {
    box-shadow: #000 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px, inset rgba(255, 255, 255, 0.3) 0 0 3px;  
  }
  
.button-bevel.green {
  box-shadow: #439230 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

  .button-bevel.green:active {
    box-shadow: #439230 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;  
  }


.button span, .button-bevel span {
  font-family: 'EntypoRegular';
  font-size: 20px;
  font-weight: normal;
  vertical-align: middle; 
  line-height: 0;
  margin-right: .1em;
}

  .refresh:after { content: "h"; font-size: 34px; }
  .shuffle:after { content: "f"; font-size: 34px; }
  .preview:after { content: "M"; font-size: 34px; }
  .tea:after { content: "u"; font-size: 34px; }
  .wifi:after { content: "T"; font-size: 34px; }
  .locator:after { content: "0"; font-size: 34px; }
  
  .rss:after { content: "S"; font-size: 34px; }
  .cloud:after { content: "y"; font-size: 34px; }
  .download:after { content: "w"; font-size: 34px; }
  .trash:after { content: "I"; font-size: 34px; }
  .rack:after { content: "t"; font-size: 34px; }
  .map:after { content: "1"; font-size: 34px; }
  
  .setting:after { content: "@"; font-size: 34px; }
  .identity:after { content: "."; font-size: 34px; }
  .navigation:after { content: "2"; font-size: 34px; }
  .gallery:after { content: "p"; font-size: 34px; }
  .email_2:after { content: "%"; font-size: 34px; }
  .users:after { content: "+"; font-size: 34px; }
  

  .calendar:after { content: "P"; font-size: 34px; }
  .link:after { content: ">"; font-size: 34px; }
  .time:after { content: "N"; font-size: 34px; }
  .folder:after { content: "s"; font-size: 34px; }
  .tag:after { content: "C"; font-size: 34px; }
  .share:after { content: "5"; font-size: 34px; }
  
  .lock:after { content: "U"; font-size: 34px; }
  .unlock:after { content: "V"; font-size: 34px; }
  .mic:after { content: "O"; font-size: 34px; }
  .love:after { content: "6"; font-size: 34px; }
  .star:after { content: "7"; font-size: 34px; }
  .like:after { content: "8"; font-size: 34px; }
  
  .phone:after { content: "!"; font-size: 34px; }
  .flag:after { content: "?"; font-size: 34px; }
  .adduser:after { content: "-"; font-size: 34px; }
  .attach:after { content: "'"; font-size: 34px; }
  .comment:after { content: ":"; font-size: 34px; }
  .edit:after { content: "&"; font-size: 34px; }
  
  .upload:after { content: "v"; font-size: 34px; }
  .storage:after { content: "x"; font-size: 34px; }
  .photo:after { content: "D"; font-size: 34px; }
  .help:after { content: "K"; font-size: 34px; }
  .glass:after { content: "R"; font-size: 34px; }
  .print:after { content: "<"; font-size: 34px; }
  
  .gadget:after { content: '"'; font-size: 34px; }
  
