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


@font-face {
 font-family: "Gotham Regular";
 src: url(../font/Gotham-Book.otf);
}
@font-face {
 font-family: "Gotham Medium";
 src: url(../font/Gotham-Medium.otf);
}

.body_about .quote_div{
	margin-bottom: 30px;
}

.quote_div .quote_mark {
	padding-right: 4px;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}
.quote_div blockquote {
	padding: 0 0 0 0px;
	margin: 0 0 0px;
	border-left: 0px solid #EEE;
}
.quote_div blockquote p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-align: justify;
	line-height: 26px;
	font-style:italic;
	margin-bottom: 5px;
}
.quote_div .quote_mark.end_mark {
	padding-right: 0px;
	padding-left: 4px;
}
.quote_div blockquote small {
	display: block;
	line-height: 20px;
	font-size: 14px;
	text-align: right;
	color: #ccc;
	font-style:italic;
}
.quote_div blockquote cite {
	font-style:italic;
}
#modal_video {
	width: 680px;
	left: 45%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ccc;
	height: auto;
}
#modal_video .modal-body {
	padding: 20px;
}
.main_container {
	padding: 72px 0px 20px;
}
/* header -----------
------------------------------------------------------------------ */

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

#myModal-pop{
	left: 43%;
	z-index: 1050;
	width: 700px;
	top: 42%;
}
#myModal-pop .modal-body{
	    max-height: 500px;
}

.a-close{
	    position: absolute;
	    top: 20px;
	    right: 28px;
	    color: white;
	    font-size: 30px;
	    text-decoration: none;
	    float: none;
	    clear: both;
	    display: inline-block;
	    text-shadow: 1px 2px 2px #666;
	    
	}
.a-close:hover{
	text-decoration: none;
}	

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.main_header_outer {
	position: fixed;
	width: 100%;
	background-color: #111;
	padding: 0px 0px;
	z-index: 9000;
	/*opacity: 0;
	filter: alpha(opacity=0);*/
}
.header_ease {
	-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;
}
.opacity_zero {
	opacity: 0;
	filter: alpha(opacity=0);
}

.opacity_bg_zero {
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.0);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";

}

.opacity_bg_full {
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 1);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000)";

}


.opacity_full {
	opacity:1.0!important;
	filter: alpha(opacity=100)!important;
}
.main_header_outer:hover {
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
}
.main_header {
	width: 1040px;
	height: auto;
	margin: 0px auto;
	width: 100%;
}
.main_header:hover {
}
#main_header {
	
}
#main_header a:hover {
	text-decoration: none;
}
#main_header a.active {
	color: #fff!important;
}
#logo {
	display: block;
	float: left;
	margin: 10px 0px;
	padding-right: 10px;
}
#logo img {
	width: auto;
	height: 61px;
	width: 98px;
}
#main_header {
	z-index: 500;
	margin-top: 0px;
}

.main_header_nav{
	
	float: left;
	padding-left: 10px;
	width: 1012px;
}

#main_header ul {
	list-style: none;
}
#main_header ul > li { /* used the child selector here to properly target your first level menu items */
}

#main_header .first_level_ul {
	
	padding: 22px 0px 18px;
	float: left;
	position: relative;
	margin: 0px;
}

.first_level_li.last > a{
	border-right: 1px solid #aaa;
	padding-right: 12px;
}

#main_header .first_level_ul a{
	color: #ddd;
}
#main_header .first_level_ul a:hover{
	color: #fff;
}
#main_header .first_level_ul .first_level_li > a {
	font-size: 12px;
line-height: 18px;
font-weight: 500;
text-decoration: none;

color: #eee;
font-weight: bold;
text-shadow: 1px 1px 0px #666;
filter: dropshadow(color=#666, offx=1, offy=1);

}
#main_header .first_level_ul .first_level_li > a:hover{
	color: #fff;
}

#main_header .first_level_ul .first_level_li {
	position: relative;
display: inline-block;
padding: 10px 4px;
}
#main_header li ul {
	position: absolute;
	text-align: left;
	font-size: 13px;
	background: black;
	margin-top: 5px;
	padding: 0px 0 15px 0px;
	z-index: 9999;
	margin: 0px 0px;
	left: 0px;
}
#main_header li ul li {
	padding: 15px 15px 0px;
}
main_header li ul li:first-child {
	margin-top: 7px;
}
#main_header li ul a {
	white-space: nowrap;
	display: block;
	text-decoration: none;
}
#main_header a {
}
#main_header li ul {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#main_header li.first_level_li:hover ul {
	visibility: visible;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
