/************** Import CSS Reset  *****************/
@import url("./reset.css");
/* ------- General Seting ------- */
body{
	font-size: 12px;
	color: #272626;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg-8.png) repeat fixed #153d49;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	color:#fff;
	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:#4d9fb5;
}
h1, h2, h3, h4, h5, h6
{
	color: #fff;
	letter-spacing: 0px;
	font-weight: 500;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}
h1
{
	font-size: 28px;
}

h2
{
	font-size: 26px;
}

h3
{
	font-size: 22px;
}

h4
{
	font-size: 18px;
}

h5
{
	font-size: 16px;
}

h6
{
	font-size: 14px;
}
#menu a,
.bt,
.font{
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.03em;
}
/* headings */
h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.section-border {
	border-bottom: 1px solid #277189;
	padding-bottom: 12px;
	margin-bottom: 28px;
}
.section-border h4 {
	border-bottom: 1px solid red;
	display: inline;
	padding-bottom: 10px;
}

p{
	line-height: 20px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

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;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 30px 40px 30px 40px;
	background-color: #1d5e6d;
}
.portfolio-wraper{
	padding:0 30px;
}

#content_wrapper
{
	width: 100%;
	margin: -7px 0 0 0;
	background:#19475e;
	color: #fff;
}
#content_wrapper_white
{
	width: 100%;
	margin: -7px 0 0 0;
	background:#eeedee;
	color: #999;
}
#content_wrapper_black
{
	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;
}
.double-line {
	width: 100%;
	height: 1px;
	display: block;
	border-top: 1px solid #19475e;
	font-size: 1px;
}
.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 ------- */
.jms-slideshow {
	background:url(../images/bckg.jpg) no-repeat;
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 500px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
}
.jms-wrapper {
	width: auto;
	min-width: 600px;
	height: 600px;
	outline: none;
	-webkit-transition: background-color 1s linear;
	-moz-transition: background-color 1s linear;
	-o-transition: background-color 1s linear;
	-ms-transition: background-color 1s linear;
	transition: background-color 1s linear;
}
.color-1 {
	background-color: #E3D8FF;
	background-color: rgba(227, 216, 268, 1);
}
.color-2 {
	background-color: #EBBBBC;
	background-color: rgba(235, 187, 188, 1);
}
.color-3 {
	background-color: #EED9C0;
	background-color: rgba(238, 217, 192, 1);
}
.color-4 {
	background-color: #DFEBB1;
	background-color: rgba(223, 235, 177, 1);
}
.color-5{
	background-color: #C1E6E5;
	background-color: rgba(193, 230, 229, 1);
}
.step {	
	width: 900px;
    height: 420px;
	display: block;
	-webkit-transition: opacity 1s;
	-moz-transition:    opacity 1s;
	-ms-transition:     opacity 1s;
	-o-transition:      opacity 1s;
	transition:         opacity 1s;
}
.step:not(.active) {
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}
.jms-content{
	margin: 0px 370px 0px 20px;
	position: relative;
	clear: both;
}
.step h3{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	line-height: 44px;
	letter-spacing: -0.04em;
	font-size: 40px;
	font-weight: 600;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	margin: 0;
	padding: 60px 0 10px 0;
}

.step p {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-family: 'Oswald', sans-serif;
	line-height: 27px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing:normal;}
