/* 
Template name : Grider responsive template
Author		  : iWebStudio
Version		  : 1.0
*/


@font-face {
 font-family: MyCustomFont;
 src: url("PRISTINA.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("PRISTINA.TTF") /* TTF file for CSS3 browsers */
}
	
/***** Header *****/
body
{
/*	background:url(../images/home-bg.jpg)  no-repeat top left; width: 100%;margin: 0;padding: 0;*/
}


#header	{
		
/*margin-bottom:-80p:x;*/
background:url(../images/head.jpg) no-repeat top left;

	
	
	
	background-size:cover;

background-size:cover;
height:220px;

/*height:190px;*/


}
.tagline
{
	font-family: MyCustomFont, Impact, "Arial Black", sans-serif;
	color:#f8a800;
	margin-top:163px;
	font-size:22px;
	letter-spacing:1px;
	font-weight:500;
	

}

.slide
{
	width:100%;
	margin-left:300px;

	
}
.outer1

{
	background:url(../images/outer.jpg) no-repeat top  left;
	background-size:cover;
	height:100%;

}


#header h1, #header h2, #header h3, #header h4, #header h5, #header h6{
	color:#fff;

}
header .searchbar {
    float: right;
	margin-top:0%;
	height:30px;
}

ul.search {
	float:left;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 !important;
}
ul.less li
{
	margin-bottom:5px;
	line-height:10px;
}
.search li{
	float:left;
	padding:0 !important;
	margin-right:10px;
}
.searchbar .search li h3 a

{
	font-size:12px;
	
	color:#FFF;

}
#search{
    float: right;
   
   
}


#searchField{
    height: 10px;
    padding-right: 5px;
}


#searchSubmit{
    background:url(../images/mag-glass.png) no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 10px;
    margin-left: -22px;
    margin-top: 5px;
    width: 20px;
	z-index:5;
}

/*.search li form
{
	height:10px;
	}
	*/
	/*.search li form input
	{
		height:10px;
	}
	.search li form #searchBox
	{
		height:10px;
	}*/


header .logo {
    float: left;
	color:#000;
}

.moveup
{
	margin-top:-40px;
}
/* top navigation */
nav {

	
	


height:auto;
 	    
	
    

	
}
header nav.menu
{
	float:right;
	
	
	
padding-left:15px;
	

		 height:30px;

  
 	

border-bottom-left-radius:110px;
background-color: #190F58;
  background: url(images/linear_bg_2.png);
  background-repeat: repeat-x;
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(100% 100% 90deg,#3CF, #190F58);
  
  /* Safari 4-5, Chrome 1-9 */
  /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#190F58), to(#3CF));
  
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(#190F58,#3CF	);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(#190F58, #3CF);
  
 	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3CF', endColorstr='#190F58'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3CF', endColorstr='#190F58')"; /* IE8 */
  margin-top:-5px;
  behavior: url(border-radius.htc);
/*  margin-left:17.8%;*/

  		}
		.name
		{
			font-family:"Myriad Pro";
			font-size:18px;
			font-weight:700;
			color:#309;
		
			margin-top:40px;
			overflow:visible;
		}
		
		
			
header nav.headmenu
{
		  behavior: url(border-radius.htc);
		border-radius:5px;
float:right;
	 height:25;

	 margin-right:30px;

		


}

p.para
{
	color:#009;
}

header nav ul {
	float: right;
    text-align: right;
	z-index:900;
}

header nav ul li {
    display: inline-block;
	margin-left: 3px;
	z-index:100;
}

header nav ul li ul li {
	float:left;
}

header nav li:first-child {
    margin-left: 0;
}

header nav ul li a {
	display: inline-block;
    line-height: 0px;
    padding: 0 10px;
	margin-bottom:5px;
	height:auto;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

header nav ul li:hover {
	text-decoration:none;

		-webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all  0.3s ease;
	  
}

header nav ul li a {
/*	color:#4d4d4d;*/
color:#FFF;


}
header nav ul li a:hover {
	color:#683518;
	
font-weight:bold;
}

header li.selected a {
    border-bottom: 1px solid #e9e9e9;
} 

header li.selected li a {
    border-bottom: none;
} 

header nav li a img {
    margin-left: 5px;
}

header nav li ul {

	display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s; 
	-moz-transition: opacity 0.3s; 
	-o-transition: opacity 0.3s; 
	transition: opacity 0.3s;

}

header nav li:hover ul {

	display: block;
    position: absolute;
    float: none;
    width: auto;
    margin: 0 0 0 10px;
    text-align: left;
    z-index: 300;
    opacity: 1;
	-webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all  0.3s ease;
}

header nav li:hover ul {
			padding-top:3px;
    background-color:#6CF;

}

header nav ul li ul li {
	float:none;
}

header nav li:hover ul li ul {
	display:none;
}

header nav li:hover li {
    display: block;
    margin: 0;
	padding:0px 0px 1px 0px;
	border-top:none;
}

header nav li:hover li a {
	display: block;
    line-height: 35px;
    text-transform: none;
    margin: 0;
	font-weight:normal;
	letter-spacing:0;
	font-size:12px;
    padding: 0 15px;
    -webkit-transition: background-color 0.3s; 
	-moz-transition: background-color 0.3s; 
	-o-transition: background-color 0.3s; 
	transition: background-color 0.3s;
	width:200px;
}
header nav ul li ul li:hover {
	border:none;
}
header nav ul li ul li:hover ul li a {
	text-indent:0;
	font-weight:normal;
	background:none;
	-webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all  0.3s ease;
}


/* 3rd + Levels */
header nav ul  li ul li:hover ul {
	display: block;
    position: absolute;
    float: none;
    width: 100%;
    margin: -37px 0 0 1px;
	left:100%;
    text-align: left;
    z-index: 300;
    opacity: 1;
}

header nav ul li ul li ul li:hover a {
	text-indent:15px;
	font-weight:bold;
	background-attachment: scroll;
	background-image: url(../images/list/arrow-dot.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	-webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all  0.3s ease;
}
header nav ul ul li:hover ul{	
	height:auto;
	opacity:1;
}

header nav ul  li ul li:hover ul li a{
    display: block;
	width:auto;
    margin: 0;
	line-height: 35px;
	padding:0px 15px;
}

    nav select {
      display: none;
    }





			  
#featured-wrap{
	width:100%;
	background:#fff;
	}	

.featured-top .intro {
	border-right:1px solid #e9e9e9;
	padding-right:32px;
}

ul.tweet_list {
	position:relative;
	padding:15px 0 15px 0;
	margin:0;
	color:#fff;
	font-size:12px;

}

ul.tweet_list li{
	font-size:12px;
	margin:0 20px 0 20px;

}

ul.tweet_list li p {
	padding:0;
	margin:0;
}

ul.tweet_list li a {
	color:#fff;
	font-weight:bold;

}

p.loading {
	margin-left:15px;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.twitter_feed + p {margin:15px 0 2em 85px; font-weight:bold;}

ul.tweet_list li:after{
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-45px;
	left:50px;
	width:0;
	height:0;
	border-width:0 20px 30px 0px;
	border-style:solid;
}

.featured_area {
	position: relative;
	width: 100%;
}


/*------------------- slider -------------------------------------*/
/* elastic slideshow */
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
	height:auto;
}
.ei-title{
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 40px;
	line-height: 30px;
	font-family:Georgia, Arial, sans-serif;
	font-style: italic;
	color: #0a0a0a;
}
.ei-title h3{
	text-transform: uppercase;
	color: #0a0a0a;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

 
/*.bg-1{ background:url(../images/banner1.jpg) top left no-repeat}
.bg-2{ background:url(../images/banner2.jpg) top left no-repeat}
.bg-3{ background:url(../images/banner3.jpg) top left no-repeat}*/

.button-1{color:#fff; left:5px; bottom:5px;background:#666;border-radius:10px; width:90px; text-align:center; line-height:27px; display:block; text-decoration:none; font-weight:bold }
.button-1:hover{text-decoration:underline }
.button-2{color:#fff; background:#666; border-radius:10px; width:90px; text-align:center; line-height:27px; display:block; text-decoration:none; font-weight:bold }
.button-2:hover{text-decoration:underline }
.button-3{color:#fff; background:#666; border-radius:10px;width:90px; text-align:center; line-height:27px; display:block; text-decoration:none; font-weight:bold }
.button-3:hover{text-decoration:underline }

.indent-col1{ color:#FFF; background:url(../images/banner.png) no-repeat top left; height:100px; width:100%;}

.ul1 li{background:url(../images/marker.gif) top left no-repeat; background-position:0 9px; margin:0; padding-left:10px; }
.ul1 li a{color:#fff; text-decoration:none ; line-height:1.91em; font-size:12px; font-style:italic} 
.ul1 li a:hover { text-decoration:underline; }

#maincontent1{
	
	padding-top: 0px;
	padding-right: 1px;
	/*padding-bottom: 2%;*/
	padding-left: 1px;
	
background:url(../images/index3.jpg) no-repeat top  left;
	background-size:cover;
	height:100%;
	/*background:#D8DAE1;*/
}
#page1
{
	width: 100%;
	/*background:url(../images/index2.jpg) no-repeat top left;*/

	
	
	
	background-size:cover;
}
#maincontent2{
	width: 100%;
	background:url(../images/about1.jpg) no-repeat top left; 
		background-size:cover;
		padding-top: 30px;
	padding-right: 1px;
	padding-bottom: 2%;
	padding-left: 10px;
	

	/*background:#D8DAE1;*/
}
#maincontent6{
	width: 100%;
	background:url(../images/resource-back.jpg) repeat top scroll; 
		
		padding-top: 30px;
	padding-right: 1px;
	padding-bottom: 2%;
	padding-left: 10px;
	

	/*background:#D8DAE1;*/
}
#maincontent3{
	width: 100%;
/*	background:url(../images/home1.jpg) no-repeat top left; */
background:url(../images/service-backjpg.jpg) no-repeat top left;
		background-size:cover;
	padding-top: 30px;
	padding-right: 1px;
	padding-bottom: 2%;
	padding-left: 10px;
	

	/*background:#D8DAE1;*/
}
#maincontent4{
	width: 100%;
	background:url(../images/home1.jpg) no-repeat top left; 

		background-size:cover;
	padding-top: 30px;
	padding-right: 1px;
	padding-bottom: 2%;
	padding-left: 10px;
	

	/*background:#D8DAE1;*/
}
#maincontent5{
	width: 100%;
	background:url(../images/logistic-back.jpg) no-repeat top left; 

		background-size:cover;
	padding-top: 30px;
	padding-right: 1px;
	padding-bottom: 2%;
	padding-left: 10px;
	

	/*background:#D8DAE1;*/
}
#maincontent{
	width: 100%;
	padding-top: 0%;
	padding-right: 1px;
	padding-bottom: 2%;
	padding-left: 1px;
	/*background:url(../images/home-bg.jpg)  no-repeat top left;*/

	background:#D8DAE1;
}
#maincontent7{
	
	padding-top: 20px;
	padding-right: 1px;
	/*padding-bottom: 2%;*/
	padding-left: 1px;

background:url(../images/carrer.jpg) no-repeat top  left;
	background-size:cover;
	height:100%;
	/*background:#D8DAE1;*/
}
#maincontent8{
	
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

background:url(../images/contact-back.jpg) no-repeat top  left;
	background-size:cover;
	height:100%;
	/*background:#D8DAE1;*/
}
#maincontent9{
	width: 100%;
	background:url(../images/home1.jpg) no-repeat top left; 

		background-size:cover;
	padding-top: 30px;
	padding-right: 1px;
	padding-bottom: 2%;
	padding-left: 10px;
	

	/*background:#D8DAE1;*/
}