/* body_content
------------------------------------------------------------------ */
.body_content {
	margin-top: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.body_content h3 {
	line-height: 24px;
	padding-bottom: 20px;
	margin: 0px;
}
.body_content h4 {
	padding-bottom: 10px;
	margin: 0px;
}
.body_tran_div {
	margin-bottom: 20px;
	padding: 20px;
	background-color: black;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.body_tran_full_div {
	margin-bottom: 20px;
	padding: 20px;
	background-color: black;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	opacity: 0;
	filter: alpha(opacity=0);
	
}
.body_about {
	padding-right: 20px;
}
.body_about h2{
	font-size: 24px;
line-height: 34px;
}
.body_about p{
	text-align: justify;
}

.body_about a {
	text-decoration: none;
}
.body_career {
	margin-top: 100px;
}
.contact_form {
	width: 508px;
}
.contact_form label {
	float: left;
	width: 165px;
	margin-right: 20px;
}
.contact_form .error {
	display: block;
	float: none;
	font-size: 12px;
	color: #aaa;
	width: 500px;
}
.body_content .contact_form input, .body_content .contact_form textarea {
	color: #EFEFEF;
	background-color: #aaa;
	border: 1px solid transparent;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	resize: none !important;
	width: 300px;
}
.body_content .contact_form textarea {
	height: 80px;
	max-height: 200px;
}
.body_content .contact_form .grey_butotn {
	float:right;
}
.location_div img {
	margin-bottom: 20px;
	width: 100%;
}
.location_div p {
	font-size: 14px;
	line-height: 22px;
}
.location_div span {
	font-weight: bold;
}
.contact_details {
	padding-left: 10px;
	padding-right: 10px;
}
.contact_details h4 {
	margin-bottom: 20px;
}
.career_details.contact_details h4{
	margin-bottom: 10px;
}

.view_map {
	float:right;
}
.map_div {
	padding-bottom: 250px;
}
.map_div img {
	position:absolute;
	width: 550px;
}


.careers_current{
}

.careers_current p.title{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
	
}

.careers_current ul{
	margin-bottom: 18px;
}

.job_title span{
	font-size: 16px;
	color: #ddd;
}

/* projects-filter -----------
------------------------------------------------------------------ */

.projects-filter {
	margin: 0px;
}
.projects-filter li {
	display: inline-block;
	width: auto;
	margin-right: 20px;
}
.projects-filter li a {
	text-decoration: none;
	font-size: 16px;
}
.projects-filter li a:hover {
	text-decoration: none;
}
/* services_div -----------
------------------------------------------------------------------ */
.services_wrapper .home_service_div ul li {
	margin: 0px 30px 0px 0px;
	line-height: 40px;
}
.services_div {
	margin-top: 10px;
	position:relative;
	width: 100%;
}
.services_div_blank {
	padding-top: 40px;
}
.services_div_blank .body_tran_div {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #444;
	border: 5px solid #666;
}
.services_div h3 {
	text-transform: uppercase;
	line-height: 24px;
	margin: 0px 0px 10px;
}
.services_div .home_service_div {
	padding: 15px 20px;
	background-color: black;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	margin-bottom: 20px;
}
.services_div .home_service_div ul {
	margin: 8px 0px 0px 5px;
}
.services_div .home_service_div ul li {
	width: 370px;
}
.service_title h2 {
	float:left;
	line-height: 52px;
	margin: 0px 0px 20px;
	font-size: 18px;
	padding: 20px;
	background-color: black;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
/* the_team_wrapper body -----------
------------------------------------------------------------------ */
.the_team_wrapper {
	margin-right: 20px;
	float:left;
	margin-bottom: 20px;
}
.team_img_each {
	overflow: hidden;
	border: 2px solid #666;
	position:relative;
	border: 2px solid #ccc;
}
.the_team_each img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: default;
}
.the_team_each img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.the_team_each.team_1 img, .the_team_each.team_2 img {
	/*width: 298px;
	height: 203px;*/
	width: 100px;
	height: 150px;
}
.the_team_each.team_2 img {
/*height: 203px;*/
}
/* meet_the_team_img -----------
------------------------------------------------------------------ */
.meet_the_team_img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	border: 1px solid #666;
}
.meet_the_team_img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.team_div {
	border: 10px solid #333;
	position: relative;
}
.team_desc > div {
	height: 100px;
	width: 100px;
	border: 1px solid #666;
	position: absolute;
}
.team_desc .one_one {
	top: 55px;
	left: 81px;
}
.team_desc .franklin {
	top: 235px;
	left: 501px;
}
/* homepage body -----------
------------------------------------------------------------------ */

.main_homepage_div {
	overflow: hidden;
}
#home_gradient {
/*width: 100%;
	height: 200px;
	background: url(../img/gradient-black.png) repeat-x bottom left;
	position: fixed;
	bottom: 30px;
	z-index: 2000;*/
}
.home_body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
.home_body img {
	min-height: 100%;
	min-width: 1280px;
	width: 100%!important;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.logo_top_div {
	height: 0px;
}
.logo_top_div a {
	position: fixed;
	z-index: 1000;
}
.logo_top_div img {
	margin-top: 10px;
	left: 47px;
	opacity: 0.7;
	height: 61px;
	width: 98px;
	filter: alpha(opacity=70);
}
.logo_div img {
	width: 98px;
	height: 61px;
}
.home_logo {
	display:block;
	padding: 0px 0px 25px;
}
.home_logo img {
	width: 120px;
}

#projects_nav_menu {
	margin-left: 148px;
	
	display: none;		
	/*border-top: 1px dotted #666;	
	border-bottom: 1px dotted #666;*/
	top: 79px;
	position: absolute;
	padding: 0px 0px;
	z-index: 2000;
	/* Fallback for web browsers that doesn't support RGBa */
	background: #111;	
	/* RGBa with 0.6 opacity */
	/*background: rgba(0, 0, 0, 1);*/
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#projects_nav_menu .home_service_div {
	text-align: left;
	width: 978px;

}