a.jms-link{
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #277189;
	border-radius: 4px;
	opacity: 1;
	box-shadow: #439230 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
	 vertical-align: top;
border-radius: 20px;
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;
	margin-top: 40px;
	clear: both;
	-webkit-transition: all 0.4s ease-in-out 1s;
	-moz-transition: all 0.4s ease-in-out 1s;
	-ms-transition: all 0.4s ease-in-out 1s;
	-o-transition: all 0.4s ease-in-out 1s;
	transition: all 0.4s ease-in-out 1s;
}
.step:not(.active) a.jms-link{
	opacity: 0;
	margin-top: 80px;
}
.step img{
	position: absolute;
	right: 0px;
	top: 30px;
}
.jms-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #6ac4dc;
	margin: 3px;
	cursor: pointer;		display:none;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.3);
}
.jms-dots span.jms-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.jms-arrows{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-arrows span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	height: 80px;
	width: 30px;
	cursor: pointer;
	z-index: 2000;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.jms-arrows span.jms-arrows-prev{
	background: #6ac4dc url(../images/arrow_left.png) no-repeat 50% 50%;
	left: 0px;
	border-radius: 0px 3px 3px 0px;
}
.jms-arrows span.jms-arrows-next{
	background: #6ac4dc url(../images/arrow_right.png) no-repeat 50% 50%;
	right: 0px;
	border-radius: 3px 0px 0px 3px;
}
/* Not supported style */
.jms-wrapper.not-supported{
	background-color: #E3D8FF;
	background-color: rgba(227, 216, 268, 1);
}
.jms-wrapper.not-supported:after{
	content: 'The slideshow functionality is not supported on your device.';
	padding: 0px 0px 30px 0px;
	text-align: center;
	display: block;
}
.jms-wrapper.not-supported .step{
	display: none;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	margin: 20px auto;
}
.jms-wrapper.not-supported .step:first-of-type{
	display: block;
}
.jms-wrapper.not-supported .step:not(.active) a.jms-link{
	opacity: 1;
	margin-top: 40px;
}
.wideslider {
	height: 350px;
	margin-top: 25px;
	position: relative;
	overflow:hidden;
}

.ws_images_container {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}

.ws_images_container img {
	display: block;
	width: 100%;
	top: 0px;
	left: 0px;
	overflow:hidden;
}

.wideslider ul {
	float: right;
	clear: both;
	margin: 0px;
}

.wideslider ul li {
	background: url(../images/wideslider_item_bg.png);
	padding: 20px;
	color: #FFF;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	margin-top: 140px;
}

.wideslider_nextprev {
	float: right;
	clear: both;
	margin-top: 2px;
}

.wideslider_nextprev a {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	margin-left: 2px;
	text-indent: -9999px;
	background: rgba(0,0,0,0.25) url(../images/wideslider_nextprev.png) no-repeat left center;

	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.wideslider_nextprev a:hover {
	background-color: rgba(0,0,0,0.35);
}

.wideslider_nextprev a.next {
	background-position: right center;
}
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;
}

#carousel div {
    width: 554px;
	height: 313px;
	margin: 20px 30px;
	float: left;
	position: relative;
}
#carousel div.selected {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#carousel div img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#carousel div span {
	background-color: #2d2d2d;
	color: #999;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	z-index: 8;
}
#prev, #next {
	background: center center no-repeat transparent;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	z-index: 5;
}
#prev:hover, #next:hover {
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
}
#prev.disabled, #next.disabled {
	opacity: 0.2;
	cursor: default;
}
#prev.disabled:hover, #next.disabled:hover {
	background-color: transparent;
}
#prev {
	background-image: url(../images/gui-prev.png);
	left: 50%;
	margin-left: -320px;
}
#next {
	background-image: url(../images/gui-next.png);
	right: 50%;
	margin-right: -320px;
}

/* ------- End Home Slider  ------- */

/* ------- Header ------- */
#top {
	background:#6ac4dc url(../images/top_bar.png) no-repeat;		
	width: 100%;
	height: 40px;
	position: fixed;
	z-index:1100;
	margin-bottom:40px;
	box-shadow:  rgba(0,0,0, 0.1) 0px 0px 5px;
	-moz-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 5px;
	-webkit-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 5px;
	}	
	
#top  {
	line-height: 40px;
	height: 40px;
	width: 100%;
	overflow:hidden;
	font-size: 11px;
	}
	
#top  {
	font-size: 10px;
	margin-right: 15px;
	}
img.left_float { margin: 3px 30px 30px 0; }
img.right_float { margin: 3px 0px 30px 30px; }
/* Social Media Widget */
.socialmedia .social {
	float: left;
	margin-right:275px;
}