.container_style
{
	
padding-top:10px;
	width:100%;
	/*background:#D8DAE1;*/
	
	
	
}
.pad
{
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
background:#6DBDD6;

}
.pad h2
{
	font-size:1.25em;
	font-weight:700;
		color:#000080;
}
.pad h4
{
	color:#000;
font-weight:bold;
}
.indent-col h2
{
		font-size:1.25em;
	font-weight:800;
		color:#000080;
}
.indent-box h2
{
		font-size:1.25em;
	font-weight:800;
		color:#000080;
}
h1 span{ display:block; margin-top:-9px; }
#headline-page{
	float:left;	
	width:100%;
	margin:30px 0px 30px 0px;
	padding:10px 10px 18px 10px;	
}

.page-title{
	float:left;	
	width:60%;
}

.page-title H4{
	margin-bottom:0;
	float:left;
	color:#fff;
}

.page-title span{
	font:12px georgia, Arial, sans-serif;
	text-transform:none; 
	line-height:1.5em;
	font-style:italic;
	background:url(../images/caption-link.png) no-repeat left 8px;
	float:left;
	margin:5px 0px 0px 15px;
	padding-left:24px;	
	color:#fff;
} 

/* --- search --- */

#searchForm {
    float:right;
	margin:0px;
	width:288px;
}

#searchForm fieldset {
    position:relative;
    display:block;	
}

div.input {
    width:100%;	
}

form#searchForm input#s {
    width:85%;
    border:0;
	padding:5px 10px 5px 10px;
    background:transparent;
	font-size:12px;
	font-size:13px;
	color:#acacac;
	background:#fff;	
}

form#searchForm input:focus#s {
	color:#5b5b5d;
}

input#searchSubmit {
    border:0;
    position:absolute;
    top:2px; right:0px;
    z-index:5;
    cursor:pointer;
	display:none;
}

/* --- tagline --- */

#tagline{
	width:100%;
	text-align:center;	
}

/* =====================  Portfolio  ====================== */

/*----------------------------
	 filter bar
-----------------------------*/

#filter {
	display: block;
	position: relative;
	width:100%;
	float:left;
}

#filter li{
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0;
	height: 32px;
	line-height: 31px;
	margin-bottom: 0px;
	overflow: hidden;
}

#filter a{
	text-decoration: none;
	color: #5b5b5d;
	display: block;
    background:#f5f5f5;
	outline: none;
	height: 30px;
	padding: 0 10px 0 10px;
}
#filter a:hover{
    background:#666666;
	color:#fff;  	
}
#filter a:active, #filter .active  a{
	outline:none;
	color:#fff;  
	text-decoration: none;
}
#stage{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}

.boxcaption{
	float:left;
	position: absolute; 
	background: url(../images/caption-bg.png) repeat top left;
	cursor:pointer;
	z-index:300;
}


/* ------------- Box caption for portfolio 4 column & Image size 208 x 126  ---------------- */

ul.portfolio-4column li{
	float:left;
	height:126px;
	margin:0px 0px 30px 0px;
	overflow:hidden;
	position: relative;
}

.box_4{
	width:188px;
	height:126px;
	padding:10px 10px 10px 10px;
}

.portfolio-4column li .boxcaption{
	top: 90px;
	left: 16px;
}

/* ------------- Box caption for portfolio 3 column & Image size 288 x 175  ---------------- */
ul.portfolio-3column li{
	float:left;
	height:175px;
	margin:0px 0px 30px 0px;
	overflow:hidden;
	position:relative;
}

