body {
	margin: 0;
	padding: 0;
}
/* Common section starts */
a {
	text-decoration: none;
}
#wrapper1 {
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.container {
	width: 990px;
	padding: 0px 5px;
	margin: 0 auto;
	height: auto;
}
.clr {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
h2, h3, .news_heading, .news_readmore {
	color: #0090ba;
}
h2 span {
	background-image: url(../images/dot_bg2.png);
	background-repeat: repeat;
	background-position: left 13px;
	height: 12px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
#about h2, #news h2, #career h2, #contact h2 {
	color: #000000;
}
#about h2 span, #news h2 span, #career h2 span, #contact h2 span {
	background: url(../images/dot_bg3.png);
}

.pattern_glow{
	width:100%;
	height:100%;
}
.pattern_glow_dark{
	width:100%;
	height:100%;
}
.pattern_glow_dark_norepeat{
	width:100%;
	height:100%;
}

.circle_arrows {
	clear: both;
	margin: 0 auto;
	height: auto;
	margin-left: 50%;
	margin-top: -20px;
}
.circle_uparrow {
	margin-top: -20px;
}
.circle_downarrow {
	margin-left: 20px;
	margin-bottom: -20px;
}
.circle_uparrow a {
	width: 40px;
	height: 20px;
	background-color: #656565;
	-moz-border-radius: 50px 50px 0px 0px;
	-webkit-border-radius: 50px 50px 0px 0px;
	border-radius: 50px 50px 0px 0px;
	behavior: url(pie.htc);
	position: relative;
	background-image: url(../images/upp_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
.circle_downarrow a {
	width: 40px;
	height: 20px;
	background-color: #656565;
	-moz-border-radius: 0px 0px 50px 50px;
	-webkit-border-radius: 0px 0px 50px 50px;
	border-radius: 0px 0px 50px 50px;
	behavior: url(pie.htc);
	position: relative;
	background-image: url(../images/down_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
.circle_uparrow:hover, .circle_downarrow:hover {
	background-color: #000000;
	cursor: pointer;
}
/*	Back to Top starts */
#back_to_top, .touch-device #back_to_top:hover {
	background: url(../images/up_arrow.png) no-repeat center center;
	background-color: rgb(111, 111, 111);
	background-color: rgba(111, 111, 111, .7);
	bottom: 20px;
	color: transparent;
	display: none;
	font: 0/0 a;
	height: 46px;
	position: fixed;
	right: 20px;
	text-shadow: none;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	behavior: url(pie.htc);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 45px;
	z-index: 9999999;
	outline: 0;
}
#back_to_top:hover, .touch-device #back_to_top:active {
	background-color: #0090ba;
}
/*	// Back to Top */	

/* Rightside Bullet Navigation */
#right_nav {
	list-style: none;
	position: fixed;
	right: 20px;
	top: 200px;
	z-index: 99999;
}
#right_nav li {
	margin: 0 0 5px 0;
}
/* //Rightside Bullet Navigation */


/* // Common section */


/* Home static starts */
#home_static {
	background: url(../images/patterns/home_banner_bg.jpg) no-repeat fixed;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#home_static .container {
	height: 400px;
}
.ie8 #home_static .container {
	height: 400px;
}

.home_title {
	clear: both;
	padding-top: 100px;
	width:40%;
	text-align:left;
}
.home_title span {
	color: #008ab3;
	
}

.more_bg {
	width: 100%;
	height: auto;
	margin: 0 auto;
	clear: both;
}
.more_bg img {
	clear: both;
	opacity: 0.9;
	width: 190px;
	height: 91px;
	margin: 0 auto;
	margin-bottom: 48px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
.more_bg img:hover {
	opacity: 1;
	cursor: pointer;
	opacity: 1;
	border: 0;
	outline: 0;
}
/* // Home static */

/* Logo starts */
#logo {
	width: 100%;
	z-index: 9999999;
	background-color:#000;
	background-repeat: repeat;
	background-position: left top;
	width: 100%;
	height: 60px;
	position: relative;
}
.ie8 #logo {
	background-color: #000000;
} /* for IE8 browser */