.socialmedia .social li {
	float: left;
	margin: 5px 7px 7px 0;
	width: 25px;
	height: 25px;
	overflow: hidden;
}

.socialmedia .social a {
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 99px;
	background: #277189 url(../images/socialicons.png) repeat-y;
}

.socialmedia .social a:hover {
	border: none;
}

.socialmedia .social a.twitter { background-position: 0 0; }
.socialmedia .social a.twitter.hover { background-color: #3DC7F4 ; }

.socialmedia .social a.facebook { background-position: -26px 0; }
.socialmedia .social a.facebook.hover { background-color: #3B5998 ; } 

.socialmedia .social a.gplus { background-position: -52px 0; }
.socialmedia .social a.gplus.hover { background-color: #DD4B39; }

.socialmedia .social a.gplus { background-position: -52px 0; }
.socialmedia .social a.gplus.hover { background-color: #DD4B39; }

.socialmedia .social a.dribbble { background-position: -208px 0; }
.socialmedia .social a.dribbble.hover { background-color: #EA4C89; }

.socialmedia .social a.fivehundredpx { background-position: -130px 0; }
.socialmedia .social a.fivehundredpx.hover { background-color: #349ed6; }

.socialmedia .social a.pinterest { background-position: -260px 0; }
.socialmedia .social a.pinterest.hover { background-color: #DC3E47; }

.socialmedia .social a.deviantart { background-position: -336px -1px; }
.socialmedia .social a.deviantart.hover { background-color: #3C2771891; }

.socialmedia .social a.foursquare { background-position: -494px -1px; }
.socialmedia .social a.foursquare.hover { background-color: #4AADD7; }

.socialmedia .social a.flickr { background-position: -78px -1px; }
.socialmedia .social a.flickr.hover { background-color: #0063DC ; }

.socialmedia .social a.vimeo { background-position: -182px 0px; }
.socialmedia .social a.vimeo.hover { background-color: #0DAED7; } 

.socialmedia .social a.youtube { background-position: -156px 0px; }
.socialmedia .social a.youtube.hover { background-color: #e40202; }

.socialmedia .social a.wordpress { background-position: -597px 0px; }
.socialmedia .social a.wordpress.hover { background-color: #247CA4; }
 
.socialmedia .social a.feed { background-position: -648px 0px; }
.socialmedia .social a.feed.hover { background-color: #e08e00; }

#header{
	width:100%;
	height:130px;
	background: url(../images/header-bg.png) no-repeat;

   position:fixed;
   top:0;
   margin-top:0px;
   z-index:1100;
   

}

.header-bg {
	background: url(../images/header-top-bg_2.png) top no-repeat;
	width:100%;
	z-index:1;
	overflow:hidden;
}
	
.header_tagline {
	background: url(../images/bg-2.png) repeat fixed #6ac4dc;
	box-shadow:  rgba(0,0,0, 0.1) 0px 0px 5px;
	-moz-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 5px;
	-webkit-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 5px;
	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 {
	color:#909090;
	font-family: 'Open Sans', serif;
	font-weight:lighter;
	margin:  0 0 5px 0;
	}


/* ------- Logo ------- */
#left{
    float: left;
    height: 90px;
    width: 219px;
    padding: 0 0 0 9999px;
    margin: 0 0 0 -9999px;
}

#right{
    float: right;
    height: 90px;
    width: 741px;
    padding: 0 9999px 0 0;
    margin: 0 -9999px 0 0;
}

#logo{
    float: left;
    display: block;
	margin-top:8px;
	margin-bottom:-20px;
	width:180px;
	height:80px;
}
      

/* ------- Menu ------- */
#menu{
	float: right;
    padding-top: 74px;
	margin-left:38px;
}
#menu li{
    float: left;
    line-height: 16px;
	margin-right: 22px;
}
#menu a{
	display: block;
    color:#fff;
	font-weight: bold;
	text-transform: uppercase;
    font-style: normal;
	/* font-family: 'Open Sans', sans-serif; */	font-size: 16px;
}
#menu .current,
#menu a:hover{color: #0b5979;}
#menu span{
    font-size: 10px;
	font-family: Georgia, Serif;
	font-style: italic;
	color:#999999;
}
/* ------- End Header ------- */


/* ------- Home page ------- */
.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;
}


#slogan {
	text-align: center;
	color: #fff;
	font-family: "Open Sans", sans-serif;
}

#slogan p {
	margin: 0px;
}

.teaserLight {
	color:#fff;
	line-height: 26px;
	font-size: 20px;
	font-weight: 100;
}

.teaserHeavy {
	color:#fff;
	line-height: 30px;
	font-size: 26px;
	font-weight: 600;
}

.section-title {
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #eee;
}
.welcome-title .title, .welcome-title .title a  {
	font-family: 'Oswald', sans-serif;
	display: inline;
	word-spacing: 5px;
}
.welcome-title h1.title {
	font-size:22px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.welcome-title h1.title span {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: none;
	color: #aaa;
}
.welcome-title p {
	color:#FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
	font-size: 18px;
	line-height: 27px;
}
.section-title .welcome-nav {
}
.welcome-title .welcome-nav  ul {
	padding: 20px;
	margin: 0 auto;
}

#features-services img {
	margin: 0px;
	padding-top: 3px;
	padding-right: 12px;
	float: left;
}


#features-services h4 {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}
	
#features-services, .section-border {
		border-bottom: 1px solid #277189;
		padding-bottom: 12px;
		margin-bottom: 28px;
	}

#features-services, .section-border h4 {
		border-bottom: 1px solid #0b5979;
		display: inline;
		padding-bottom: 10px;
	}

#features-services p {
	margin: 0px;
	padding-bottom: 30px;
}


.left-pusher {
	margin-left: 80px;
}

.grid {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
.grid li {
	float: left;
}
.grid.row3 li {
    width: 319px;
}
.grid.row4 li {
    width: 239px;
}
.grid.row5 li {
    width: 191px;
}
.grid.row6 li {
    width: 159px;
}
.grid li.last {
	border-right: none;
}
.grid li.last-row {
	border-bottom: none;
}
.grid img {
	display: block;
	margin:27px 0px 0px 27px;
}
.icon_shape {
	display:block;
	margin: 0 auto;
	width:120px;
	height:120px;
	background: url(../images/icon_circle.png) no-repeat;
	background-position:center;}

	
.feature_box div {
	padding: 15px 10px;
	text-align: center;
}
.feature_box div a {
	color: #676767;
}
.feature_box div:hover, .feature_box div:hover a {
}
.feature_box div:hover a {
	background-color:#277189; 
}
.feature_box img, .feature_box h2 {
	display: block;
	margin-bottom: 20px;
}
.feature_box h2 {
	font-family: "Open Sans", sans-serif;
	font-size:15px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

#container { min-width:960px; max-width:960px; }
.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: #909090;
	padding: 0 15px; }

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: #fff;
	font-family: "Open Sans", sans-serif;
	line-height: 42px;
	font-size: 40px;
	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 #277189;
}
#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  #0b5979;
}
#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:66px;
	font-family: 'Oswald', arial, sans-serif;
	color:#cccccc;
	padding:5px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}