#projects_nav_menu .home_service_div li{
	margin: 5px 10px 5px 0px; 
	padding-right: 10px;
}

#projects_nav_menu .home_service_div li:last-child{
	border-right: 0px solid #666;
}

.home_title {
	position: absolute;
	padding: 0px 0px;
	z-index: 2000;
	width: 100%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	text-align: center;
}
.home_title h2 {
	font-size: 30px;
	color: white;
	letter-spacing: 1.5px;
	margin: 0px 0px 10px;
	line-height: 30px;
}
.carousel_nailthumb {
	overflow:hidden;
}


.main_header_full{
	float:left;
}
.main_header_nav_first{
	float:left;
}

#main_header .main_header_nav_first ul{
	margin: 0px;
padding: 23px 0px 0px;
}

#main_header .main_header_nav_first ul ul{
	padding: 15px 0px 0px;
}
#main_header .main_header_nav_first ul ul li{
	padding: 0px 10px 12px;
}
.main_header_nav_second.home_service_div{
	padding: 5px 0px 0px;
float: left;
}

.home_service_div {
margin: 0px auto;
padding: 5px 19px 15px;
}
.home_service_div ul {
	margin: 28px 0px 0px 0px;
}
.home_service_div ul li {
	display: inline-block;
width: auto;
margin: 0px 5px 8px;
}
.home_service_div ul li a {
	color: #eee;
	font-size: 14px;
line-height: 14px;
text-decoration: none;
font-weight: bold;
text-shadow: 1px 1px 0px #666;
        filter: dropshadow(color=#666, offx=1, offy=1);
}

.home_service_div a{

}
.home_service_div a:hover{
	color: #ddd;
}
.home_service_div a.hover-red:hover{
	color:#d83734;
}

.home_service_div a.hover-yellow:hover{
	color:#fec946;
}

.home_service_div a.hover-green:hover{
	color:#55bd57;
}

.home_service_div a.hover-blue:hover{
	color:#00a5df;
}

.home_service_div a.hover-purple:hover{
	color:#ac74b0;
}

/* social_icons -----------
------------------------------------------------------------------ */

.social_icons a.googleplus {
	width: 20px;
height: 20px;
background-image: url(../img/icons/google-1.png);
font-family: Arial, Helvetica, sans-serif;
text-indent: -9999px;
overflow: hidden;
background-repeat: no-repeat;
display: inline-block;
background-size: 20px;

}
.social_icons a.googleplus:hover{
	background-image: url(../img/icons/google-2.png);
}

.social_icons {
	float: right;
padding: 26px 0px 0px 0px;
position: relative;
margin: 0px;
}
.social_icons a {
	font-family:socialico;
	font-size:30px;
	color: #ccc;
	margin-left:8px;
	line-height:30px;
	text-decoration: none;
}
.social_icons a:hover {
	color: #fff;
	text-decoration: none;
}

.social_icons_insta {
		background: url(../img/instagram1.png);
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  background-size: 20px;
	
}
.social_icons_insta:hover {
	background: url(../img/instagram2.png);
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  background-size: 20px;
	
}

.social_icons_behance {
		background: url(../img/behance1.png);
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  background-size: 20px;
	
}
.social_icons_behance:hover {
	background: url(../img/behance2.png);
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  background-size: 20px;
	
}

.social_icons_linkedin {
		background: url(../img/linkedin1.png);
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  background-size: 20px;
	
}
.social_icons_linkedin:hover {
	background: url(../img/linkedin2.png);
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  background-size: 20px;
	
}

.social_icons_issuu {
		background: url(../img/issuu1.png);
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  background-size: 20px;
	
}
.social_icons_issuu:hover {
	background: url(../img/issuu2.png);
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  background-size: 20px;
	
}
/* awards_div -----------
------------------------------------------------------------------ */

.body_projects.awards_div {
	padding: 0px;
}
.awards_div .table td {
	padding: 8px 0px;
}
.awards_div .table td {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
.awards_div td {
	color: #ccc;
}
.awards_div td a {
	text-decoration: none;
	color: #eee;
}
.awards_div thead td {
	color: #fafafa;
}
/* products body -----------
------------------------------------------------------------------ */
#products {
	position: relative;
}
#products .slides_container {
	overflow:hidden;
}
#products .slide {
}
#products .slide img {
	width: 770px;
	height: 514px;
	max-width: 770px;
}
#products .pagination {
	list-style: none;
	height: auto;
	margin: 0px;
}
.carousel_thumbnail a {
	margin:0px 0px 10px;
	border: 1px solid #666;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.carousel_thumbnail .current img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.carousel_thumbnail img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.carousel_thumbnail img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
/* project images -----------
------------------------------------------------------------------ */

/*.body_projects #proj_master{
	background-image: url(../img/projects/services-1-grey.jpg);
	width: 270px;
	height: 180px;
	border: 1px solid #888;
	
}
.body_projects #proj_master:hover{
	background-image: url(../img/projects/services-1.jpeg);
}
*/
/* body_projects -----------
------------------------------------------------------------------ */

.my-text {
	position: absolute;
	top:550px;
	left: 40px;
	width: 300px;
	z-index: 9000;
}
.my-text .home-text-place:first-child {
}

.my-text .home-text-place p{
	opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
background: #333;
	padding: 15px;
}
.my-text .home-text-place{
	font-size: 22px;
	line-height: 28px;
	opacity:0.0;
filter:alpha(opacity=0); /* For IE8 and earlier */

	display:inline-block;
	
}

#myCarousel {
	width:100%;
	height:620px;
}