.logo {
	float: right;
	width: 320px;
	height: 45px;
	outline: 0;
	border: 0;
	color: #000000;
	background: #000;
	position: relative;
	z-index: 9999999;

}
.logo a:link {
	color: #0090ba;
	text-decoration: none;
}
.logo a:visited {
	color: #0090ba;
	text-decoration: none;
}
.logo a:hover {
	color: #0090ba;
	text-decoration: none;
}
.logo a:active {
	color: #0090ba;
	text-decoration: none;
}
/* // Logo  */



/* Menu starts */
#menu {
	width: 100%;
	z-index: 9999999;
	background-color: #0090ba;
	height: 45px;
	position: relative;
}
.ie8 #menu {
	background-color: #0090ba;
} /* for IE8 browser */
.menu_right {
	width: 69%;
	float: right;
}
.menu_nav {
	width: 100%;
}
ul.arrowunderline {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.arrowunderline li {
	float: left;
	display: inline;
	width: auto;
	padding: 0px 14px 0px 14px;
	border-right: 1px solid #1a9cc1;
	height: 45px;
	font-size: 16px;
	font-weight: 600;
	color: #7f7f7f;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
}
ul.arrowunderline li:last-child {
	border-right: none;
}
ul.arrowunderline li a:link {
	color: #ffffff;
	text-decoration: none;
}
ul.arrowunderline li a:visited {
	color: #ffffff;
	text-decoration: none;
}
ul.arrowunderline li a:hover {
	color: #000000;
	text-decoration: none;
}
ul.arrowunderline li a:active {
	color: #ffffff;
	text-decoration: none;
}
ul.arrowunderline li#selected { /* use CSS generated content to add arrow to the menu */
	color: #000000; /* style of arrow underline */
	cursor: pointer;
}
#menu_icon {
	display: none;
}
/* This CSS for Mobile and Tablet menu*/
#menu_icon {
	display: none;
	color: #ffffff;
}
#menu_icon:hover {
	color: #000000;
}
#menu_icon.active {
	color: #000000;
}
/* // Menu  */


/* About starts */
#about {
	background: url(../images/patterns/white_bg.png) 50% 0 repeat fixed;
	background-position: left top;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	margin-top: -20px;
	padding: 40px 0px 0px 0px;
}
#about h2 span {
	width: 83.3%;
}
.about_left {
	width: 100%;
	height: auto;
	float: left;
}

.about_left p {
	padding-bottom: 30px;
}

/* Features starts */
#features {
	clear: both;
}
.features_top {
	padding-top: 30px;
	padding-bottom: 50px;
}
#features ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 999999;
}
#features li {
	float: left;
	display: inline;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	position: relative;
	width: 24.9%;
	height: auto;
}

.box, .box1, .box2, .box3 {
	width: auto;
	height: 100%;
}
.box_content {
	padding: 20px 0 20px 0;
}
/* // Features */

/* // About */


/* Services starts */
#services {
	background: url(../images/patterns/services_bg.png) 50% 0 repeat fixed;
	background-color: #0090ba;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0px 80px 0px;
}
#services h2 {
	color: #ffffff;
}
#services h2 span {
	width: 77.3%;
	background: url(../images/dot_bg4.png);
}
#services h3 {
	color: #ffffff;	
}
#services p {
	color: #ffffff;
}
.service_content {
	clear: both;
	width: 100%;
	height: auto;
	padding: 0px 0px 30px 0px;
}