.page_caption
{
	background: url(../images/page_caption.png) repeat-x;
	width: 960px;
	margin-top: 29px;
	margin-right: auto;
	margin-bottom: -55px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	text-transform:uppercase;
	font-weight:bold;}

.page_caption h1 {
	color:#fff;
	font-size: 46px;
	font-weight:bold;
	text-align:center;
}
.page_caption .span {
	color:#fff;
	width: 960px;
	margin: auto;
	text-align:left;
	margin-top: -15px;
	margin-bottom:10px;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;}
.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: left; }
#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: left; }
.service p { text-align: left; }
.icon_container {
  width: 258px;
  height: 258px; 
  padding-top:1px;  
  margin-bottom: 35px;
  background:url(../images/services/icon_holder.png) no-repeat;
   }

.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;
	 }
	
.item-container {
	position: relative;
	overflow: hidden; }
.glossy {
	display:block;
	position: absolute;
	z-index: 1;
	top: -40%;
	left: 0;
	width:44px;
	height:88px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: transparent;
	-webkit-box-shadow: 0 0 0 200px rgba(255,255,255,.15);
	-moz-box-shadow: 0 0 0 200px rgba(255,255,255,.15);
	box-shadow: 0 0 0 200px rgba(255,255,255,.15);
	border: 1px solid rgba(255,255,255,.2);
	transition: all .3s;
}


