/*
Theme Name: icontract
Theme URI: http://www.igenero.com/
Author: iGenero
Author URI: http://www.igenero.com/
Description: Wordpress Theme for iContract
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/
@font-face {
	font-family: 'Lato-Regular';
	src: url('fonts/Lato-Regular.eot');
	src: url('fonts/Lato-Regular-.eot#iefix') format('embedded-opentype'), url('fonts/Lato-Regular.woff') format('woff'), url('fonts/Lato-Regular.ttf') format('truetype'), url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U +000 D-25CA;
}
body {
	position: absolute;
	background-color: #000;
	color: #fff;
	font-family: Lato-Regular;
	font-size: 1.3em;
	text-align: left;
	height: 100%;
	width: 100%;
}
body.single-work {
	background: #fff;
}
a {
	cursor: pointer;
	color: #337ab7;
}
header {
	background-color: rgba(0,0,0,0.9);
	padding: 10px;
	position: fixed;
	width: 100%;
	z-index: 17;
	text-align: left;
}
.filterContainer {
	top: auto !important;
	margin: 15px 0 0 0;
}
.uploadButton {
	display: inline-block;
}
.uploadButton.selectedFile {
	text-align: left;
	width: 75%;
}
.awardsBand {
	background-color: rgba(0,0,0,0.9);
	/*background-image:url('img/bg/pat.png');*/
	background-repeat: repeat;
	padding: 10px 0px;
}
.awardsBand div.awardsBandContainer {
	width: 16.5%;
	display: inline-block;
	color: #F16800;
	vertical-align: top;
	overflow: hidden;
}
.awardsBandContainer div.awardsBandContent {
	height: 120px;
	border-right: 1px solid #FFF;
	text-align: center;
	padding: 0px 0px;
}
.awardsBand div.awardsBandContainer:last-child div.awardsBandContent {
	border: 0;
}
.awardsBandContainer div.awardsBandContent.last {
	border: 0px;
}
.awardInfoCont {
	height: 200px;
}
.awardsBandContent .number {
	font-size: 3em;
	border-bottom: 1px solid #FFF;
	text-align: center;
	margin: 0px 25px;
}
.awardsBandContent img {
	padding-top: 10px;
	width: 50%;
}
.homeSlideCaption {
	height: 180px;
	position: absolute;
	bottom: 0px;
	background-color: rgba(0,0,0,0.7);
	/*width: 20%;*/
	width: 25%;
	padding: 20px 0px 0px 25px;
	color: #fff;
	text-decoration: none;
}
.homeSliderTitle {
	width: 60%;
	border-bottom: 1px solid #fff;
	font-size: 2em;
	padding-bottom: 5px;
}
.homeSliderDesc {
	padding-top: 5px;
	font-size: 1.5em;
	text-transform: uppercase;
}
a.sliderLink {
	width: 100%;
	height: 100%;
	display: block;
}
.nextSectionArrow {
	position: absolute;
	bottom: 5px;
	left: 0px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.officeCarousel {
}
.cityInfo {
	background-color: #454545;
	background-image: url("img/bg/pat.png");
	background-repeat: repeat;
	color: #fff;
	margin-top: 20px;
	overflow: hidden;
}
.cityDetails {
	padding: 10px;
}
.fullPageSlide {
	background-size: cover;
	background-attachment: fixed;
}
.fullPageSlide.mainSlide {
	background-size: initial;
	background-image: url('img/bg/pat.png');
	background-repeat: repeat;
	text-align: center;
}
.socialInfoText {
	margin-top: 20px;
	font-size: 0.9em;
}
.sideMenu nav, .sideSubMenu nav {
	position: relative;
	top: 33%;
}
.subMenuContainer {
	height: 100%;
	width: 200px;
	position: fixed;
	right: 300px;
	z-index: 19;
	top: 0px;
	overflow: hidden;
	color: #fff;
}
.sideSubMenu {
	height: 100%;
	background-color: rgba(237, 140, 27, 0.95);
	width: 200px;
	z-index: 1;
	position: absolute;
	top: 0px;
	color: #fff;
	right: -210px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.sideSubMenu.sideSubMenu_open {
	right: 0;
}
.sideMenu {
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	width: 300px;
	position: fixed;
	right: -310px;
	z-index: 16;
	color: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.sideMenu.sideMenuopen {
	right: 0;
}
.sideMenu ul, .sideSubMenu ul {
	text-align: center;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 100%;
}
.sideMenu ul li, .sideSubMenu ul li {
	padding: 0px;
	margin: 0px;
	position: relative;
}
.sideMenu ul li a, .sideSubMenu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: block;
}
.sideMenu ul li a {
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}
.sideMenu ul li .menu_arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	z-index: 5;
	cursor: pointer;
	display: none;
}
.sideMenu ul li:hover .menu_arrow {
	color: #ed8c1b;
}
.sideMenu ul li .menu_arrow:after {
	font-family: Fontawesome;
	position: absolute;
	top: 12px;
	right: 0;
	left: 0;
	text-align: center;
	content: "\f078";
}
.sideMenu ul li .menu_arrow.open:after {
	content: "\f077";
}
.sideMenu ul > li:hover > a {
	text-decoration: none;
	color: #ed8c1b;
}
.sideSubMenu ul li a {
	text-decoration: none;
	color: #fff;
}
.sideMenu ul li .submenu_container {
	height: 100%;
	width: 0;
	position: fixed;
	right: 300px;
	z-index: 19;
	top: 0px;
	overflow: hidden;
	color: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	background-color: rgba(237, 140, 27, 0.95);
}
.sideMenu ul li .submenu_container .submenu_info {
	width: 200px;
	z-index: 1;
	/* position: absolute;
    top: 0px;
	 right: -210px;*/
	position: relative;
	top: 33%;
	position: relative;
	color: #fff;
}
.sideMenu ul li .submenu_container .submenu_info ul li:hover a {
	text-decoration: none;
	color: #000;
}
.menuCloseButton {
	line-height: 40px;
	font-size: 40px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
}
.socialBoxContainer {
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #fff;
	height: 80px;
	text-align: center;
}
.socialBand .col-sm-12:last-child .socialBoxContainer {
	border: 0;
}
.socialBoxContainer.last {
	border: 0px;
}
.socialBoxContainer .iconButton {
	height: 1px;
	margin-top: 15px;
}
.buttonContractLight {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #454545;
	padding: 2px 5px 2px 5px;
	font-size: 0.8em;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	color: #454545;
	margin: 0px 5px;
	cursor: pointer;
}
.buttonContractLight:hover, .buttonContractLight.active {
	color: #fff;
	background-color: #454545;
	text-decoration: none;
}
.buttonContract {
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #fff;
	padding: 2px 5px 2px 5px;
	font-size: 0.8em;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	color: #fff;
	margin: 0px 5px;
	cursor: pointer;
}
.buttonContract:hover, .buttonContract.active {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
.buttonContractLight.large, .buttonContract.large {
	font-size: 1em;
	display: inline-block;
}
.buttonContract.btnArrow:after {
	font-family: FontAwesome;
	content: "\f078";
	float: right;
}
.buttonContract.btnArrow.active:after {
	font-family: FontAwesome;
	content: "\f077";
	float: right;
}
.slideShowImage {
	margin: 0px;
	/*padding: 50px 30px 50px 30px;*/
	list-style-type: none;
	background-color: #F16800;
	position: relative;
	top: 68px;
	height: 30%;
}
.slideShowImage li {
	display: inline-block;
}
.slideShowImage a {
	width: 24%;
	color: #fff;
	display: inline-block;
	font-size: 1.5em;
	padding: 0px 25px;
	border-right: 1px solid #fff;
	height: 110px;
}
.slideShowImage a:last-child {
	border-right: 0px;
}
.workContainer {
	padding-top: 68px;
}
.workContainer div.item {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	vertical-align: top
}
.workContainer .workHover {
	opacity: 0;
	padding-top: 17%;
	position: absolute;
	top: 0px;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
}
.workContainer .projectName {
	padding: 10px;
	font-size: 20px;
	width: 250px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.workContainer .projectDescription {
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.allWorkLink, .workProjectLink {
	display: block;
	width: 154px;
	margin: 20px !important;
	padding: 0px 0px !important;
}
.workProjectLink {
	position: relative;
	bottom: 60px;
}
.portfolioMainImage {
	width: 100%;
}
.team_form {
	position: fixed;
	top: 15px;
	left: 50%;
	right: 0;
	z-index: 90;/*text-align: center;*/
}
.team_form p {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.team_form form {
	display: inline-block;
	vertical-align: middle;
}
.team_form .searchandfilter ul li {
	display: inline-block;
}
.team_form .searchandfilter select {
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #fff;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	color: #fff;
	margin: 0px 5px;
	cursor: pointer;
}
.team_form .searchandfilter select option {
	color: #000;
	text-align: center;
}
#teams .search-filter-results {
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: relative;
}
#teamsResponsive .search-filter-results {
	height: 100%;
	width: 100%;
	position: relative;
}
.teamContainer {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	height: 100%;
}
.teamContainer .item {
	padding: 0px;
	margin: 0px;
	background-size: cover;
	opacity: 0.5;
	background-position-y: -42px;
	cursor: pointer;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.teamContainer .item:hover {
	opacity: 1;
}
.teamContainer .item img {
	width: 100%;
}
a.teamImage {
	opacity: 0.5;
}
a.teamImage:hover {
	opacity: 1;
}
.teamInfoContainer {
	text-align: center;
	margin: 0 15%;
	border-top: px solid #000;
	padding-top: 15px;
}
.teamDesignation {
    border-top: 1px solid #fff;
    padding: 10px 0 0 0;
    margin: 10px 0;
}
.slideOffice {
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.slideOffice img {
	min-height: 100% !important;
	min-width: 100% !important;
}
.slideIframe {
	height: 500px;
}
.aboutButtons {
	position: relative;
	z-index: 2;
	text-align: center;
}
.aboutButtons .buttonContract {
	display: inline-block;
	width: 120px;
	margin: 0 20px 10px 20px;
}
.logoContainer {
	/*max-width: 98%;*/
	display: inline-block;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #fff;
	vertical-align: middle;
}
.home .logoContainer {
	border: 0px;
}
.home .pageName {
	display: none;
}
.pageName {
	color: #fff;
	padding-left: 10px;
	/*position: absolute;
	top: 39%;*/
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
.headerFilterDropdown {
	/*position: absolute;*/
	position: fixed;
	top: 68px;
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	z-index: 2;
	text-align: center;
	padding-bottom: 40px;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.headerFilterDropdown ul {
	position: relative;
	padding: 5px;
	list-style-type: none;
}
.headerFilterDropdown li {
	padding: 7px 5px 8px 0px;
	;
}
.headerFilterDropdown ul li a {
	text-decoration: none;
	color: #fff;
}
.headerFilterDropdown ul li a.active {
	text-decoration: none;
	color: #454545;
}
.headerFilterDropdown ul li a:hover {
	color: #F16800;
}
.homeCityInfo .temp {
	position: relative;
	top: -10px;
	right: 5px;
	font-size: 2.9em;
}
/*MENU BTN*/
.responsiveSubMenu {
	background-color: rgba(237, 140, 27, 0.95);
}
.menuBtnContainer {
	position: fixed;
	z-index: 18;
	top: 10px;
	right: 10px;
	background-color: rgba(0,0,0,0);
	z-index: 99;
}
/* Nav toggle icon */
.nav-toggle {
	border: 1px solid #fff;
	padding: 8px 5px;
	background-color: rgba(0,0,0,0);
}
.nav-toggle .icon-menu {
	position: relative;
	background-image: none;
	display: inline-block;
	width: 32px;
	height: 24px;
	vertical-align: middle;
	fill: none;
}
/* Nav toggle icon lines */

.icon-menu .line {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	background-color: #fff;
}
/* Nav toggle icon line 1 */

.icon-menu .line-1 {
	top: 0;
}
/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	-ms-transform: translateY(10px) translateX(0) rotate(45deg);
	transform: translateY(10px) translateX(0) rotate(45deg);
}
/* Nav toggle icon line 2 */

.icon-menu .line-2 {
	top: 50%;
	margin-top: -2px;
}
/* When active, hide line 2 */

.is-active .icon-menu .line-2 {
	opacity: 0;
}
/* Nav toggle icon line 3 */

.icon-menu .line-3 {
	bottom: 0;
}
/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
	transform: translateY(-10px) translateX(0) rotate(-45deg);
}
/*
 * contact page
 * */
.addressContainer {
	position: absolute;
	height: 50%;
	/*padding-top: 7%;*/
	top: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
}
.addressContainer > div.container > div {
	padding-left: 20px;
	border-right: 1px solid #fff;
}
.addressContainer > div.container > div.last {
	border-right: 0px;
}
.addressContainer .addressCityCont div {
	text-align: left;
}
.cityName {
	width: 10em;
	font-size: 2em;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.cityPhoneNumber {
	padding-top: 20px;
}
.contactForm {
	position: absolute;
	height: 50%;
	bottom: 0px;
	background-color: #F16800;
	width: 100%;
}
.formDiv {
	text-align: left;
	width: 50%;
}
.formDiv form div {
	padding-left: 0px;
}
.formDiv select, .formDiv input, .formDiv textarea {
	width: 100%;
	margin: 5px 0px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	color: #fff;
}
.formDiv select, .formDiv input {
	height: 27px;
}
.formDiv select option {
	background-color: rgba(237, 140, 27, 0.95);
	color: #fff;
	border: 1px solid #fff;
}
.formDiv select option:hover {
	background-color: rgba(255, 255, 255, 0.95);
	color: rgba(237, 140, 27, 0.95);
	border: 1px solid #fff;
}
.formDiv select option:checked {
	background-color: rgba(255, 255, 255, 0.95);
	color: rgba(237, 140, 27, 0.95);
	border: 1px solid #fff;
}
.select2-container--default .select2-selection--single {
	border-radius: 0px;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
	font-family: Fontawesome;
	content: "\f078";
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0;
}
.select2-results__options {
	background-color: #F16800;
	color: #fff;
	border: 1px solid #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fff;
	color: #F16800;
}
*::-webkit-input-placeholder {
 padding-left: 5px;
 color: #fff;
}
*:-moz-placeholder {
    /* FF 4-18 */
    padding-left: 5px;
 color: #fff;
}
*::-moz-placeholder {
    /* FF 19+ */
    padding-left: 5px;
 color: #fff;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    padding-left: 5px;
 color: #fff;
}
.formButtons {
	text-align: right;
}
.teamDescription {
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
	left: 0;
	height: 100%;
	background-color: #000;
}
.teamDescription p {
	margin: 0 0 10px 0;
}
.teamDescription .image {
	padding: 0px;
	height: 100%;
	background-position-y: -42px;
	background-size: cover;
}
.closeinfo_btn {
	text-align: center;
}
.closeinfo_btn .closeInfo {
	display: inline-block;
	margin: 20px 0 0 0;
	cursor: pointer;
	padding: 2px 15px;
}
.generalInfo {
	padding-top: 20%;
	height: 100%;
	overflow-y: auto;
	opacity: 0;
}
.generalInfo .description {
	padding-right: 20px;
}
.teamInfo {
	-moz-box-shadow: 0px 0px 176px 36px #000;
	-webkit-box-shadow: 0px 0px 176px 36px #000;
	box-shadow: 0px 0px 176px 36px #000;
	background-color: rgba(0,0,0,0.7);
}
.filterContainer .buttonContract {
	width: 180px;
}
.homeSlideContractIcons {
	text-align: center;
	position: relative;
	height: 30%;
	top: 68px;
}
.homeSlideContractIcons div {
	display: inline-block;
	height: 100%;
}
.homeSlideContractIcons.top {
	padding-top: 20px;
}
.homeSlideContractIcons div img {
	max-height: 100%;
	max-width: 100%;
}
.carousel-control img {
	top: 50% !important;
	margin: -30px 0 0 0 !important;
}
body.page-template-page-contact {
	height: 100% !important;
}
.contactForm select {
	width: 48%;
	float: left;
	margin-right: 10px;
}
.contactForm input[type=text] {
	width: 48%;
	float: left;
	margin-right: 10px;
}
.contactForm input[type=email] {
	width: 48%;
	float: left;
	margin-right: 10px;
}
.contactForm textarea {
	width: 97.8%;
	height: 70px;
}
.contactForm input[type=submit] {
	width: 100px !important;
	float: right !important;
	margin-right: 12px;
}
.cityName {
	text-transform: uppercase;
}
.page-template-page-contact .cityAddress p {
	line-height: 25px;
	margin: 0 0 10px 0;
}
body.page-template-page-contact {
	background-image: url('img/Carousel_Image_1.jpg');
	background-size: cover;
	background-position-y: -325px;
}
.sf-field-taxonomy-team_category select option:first-child {
	display: none;
}
div.wpcf7-mail-sent-ok {
	font-size: 20px;
	text-align: center;
	border: 0;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #000;
}
.no-results{
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: 100px;
}
.error-404 .page-header{
margin-top:120px;
border:none;
}
.error-404 h1.page-title{
    text-align: center;
    margin-top: 60px;
}
 @media (min-width: 768px) {
.teamInfo {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
}
 @media screen and (max-width: 1253px) {
header {
	background-color: rgba(0,0,0,0.9);
	padding: 10px;
	position: fixed;
	width: 100%;
	z-index: 17;
	text-align: left;
}
.awardsBand {
	background-color: rgba(0,0,0,0.9);
	/*background-image:url('img/bg/pat.png');*/
	background-repeat: repeat;
	padding: 10px 0px;
}
.awardsBand div.awardsBandContainer {
	width: 16.4%;
	display: inline-block;
	color: #F16800;
	vertical-align: top;
	overflow: hidden;
}
.awardsBandContainer div.awardsBandContent {
	height: 120px;
	border-right: 1px solid #FFF;
	text-align: center;
	padding: 1% 0px;
}
.awardsBandContainer div.awardsBandContent.last {
	border: 0px;
}
.awardsBandContent .number {
	font-size: 3em;
	border-bottom: 1px solid #FFF;
	text-align: center;
	margin: 0px 25px;
}
.awardsBandContent img {
	padding-top: 10px;
	width: 50%;
}
.officeCarousel {
}
.cityInfo {
	background-image: url('img/bg/pat.png');
	background-repeat: repeat;
	background-color: #454545;
	color: #fff;
	overflow: hidden;
}
.cityDetails {
	padding: 10px;
}
.fullPageSlide {
	background-size: cover;
	background-attachment: fixed;
}
.socialInfoText {
	margin-top: 20px;
	font-size: 0.9em;
}
.sideMenu nav, .sideSubMenu nav {
	position: relative;
	top: 33%;
}
.subMenuContainer {
	height: 100%;
	width: 200px;
	position: fixed;
	right: 300px;
	z-index: 19;
	top: 0px;
	overflow: hidden;
	color: #fff;
}
.sideSubMenu {
	height: 100%;
	background-color: rgba(237, 140, 27, 0.95);
	width: 200px;
	z-index: 1;
	position: absolute;
	top: 0px;
	color: #fff;
}
/*.sideMenu {
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	width: 300px;
	position: fixed;
	right: 0px;
	z-index: 16;
	color: #fff;
}*/
.sideMenu ul, .sideSubMenu ul {
	text-align: center;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 100%;
}
.sideMenu ul li, .sideSubMenu ul li {
	padding: 0px;
	margin: 0px;
}
.sideMenu ul li a, .sideSubMenu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: block;
}
.sideMenu ul li a {
	position: relative;
	z-index: 2;
}
.sideMenu ul li a:hover {
	text-decoration: none;
	color: #ed8c1b;
}
.sideSubMenu ul li a:hover {
	text-decoration: none;
	color: #000;
}
.menuCloseButton {
	line-height: 40px;
	font-size: 40px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
}
.socialBoxContainer {
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #fff;
	height: 80px;
	text-align: center;
}
.socialBoxContainer.last {
	border: 0px;
}
.socialBoxContainer .iconButton {
	height: 1px;
	margin-top: 15px;
}
.buttonContractLight {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #454545;
	padding: 2px 5px 2px 5px;
	font-size: 0.8em;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	color: #454545;
	margin: 0px 5px;
	cursor: pointer;
}
.buttonContractLight:hover, .buttonContractLight.active {
	color: #fff;
	background-color: #454545;
	text-decoration: none;
}
.buttonContract {
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 2px 5px 2px 5px;
	font-size: 0.8em;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	color: #fff;
	margin: 0px 5px;
	cursor: pointer;
}
.buttonContract:hover, .buttonContract.active {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
.buttonContractLight.large, .buttonContract.large {
	font-size: 1em;
	display: inline-block;
}
.slideShowImage {
	margin: 0px;
	padding: 50px 30px;
	list-style-type: none;
	background-color: #F16800;
	position: relative;
}
.slideShowImage li {
	display: inline-block;
}
.slideShowImage a {
	width: 24%;
	color: #fff;
	display: inline-block;
	font-size: 1.5em;
	padding: 10px 25px;
	border-right: 1px solid #fff;
}
.slideShowImage a.last {
	border-right: 0px;
}
.workContainer {
	padding-top: 68px;
}
.workContainer div.item {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	vertical-align: top
}
.workContainer .workHover {
	opacity: 0;
	padding-top: 50px;
	position: absolute;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.workContainer .projectName {
	padding: 10px;
	font-size: 20px;
	width: 250px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.workContainer .projectDescription {
	padding: 10px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}
.portfolioMainImage {
	width: 100%;
}
.teamContainer {
/*overflow: hidden;*/
}
.teamContainer .item {
	padding: 0px;
	margin: 0px;
	background-size: cover;
	opacity: 0.5;
}
.teamContainer .item:hover {
	opacity: 1;
}
.teamContainer .item img {
	width: 100%;
}
a.teamImage {
	opacity: 0.5;
}
a.teamImage:hover {
	opacity: 1;
}
.teamInfoContainer {
	text-align: center;
	margin: 0 15%;
	border-top: 1px solid #fff;
	padding-top: 15px;
}
.slideOffice {
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.slideOffice img {
	width: 100%;
}
.logoContainer {
	/*max-width: 98%;*/
	display: inline-block;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #fff;
}
/*.pageName {
	color: #fff;
	padding-left: 10px;
	position: absolute;
	top: 39%;
}
.headerFilterDropdown {
	position: absolute;
	top: 68px;
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	z-index: 1;
	text-align: center;
	padding-bottom: 2em;
	overflow: hidden;
}*/
.headerFilterDropdown ul {
	position: relative;
	padding: 5px;
	list-style-type: none;
}
.headerFilterDropdown li {
	padding: 7px 5px 8px 0px;
	;
}
.headerFilterDropdown ul li a {
	text-decoration: none;
	color: #fff;
}
.headerFilterDropdown ul li a.active {
	text-decoration: none;
	color: #454545;
}
.headerFilterDropdown ul li a:hover {
	color: #F16800;
}
/*MENU BTN*/
    /* Nav toggle icon */
.nav-toggle {
	position: fixed;
	z-index: 18;
	top: 10px;
	right: 10px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	padding: 8px 5px;
}
.nav-toggle .icon-menu {
	position: relative;
	background-image: none;
	display: inline-block;
	width: 32px;
	height: 24px;
	vertical-align: middle;
	fill: none;
}
/* Nav toggle icon lines */

.icon-menu .line {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	background-color: #fff;
}
/* Nav toggle icon line 1 */

.icon-menu .line-1 {
	top: 0;
}
/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	-ms-transform: translateY(10px) translateX(0) rotate(45deg);
	transform: translateY(10px) translateX(0) rotate(45deg);
}
/* Nav toggle icon line 2 */

.icon-menu .line-2 {
	top: 50%;
	margin-top: -2px;
}
/* When active, hide line 2 */

.is-active .icon-menu .line-2 {
	opacity: 0;
}
/* Nav toggle icon line 3 */

.icon-menu .line-3 {
	bottom: 0;
}
/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
	transform: translateY(-10px) translateX(0) rotate(-45deg);
}
/*
     * contact page
     * */
.addressContainer {
	position: absolute;
	height: 50%;
	padding-top: 7%;
	top: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
}
.addressContainer > div.container > div {
	padding-left: 20px;
	border-right: 1px solid #fff;
}
.addressContainer > div.container > div.last {
	border-right: 0px;
}
.addressContainer .addressCityCont div {
	text-align: left;
}
.cityName {
	width: 10em;
	font-size: 2em;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.cityPhoneNumber {
	padding-top: 20px;
}
.contactForm {
	position: absolute;
	height: 50%;
	bottom: 0px;
	background-color: rgba(237, 140, 27, 0.95);
	width: 100%;
}
.formDiv {
	text-align: left;
	width: 50%;
}
.formDiv form div {
	padding-left: 0px;
}
.formDiv select, .formDiv input, .formDiv textarea {
	width: 100%;
	margin: 5px 0px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	color: #fff;
}
.formDiv select, .formDiv input {
	height: 27px;
}
.formDiv select option {
	background-color: rgba(237, 140, 27, 0.95);
	color: #fff;
	border: 1px solid #fff;
}
.formDiv select option:hover {
	background-color: rgba(255, 255, 255, 0.95);
	color: rgba(237, 140, 27, 0.95);
	border: 1px solid #fff;
}
.formDiv select option:checked {
	background-color: rgba(255, 255, 255, 0.95);
	color: rgba(237, 140, 27, 0.95);
	border: 1px solid #fff;
}
.select2-container--default .select2-selection--single {
	border-radius: 0px;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: 0.6em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0;
}
.select2-results__options {
	background-color: #ed8c1b;
	color: #fff;
	border: 1px solid #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fff;
	color: #ed8c1b;
}
 *::-webkit-input-placeholder {
 padding-left: 5px;
 color: #fff;
}
 *:-moz-placeholder {
        /* FF 4-18 */
        padding-left: 5px;
 color: #fff;
}
 *::-moz-placeholder {
        /* FF 19+ */
        padding-left: 5px;
 color: #fff;
}
 *:-ms-input-placeholder {
        /* IE 10+ */
        padding-left: 5px;
 color: #fff;
}
.formButtons {
	text-align: right;
}
}
 @media screen and (max-width: 1100px) {
.menuBtnContainer span {
	display: none;
}
.icon-menu .line {
	display: block;
}
.logoContainer {
	width: 80%;
	margin: 3px 0 3px 0;
}
.workContainer .projectName {
	font-size: 16px;
}
.sideMenu ul li .menu_arrow {
	display: block;
}
.sideMenu ul li .submenu_container {
	position: relative;
	width: 100% !important;
	top: 0;
	right: 0;
	left: 0;
	display: none;
}
.sideMenu ul li .submenu_container .submenu_info {
	width: 100%;
}
.sideMenu ul li .submenu_container .submenu_info ul {
	position: relative;
}
.single-work .row-fluid {
	padding: 0 15px;
}
.single-work .workProjectLink {
	bottom: 0;
}
.single-work a.buttonContract {
	border: 1px solid #000;
	color: #000;
	background: #fff;
}
.addressContainer {
	padding: 120px 0 60px 0 !important;
}
.addressContainer, .contactForm {
	position: relative;
	height: auto;
}
.contactForm {
	padding: 60px 0 !important;
}
.bot2 ul li {
	width: 15%;
}
.teamDesignation {
	min-height: 40px;
}
.teamDescription .image {
	background-position: center;
}
.formDiv {
	text-align: left;
	width: 70%;
}
.workContainer .workHover {
	opacity: 1;
	height: auto;
	top: auto;
	bottom: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.8);
}
.workContainer .workHover.fadeIn {
	-webkit-animation-name: none;
	animation-name: none;
}
.workContainer .workHover.fadeOut {
	-webkit-animation-name: none;
	animation-name: none;
}
}
 @media screen and (max-width: 980px) {
.team_form {
	left: 45%;
	top: 12px;
}
.team_form .searchandfilter ul li select {
	width: 130px;
	min-width: 130px;
}
.logoContainer {
	width: 70%;
	margin: 11px 0 11px 0;
}
body {
	padding: 0 !important;
}
.socialBoxContainer {
	border-bottom: 1px solid #eee;
	border-right: none !important;
}
.teamName {
	min-height: 40px;
}
body.page-template-page-contact {
	background-position: 0;
}
.single-work a.buttonContract {
	border: 0;
	width: 100%;
	position: relative;
	padding: 0;
	right: auto;
	margin: 20px 0 !important;
}
.workContainer .workHover {
	opacity: 1;
	height: auto;
	top: auto;
	bottom: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.8);
}
}
 @media screen and (max-width: 768px) {
header {
	background-color: rgba(0,0,0,0.9);
	padding: 10px;
	position: fixed;
	width: 100%;
	z-index: 17;
	text-align: left;
}
/*.slideIframe {
	height: 100%;
}*/
.workProjectLink span, .allWorkLink, .menuBtnContainer span {
	display: none;
}
.allWorkLink {
	opacity: 0;
}
.teamContainer {
	display: block;
}
.awardsBandOuter {
	width: 100%;
	overflow-x: scroll;
}
 .awardsBandOuter::-webkit-scrollbar {
 -webkit-appearance: none;
}
 .awardsBandOuter::-webkit-scrollbar:vertical {
 width: 12px;
}
 .awardsBandOuter::-webkit-scrollbar:horizontal {
 height: 12px;
}
 .awardsBandOuter::-webkit-scrollbar-thumb {
 background-color: rgba(0, 0, 0, .5);
 border-radius: 10px;
 border: 2px solid #ffffff;
}
 .awardsBandOuter::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: #ffffff;
}
.awardsBand {
	background-color: rgba(0,0,0,0.9);
	/*background-image:url('img/bg/pat.png');*/
	background-repeat: repeat;
	padding: 10px 0px;
	width: 600%;
}
.awardsBand div.awardsBandContainer {
	color: #f16800;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	width: 8%;
}
.awardsBandContainer div.awardsBandContent {
	height: 120px;
	border-right: 1px solid #FFF;
	text-align: center;
	padding: 1% 0px;
}
.awardsBandContainer div.awardsBandContent.last {
	border: 0px;
}
.awardsBandContent .number {
	font-size: 3em;
	border-bottom: 1px solid #FFF;
	text-align: center;
	margin: 0px 25px;
}
.awardsBandContent img {
	padding-top: 10px;
	width: 50%;
}
.officeCarousel {
}
.cityInfo {
	background-image: url('img/bg/pat.png');
	background-repeat: repeat;
	background-color: #454545;
	color: #fff;
	overflow: hidden;
	height: auto !important;
}
.cityDetails {
	padding: 10px;
	margin-top: 20px !important;
}
.fullPageSlide {
	background-size: cover;
	background-attachment: fixed;
}
.socialInfoText {
	margin-top: 20px;
	font-size: 0.9em;
}
.sideMenu nav, .sideSubMenu nav {
	position: relative;
	top: 33%;
}
.subMenuContainer {
	height: 100%;
	width: 200px;
	position: fixed;
	right: 300px;
	z-index: 19;
	top: 0px;
	overflow: hidden;
	color: #fff;
}
.sideSubMenu {
	height: 100%;
	background-color: rgba(237, 140, 27, 0.95);
	width: 200px;
	z-index: 1;
	position: absolute;
	top: 0px;
	color: #fff;
}
/*.sideMenu {
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	width: 300px;
	position: fixed;
	right: 0px;
	z-index: 16;
	color: #fff;
}*/
.sideMenu ul, .sideSubMenu ul {
	text-align: center;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 100%;
}
.sideMenu ul li, .sideSubMenu ul li {
	padding: 0px;
	margin: 0px;
}
.sideMenu ul li a, .sideSubMenu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: block;
}
.sideMenu ul li a {
	position: relative;
	z-index: 2;
}
.sideMenu ul li a:hover {
	text-decoration: none;
	color: #ed8c1b;
}
.sideSubMenu ul li a:hover {
	text-decoration: none;
	color: #000;
}
.menuCloseButton {
	line-height: 40px;
	font-size: 40px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
}
.socialBoxContainer {
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #fff;
	height: 80px;
	text-align: center;
}
.socialBoxContainer.last {
	border: 0px;
}
.socialBoxContainer .iconButton {
	height: 1px;
	margin-top: 15px;
}
.buttonContractLight {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #454545;
	padding: 2px 5px 2px 5px;
	font-size: 0.8em;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	color: #454545;
	margin: 0px 5px;
	cursor: pointer;
}
.buttonContractLight:hover, .buttonContractLight.active {
	color: #fff;
	background-color: #454545;
	text-decoration: none;
}
.buttonContract {
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 2px 5px 2px 5px;
	font-size: 0.8em;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	color: #fff;
	margin: 0px 5px;
	cursor: pointer;
}
.buttonContract:hover, .buttonContract.active {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
.buttonContractLight.large, .buttonContract.large {
	font-size: 1em;
	display: inline-block;
}
.slideShowImage {
	margin: 0px;
	padding: 70px 30px 0 30px;
	list-style-type: none;
	background-color: #F16800;
	position: relative;/*top: 43%*/
}
.slideShowImage li {
	display: inline-block;
}
.slideShowImage a {
	width: 24%;
	color: #fff;
	display: inline-block;
	font-size: 1em;
	padding: 10px 25px;
	border-right: 1px solid #fff;
	vertical-align: top;
	height: 140px;
}
.slideShowImage a.last {
	border-right: 0px;
}
.workContainer {
	padding-top: 68px;
}
.workContainer div.item {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	vertical-align: top
}
.workContainer .workHover {
	opacity: 0;
	padding-top: 50px;
	position: absolute;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.workContainer .projectName {
	padding: 10px;
	font-size: 20px;
	width: 250px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.workContainer .projectDescription {
	padding: 10px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}
.portfolioMainImage {
	width: 100%;
}
.teamContainer {
/*overflow: hidden;*/
}
.teamContainer .item {
	padding: 0px;
	margin: 0px;
	background-size: cover;
	opacity: 0.5;
	background-position: center;
}
.teamContainer .item:hover {
	opacity: 1;
}
.teamContainer .item img {
	width: 100%;
}
a.teamImage {
	opacity: 0.5;
}
a.teamImage:hover {
	opacity: 1;
}
.teamInfoContainer {
	text-align: center;
	margin: 0 15%;
	border-top: 1px solid #fff;
	padding-top: 15px;
}
.slideOffice {
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.slideOffice img {
	width: 100%;
}
.logoContainer {
	/*max-width: 98%;*/
	display: inline-block;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #fff;
}
/*.pageName {
	color: #fff;
	padding-left: 10px;
	position: absolute;
	top: 39%;
}
.headerFilterDropdown {
	position: absolute;
	top: 68px;
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	z-index: 1;
	text-align: center;
	padding-bottom: 2em;
	overflow: hidden;
}*/
.headerFilterDropdown ul {
	position: relative;
	padding: 5px;
	list-style-type: none;
}
.headerFilterDropdown li {
	padding: 7px 5px 8px 0px;
	;
}
.headerFilterDropdown ul li a {
	text-decoration: none;
	color: #fff;
}
.headerFilterDropdown ul li a.active {
	text-decoration: none;
	color: #454545;
}
.headerFilterDropdown ul li a:hover {
	color: #F16800;
}
/*MENU BTN*/
    /* Nav toggle icon */
.nav-toggle {
	position: fixed;
	z-index: 18;
	top: 10px;
	right: 10px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	padding: 8px 5px;
}
.nav-toggle .icon-menu {
	position: relative;
	background-image: none;
	display: inline-block;
	width: 32px;
	height: 24px;
	vertical-align: middle;
	fill: none;
}
/* Nav toggle icon lines */

.icon-menu .line {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	background-color: #fff;
}
/* Nav toggle icon line 1 */

.icon-menu .line-1 {
	top: 0;
}
/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	-ms-transform: translateY(10px) translateX(0) rotate(45deg);
	transform: translateY(10px) translateX(0) rotate(45deg);
}
/* Nav toggle icon line 2 */

.icon-menu .line-2 {
	top: 50%;
	margin-top: -2px;
}
/* When active, hide line 2 */

.is-active .icon-menu .line-2 {
	opacity: 0;
}
/* Nav toggle icon line 3 */

.icon-menu .line-3 {
	bottom: 0;
}
/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
	transform: translateY(-10px) translateX(0) rotate(-45deg);
}
/*
     * contact page
     * */
/*.addressContainer {
	position: absolute;
	height: 50%;
	padding-top: 7%;
	top: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
}*/
.addressContainer > div.container > div {
	padding-left: 20px;
	border-right: 0px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.addressContainer > div.container > div.last {
	border-bottom: 0px;
	border-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.addressContainer .addressCityCont div {
	text-align: left;
}
.cityName {
	width: 100%;
	font-size: 2em;
	border: 0;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
.cityPhoneNumber {
	padding-top: 20px;
}
/*.contactForm {
	position: absolute;
	height: 50%;
	bottom: 0px;
	background-color: rgba(237, 140, 27, 0.95);
	width: 100%;
}*/
.formDiv {
	text-align: left;
	width: 70%;
}
.formDiv form div {
	padding-left: 0px;
}
.formDiv select, .formDiv input, .formDiv textarea {
	width: 100%;
	margin: 5px 0px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	color: #fff;
}
.formDiv select, .formDiv input {
	height: 27px;
}
.formDiv select option {
	background-color: rgba(237, 140, 27, 0.95);
	color: #fff;
	border: 1px solid #fff;
}
.formDiv select option:hover {
	background-color: rgba(255, 255, 255, 0.95);
	color: rgba(237, 140, 27, 0.95);
	border: 1px solid #fff;
}
.formDiv select option:checked {
	background-color: rgba(255, 255, 255, 0.95);
	color: rgba(237, 140, 27, 0.95);
	border: 1px solid #fff;
}
.select2-container--default .select2-selection--single {
	border-radius: 0px;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: 0.6em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0;
}
.select2-results__options {
	background-color: #ed8c1b;
	color: #fff;
	border: 1px solid #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fff;
	color: #ed8c1b;
}
 *::-webkit-input-placeholder {
 padding-left: 5px;
 color: #fff;
}
 *:-moz-placeholder {
        /* FF 4-18 */
        padding-left: 5px;
 color: #fff;
}
 *::-moz-placeholder {
        /* FF 19+ */
        padding-left: 5px;
 color: #fff;
}
 *:-ms-input-placeholder {
        /* IE 10+ */
        padding-left: 5px;
 color: #fff;
}
.formButtons {
	text-align: right;
}
.workContainer .workHover {
	opacity: 1;
	height: auto;
	top: auto;
	bottom: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.8);
}
}
@media screen and (min-width: 320px) and (max-width: 600px) {
.contactForm {
	position: initial !important;
	height: auto;
	bottom: 0px;
	background-color: #F16800;
	width: 100%;
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
	display: none;
}
.addressContainer {
	position: initial !important;
	height: auto;
	padding-top: 20%;
	top: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
}
h1, h1 span, h1 a {
	font-size: 38px !important;
	line-height: 50px !important;
}
}
@media screen and (max-width: 767px) {
.fp-tableCell {
/*height: 600px !important;
         padding-top: 90px;*/
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
	display: none !important;
}
.bot {
	margin-top: 61px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	line-height: 5px;
	position: absolute;
	bottom: 0px !important;
}
.hasSubMenu:after {
	font-family: Fontawesome;
	position: absolute;
	right: 10px;
	content: "\f078"
}
.logoContainer {
	/*max-width: 100%;*/
	display: inline-block;
	padding: 0px 10px 0px 0px;
	border-right: none !important;
}
.pageName {
	display: none;
}
.hasSubMenu.active:after {
	float: right;
	content: "\f077"
}
.filterContainer {
	text-align: center;
}
.filterContainer .buttonContract {
	width: 35%;
}
header {
	background-color: rgba(0, 0, 0, 0.9);
	padding: 10px 10px 15px;
	position: fixed;
	text-align: left;
	width: 100%;
	z-index: 17;
}
header img {
	outline: 0;
	vertical-align: top;
	width: 100%;
	border: 0;
}
.awardsBand div.awardsBandContainer {
	color: #f16800;
	display: inline-block;
	float: left;
	height: auto;
	overflow: hidden;
	vertical-align: top;
	width: 16.6%;
}
.thumbnailslider {
	height: 206px;
	margin-bottom: 6% !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	overflow-x: scroll;
	width: 80%;
}
.awardsBandContainer div.awardsBandContent {
	border-right: medium none;
	/*height: 203px !important;*/
	height: auto !important;
	padding: 10px;
}
.awardInfoCont {
	height: auto;
}
.awardsBandContainer div.awardsBandContent.last {
	border: 0px;
}
.awardsBandContent .number {
	font-size: 3em;
	border-bottom: 1px solid #FFF;
	text-align: center;
	margin: 0px 25px;
}
.awardsBandContent img {
	padding-top: 10px;
	width: 50%;
}
.officeCarousel {
}
.cityInfo {
	background-image: url('img/bg/pat.png');
	background-repeat: repeat;
	background-color: #454545;
	color: #fff;
	width: 100%;
	overflow: hidden;
}
.cityDetails {
	padding: 10px;
}
.fullPageSlide {
	background-size: contain;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position-y: 68px;
}
.socialInfoText {
	font-size: 0.9em;
	margin-top: 10px;
}
.sideMenu nav, .sideSubMenu nav {
	position: relative;
	top: 33%;
}
.subMenuContainer {
	height: 100%;
	width: 200px;
	position: fixed;
	right: 300px;
	z-index: 19;
	top: 0px;
	overflow: hidden;
	color: #fff;
}
.sideSubMenu {
	height: 100%;
	background-color: rgba(237, 140, 27, 0.95);
	width: 200px;
	z-index: 1;
	position: absolute;
	top: 0px;
	color: #fff;
}
.sideMenu {
	height: 100%;
	z-index: 16;
	color: #fff;
	overflow-y: scroll;
}
.sideMenu ul, .sideSubMenu ul {
	text-align: center;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 100%;
}
.sideMenu ul li, .sideSubMenu ul li {
	padding: 0px;
	margin: 0px;
}
.sideMenu ul li a, .sideSubMenu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: block;
}
.sideMenu ul li a {
	position: relative;
	z-index: 2;
}
.sideMenu ul li a:hover {
	text-decoration: none;
	color: #ed8c1b;
}
.sideSubMenu ul li a:hover {
	text-decoration: none;
	color: #000;
}
.menuCloseButton {
	line-height: 40px;
	font-size: 40px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
}
.socialBoxContainer {
	border-bottom: 1px solid #eee;
	border-right: medium none;
	height: 85px;
	padding: 0;
	text-align: center;
	width: 100%;
}
.socialBoxContainer.last {
	border: 0px;
}
.socialBoxContainer .iconButton {
	height: 1px;
	margin-top: 15px;
}
.buttonContractLight {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #454545;
	padding: 2px 5px 2px 5px;
	font-size: 0.8em;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	color: #454545;
	margin: 0px 5px;
	cursor: pointer;
}
.buttonContractLight:hover, .buttonContractLight.active {
	color: #fff;
	background-color: #454545;
	text-decoration: none;
}
.buttonContract {
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 2px 5px 2px 5px;
	font-size: 0.8em;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	color: #fff;
	margin: 0px 5px;
	cursor: pointer;
}
.buttonContract:hover, .buttonContract.active {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
.buttonContractLight.large, .buttonContract.large {
	font-size: 1em;
	display: inline-block;
}
.slideShowImage {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #F16800;
	position: relative;
	top: 68px;
	height: 40%;
}
.homeSlideContractIcons {
	height: 20%;
	margin: 0 0 20px 0;
}
.slideShowImage li {
	display: inline-block;
}
.slideShowImage a {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 16px 1px;
	width: 40%;
	border: none;
	height: inherit;
}
.slideShowImage a.last {
	border-right: 0px;
}
.slideShowImage img {
	height: 30px;
}
.workContainer {
	padding-top: 93px;
}
.workContainer div.item {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	vertical-align: top
}
.workContainer .workHover {
	opacity: 0;
	padding-top: 50px;
	position: absolute;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.workContainer .workHover {
	opacity: 1;
	height: auto;
	top: auto;
	bottom: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.8);
}
.workContainer .workHover.fadeIn {
	-webkit-animation-name: none;
	animation-name: none;
}
.workContainer .workHover.fadeOut {
	-webkit-animation-name: none;
	animation-name: none;
}
.workContainer .projectName {
	padding: 5px;
	font-size: 16px;
	width: 100%;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.workContainer .projectDescription {
	padding: 5px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}
h2.workHeading {
	border-bottom: 2px solid #B0B0B0 !important;
}
.portfolioMainImage {
	width: 100%;
}
.teamContainer {
/*overflow: hidden;*/
}
.teamContainer .item {
	padding: 0px;
	margin: 0px;
	background-size: cover;
	opacity: 0.5;
}
.teamContainer .item:hover {
	opacity: 1;
}
.teamContainer .item img {
	width: 100%;
}
a.teamImage {
	opacity: 0.5;
}
a.teamImage:hover {
	opacity: 1;
}
.teamInfoContainer {
	text-align: center;
	margin: 0 auto;
	border-top: 1px solid #fff;
	padding-top: 15px;
	position: absolute;
	bottom: 15px;
	width: 75%;
	left: 0;
	right: 0;
}
html {
	height: 100%;
	position: relative;
}
body {
	background-repeat: no-repeat;
	background-position: 0 0 !important;
	height: 100%;
	background-attachment: fixed;
}
.slideOffice {
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.slideOffice img {
	width: 100%;
}
.logoContainer {
	max-width: 90%;
	display: inline-block;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #fff;
}
.logoContainer.home {
	border: 0px;
}
.pageName {
	background: none repeat scroll;
	color: #fff;
	left: 0;
	padding: 10px 20px;
	position: relative;
}
.headerFilterDropdown {
	top: 90px;
	padding-bottom: 60px;
}
.headerFilterDropdown ul {
	position: relative;
	padding: 5px;
	list-style-type: none;
}
.headerFilterDropdown li {
	padding: 7px 5px 8px 0px;
	;
}
.headerFilterDropdown ul li a {
	text-decoration: none;
	color: #fff;
}
.headerFilterDropdown ul li a.active {
	text-decoration: none;
	color: #454545;
}
.headerFilterDropdown ul li a:hover {
	color: #F16800;
}
/*MENU BTN*/
    /* Nav toggle icon */
.nav-toggle {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	padding: 8px 5px;
	position: fixed;
	right: 10px;
	top: 9px;
	z-index: 18;
}
.nav-toggle .icon-menu {
	position: relative;
	background-image: none;
	display: inline-block;
	width: 32px;
	height: 24px;
	vertical-align: middle;
	fill: none;
}
/* Nav toggle icon lines */

.icon-menu .line {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	background-color: #fff;
}
/* Nav toggle icon line 1 */

.icon-menu .line-1 {
	top: 0;
}
/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	-ms-transform: translateY(10px) translateX(0) rotate(45deg);
	transform: translateY(10px) translateX(0) rotate(45deg);
}
/* Nav toggle icon line 2 */

.icon-menu .line-2 {
	top: 50%;
	margin-top: -2px;
}
/* When active, hide line 2 */

.is-active .icon-menu .line-2 {
	opacity: 0;
}
/* Nav toggle icon line 3 */

.icon-menu .line-3 {
	bottom: 0;
}
/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
	transform: translateY(-10px) translateX(0) rotate(-45deg);
}
/*
     * contact page
     * */
.addressContainer {
	position: static;
	height: auto;
	padding-top: 20%;
	top: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	padding: 100px 0 0 0 !important;
}
.addressContainer > div.container > div {
	padding-left: 20px;
	border-right: none;
}
.addressContainer > div.container > div.last {
	border-right: 0px;
}
.addressContainer .addressCityCont div {
	text-align: left;
	padding-top: 15px;
}
.cityName {
	width: 10em;
	font-size: 2em;
	border-bottom: 1px solid rgba(255,255,255,0);
	margin-bottom: 20px;
	padding-bottom: 0;
}
.cityPhoneNumber {
	padding-top: 20px;
}
.addressCityCont {
	border-bottom: 1px solid rgba(255,255,255,0.8);
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.addressCityCont.last {
	border: 0;
	margin-bottom: 0;
}
.contactForm {
	position: static !important;
	height: auto;
	bottom: 0px;
	background-color: #F16800;
	width: 100%;
	padding-bottom: 10px;
}
.formDiv {
	text-align: left;
	width: 90%;
}
.formDiv form div {
	padding-left: 0px;
}
.formDiv select, .formDiv input, .formDiv textarea {
	width: 100%;
	margin: 5px 0px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	color: #fff;
}
.formDiv select, .formDiv input {
	height: 27px;
}
.formDiv select option {
	background-color: rgba(237, 140, 27, 0.95);
	color: #fff;
	border: 1px solid #fff;
}
.formDiv select option:hover {
	background-color: rgba(255, 255, 255, 0.95);
	color: rgba(237, 140, 27, 0.95);
	border: 1px solid #fff;
}
.formDiv select option:checked {
	background-color: rgba(255, 255, 255, 0.95);
	color: rgba(237, 140, 27, 0.95);
	border: 1px solid #fff;
}
.select2-container--default .select2-selection--single {
	border-radius: 0px;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: 0.6em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0;
}
.select2-results__options {
	background-color: #ed8c1b;
	color: #fff;
	border: 1px solid #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fff;
	color: #ed8c1b;
}
 *::-webkit-input-placeholder {
 padding-left: 5px;
 color: #fff;
}
 *:-moz-placeholder {
        /* FF 4-18 */
        padding-left: 5px;
 color: #fff;
}
 *::-moz-placeholder {
        /* FF 19+ */
        padding-left: 5px;
 color: #fff;
}
 *:-ms-input-placeholder {
        /* IE 10+ */
        padding-left: 5px;
 color: #fff;
}
.formButtons {
	text-align: right;
}
.fp-controlArrow.fp-next, .fp-controlArrow.fp-prev {
	display: none;
}
.nextSectionArrow {
	width: auto;
	left: auto;
	right: 10px;
	bottom: 10px;
	display: none;
}
.fp-slidesNav.bottom {
	bottom: 0;
}
}
/**************** style by me **************/

.informationheading {
	border-bottom: 1px solid #eee;
	height: 70px;
	width: 100%;
}
.information {
	background: none repeat scroll 0 0 #454545;
	height: auto;
	margin-bottom: 40px;
	padding: 13px 20px 60px;
}
.information h2 {
	display: block;
	float: left;
	padding: 10px 0 15px 10px;
}
.informationbutton {
	float: right;
	padding-right: 10px;
	padding-top: 15px;
}
.InformationAddress {
	border-bottom: 1px solid #eee;
	padding: 15px 0 15px 10px;
	line-height: 1.7em;
}
.information_slider {
	background: none repeat scroll 0 0 #333;
	height: auto;
	margin-bottom: 40px;
	padding: 10px 0 47px;
}
/**************** style by me **************/
/**************** style by me **************/

#teamsResponsive {
	display: none;
}
@media screen and (max-width: 767px) {
#teams {
	display: none;
}
#teamsResponsive {
	display: block;
	height: 630px;
	overflow-y: scroll;
}
.teamContainerResponsive {
	height: inherit;
}
.teamContainerResponsive .item {
	background-position-y: -45px;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.team_form {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 90;
	text-align: center;
	background: #000;
}
.page-id-56 .container {
	width: 90% !important;
}
.single-work a.buttonContract {
	border: 0;
}
.teamName, .teamDesignation {
	min-height: inherit;
}
.addressContainer > div.container > div.last {
	padding-bottom: 20px;
}
.addressContainer .addressCityCont div {
	text-align: left;
	padding-top: 0;
	margin: 0 0 10px 0;
	width: 100%;
}
div.wpcf7-mail-sent-ok {
	font-size: 16px;
}
.team_form.team_form_02 .searchandfilter ul li select {
	width: 200px;
	min-width: 200px;
}
body.page-template-page-contact {
	background-attachment: fixed;
}
}
@media screen and (max-width: 600px) {
.cityDetails h2 {
	padding: 0 !important;
	font-size: 20px !important;
	font-weight: normal;
}
.cityAndTempContainer {
	font-size: 20px;
}
.cityAndTempContainer h1 {
	font-size: 30px !important;
	font-weight: normal;
}
.homeCityInfo .temp {
	font-size: 42px;
}
.title2 {
	font-size: 30px !important;
}
.contactForm input[type=text], .contactForm input[type=email] {
	width: 100%;
}
.addressCityCont {
	margin-bottom: 30px;
}
.contactForm h1 {
	font-size: 30px !important;
	font-weight: normal;
	line-height: inherit !important;
	margin: 20px 0 5px 0 !important;
}
h2.workHeading {
	font-size: 20px !important;
	padding: 0 !important;
	line-height: 30px;
}
.page-id-56 .container {
	padding-left: 0;
	padding-right: 0;
}
.team_form.team_form_02 .searchandfilter ul li select {
	width: 160px;
	min-width: 160px;
}
}
@media screen and (max-width: 440px) {
.team_form {
	top: 50px;
}
.team_form .searchandfilter ul li select {
	width: 100px;
	min-width: 100px;
}
a.buttonContract {
	font-size: 0.7em;
}
.cityDetails h2 {
	font-size: 16px !important;
	line-height: inherit;
	padding: 0 0 10px 0 !important;
}
.cityAndTempContainer h1 {
	font-size: 24px !important;
}
.homeCityInfo .temp {
	font-size: 30px;
	top: 0;
}
.title2 {
	font-size: 24px !important;
}
.contactForm h1 {
	font-size: 24px !important;
}
h2.workHeading {
	font-size: 16px !important;
	line-height: 24px;
}
.page-id-56 .container {
	width: 100% !important;
	padding-top: 70px;
}
.team_form.team_form_02 .searchandfilter ul li select {
	width: 160px;
	min-width: 160px;
}
}
.responsiveInfo {
	padding: 30% 15px;
	position: absolute;
	overflow-y: scroll;
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	left: 0px;
	height: 100%;
	display: none;
	top: 0;
}
.teamimage_mobile {
	height: 100%;
}
/* Localized */
.cityAndTempContainer h1 span {
	float: right;
	margin: 0 10px 0 0;
}
.bot2 ul li:last-child, .bot3 ul li:last-child, .bot4 ul li:last-child {
	border: none !important;
}
 @media (min-width: 1100px) and (max-width: 1400px) {
.homeSlideContractIcons.bottom {
	top: 40px;
}
}
.contactus_formlist .newbusinessenq_list{ display:none;}