.services_title {
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	padding: 10px 0px;;
}
#services a:link {
	color: #ffffff;
	text-decoration: none;
}
#services a:visited {
	color: #ffffff;
	text-decoration: none;
}
#services a:hover {
	color: #000000;
	text-decoration: none;
}
#services a:active {
	color: #ffffff;
	text-decoration: none;
}
.services_sub1, .services_sub2, .services_sub3, .services_sub4, .services_sub5 {
	height:100%;
	background-color: #0090ba;
	padding:10px 10px;
	margin-top:5px;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;	      
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	color:#ffffff;
}

.show_hide {
	display:none;
}		
/* // Services */


/* Team starts */
#team {
	background: url(../images/patterns/white_bg.png) 50% 0 repeat fixed;
	background-position: left top;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	margin-top: -20px;
	padding: 40px 0px 80px 0px;
	text-align:left;
}
#team h2 span {
	width: 82.8%;
}
#team h4 {
	padding-bottom: 5px;
}

#team a:link {
	color: #008fbe;
	text-decoration: none;
}
#team a:visited {
	color: #008fbe;
	text-decoration: none;
}
#team a:hover {
	color: #000000;
	text-decoration: none;
}
#team a:active {
	color: #008fbe;
	text-decoration: none;
}
/* Teams starts */
#teams {
	clear: both;
}
#teams li {
	width: 33.3%;
	height: auto;
	float: left;
	margin: 0px 0px 10px 0px;
}
#teams li:first-child {
	margin-left: 0;
}
#teams li:last-child {
	margin-right: 0;
}
.team_contentright{ width:74.9%; float:left; height:auto; text-align:justify; padding-bottom:20px; }
.team_contentleft{ width:24.9%; float:left; height:auto; }


.team_circle {
	clear: both;
	background-color: rgba(101,101,101,0.1);
	background-repeat: repeat;
	background-position: center top;
	width: 211px;
	height: 211px;
	margin: 0 auto;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	behavior: url(pie.htc);
	position: relative;
	float:left;
}
.team_circle:hover {
	background-color: rgba(0, 143, 190, 0.85);
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* // Team */

/* Career starts */
#career {
	background: url(../images/patterns/services_bg.png) 50% 0 repeat fixed;
	background-color: #0090ba;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0px 80px 0px;
	
}
#career h2 {
	color: #ffffff;
}
#career h2 span {
	width: 86%;
	background: url(../images/dot_bg4.png);
}
#career h3 {
	color: #ffffff;
	font-weight: normal;
}
.career_left {
	width: 100%;
	height: auto;
	float: left;
	font-weight:normal;
}

.career_left p {
	padding-bottom: 30px;
	color: #ffffff;
}
#career a:link {
	color: #ffffff;
	text-decoration: none;
}
#career a:visited {
	color: #ffffff;
	text-decoration: none;
}
#career a:hover {
	color: #000000;
	text-decoration: none;
}
#career a:active {
	color: #ffffff;
	text-decoration: none;
}

/* // Career */


/* News starts */
#news {
	background: url(../images/patterns/news_bg.png) 50% 0 repeat fixed;
	background-position: left top;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	margin-top: -20px;
	padding: 40px 0px 0px 0px;
}
#news h2 span {
	width: 89.9%;
}
.news {
	clear: both;
	padding-bottom: 90px;
}
.news li {
	width: 30.8%;
	height: auto;
	float: left;
	margin: 0px 15px 18px 15px;
}
.news li:first-child {
	margin-left: 0;
}
.news li:last-child {
	margin-right: 0;
}
.news li p {
	padding-top: 29px;
	padding-bottom: 19px;
}
/* // News */