.portfolio-3column li .boxcaption{
	top: 135px;
	left: 16px;
}

.box_3{
	width:268px;
	height:175px;
	padding:10px 10px 10px 10px;
}

/* ------------- Box caption for portfolio 2 column & Image size 448 x 175  ---------------- */
ul.portfolio-2column li{
	float:left;
	height:175px;
	margin:0px 0px 30px 0px;
	overflow:hidden;
	position:relative;
}

.portfolio-2column li .boxcaption{
	top: 135px;
	left: 16px;
}

.box_2{
	width:428px;
	height:175px;
	padding:10px 10px 10px 10px;
}

.project-name{
	float:left;
	width:100%;	
}

.project-name h5{
	color:#fff;
	font-size:12px;
	font-family:Arial,sans-serif;
}

.project-text{
	float:left;
	width:100%;		
}
.project-text a.textlink{
	background:url(../images/caption-link.png) no-repeat left 8px;
	padding-left:24px;
	font-style:italic;	
}
.project-text a:hover{

}
.project-text p{
	line-height:18px;
	color:#fcfcfc;
}

.project-text a{
	float:left;
	font-size:12px;
	color:#fcfcfc;
}

.project-text a.small{
	float:left;
	font-size:10px;
	margin-top:16px;
	margin-right:5px;
}	

/* --- Video gallery --- */
ul.video-gallery li{
	float:left;	
	margin:0px 0px 20px 0px;	
}

ul.video-gallery {
	margin:0px 0px -30px 0px;	
}

/* --- testimonials -- */
ul.testimonials li{
	display:block;
	float:left;
	width:100%;
}
ul.testimonials li blockquote{
	position:relative;
	padding:15px 30px;
	margin:0;
	color:#a1a1a1;
	background:#e9e9e9; /* default background for browsers without gradient support */
	

	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#f3f2f2), to(#e9e9e9));
	background:-moz-linear-gradient(top, #f3f2f2, #e9e9e9);
	background:-o-linear-gradient(top, #f3f2f2, #e9e9e9);
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
ul.testimonials li blockquote + p {margin:15px 0 2em 85px; font-weight:bold;}

ul.testimonials li blockquote:after{
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-30px;
	left:50px;
	width:0;
	height:0;
	border-width:0 20px 30px 0px;
	border-style:solid;
	border-color:#fff #e9e9e9;
}

.testimonial{

}

/* ---- linklist --- */

ul.link-list li{
	padding:0px 0px 15px 0px;
	margin:0px 0px 15px 0px;
}
ul.link-list li a{
   display: block;
}

/* ================== Blog ========================== */
.title-post{
	float:left;
	width:100%;
	margin-bottom:15px;
}

.title-post a{
	color:#4d4d4d;
	font-weight:bold;
}

.title-post h5{
	float:left;
}

/*---------- blog meta -----------*/

span.comment{
	float:right;
	background:#f5f5f5 url(../images/icons/comment.png) no-repeat top left;
	padding:0px 5px 0px 10px;
	font-size:11px;
	color:#8f8f8f;
	text-shadow: 0px 1px 1px #ffffea;
}

.date-post{
	float:left;
	background:#f5f5f5;
	margin:5px 15px 0px 0px;
	padding:0;
	width:45px;	
	text-align:center;	
}

.date{
	float:left;
	width:100%;
	font-size:24px;
	padding:10px 0px 10px 0px;
	font-family: 'ColaborateLight',Arial,sans-serif;
	text-shadow: 0px 1px 1px #fffff9;
	color:#d7d7d7;
}

.month{
	float:left;
	width:100%;
	background:#e9e9e9;
	font-size:12px;
	padding:0;
	text-shadow: 0px 1px 1px #fffff9;
	color:#c7c7c7;	
}

.blog-meta{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	color:#4d4d4d;
}

.author a{
	padding-left:5px;
	color:#a1a1a1;
}

.meta-tag a{
	padding-left:5px;
	color:#a1a1a1;
}

/* ============== Sidebar ================ */

.aside{
	width:100%;
	margin:0px !important;	
	padding:0px !important;	
}

.sidebar-widget h1, .sidebar-widget h2, .sidebar-widget h3, .sidebar-widget h4, .sidebar-widget h5{
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
}

.sidebar-widget{
	float:left;
}

/* --- list widget --- */

ul.sidebar-list  li{
	float:left;
	background:url(../images/divider.png) repeat-x bottom left;	
	width:100%;
}

ul.sidebar-list  li a{ 
	color:#535353;
}

ul.recent-list li{
	background:url(../images/divider.png) repeat-x bottom left;	
	float:left;
	width:100%;
}
ul.recent-list li a{
	color:#535353;
}
ul.recent-list h6{
	margin-bottom:5px;
	font-size:12px;
	font-family:Arial,sans-serif;
	font-weight:normal;
}

/* --- img widget --- */

ul.img-widget li{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

ul.img-widget li.omega{
	margin-right:0px;
}

ul.img-widget li.last{
	margin-bottom:0px;
}

/* --- comment --- */
.comment-wrapper{
	padding:10px;

	border: 1px solid #f3f3f3;	
	margin-bottom:20px;
}

.about-author{
    background:#f5f5f5;
	border: 1px solid #ededed;	
}
.comment-reply{
	width:90%;
	float:right;
}
.secondlevel-reply{
	width:84%;
	float:right;
}
.comment-post{
	margin:0px;
	padding:0;
}
.comment-info{
	margin:0px 0px 10px 0px;
	font-family: 'ColaborateLight',Arial,sans-serif;	
	text-transform:uppercase;	
}
.comment-info span{
	margin-left:5px;
	font-style:italic;
	text-transform:none;
}
/*--- comment form --- */

ul.comment-form{
	margin:15px 0px 0px 0px;
	padding:0 !important;
	list-style:none;
}

ul.comment-form li {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

.comment_input, .contact_input, .comment_textarea, .contact_textarea, input#email, input#name, .cform textarea, .contact_select {
	width:300px;
	height:12px;
	background:#FFF;
	border: 1px solid #6CF;	
	color:#000;

}
select

{
		border: 1px solid #6CF;	
	color:#000;
	width:325px;
}
.label
{
	width:150px;
	float:left;
	line-height:12px;
}

.comment_textarea, .contact_textarea, .cform textarea{
	height:138px;	
}

.comment_input:focus, .contact_input:focus, .comment_textarea:focus, input:focus#email, input:focus#name , .contact_textarea:focus{
	color:#006;
}

/*--- contact form ---*/
ul.cform {
	margin:0 !important;
	padding:0 !important;
	list-style:none;

}
ul.cform li {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}
ul.cform li .btn {
	margin-top:0 !important;
}
ul.cform li label {
	display:block;
	margin-bottom:5px;
	line-height: 42px;
	width: 65px;
	margin: 0px;
	text-indent: 10px;
}
.cform textarea{
	font:13px Arial, Helvetica, sans-serif;
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
width:250px;

}

input.button {
	text-decoration:none;
}
.validation {
	display:none;
}
#sendmessage {
	background:url('../images/icons/success_icon.png') no-repeat 20px center #DFF2BF;
	border:1px solid #4F8A10;
	color:#4F8A10;
	display:none;
	padding:15px 12px 15px 65px;
	margin:10px 0;
}
input[type=text]:focus, textarea:focus, input[type=password]:focus {
	outline: 0 none;
}

.reginput {
	width: 242px;
}
.inputstyle {
	font-size: 12px;
}
.fancyinputarea {
	padding: 9px;
	outline: 0;
	font-size: 12px;
}
.button{
  background: #666666;
  border:none;
  cursor:pointer;
  color:#fff;
}
.button:hover{
  color:#262626;  
}

iframe.map, img.map{
	float:left;
	margin:10px 0px 20px 0px;
}

/* --- Pdf brochure --- */
.pdf-brochure{
	float: left;
	width:100%;
	padding:13px 0px 15px 60px;
	background:url(../images/icons/pdf.png) no-repeat top left;
}

span.date-range{
	float:left;
	width:100%;
	margin-bottom:10px;
	color:#a1a1a1;
}
/* --- Our team --- */
ul.team{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
ul.team li{
	width:100%;
	margin-top:10px;
}

ul.team li span{
	padding-right:10px;
	padding-left:10px;
}

.follow-label{
	float:left;
	margin:0;
	padding:0;
}
.follow-label span{
	padding-right:10px;
	padding-left:10px;
}
ul.followme {
	float:left;
	display:inline;
	height:15px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 !important;
	margin:0 !important;
}
.followme li{
	float:left;
	padding:0 !important;
	margin:0px 10px 0px 0px;
}

li.follow-image a {
	display:block; 
	height:15px; 
	position:relative;
}	
li.follow-image a .fb-hover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:8px; 
	height:15px; 
	background:url(../images/social/fb-gray-hover.png) no-repeat top left;	
}
li.follow-image a .twitter-hover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:19px; 
	height:15px;  
	background:url(../images/social/twitter-gray-hover.png) no-repeat top left;	
}
li.follow-image a .linkedin-hover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:19px; 
	height:15px; 
	background:url(../images/social/linkedin-gray-hover.png) no-repeat top left;	
}
li.follow-image a .google-plus-hover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:19px; 
	height:15px; 
	background:url(../images/social/google-plus-gray-hover.png) no-repeat top left;	
}
/* --- Partner --- */