.portfolio-item .post-image {
	overflow: hidden;
	margin-bottom: 0;

}

.portfolio-icons {
	display: block;
	position: absolute;
	right: 82px;
	bottom: -130px;
	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;
	color:#fff;
	}
		
.portfolio-item .post-info .post-meta span {
	background: none;
	color:#fff;
	text-align:center;
	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: 20px;
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: 240px; 
	}

.portfolio-four-columns .portfolio-item img {
	width: 240px;
	height: 200px;
	margin-bottom:-18px;
	padding-bottom:10px;
	}

/* ------- Portfolio Style 1 ------- */
.portfolio-style-2 .post-info {
	background-color: #6ac4dc;
	border: 1px solid #277189;
	border-bottom: 2px solid #277189;
	
	position: relative;
	display: block;
	text-align:center;
	color:#fff;
	margin: 0;
	padding: 15px;	
	}

.portfolio-style-2 .portfolio-item:hover .post-info {
	border-bottom: 1px dotted #333;

	 }

.portfolio-style-2 .post-info .post-title {
	margin: 0px;
	padding: 0;
	margin-bottom:8px;
	text-align:center;
	color: #fff;
	font-size: 12px;
	font-weight: bold; }
	

/* ------- 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:20px; 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"); }

/* ------- End Portfolio ------- */
	
/* ------- Contact Map ------- */
.map_frame{ width:430px; height:280px; padding:9px;background-color: #fff;
	border: 1px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;}
/* ------- End Contact Map ------- */

/* ------- Contact Form ------- */
#contact_form {
	width: 420px;
	margin: 0px;
	float: left;
	padding: 20px;
	background-color: #4d9fb5;
	border-bottom: 2px solid #0b5979;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;}
.success { 
	padding: 20px;
	background-color: #333;
	border: 1px solid #277189;
	border-bottom: 2px solid #277189;
       -webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px; 
}
.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 {
	width: 400px;
	margin-bottom: 15px;
	background: url(../images/stripes-dark.png) repeat #277189;
	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: #19475e;
	border-bottom-color: #19475e;
	border-left-color: #0F0F0F;
	padding: 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}
#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: 20px;
  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;  */ width: 90px;  font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	color: #ffffff;	padding: 10px 20px;	background: -moz-linear-gradient(		top,		#1d5e6d 0%,		#153d49);	background: -webkit-gradient(		linear, left top, left bottom,		from(#1d5e6d),		to(#153d49));	-moz-border-radius: 10px;	-webkit-border-radius: 10px;	border-radius: 10px;	border: 1px solid #153d49;	-moz-box-shadow:		0px 0px 0px rgba(000,000,000,0),		inset 0px 0px 2px rgba(21,61,73,1);	-webkit-box-shadow:		0px 0px 0px rgba(000,000,000,0),		inset 0px 0px 2px rgba(21,61,73,1);	box-shadow:		0px 0px 0px rgba(000,000,000,0),		inset 0px 0px 2px rgba(21,61,73,1);	text-shadow:		0px -1px 0px rgba(000,000,000,0.4),		0px 1px 0px rgba(255,255,255,0.3);
}