/* Photo Gallery starts */
#portfolio {
	background-color:#e7eff7;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	margin-top: 0px;
	padding: 40px 0px 70px 0px;
}
#portfolio h2 span {
	width: 73.2%;
}
.portfolio_top {
	clear: both;
	padding: 0px 0px 30px 0px;
}
/* Filter menu starts */
#portfolio_filter ul {
	margin: 10px 0px 35px 75px;
	padding: 0px;
	list-style-type: none;
}
#portfolio_filter li {
	display: inline;
	float: left;
}
#portfolio_filter li a {
	margin-right: 10px;
	font-size: 14px;
	color: #fffefe;
	background-color: #c4c4c4;
	padding: 5px 8px 5px 6px;
	margin-bottom: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
	position: relative;
	text-decoration: none;
}
#portfolio_filter li a:hover {
	background-color: #0090ba;
	color: #000000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
#portfolio_filter li a.current {
	background-color: #0090ba;
	color: #000000;
}
/* Images list starts */
#portfolio_list {
	width: 100%;
	margin: 0px 0px 0px 0px;
	clear: both;
	padding-bottom: 60px;
}
#portfolio_list li {
	text-align: center;
	width: 225px;
	height: 145px;
	list-style: none;
	margin: 30px 5px 0px 5px;
	padding: 2px 2px 0px 2px;
	float: left;
}
#portfolio_list li:hover {
	text-align: center;
	cursor: pointer;
	width: 225px;
	height: 145px;
}
#portfolio_list img {
	height: 145px;
	width: 225px;
}
/* Isotope filtering starts */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/* // Isotope filtering */

.img1, .conference2014_img1, .conference2014_img2, .conference2014_img3, .conference2014_img4, .conference2014_img5, .conference2014_img6, .conference2014_img7, .conference2014_img8, .conference2014_img9, .conference2014_img10, .conference2014_img11, .conference2014_img12, .conference2014_img13, .conference2014_img14, .conference2014_img15, .conference2014_img16, .conference2014_img17, .conference2014_img18, .conference2014_img19, .conference2014_img20, .conference2014_img21, .conference2014_img22, .conference2014_img23, .conference2014_img24, .conference2014_img25, .conference2014_img26 {
	background-repeat: repeat;
	background-position: left top;
	height: 145px;
	width: 225px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.img1 {
	background-image: url(../images/assets/small/img1.jpg);
}
.conference2014_img1 {
	background-image: url(../images/assets/small/conference2014/img1.jpg);
}
.conference2014_img2 {
	background-image: url(../images/assets/small/conference2014/img2.jpg);
}
.conference2014_img3 {
	background-image: url(../images/assets/small/conference2014/img3.jpg);
}
.conference2014_img4 {
	background-image: url(../images/assets/small/conference2014/img4.jpg);
}
.conference2014_img5 {
	background-image: url(../images/assets/small/conference2014/img5.jpg);
}
.conference2014_img6 {
	background-image: url(../images/assets/small/conference2014/img6.jpg);
}
.conference2014_img7 {
	background-image: url(../images/assets/small/conference2014/img7.jpg);
}
.conference2014_img8 {
	background-image: url(../images/assets/small/conference2014/img8.jpg);
}
.conference2014_img9 {
	background-image: url(../images/assets/small/conference2014/img9.jpg);
}
.conference2014_img10 {
	background-image: url(../images/assets/small/conference2014/img10.jpg);
}
.conference2014_img11 {
	background-image: url(../images/assets/small/conference2014/img11.jpg);
}
.conference2014_img12 {
	background-image: url(../images/assets/small/conference2014/img12.jpg);
}
.conference2014_img13 {
	background-image: url(../images/assets/small/conference2014/img13.jpg);
}
.conference2014_img14 {
	background-image: url(../images/assets/small/conference2014/img14.jpg);
}
.conference2014_img15 {
	background-image: url(../images/assets/small/conference2014/img15.jpg);
}
.conference2014_img16 {
	background-image: url(../images/assets/small/conference2014/img16.jpg);
}
.conference2014_img17 {
	background-image: url(../images/assets/small/conference2014/img17.jpg);
}
.conference2014_img18 {
	background-image: url(../images/assets/small/conference2014/img18.jpg);
}
.conference2014_img19 {
	background-image: url(../images/assets/small/conference2014/img19.jpg);
}
.conference2014_img20 {
	background-image: url(../images/assets/small/conference2014/img20.jpg);
}
.conference2014_img21 {
	background-image: url(../images/assets/small/conference2014/img21.jpg);
}
.conference2014_img22 {
	background-image: url(../images/assets/small/conference2014/img22.jpg);
}
.conference2014_img23 {
	background-image: url(../images/assets/small/conference2014/img23.jpg);
}
.conference2014_img24 {
	background-image: url(../images/assets/small/conference2014/img24.jpg);
}
.conference2014_img25 {
	background-image: url(../images/assets/small/conference2014/img25.jpg);
}
.conference2014_img26 {
	background-image: url(../images/assets/small/conference2014/img26.jpg);
}
/* // Portfolio */

/* Contact starts */
#contact {
	background-color:#ffffff;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	margin-top: -20px;
	padding: 40px 0px 70px 0px;
}
#contact h2 span {
	width: 84%;
}
#contact iframe {
	width: 100%;
	height: 250px;
}
.contact_top {
	clear: both;
	padding-top: 30px;
}
.contact_left {
	width: 55%;
	height: auto;
	float: left;
}
.contact_right {
	width: 40%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 40px;
}
.contact_right h3 {
	padding-left: 10px;
}
.contact_left p {
	padding: 5px 0px 55px 0px;
	color: #656565;
}
.contact img {
	padding-top:20px;}
	