.partners{
	float:left;
	height:126px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 !important;
	margin:0 !important;
}

.partners a {
	display:block; 
	height:126px;
	position:relative;
}

.partners a .partner1-hover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:208px; 
	height:126px; 
	background:url(../images/partners/1-hov.jpg) no-repeat top left;	
}

.partners a .partner2-hover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:208px; 
	height:126px; 
	background:url(../images/partners/2-hov.jpg) no-repeat top left;	
}

.partners a .partner3-hover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:208px; 
	height:126px; 
	background:url(../images/partners/3-hov.jpg) no-repeat top left;	
}

.partners a .partner4-hover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:208px; 
	height:126px; 
	background:url(../images/partners/4-hov.jpg) no-repeat top left;	
}

.partners a .partner5-hover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:208px; 
	height:126px; 
	background:url(../images/partners/5-hov.jpg) no-repeat top left;	
}


/*=================== Elements ============================*/

/*------------------- tabs --------------------*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: auto;
	width: 100%;
	border:none;
	z-index:99;
	margin-bottom:5px;
}
ul.tabs li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0;
	line-height:25px;
	overflow: hidden;
}
ul.tabs li a {
	text-decoration: none;
	color: #5b5b5d;
	display: block;
	padding: 0 10px 0 10px;
	background:#f5f5f5;
	font-size:12px;
	font-family: 'ColaborateLight',Arial,sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}

ul.tabs li a:hover {
	background:#666666;
	color:#fff;
}

ul.tabs a:active {
	outline:none;
}

.panes {
	overflow: hidden;
	clear: both;
	float: left;
	border:1px solid #e9e9e9;
	width: auto;
}

.panes div { /* for regular tabs */
	padding: 15px 15px 5px 15px;
	border:1px solid #fff;

}


.panes h4 {
	font-weight:normal;
	margin:0 0 10px 0;
	font-size:16px;
	color:#333;
}

.panes img {
	margin-bottom:10px;
}

/* toggles */

.toggle {
	display: block;
	margin-bottom: 15px;
}

/* toggle header */

/* currently active header */
.toggle span.active {
	cursor:pointer;
}

.toggle h6.title span.title_content {
display: block;
overflow: hidden;
position: relative;
padding:5px 15px 4px 35px;
height:auto;
}

/* toggle pane */
.toggle .pane {
	border-top: none;
	overflow: hidden;
	clear: both;
	border:1px solid #e9e9e9;
}
.toggle .pane-page {
	padding: 15px;
}
/* toggle_style1 */

.tstyle1 h6.title {
	cursor:pointer;
	text-decoration: none;
	color: #5b5b5d;
	display: block;
	outline: none;
	padding:0;
    background:#f5f5f5;
	font-size:10px;
}

.tstyle1 h6.title:hover, .toggle_style1 span.active:hover {
	background: #666666;
	color:#fff;
}

.tstyle1 span.active {
color: #333;
	background: #f1f1f1;
}

/*------------------- accordion --------------------*/
#accordion {
	margin: 0;
	padding: 0;
	height: auto;
	width: 99.9%;
}
/* accordion header */
#accordion h6 {
	margin:0;
	padding:4px 35px;
	cursor:pointer;
	font-size:12px;
	background:#f5f5f5;
	line-height:16px;
	width: 99.9%;	
	margin:0px 0px 5px 0px;
}

/* currently active header */
#accordion h6.current {
	cursor:default;
}
/* accordion pane */
#accordion .pane {
	display: none;
	border:1px solid #e9e9e9;
	padding:15px;
	margin:5px 0px 5px 0px;
}
/* a title inside pane */
#accordion .pane h6 {
	font-weight:normal;
	margin:0 0 10px 0;
}
#accordion .pane p {
	margin:10 0 0 0;
}
.pane img {
	margin-bottom:10px;
}
/* ---- List style ---- */

ul.arrow-full, ul.arrow-dot, ul.diamond-list, ul.check-list {
	display:block;
	list-style:none;
	margin:10px 0 0 0;
}