#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 ); 	*/	cursor:pointer;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	color: #ffffff;	padding: 10px 20px;	background: -moz-linear-gradient(		top,		#44afc7 0%,		#153d49);	background: -webkit-gradient(		linear, left top, left bottom,		from(#44afc7),		to(#153d49));	-moz-border-radius: 10px;	-webkit-border-radius: 10px;	border-radius: 10px;	border: 1px solid #153d49;	-moz-box-shadow:		0px 0px 0px rgba(000,000,000,0),		inset 0px 0px 2px rgba(21,61,73,1);	-webkit-box-shadow:		0px 0px 0px rgba(000,000,000,0),		inset 0px 0px 2px rgba(21,61,73,1);	box-shadow:		0px 0px 0px rgba(000,000,000,0),		inset 0px 0px 2px rgba(21,61,73,1);	text-shadow:		0px -1px 0px rgba(000,000,000,0.4),		0px 1px 0px rgba(255,255,255,0.3);}


#contact_form .required {
	font-size: 11px;
	color: #0b5979;
}
#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 {
	width: 100%;
	float: left;
	color: #999;
	background-color: #153d49;
	font-size: 11px;
	border-bottom: 7px solid #333;
}
#footer a {
	color: #ccc;
	font-weight: bold;
}
#footer a:hover {
}
#footer h3 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
    font-family: 'Open Sans', sans-serif;
	color: #fff;
	display: block;
}
#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	margin-bottom:15px;
}
#footer ul li .date {
	font: normal 11px/20px Helvetica,Arial,sans-serif;
    display: block;
}
#footer-content {
	width: 960px;
	margin: 0 auto;
}
#footer-bottom, #footer-top {
	padding: 35px 0;
	overflow: hidden;
	position: relative;
}
#footer-bottom {
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	padding: 25px 25px 18px 25px;
	color: #fff;
}	
#footer-bottom p {
	margin-bottom: 0;
}
#footer-bottom a {
}
/*--------------------------------------------------
				TWITTER
---------------------------------------------------*/
.twitter-feed {
	line-height:18px;
	word-wrap: break-word;
}

ul.tweet_list li {
    font-size:12px;
	padding-bottom: 15px;
	margin-top: 15px;
	padding-left: 30px;
	background: url(../images/twitter.png) no-repeat 0px 7px;
	border-bottom: 1px solid #2d2d2d;	
}

ul.tweet_list li:last-child {
	border: none;
}

ul.tweet_list li:first-child {
	margin-top: 0;
	margin-bottom:-8px;
} 

.tweet_text {
	display: block;
	margin-bottom: 8px;
}

/*--------------------------------------------------
			FOOTER INFO
---------------------------------------------------*/
.footer-information {
	margin:0px;
	padding-top: -15px;
	padding-right: 0px;
	padding-bottom: -15px;
	padding-left: 0px;
	list-style-type: none;
	line-height:18px;
	padding: 0;
	margin: 0;
} 
.footer-information li {
	font-size:12px;
	line-height:-15px;
	position:relative;
	padding-left:40px;
	margin-bottom:10px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left center;
} 
.footer-information ul li.address_1 {
	background-image:url(../images/icons/icon-address.png);
	background-repeat:no-repeat;
} 
.footer-information ul li.phone_1 {
	background-image:url(../images/icons/icon-phone.png);
	background-repeat:no-repeat;
} 
.footer-information ul li.email_1 {
	background-image:url(../images/icons/icon-email.png);
	background-repeat:no-repeat;
}
/*--------------------------------------------------
				      COLUMNS
---------------------------------------------------*/
.one, .one-half, .two-third, .one-third, .one-fourth { float:left; position:relative; margin-right:4%; }
.one { width: 100%; margin-right: 0; }
.one-half {	width: 48%; }
.two-third { width: 65.33%; }
.one-third  { width: 30.66%; }
.one-fourth { width: 22%; }
.last { margin-right: 0 !important; }