/* Contact Info starts */
#company {
	clear: both;
	width: 100%;
	padding-top: 10px;
}
#company p.address, #company ul.personal {
	float: left;
	line-height: 1.6;
	padding: 0;
	font-size: 15px;
	color: #656565;
}
#company p.address {
	margin-right: 30px;
	width: 45%;
	height: auto;
	float: left;
}
#company ul.personal a:link {
	color: #656565;
	text-decoration: none;
}
#company ul.personal a:visited {
	color: #656565;
	text-decoration: none;
}
#company ul.personal a:hover {
	color: #0090ba;
	text-decoration: none;
}
#company ul.personal a:active {
	color: #656565;
	text-decoration: none;
}
#company span {
	font-weight: normal;
	color: #0090ba;
}
/* // Contact Info */

.form_label {
	clear: both;
}
.post_message {
	position: relative;
	padding: 0px 0px 0px 20px;
	color: #ffffff;
}
.desc {
	display: block;
}
.font_red {
	color: #ff0000;	
}
.font_green {
	color: #00a650;	
}
.padding_left_10 {
	padding-left: 10px;	
}
#respond {
	height: 330px;
	width: auto;
	margin: 5px 0px 0px 0px;
}
#respond label.error {
	clear: both;
	float: left;
	height: 15px;
	position: relative;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 10px;
}
input, textarea {
	float: left;
	width: 70%;
	height: 37px;
	background-color: rgba(204, 204, 204, 0.85);
	background-repeat: repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
	position: relative;
	margin: 0px 0px 15px 10px;
	border: 0;
	outline: 0;
	padding-left: 10px;
}
.ie8 input[type="text"], .ie8 textarea {
	background-color: #cccccc;
}
input {
	height: 35px;
}
textarea {
	padding: 10px;
	height: 100px;
	overflow: auto;
}
.btn_submit {
	background-color: #0090ba;
	background-repeat: repeat;
	background-position: left top;
	opacity: 0.9;
	cursor: pointer;
	width: 96px;
	height: 96px;
	border: 0;
	outline: 0;
	font-size: 20px;
	color: #ffffff;
	margin: 20px 0px 0px 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
	behavior: url(pie.htc);
	position: relative;
}
.btn_submit:hover {
	color: #2d2d2d;
	text-align: center;
	border: 0;
	outline: 0;
	opacity: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
/* // Contact */

/* Footer starts */
#footer {
	background-color: #000000;
	background-repeat: repeat;
	width: 100%;
	height: 120px;
}
/* // Footer */