/* arrow full */
ul.arrow-full li {
	background-attachment: scroll;
	background-image: url(../images/list/arrow-full.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left:26px;
	margin-top:5px;
}

/* arrow dot */
ul.arrow-dot li {
	background-attachment: scroll;
	background-image: url(../images/list/arrow-dot.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left:26px;
	margin-top:5px;
}

/* bullet */
ul.diamond-list li {
	background-attachment: scroll;
	background-image: url(../images/list/diamond.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left:26px;
	margin-top:5px;
}

/* checklist */
ul.check-list li {
	background-attachment: scroll;
	background-image: url(../images/list/checklist.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:26px;
	margin-top:5px;
}

/*------------------- buttons -----------------------*/

/*=== button type 1 ===*/

/* small button */

.smallbtn1 {
  border:none;
  cursor:pointer;
  font-size:11px;
  line-height:25px;
  padding:7px 10px 7px 10px;
}

/* medium button */
.mediumbtn1 {
  border:none;
  cursor:pointer;
  font-size:12px;
  line-height:30px;
  padding:9px 10px 9px 10px;
}

/* big button */
.bigbtn1 {
  border:none;
  cursor:pointer;
  font-size:14px;
  line-height:40px;
  padding:13px 20px 13px 20px;
}


/*=== button type 2 ===*/

/* small button */
.smallbtn2 {
	background-position:0 0;
}

a.smallbtn2 { display: block; float: left; height: 25px; padding-right: 10px; text-decoration: none; font-size:11px;  text-transform:none; }

a.smallbtn2 span { 
	display: block; 
	line-height: 25px; 
	padding: 0px 0 0px 30px; 
}

a.smallbtn2:hover span { background-position: 0 -25px; }

a.smallbtn2:hover { background-position: right -25px; }

/* medium button */
.mediumbtn2 {
	background-position:0 0;
}

a.mediumbtn2 { display: block; float: left; height: 30px; padding-right: 10px; text-decoration: none; font-size:12px;  text-transform:none; }

a.mediumbtn2 span { 
	display: block; 
	line-height: 30px; 
	padding: 0px 0 0px 35px; 
}

a.mediumbtn2:hover span { background-position: 0 -30px; }

a.mediumbtn2:hover { background-position: right -30px; }


/* big button */
.bigbtn2 {
	background-position:0 0;
}

a.bigbtn2 { display: block; float: left; height: 40px; padding-right: 20px; text-decoration: none; font-size:14px;  text-transform:none; }

a.bigbtn2 span { 
	display: block; 
	line-height: 40px; 
	padding: 0px 0 0px 55px; 
}

a.bigbtn2:hover span { background-position: 0 -40px; }

a.bigbtn2:hover { background-position: right -40px; }



/* button colors */

/* darkgray */

.darkgray {
  background: #666666;
  color:#fff;
}

.orange:hover, .blue:hover, .yellow:hover, .red:hover, .purple:hover, .pink:hover, .green:hover{
	background:#666666;
	color:#fff;
}

/*------------------- info boxes --------------------*/

/*alert message*/
p.boxes {
	font-size:12px;
	margin:2px 0 15px;
	padding:10px 15px 10px 75px;
}
p.success_box {
	background:url(../images/icons/infobox/success.png) no-repeat 15px center #fffde1;
	border:1px solid #eeca32;
	color:#eeca32;
}
p.failed_box   {
	background:url(../images/icons/infobox/failed.png) no-repeat 15px center #e6fbbc;
	border:1px solid #b1d66a;
	color:#4e710a;
}
p.warning_box   {
	background:url(../images/icons/infobox/warning.png) no-repeat 15px center #ffffee;
	border:1px solid #fbd223;
	color:#fbd223;
}
p.error_box   {
	background:url(../images/icons/infobox/error.png) no-repeat 15px center #fdd2d1;
	border:1px solid #f6988f;
	color:#883333;
}
p.notice_box  {
	background:url(../images/icons/infobox/notice.png) no-repeat 15px center #f4fbff;
	border:1px solid #89cabf;
	color:#89cabf;
}
p.download_box    {
	background:url(../images/icons/infobox/download.png) no-repeat 15px center #f0f9fe;
	border:1px solid #0880c6;
	color:#0880c6;
}
p.locked_box    {
	background:url(../images/icons/infobox/locked.png) no-repeat 15px center #fceec6;
	border:1px solid #998b64;
	color:#633401;
}
p.upload_box    {
	background:url(../images/icons/infobox/upload.png) no-repeat 15px center #f0f9fe;
	border:1px solid #0880c6;
	color:#0880c6;
}


.border .bordercontent marquee ul li {
	font-size:14px;
}
.border .bordercontent marquee ul li img {
	padding-right:10px;
}


/* ---------------------------------------------------
===================== r ========================= 
--------------------------------------------------- */
footer{
	
	bottom:0%;
	width:100%;
	background-color: #45B3F0;
background-color: #45B3F0;
  background: url(images/linear_bg_2.png);
  background-repeat: repeat-x;
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(100% 100% 90deg, #190F58,#6FF);
  
  /* Safari 4-5, Chrome 1-9 */
  /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6FF), to(#190F58));
  
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(#6FF,#190F58);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(#6FF,#190F58 );
   	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6ff', endColorstr='#190F58'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6ff', endColorstr='#190F58')"; /* IE8 */
	}


/*footer h1, footer h2, footer h3, footer h4,  footer h5, footer h6, footer h7{
	color:#d7d7d7;
}

footer, footer  p, footer  a{
	color:#636363;
}
*/


footer  a:hover{
	color:#d7d7d7;
}

footer strong{
	color:#d7d7d7;
}

.fdivider{
	height: 2px;
	margin-top:30px;
	margin-bottom:30px;
	background:url(../images/link-list-footer.png) repeat-x bottom left;	
}
.footercontent1
{
	padding-top:20px;
	 border-top-left-radius:10px;
	 border-top-right-radius:10px;
	 width:100%;
	 height:auto;
	 

}
.footercontent1 .column.grid_2 ul li a
{
	color:#003;
}
.footercontent1 .column.grid_2 ul li
{
	margin-bottom:6px;

}

.footercontent1 .column.grid_2 ul li a:hover
{
	color:#309;
}
.footercontent
{
	padding-top:20px;

	

}
.footercontent .column.grid_2 ul li a
{
	color:#003;
}
.footercontent .column.grid_2 ul li
{
	margin-bottom:6px;
	line-height:14px;

}

.footercontent .column.grid_2 ul li a:hover
{
	color:#309;
}
/* ---- footer contact --- */

ul.footer_contact{
	float:left;
	width:100%;
	list-style:none;
}

ul.footer_contact li{
	margin:0px !important; 	
	padding:0px !important;
}

ul.footer-list li{
	background:url(../images/link-list-footer.png) repeat-x bottom left;	
}

.subfooter1{
	width:100%;
	padding-top:5px;
	padding-bottom:15px;
	 	background-color: #45B3F0;
  background: url(images/linear_bg_2.png);
  background-repeat: repeat-x;
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(100% 100% 90deg, #190F58,#3CF);
  
  /* Safari 4-5, Chrome 1-9 */
  /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#190F58), to(#3CF));
  
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(#3CF,#190F58);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(#190F58, #3CF);
   	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#190F58', endColorstr='#3CF'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#190F58', endColorstr='#3CF')"; /* IE8 */

		color:#FFF;
	
}


.subfooter{
	width:100%;
	padding-top:5px;
	padding-bottom:15px;
	color:#FFF;
	
}
.copyright1
{
	padding-top:-10px;
}
.subf
{
	padding-top:20px;
	padding-left:200px;
	color:#FFF;

	
}
.subf a
{
	padding-right:10px;
	padding-left:10px;
	color:#fff;
}

/* social networks */

ul.social_network {
	float:left;
	display:inline;
	height:36px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 !important;
}
.social_network li{
	float:left;
	padding:0 !important;
	margin-right:10px;
}
li.image_one a {
	display:block; 
	width:36px; 
	height:36px; 
	position:relative;
}	
li.image_one a .fb-rollover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:36px; 
	height:36px; 
	background:url(../images/social/fb-hover.png) no-repeat top left;	
}
li.image_one a .twitter-rollover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:36px; 
	height:36px;  
	background:url(../images/social/twitter-hover.png) no-repeat top left;	
}
li.image_one a .linkedin-rollover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:36px; 
	height:36px; 
	background:url(../images/social/linkedin-hover.png) no-repeat top left;	
}
li.image_one a .google-plus-rollover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:36px; 
	height:36px; 
	background:url(../images/social/google-plus-hover.png) no-repeat top left;	
}
li.image_one a .email-rollover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:36px; 
	height:36px; 
	background:url(../images/social/email-hover.png) no-repeat top left;	
}
li.image_one a .rss-rollover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:36px; 
	height:36px; 
	background:url(../images/social/rss-hover.png) no-repeat top left;	
}
.copyright{
	color:#FFF;
	
}

/***** iPad Smaller than 959px *****/

@media screen (max-width: 959px) {

	.wrapper-block [type="text"], .wrapper-block textarea{ 
		width:140px;
	}
	header .logo {
		padding-left:10px;
	}
	header nav {
		margin:0 auto;
		text-align: center;
	}
    header ul {
      display: inline-block;
      float: none;
    }
	
	.xg_container{
	width:100%;
	max-height:360px;
	}
	
	.portfolio-2column li .boxcaption {
	width:208px;
	top: 135px;
	left: 14px;
	}

	.portfolio-3column li .boxcaption {
	width:208px;
	top: 135px;
	left: 14px;
	}

	.portfolio-4column li .boxcaption {
	width:144px;
	top: 90px;
	left: 14px;
	}

	.comment_input, .contact_input, .comment_textarea, .contact_textarea, input#email, input#name , .cform textarea{
		width:200px;
	}
	
	.page-title{
		float:left;	
		width:100%;
	}
	
	#searchForm {
		float:left;
	}	
	
}