.project_side_details {
	float: left;
margin-left: 60px;
position: relative;
}
.project_side_details a {
	font-size: 22px;
	text-decoration: none;
	line-height: 24px;
	margin-right: 10px;
}
.project_side_details a:hover {
	text-decoration: none;
}

.pop-project-back-arrow{
	text-decoration: none;
font-size: 22px;
line-height: 24px;
float: left;
margin-right: 10px;
	
}
.pop-project-back-arrow:hover{
	text-decoration: none;
	
}


.body_projects.body_projects_div {
	padding-top: 0px;
}

.body_projects .project_title_header_div {
	margin: 25px 0px 15px;
	position: relative;
}
.body_projects .project_title_header {
	margin: 0px;
	line-height: 24px;
	float:left;
}
.body_projects {
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 20px 0px 0px;
}

.body_projects .show_on_hover {
	display: none;
	position:absolute;
	top: 0px;
}
.body_projects .hide_on_hover {
	display: block;
}

.body_projects_services_div {

	padding: 20px 0px 0px;
}

.body_projects_services_div .project_each {
	margin: 0px 0px 20px;
}
.body_projects_services_div .project_img {
	/*width: 220px;
	height: 147px; */
	overflow: hidden;
	position:relative;
	border: 1px solid #666;
}



.project_img img{
	width: 100%;
	height: 100%;
	max-width: none;
}

.row.isotope {
	height: 220px;
}
.project_each {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
.project_each:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}
.body_projects .body_title {
	margin-bottom: 15px;
}
.project_title_inner {
	opacity: 0;
	filter: alpha(opacity=0);
	width: 264px;
	background-color: #000;
	bottom: 0px;
	position: absolute;
	padding: 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	font-size: 16px;
	text-align: center;
	background-color:rgba(0, 0, 0, 0.2);
	-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;
}
.project_each:hover .project_title_inner {
	opacity: 1;
	filter: alpha(opacity=100);
}
.project_each {
	position: relative;
	height: 180px;
}
.body_projects .project_title {
	text-align: center;
	font-size:13px;
	margin-top: 8px;
	margin-bottom: 2px;
}
.body_projects .project_desc {
	text-align: center;
	font-size: 12px;
	color: #ccc;
}
.projects_selection {
}
.project_details_a {
	text-align:right;
}