/* ------- 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;}

/* ------- 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: #277189277189;
  background: -moz-linear-gradient(top,  #277189277189 0%, #1c1c1c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#277189277189), color-stop(100%,#1c1c1c));
  background: -webkit-linear-gradient(top,  #277189277189 0%,#1c1c1c 100%);
  background: -o-linear-gradient(top,  #277189277189 0%,#1c1c1c 100%);
  background: -ms-linear-gradient(top,  #277189277189 0%,#1c1c1c 100%);
  background: linear-gradient(to bottom,  #277189277189 0%,#1c1c1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#277189277189', 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;  
  }
.rounded {
	border-radius: 20px;
}


.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; }
  #tabela_rep{width:90%;}
  #tabela_rep thead tr th{padding:15px}
  #tabela_rep tr{padding:5px 0;}
  #tabela_rep tr td{padding:3px;line-height:20px;}  .TableFornecedor {	margin:0px;padding:0px;	width:92%;	border:1px solid #53b1d6;		-moz-border-radius-bottomleft:0px;	-webkit-border-bottom-left-radius:0px;	border-bottom-left-radius:0px;		-moz-border-radius-bottomright:0px;	-webkit-border-bottom-right-radius:0px;	border-bottom-right-radius:0px;		-moz-border-radius-topright:0px;	-webkit-border-top-right-radius:0px;	border-top-right-radius:0px;		-moz-border-radius-topleft:0px;	-webkit-border-top-left-radius:0px;	border-top-left-radius:0px;}.TableFornecedor table{    border-collapse: collapse;        border-spacing: 0;	width:100%;	height:100%;	margin:0px;padding:0px;}.TableFornecedor tr:last-child td:last-child {	-moz-border-radius-bottomright:0px;	-webkit-border-bottom-right-radius:0px;	border-bottom-right-radius:0px;}.TableFornecedor table tr:first-child td:first-child {	-moz-border-radius-topleft:0px;	-webkit-border-top-left-radius:0px;	border-top-left-radius:0px;}.TableFornecedor table tr:first-child td:last-child {	-moz-border-radius-topright:0px;	-webkit-border-top-right-radius:0px;	border-top-right-radius:0px;}.TableFornecedor tr:last-child td:first-child{	-moz-border-radius-bottomleft:0px;	-webkit-border-bottom-left-radius:0px;	border-bottom-left-radius:0px;}.TableFornecedor tr:hover td{	}.TableFornecedor tr:nth-child(odd){ background-color:#277189; }.TableFornecedor tr:nth-child(even)    { background-color:#153d49; }.TableFornecedor td{	vertical-align:middle;			border:1px solid #53b1d6;	border-width:0px 1px 1px 0px;	text-align:left;	padding:7px;	line-height: 20px;	font-size:13px;	font-family:Arial;	font-weight:normal;	color:#ffffff;}.TableFornecedor tr:last-child td{	border-width:0px 1px 0px 0px;}.TableFornecedor tr td:last-child{	border-width:0px 0px 1px 0px;}.TableFornecedor tr:last-child td:last-child{	border-width:0px 0px 0px 0px;}.TableFornecedor tr:first-child td{		background:-o-linear-gradient(bottom, #4d9fb5 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4d9fb5), color-stop(1, #003f7f) );	background:-moz-linear-gradient( center top, #4d9fb5 5%, #003f7f 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d9fb5", endColorstr="#003f7f");	background: -o-linear-gradient(top,#4d9fb5,003f7f);	background-color:#4d9fb5;	border:0px solid #53b1d6;	text-align:center;	border-width:0px 0px 1px 1px;	font-size:14px;	font-family:Arial;	font-weight:bold;	color:#ffffff;}.TableFornecedor tr:first-child:hover td{	background:-o-linear-gradient(bottom, #4d9fb5 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4d9fb5), color-stop(1, #003f7f) );	background:-moz-linear-gradient( center top, #4d9fb5 5%, #003f7f 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d9fb5", endColorstr="#003f7f");	background: -o-linear-gradient(top,#4d9fb5,003f7f);	background-color:#4d9fb5;}.TableFornecedor tr:first-child td:first-child{	border-width:0px 0px 1px 0px;}.TableFornecedor tr:first-child td:last-child{	border-width:0px 0px 1px 1px;}