/* Portfolio styles starts */
.view {
	width: 225px;
	height: 145px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-weight: 100;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
	position: relative;
	filter: gray; /* IE */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
}
.view:hover {
	filter: none; /* IE */
	-webkit-filter: grayscale(0); /* Webkit Nightlies & Chrome Canary */
}
.view .mask, .view .content {
	width: 225px;
	height: 145px;
	font-weight: 100;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
}
.view img {
	display: block;
	position: relative;
}
.view h2 {
	text-transform: capitalize;
	color: #000000;
	text-align: center;
	position: relative;
	font-size: 16px;
	padding: 5px;
	font-weight: 100;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #414141;
	letter-spacing: 0px;
}
.view .mask p {
	font-style: italic;
	font-size: 12px;
	font-weight: 100;
	color: #000000;
	position: relative;
	text-align: center;
	padding: 5px;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	background: #fff;
	color: #fff;
	font-weight: 100;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
/* Portfolio Images starts */
.view-eighth .mask {
	background-color: rgba(0, 143, 190, 0.85);
	top: -200px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(pie.htc);/* Webkit Nightlies & Chrome Canary */
}
.ie .view-eighth .mask {
	background-color: #0090ba;
}
.view-eighth h2 {
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out 0.5s;
	-moz-transition: all 0.2s ease-in-out 0.5s;
	-o-transition: all 0.2s ease-in-out 0.5s;
	-ms-transition: all 0.2s ease-in-out 0.5s;
	transition: all 0.2s ease-in-out 0.5s;
}
.view-eighth p {
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.3s ease-in-out 0.5s;
	-moz-transition: all 0.3s ease-in-out 0.5s;
	-o-transition: all 0.3s ease-in-out 0.5s;
	-ms-transition: all 0.3s ease-in-out 0.5s;
	transition: all 0.3s ease-in-out 0.5s;
}
.view-eighth a.info {
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out 0.3s;
	-moz-transition: all 0.2s ease-in-out 0.3s;
	-o-transition: all 0.2s ease-in-out 0.3s;
	-ms-transition: all 0.2s ease-in-out 0.3s;
	transition: all 0.2s ease-in-out 0.3s;
}
.view-eighth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0px;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-animation: bounceY 0.2s linear;
	-moz-animation: bounceY 0.2s linear;
	-ms-animation: bounceY 0.2s linear;
	animation: bounceY 0.2s linear;
}
.view-eighth:hover h2 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.view-eighth:hover p {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.view-eighth:hover a.info {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
@keyframes bounceY {
 0% {
transform: translateY(-205px);
}
 0% {
transform: translateY(-100px);
}
 65% {
transform: translateY(-52px);
}
 82% {
transform: translateY(-25px);
}
 92% {
transform: translateY(-12px);
}
 55%, 75%, 87%, 97%, 100% {
transform: translateY(0px);
}
@-moz-keyframes bounceY {
 0% {
-moz-transform: translateY(-205px);
}
 40% {
-moz-transform: translateY(-100px);
}
 65% {
-moz-transform: translateY(-52px);
}
 82% {
-moz-transform: translateY(-25px);
}
 92% {
-moz-transform: translateY(-12px);
}
 55%, 75%, 87%, 97%, 100% {
-moz-transform: translateY(0px);
}
@-webkit-keyframes bounceY {
 0% {
-webkit-transform: translateY(-205px);
}
 40% {
-webkit-transform: translateY(-100px);
}
 65% {
-webkit-transform: translateY(-52px);
}
 82% {
-webkit-transform: translateY(-25px);
}
 92% {
-webkit-transform: translateY(-12px);
}
 55%, 75%, 87%, 97%, 100% {
-webkit-transform: translateY(0px);
}
/* // Portfolio images */
/* // Portfolio styles */