/***** iPhone (portrait 300px) *****/



/***** iPhone (landscape 420px) *****/


	
	

/*------------------- table --------------------*/
table {
	margin:0;
	width:100%;
	border:1px solid #e9e9e9;
	margin-bottom:10px;
}
table th {
	border:1px solid #e9e9e9;
	background:#f5f5f5;
	padding:10px 15px;
}
.price {
	font-size: 11px;
}
sup {
	font-size: 8px;
}
table td {
	border:1px solid #e9e9e9;
	background:#fff;
	padding:10px 15px;
	text-align:center;
}
table tfoot {
	text-align:center;
}
table td .btn {
	margin:0;
}


/*--------------------------- pricing tables -------------------------*/

table.clean_pricing td.price, table.pricing td.price {
	font-size:16px;
	background:#fff;	
	font-family: 'ColaborateLight',Arial,sans-serif;
	font-weight:normal;
}

table th {
	text-align:center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
}

table.clean_pricing th , table.pricing th {
	font-family: 'ColaborateLight',Arial,sans-serif;
	font-weight:normal;
	text-transform:uppercase; 
}
.pricing-table-holder tr td{
	text-align:center;
	background:#fff;	
	border:1px solid #e9e9e9;
}
table.clean_pricing th {
	color:#5b5b5d;
	background:#fff;
}

table.pricing th {
	color:#fff;
}

table.basic th {
	background:#23c3f1;
}

table.bronze th {
	background:#f12323;
}

table.silver th {
	background:#e9e9e9;
}

table.gold th {
	background:#f15a23;
}

table.platinum th {
	background:#17d479;
}
.pricingbtn{
	float:left;
	margin-left:15px;
}
/* --- 404 page --- */
.error404 {	
	padding:10px;

}
.error404 h1 {
	text-align:center;
	margin:0;
	color:#dddddd;

}
.error404 h1 span{
	font-size:80px;
}
/* ----pagination --- */

.pagination{
	float:left;
}

.pagination span {
	margin-right:5px;
	float:left;  
	margin-bottom:5px;
}

.pagination a span {
	margin-right:10px;
	padding:0px 5px 0px 5px;
	color: #5b5b5d;
	border:1px solid #fff;	
}
a span.prev-next{
	border: none;
}

/* --- pullquote --- */

.pullquote_right,.pullquote_left{
	float:right;
	font-size:1.2em;
	font-family:Georgia,sans-serif; 
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:7px;
	margin-left:20px;
	padding-left:15px;
	width:40%;
	font-weight:normal;
    font-style:italic; 
    line-height:1.4em;
    border-left:2px solid #e9e9e9;
}
.pullquote_left{
    border-right:2px solid #e9e9e9;
    border-left:none;
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding-left:0;
	padding-right:15px ;
}

/*------------------- dropcap --------------------*/
.dropcap {
	display:block;
	float:left;
	font-size:26px;
	line-height:28px;
	margin:3px 15px 15px 0;
	color:#666666;
}
.dropcap-square {
	display:block;
	float:left;
	font-size:22px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:3px 15px 15px 0;
	background:#666666;
	color:#fff;	
}

.dropcap-circle {
	float:left;
    display: block;
	margin:3px 15px 15px 0;
	font-size:22px;
	line-height:40px;
    text-shadow: none;
    width:40px;
    text-align:center;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
	background:#666666;
	color:#fff;	
}

/* --- Divider--- */

.divider{
	background:url(../images/divider.png) repeat-x bottom left;
	margin:30px 0px 30px 0px;
	height:1px;
}

/* --- Spacing--- */
.left{
	float:left;
}
.right{
	float:right;
}
.center {
	margin-left:0;
	margin-right:0;
	text-align:center;
}
.alpha {
	margin-left:0;
}

.omega {
	margin-right:0;
}
img.left {
	margin-right:15px;
}
img.right {
	margin-left:15px;
}
/*margin top */

.spacer0 {
	margin-top:0;
}

.spacer-10 {
	margin-top:-10px;
}

.spacer5 {
	margin-top:5px;
}

.spacer10 {
	margin-top:10px;
}

.spacer15 {
	margin-top:15px;
}

.spacer20 {
	margin-top:20px;
}

.spacer25 {
	margin-top:25px;
}

.spacer30 {
	margin-top:30px;
}

.spacer35 {
	margin-top:35px;
}

.spacer40 {
	margin-top:40px;
}

/*margin bottom*/

.botspacer-10 {
	margin-bottom:-10px;
}

.botspacer-20 {
	margin-bottom:-20px;
}

.botspacer0 {
	margin-bottom:0px;
}
.botspacer5 {
	margin-bottom:5px;
}

.botspacer10 {
	margin-bottom:10px;
}

.botspacer-10 {
	margin-bottom:-10px;
}

.botspacer15 {
	margin-bottom:15px;
}

.botspacer20 {
	margin-bottom:20px;
}
.botspacer25 {
	margin-bottom:25px;
}
.botspacer30 {
	margin-bottom:30px;
}

/* padding */

.padding30 {
	padding-top:30px;
}

.botpadding20 {
	padding-bottom:20px;
}

/*margin left & right */

.marginleft20 {
	margin-left:20px;
}

.marginright20 {
	margin-right:20px;
}

.marginright5 {
	margin-left:5px;
}



/*margin vary*/

.mtopbottom20 {
	margin:20px 0 20px 0;
}

.mtopbottom30 {
	margin:30px 0 30px 0;
}

.marginlr5 {
	margin:0 5px 0 5px;
}

.marginlr10 {
	margin:0 10px 0 10px;
}