/* project_single_div -----------
------------------------------------------------------------------ */
.project_single_div h3 {
	margin: 0px 0px 10px;
	font-size: 22px;
	line-height:30px;
}
.project_single_div p {
	font-size: 13px;
}
#project_control {
	padding: 0px 0px 20px;
	text-align: right;
}
#project_control a {
	border: 1px solid #888;
	font-size: 23px;
	padding: 0px 6px;
	height: 29px;
}
#project_control a:hover {
	text-decoration: none;
}
#project_details_div .table td {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
.project_details_div table {
	margin: 10px 0px;
}
.project_details_div .table td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}
/* selection_menu -----------
------------------------------------------------------------------ */
.projects_selection {
	clear:both;
	display: block;
	color: #fff;
	margin-bottom: 20px;
}
.selection_menu {
	width: 100%;
	margin: 0px 0px;
	position: relative;
	float:left;
	border: 1px solid #666;
}
#browse_local_digital {
}
.filter_selector {
	border: 1px solid #111;
	background-color: #000;
	height: 27px;
}
.filter_selector .section_item {
	width: 90%;
	float: left;
	height: 27px;
	border-right: 1px solid #888;
}
.filter_selector .section_item .item_value {
	padding: 4px 10px;
}
.filter_selector .section_item .item_value .modified {
	font-weight: normal;
	color: #eee;
	margin-top: 1px;
}
.filter_selector .section_arrow_selected, .filter_selector .section_arrow {
	text-align: center;
	float: right;
	width: 20px;
	height: 27px;
	color: #AAA;
	font-size: 11px;
	line-height: 27px;
	cursor:pointer;
}
.selection {
	width: 100%;
	display: none;
	background-color: #000;
	position: absolute;
	z-index: 100;
	top: 29px;
	display: none;
	border: 1px solid #666;
	left: -1px;
}
.selection .selection_item {
	padding: 10px 5px 5px 10px;
}
.selection .selection_item:hover {
	background-color: #666;
}
.selection .selection_item .selected {
	width: 14px;
	float: left;
	font-size: 11px;
	margin-top: 1px;
	color: black;
}
.selection .selection_item .label_1 {
	float: left;
	color: #eee;
	font-size: 14px;
	width: 100%;
}
.selection .selection_item a {
	width: 100%;
}
.selection .selection_item a:hover {
	text-decoration: none;
}
.selection .selection_item .count {
	float: right;
	font-size: 11px;
	color: #AAA;
	margin: 2px 3px 0 0;
}
.cb {
	clear: both;
}
 @media (min-width: 1200px) {
 .body_projects .project_img {
	 width: 280px;
	 height: 180px;
	}

.body_projects_services_div .project_img{
	 width: 280px;
 	height: 180px;
}

}
/* footer -----------
------------------------------------------------------------------ */
#main_footer {
	position: fixed;
	z-index: 2200;
	bottom: 0;
	width: 100%;
	padding: 10px 0px;
	background: black;
}
#main_footer nav {
	padding: 0px 0px;
	font-size: 12px;
}
#main_footer ul {
	list-style: none;
	margin: 0px;
}
#main_footer ul li {
	float:left;
	padding: 0px 20px 0px 0px;
}
#main_footer .footer_copy {
	float: right;
	color: #eee;
	font-size: 11px;
}
#main_footer a:hover {
	text-decoration: none;
}
/* button -----------
------------------------------------------------------------------ */

.alert_success {
	padding: 10px 0px;
	background-color: #999;
	margin-bottom: 20px;
	color: #EEE;
}
.grey_butotn {
	background: #555;
	border: 1px solid transparent;
	padding: 5px 12px;
	font-size: 14px;
	font-weight: bold;
	resize: none !important;
	float: left;
	color: #EFEFEF;
}
.grey_butotn:hover {
	color: #EFEFEF!important;
	background: #444;
	text-decoration: none;
}

.job-opennings {
    list-style: none;
    margin-left: 0px;
}
.job-opennings li {
    padding: 0 0 !important;
    margin: 0 0 !important;
    height: 30px;
}
.job-opennings li a {
    color: #FFF;
    text-decoration: none;
    padding: 0 0 !important;
    margin: 0 0 !important;
}