/* --- link, frame --- */
.tframe3{
	background:#fff;
	padding:3px;
	border:1px solid #f4f4f4;
}
a.textlink{
	background:url(../images/textlink.png) no-repeat left 8px;
	padding-left:24px;
	font-style:italic;
}

	 .color{color:#c61210; font-size:1.75em; text-transform:uppercase; margin-bottom:0; line-height:1.2em }

 .indent-col h3 {color:#3e3e3e; font-size:.92em; margin-bottom:7px; text-transform:uppercase;}
 .clear { clear:both;}
 
.servicedd
{
	padding-right:3%;
	float:right;
}
 .copyright{
	float:left;
	}
 
    .cf:before, .cf:after{
      content:"";
      display:table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }
	
	.form-wrapper {
		margin:auto 0;
		        /*width: 450px;
        padding: 15px;
        margin: 150px auto 50px auto;*/
        background: #444;
        background: rgba(0,0,0,.2);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
		border-top-left-radius:20px;
				-moz-border-top-left-radius:20px;
				-webkit-border-top-left-radius:20px;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    }
    
    .form-wrapper input {
        width: 234px;
        height: 20px;
		      /*  padding: 10px 5px;*/
        font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 0;
        background:#6FF;
        -moz-border-radius: 3px 0 0 3px;

        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 5px 0 0 5px;      

    }
    .form-wrapper button
	{
		float:right;
	}
    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    
    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    	
    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
    

      
    

    
    .form-wrapper button:hover:before{

    }
    
    .form-wrapper button:focus:before{

    }    
    
    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
	.form-wrapper1 {
		margin:auto 0;
		width:400px;
		        /*width: 450px;
        padding: 15px;
        margin: 150px auto 50px auto;*/
        background: #444;
        background: rgba(0,0,0,.2);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
		border-top-left-radius:20px;
				-moz-border-top-left-radius:20px;
				-webkit-border-top-left-radius:20px;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    }
    
    .form-wrapper1 input {
        width: 230px;
        height: 20px;
		      /*  padding: 10px 5px;*/
        font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 0;
        background:#6FF;
        -moz-border-radius: 3px 0 0 3px;

        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 5px 0 0 5px;      

    }
    .form-wrapper1 button
	{
		float:right;
	}
    .form-wrapper1 input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    
    .form-wrapper1 input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
    .form-wrapper1 input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
    .form-wrapper1 input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    .searchtag {
        position: relative;
        float: left;
        border: 0;
        padding: 0;
		padding-left:20px;
		padding-top:20px;
        height: 35px;
        width: 80px;
		font-weight:bold;
        		font-size:16px;
        color: #fff;
        text-transform: uppercase;
background-color: #45B3F0;
border-top-left-radius:20px;
  background: url(images/linear_bg_2.png);
  background-repeat: repeat-x;
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(100% 100% 90deg,#3CF, #190F58);
  
  /* Safari 4-5, Chrome 1-9 */
  /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#190F58), to(#3CF));
  
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(#190F58,#3CF);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(#190F58, #3CF);
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3CF', endColorstr='#190F58'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3CF', endColorstr='#190F58')"; /* IE8 */
  
  
  /* Safari 4-5, Chrome 1-9 */
  /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
  
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;      
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
						border-top-left-radius:20px;
						  behavior: url(border-radius.htc);
    }   
	    .searchtag1 {
        position: relative;
        float: left;
        border: 0;
        padding: 0;
		padding-left:20px;
		padding-top:20px;
        height: 35px;
        width: 80px;
		font-weight:bold;
        		font-size:16px;
        color: #fff;
        text-transform: uppercase;
background-color: #45B3F0;
border-top-left-radius:20px;
  background: url(images/linear_bg_2.png);
  background-repeat: repeat-x;
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(100% 100% 90deg,#3CF, #190F58);
  
  /* Safari 4-5, Chrome 1-9 */
  /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#190F58), to(#3CF));
  
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(#190F58,#3CF);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(#190F58, #3CF);
  
  /* Safari 4-5, Chrome 1-9 */
  /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
  
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;      
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
						border-top-left-radius:20px;
						  behavior: url(border-radius.htc);
    }   

    

      
    

    
    .form-wrapper1 button:hover:before{

    }
    
    .form-wrapper1 button:focus:before{

    }    
    
    .form-wrapper1 button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
	.img-left1{ float:left; margin:0 10px 0 0}
	
	.featured_h3
	{ color:#1591d4; text-transform:uppercase;background:url(../images/marker.png) top left no-repeat;}
	
	
	.indent
	{
	padding-left:10px;
	}
	.indent-col
	{

	}
	.top
	{
		
		float:right;
		padding-top:10px;
	}
	
	.indent-col1 h1
	
	{
		text-align:center;
		color:#161188;
		font-weight:800;
		font-size:1.15em;
	}
	.border
	{
border-top-left-radius:20px;
		border-bottom-right-radius:20px;
						width:auto;
						opacity:1;
	}
	.bordercontent
	{
		background:#FFF;
		opacity:0.7;
		margin-top:-10px;
		
		padding:10px;
		height:140px;


		
	}
	.headborder
	{
		padding-top:15px;
		padding-left:5px;
		padding-right:5px;	
		background:#FFF;
		border-radius:20px;
		border-top-right-radius:0px;
		border-bottom-left-radius:0px;
		
		  behavior: url(border-radius.htc);
	}
	.headborder ul li
	{
	}
	ul.headborderul
	{
	padding-left:50px;
	color:#006;
	font-weight:bold;
	font-size:14px;
	}
	ul.headborderul  h2
	{
	padding-left:50px;
	color:#006;
	font-weight:bold;
	font-size:15px;
	}
	
	ul.headborderul li
	{
	padding-left:70px;


	}
	ul.headborderul li a
	{
		font-size:12px;
		font-weight:700;
	}
	
	.border h2 
	{
		text-align:center;
		background-color: #45B3F0;
border-top-left-radius:20px;
  background: url(images/linear_bg_2.png);
  background-repeat: repeat-x;
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(100% 100% 90deg,#3CF, #190F58);
  
  /* Safari 4-5, Chrome 1-9 */
  background: -moz-linear-gradient(100% 100% 90deg,#3CF, #190F58);
  
  /* Safari 4-5, Chrome 1-9 */
  /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#190F58), to(#3CF));
  
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(#190F58,#3CF	);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(#190F58, #3CF);
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3CF', endColorstr='#190F58'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3CF', endColorstr='#190F58')"; /* IE8 */
		color:#FFF;
		font-weight:700;
		
		height:30px;
		padding-top:15px;
		
		
	}
	.gradient11
	{
		background-color: #1B2268;

  background: url(images/linear_bg_2.png);
  background-repeat: repeat-x;
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(100% 100% 90deg,#1B2268,#3CF );
  
  /* Safari 4-5, Chrome 1-9 */
  /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFD732), to(#E75200));
  
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(#FFD732,#E75200);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(#E75200, #FFD732);
  height:20px;
  width:100%;
	}
	.marquee
{
	width: 100%;
	height: 140px;

	overflow: hidden; 

	position: relative;
}

.quote {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#60C;
	-moz-border-radius:11px;
	
	-webkit-border-radius:11px;
	border-radius:11px;
	  behavior: url(border-radius.htc);
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#9c8be3;
	font-family:arial;
	font-size:23px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.quote:hover {
	background-color:#dfdfdf;
}.quote:active {
	position:relative;
	top:1px;
}

	
.content
{
	border-bottom-left-radius:20px;
	border-top-right-radius:20px;
	background:#FFF;
	opacity:0.85;
	margin-left:10px;
	margin-right:5px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:20px;
}
.content ul li 
{
	padding-left:40px;
	text-decoration:inherit;
	list-style:inside;
	list-style-type:disc;
}
.content18
{
	border-bottom-left-radius:20px;
	border-top-right-radius:20px;
	background:#FFF;
	opacity:0.85;
	margin-left:10px;
	margin-right:5px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:20px;
}
.content18 ul li 
{
	padding-left:40px;
	text-decoration:inherit;
}
.content8
{
	border-bottom-left-radius:20px;
	border-top-right-radius:20px;
	background:#FFF;
	opacity:0.85;
	margin-left:10px;
	margin-right:5px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:20px;
}
.content8 ul li 
{
	line-height:16px;
	margin-bottom:8px;

	padding-left:40px;

	text-decoration:inherit;
	list-style:inside;
	list-style-type:disc;
}
.content8 ul li a
{
	color:#009;
		font-size:12px;
}
.content8 ul li a:hover
{
		color:#000;
		text-decoration:underline;
}
.content h2
{
	background:#306;
	border-bottom-right-radius:30px;
	border-top-right-radius:10px;
	border-top-left-radius:25px;
	border-bottom-left-radius:5px;
	padding-left:20px;
	padding-right:20px;
	margin-right:10px;
	font-size:16px;
	color:#FFF;
	font-weight:900;
	box-shadow:#306

}
.content18 h2
{
	background:#306;
	border-bottom-right-radius:30px;
	border-top-right-radius:10px;
	border-top-left-radius:25px;
	border-bottom-left-radius:5px;
	padding-left:20px;
	padding-right:20px;
	margin-right:10px;
	font-size:16px;
	color:#FFF;
	font-weight:900;
	box-shadow:#306

}
.content1 h2
{
background:#306;
	border-bottom-right-radius:30px;
	border-top-right-radius:10px;
	border-top-left-radius:25px;
	border-bottom-left-radius:5px;
	padding-left:20px;
	padding-right:20px;
	margin-right:10px;
	font-size:16px;
	color:#FFF;
	font-weight:700;
	box-shadow:#306

}
h1.special
{
		font-size:16px;
	color:#009;
	font-weight:900;

}


.content2 h2
{
background:#306;
	border-bottom-right-radius:30px;
	border-top-right-radius:10px;
	border-top-left-radius:25px;
	border-bottom-left-radius:5px;
	padding-left:20px;
	padding-right:20px;
	margin-right:10px;
	font-size:16px;
	color:#FFF;
	font-weight:700;
	box-shadow:#306


}
.content2 h3
{
	padding-top:10px;
	color:#FFF;
	font-weight:700;
	margin-top:-50px;
	margin-left:40px;
	padding-bottom:10px;
	
}
.content8 h3
{
	padding-top:10px;
	color:#FFF;
	font-weight:700;
	margin-top:-55px;
	margin-left:40px;
	padding-bottom:10px;
	
}
.content11 h3
{
	padding-top:10px;
	color:#FFF;
	font-weight:700;
	margin-top:-55px;
	margin-left:25px;
	padding-bottom:10px;
	
}
option
{
	color:#000;
}
.content10
{
	border-bottom-left-radius:20px;
	border-top-right-radius:20px;
	background:#FFF;
	opacity:0.85;
	margin-left:10px;
	margin-right:5px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:20px;
	padding-left:10px;
}
.content10 h3
{
	padding-top:10px;
	color:#FFF;
	font-weight:700;
	margin-top:-60px;
	margin-left:40px;
	padding-bottom:10px;
	
}

.content3 h2
{
background:#306;
	border-bottom-right-radius:30px;
	border-top-right-radius:10px;
	border-top-left-radius:25px;
	border-bottom-left-radius:5px;
	padding-left:20px;
	padding-right:20px;
	margin-right:10px;
	font-size:16px;
	color:#FFF;
	font-weight:700;
	box-shadow:#306

}
.content4 h2
{
background:#306;
	border-bottom-right-radius:30px;
	border-top-right-radius:10px;
	border-top-left-radius:25px;
	border-bottom-left-radius:5px;
	padding-left:20px;
	padding-right:20px;
	margin-right:10px;
	font-size:16px;
	color:#FFF;
	font-weight:700;
	box-shadow:#306;

}
.content4 h3
{
	font-size:14px;
	color:#009;
	font-weight:700;
	
}
.content5 h2
{
background:#306;
	border-bottom-right-radius:30px;
	border-top-right-radius:10px;
	border-top-left-radius:25px;
	border-bottom-left-radius:5px;
	padding-left:20px;
	padding-right:20px;
	margin-right:10px;
	font-size:16px;
	color:#FFF;
	font-weight:700;
	box-shadow:#306;

}

.content9 h2
{
background:#306;
	border-bottom-right-radius:30px;
	border-top-right-radius:10px;
	border-top-left-radius:25px;
	border-bottom-left-radius:5px;
	padding-left:20px;
	padding-right:20px;
	margin-right:10px;
	font-size:16px;
	color:#FFF;
	font-weight:700;
	box-shadow:#306;
}
.content_phil h2
{
	font-size:16px;
	color:#009;
	font-weight:900;

}

.content2
{
		border-bottom-left-radius:20px;
	border-top-right-radius:20px;
	background:#FFF;
	opacity:0.85;
	margin-left:10px;
	margin-right:5px;
	padding-left:10px;
	padding-top:10px;
		padding-bottom:10px;
			padding-top:20px;
			height:380px;
			overflow:auto;
}
.content2 ul li 
{
	padding-left:20px;
		list-style:inside;
	list-style-type:disc;
}
.content3
{
		border-bottom-left-radius:20px;
	border-top-right-radius:20px;
	background:#FFF;
	opacity:0.85;
	margin-left:10px;
	margin-right:5px;
	padding-left:10px;
		padding-top:20px;
	padding-bottom:10px;
}
.content3 ul li 
{
	padding-left:40px;
	list-style:inside;
	list-style-type:disc;
}
.content4
{
		border-bottom-left-radius:20px;
	border-top-right-radius:20px;
	background:#FFF;
	opacity:0.85;
	margin-left:10px;
	margin-right:5px;
	padding-left:10px;
		padding-top:20px;
	padding-bottom:10px;
}
.content4 ul li 
{
	padding-left:40px;
	text-decoration:inherit;
	list-style:inside;
	list-style-type:disc;
}
.content9
{
		border-bottom-left-radius:20px;
	border-top-right-radius:20px;
	background:#FFF;
	opacity:0.85;
	margin-left:10px;
	margin-right:5px;
	padding-left:10px;
		padding-top:20px;
	padding-bottom:10px;
}
.content9 ul li 
{
	line-height:14px;
	margin-bottom:8px;
	padding-left:40px;
	text-decoration:inherit;
	list-style:inside;
	list-style-type:disc;
}
.content_phil ul li 
{
	line-height:14px;
	margin-bottom:8px;
	padding-left:40px;
	text-decoration:inherit;
	list-style:inside;
	list-style-type:disc;
}
.content9_custom
{
	height:400px;
	overflow:auto;
}
.content5
{
		border-bottom-left-radius:20px;
	border-top-right-radius:20px;
	background:#FFF;
	opacity:0.85;
	margin-left:10px;
	margin-right:5px;
	padding-left:10px;
		padding-top:20px;
	padding-bottom:10px;
}
.phil
{
	border-radius:20px;	
	  behavior: url(border-radius.htc);
	padding:30px;
	background:url(../images/old.jpg) no-repeat top left;


}
.content_phil
{
padding-top:390px;
 padding-left:70px; padding-right:70px;
	padding-bottom:20px;
	
}
.content5 ul li 
{
	padding-left:40px;
	text-decoration:inherit;
	list-style:inside;
	list-style-type:disc;
}
.about


{
		border:1px solid #FFF;
	height:250px;
	background:url(../images/4.jpg) no-repeat top left; 
	background-size:cover;

}
.industry
{
		height:250px;
	background:url(../images/11.jpg) no-repeat top left; 
	border:1px solid #FFF;
	background-size:cover;
}
.servicesesds
{
		border:1px solid #FFF;
		height:250px;
	background:url(../images/3.jpg) no-repeat top left; 
	background-size:cover;
	
}
.header
{
	width:200px;
	height:58px;
	background:url(../images/banner.png) no-repeat top left;
	padding-left:10px;
}
.header h1
{
padding-top:20px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
}

#page1 div #wrapper .menu ul h2
{
	font-family:"Myriad Pro";
	font-size:30px;
	font-weight:600;
	
}
.logistic
{
		height:250px;
			border:3px solid #FFF;
	background:url(../images/13.jpg) no-repeat top left; 
	background-size:cover;
}
.resource
{
		height:250px;
	background:url(../images/16.jpg) no-repeat top left; 
	width:200px;
	background-size:cover;
	
}
.resource1
{
	border 5px solid #FFF;
}
li.specialli
{
	margin-left:10px;
	margin-right:5px;
	border-left:1.5px solid white;
	height:15px;
	margin-top:5px;
}

a.speciala
{
		border-right:1px solid white;
		padding-left:10px;
		padding-left:10px;
	height:5px;
}