image
{
width:100%!important;
}
.nomargin
{
	margin-top:2%!important;
}
.lifeatwebian
{
	background: url('../images/img/banner4.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
}
.lifeatwebian
{
	color:white!important;
}
.office_img
{
	width:100%!important;
}
#menu
{
	position:fixed;
	top:0%;
	width:100%;
	z-index:10000;
}
.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/* Nav bar */
.navbar
{
	margin-bottom:0px!important;
	border-radius:0px;
}

.navbar-inverse .navbar-nav>li>a {
	color		: #F5F5F5;
	font-size	: 14px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #6F0000;
}

.navbar-nav>li:hover {
    background-color: #6F0000;
}



.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 550px;
}
.dropdown-menu.columns-3 {
min-width: 600px;
}

.dropdown-menu > li {
	background-color	: #101010!important;
}

.dropdown-menu li a {
	padding		: 5px 10px;
	font-weight	: 300;
	font-size	: 15px;
	color		: #fff;
}

.dropdown-menu li:hover {
	background-color : #9A0709;
}

.dropdown-menu li a:hover {
	background-color	: #9A0709;
	color				: #FFF;
}

.multi-column {
	background-color	: #101010!important;
}

.multi-column > div > li > a {
	color	: white;
}

.multi-column > div > li > a:hover {
	color	: white;
}
.color_black li a {
	color :#333;
}

.color_black li a:hover {
	color :#333;
}

.padd0 {
	padding-left	: 0px;
	padding-right	: 0px;
}
.multi-column-dropdown {
list-style: none;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}

@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}

.content {
width: 100%;
//margin: 50px auto;
//padding: 20px;
}
.content h1 {
font-weight: 400;
text-transform: uppercase;
margin: 0;
color: #fff;
}
.content h2 {
font-weight: 400;
text-transform: uppercase;
color: #333;
margin: 0 0 20px;
}
.content p {
font-size: 1em;
font-weight: 300;
line-height: 1.5em;
margin: 0 0 20px;
}
.content p:last-child {
margin: 0;
}
.content a.button {
display: inline-block;
padding: 10px 20px;
background: #ff0;
color: #000;
text-decoration: none;
}
.content a.button:hover {
background: #000;
color: #ff0;
}
.content.title {
position: relative;
background: #333;
}
.content.title h1 span.demo {
display: inline-block;
font-size: .5em;
padding: 10px;
background: #fff;
color: #333;
vertical-align: top;
}
.content.title .back-to-article {
position: absolute;
bottom: -20px;
left: 20px;
}
.content.title .back-to-article a {
padding: 10px 20px;
background: #f60;
color: #fff;
text-decoration: none;
}
.content.title .back-to-article a:hover {
background: #f90;
}
.content.title .back-to-article a i {
margin-left: 5px;
}
.content.white {
background: #fff;
//box-shadow: 0 0 10px #999;
}
.content.black {
background: #000;
}
.content.black p {
color: #999;
}
.content.black p a {
color: #08c;
}

@media (max-width: 480px) {
.content {
width: 90%;
margin: 50px auto;
padding: 10px;
}
}
.facebook:hover
{
background-color:rgb(59, 89, 152)!important;
}
.twitter:hover
{
background-color:#00ACED!important;
}
.linkedin:hover
{
background-color:#007BB6!important;
}
.dropdown-menu{
	padding		: 0px!important; 
}

/*.dropdown-menu li a:hover {
	animation: colorchange 2s; 
	-webkit-animation: colorchange 2s;
}

@keyframes colorchange {
	0%   {background: #021F64;}
	50%  {background: #1A3167;}
	100% {background: #434E67;}
}

@-webkit-keyframes colorchange
{
	0%   {background: #021F64;}
	50%  {background: #1A3167;}
	100% {background: #434E67;}
}
*/
.row{
	margin-left		: 0px;	
	margin-right	: 0px;
}
.container{
	padding-left	: 0px;
	padding-right	: 0px;
}
.nopadding{
	padding			: 0px;
	border-right	: 1px solid #d3d3d3;
}
.article_header{
	margin-top		: 0.2%;
	font-size		: 25px;
	padding			: 10px 0px 10px 0px;
	background-color: #333;
	color			: white;
}


@-webkit-keyframes slide {
 0%  {-webkit-transform: translateX(0%);} 
 10%  {-webkit-transform: translateX(20%);}
 20%  {-webkit-transform: translateX(40%);}
 30%  {-webkit-transform: translateX(60%);}
 40%  {-webkit-transform: translateX(80%);}
 50%  {-webkit-transform: translateX(100%);}
 60% {-webkit-transform: translateX(80%);}
 70% {-webkit-transform: translateX(60%);}
 80% {-webkit-transform: translateX(40%);}
 90% {-webkit-transform: translateX(20%);}
 100% {-webkit-transform: translateX(0%);}
}

@-moz-keyframes slide {
 0%  {-webkit-transform: translateX(0%);} 
 10%  {-webkit-transform: translateX(20%);}
 20%  {-webkit-transform: translateX(40%);}
 30%  {-webkit-transform: translateX(60%);}
 40%  {-webkit-transform: translateX(80%);}
 50%  {-webkit-transform: translateX(100%);}
 60% {-webkit-transform: translateX(80%);}
 70% {-webkit-transform: translateX(60%);}
 80% {-webkit-transform: translateX(40%);}
 90% {-webkit-transform: translateX(20%);}
 100% {-webkit-transform: translateX(0%);}
}

@-o-keyframes slide {
 0%  {-webkit-transform: translateX(0%);} 
 10%  {-webkit-transform: translateX(20%);}
 20%  {-webkit-transform: translateX(40%);}
 30%  {-webkit-transform: translateX(60%);}
 40%  {-webkit-transform: translateX(80%);}
 50%  {-webkit-transform: translateX(100%);}
 60% {-webkit-transform: translateX(80%);}
 70% {-webkit-transform: translateX(60%);}
 80% {-webkit-transform: translateX(40%);}
 90% {-webkit-transform: translateX(20%);}
 100% {-webkit-transform: translateX(0%);}
}

@keyframes slide {
 0%  {-webkit-transform: translateX(0%);} 
 10%  {-webkit-transform: translateX(20%);}
 20%  {-webkit-transform: translateX(40%);}
 30%  {-webkit-transform: translateX(60%);}
 40%  {-webkit-transform: translateX(80%);}
 50%  {-webkit-transform: translateX(100%);}
 60% {-webkit-transform: translateX(80%);}
 70% {-webkit-transform: translateX(60%);}
 80% {-webkit-transform: translateX(40%);}
 90% {-webkit-transform: translateX(20%);}
 100% {-webkit-transform: translateX(0%);}
}


.leadership_arrow {
	text-shadow		: 2px 2px 3px #000;
	font-weight		: bold;
	color			: #139868;
	animation: slide 1.2s infinite;
	-webkit-animation: slide 1.2s infinite;
	-moz-animation: slide 1.2s infinite;
	-o-animation: slide 1.2s infinite;
}

.leadership_div {
	padding		: 10px;
    background	: -webkit-linear-gradient( left, #F3F5F8 25%, #FFC800 50%, #F3F5F8 100% ); /* For Safari 5.1 to 6.0 */
    background	: -o-linear-gradient( left, #F3F5F8 25%, #FFC800 50%, #F3F5F8 100% ); /* For Opera 11.1 to 12.0 */
    background	: -moz-linear-gradient( left, #F3F5F8 25%, #FFC800 50%, #F3F5F8 100% ); /* For Firefox 3.6 to 15 */
    background	: linear-gradient( to left, #F3F5F8 25%, #FFC800 50%, #F3F5F8 100% ); /* Standard syntax (must be last) */
}


@media ( min-width: 654px ) {
	.article_title_bg {
		position			: absolute;
		background			: url( '../images/title_bg.png' );
		background-repeat	: no-repeat;
		background-size		: cover;
		width				: 50%;
	}

	.article_title {
		padding-left		: 3%;
		position			: absolute;
		top					: 40%;
		color				: #fff;
		font-size			: 2.5em;
		text-shadow			: 3px 3px 2px #333;
	}
}

@media ( max-width: 654px ) {
	.article_title_bg {
		position			: absolute;
		background			: url( '../images/title_bg.png' );
		background-repeat	: no-repeat;
		background-size		: cover;
		width				: 50%;
	}

	.article_title {
		padding-left		: 3%;
		position			: absolute;
		top					: 30%;
		color				: #fff;
		font-size			: 1.5em;
		text-shadow			: 3px 3px 2px #333;
	}
}

.camera_fakehover {
	box-shadow				: 0px 5px 15px #999;
}

.article_container {
	width					: 80%;
	margin-left				: 10%;
	padding-top				: 2%;
	box-shadow				: 0px 0px 30px #777;
	min-height				: 250px;
	background-color		: #FFF;
	padding					: 20px;
}

.article_container > p {
	color					: #545454!important;
}

.article_container > span {
	color					: #545454!important;
}

.article_container > div {
	color					: #545454!important;
}

.article_background {
	background			: url( '../images/article_bg.png' );
}

.leadership_profile {
	font-size			: 16px;
	font-weight			: bold;
}

.gallery_ul {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.gallery_ul > li {     
  list-style:none;
  margin-bottom:25px;
}
.gallery_ul > li img {
  cursor: pointer;
}
.gallery_modal_body {
  padding:5px ;
}
.gallery_modal_content {
  border-radius:0;
}
.gallery_modal_dialog img {
  text-align:center;
  margin:0 auto;
}
.controls{          
	width:50px;
	display:block;
	font-size:11px;
	padding-top:8px;
	font-weight:bold;          
}
.next {
	float:right;
	text-align:right;
}
/*override modal for demo only*/
.gallery_modal_dialog {
	max-width:700px;
	padding-top: 90px;
}
@media screen and (min-width: 768px){
	.gallery_modal_dialog {
		width:800px;
		padding-top: 90px;
	}          
}

/* Place your resume */
.place_resume_dia {
	margin-top			: 10%;
}

.modal-content {
	border-radius		: 0px!important;	
}
.place_resume_cont {
	/*background			: url( '../images/sendur_resume.jpg' );
	background-repeat	: no-repeat;
	background-size		: cover;*/
	margin-left			: 15%;
    width				: 70%;
}

.place_resume_head {
	background-color	: rgba(61, 201, 179, 1);
	color				: white;
}

.place_resume_foot {
	background-color	: rgba(61, 201, 179, 1);
}

.re_input {
	background-color	: rgba( 255,255,255,0.1)!important;
	height				: 40px;
	border				: 1px solid #bbb;
	box-shadow			: 0px 0px 3px #bbb;
}

.re_input:focus {
    border				: 1px solid rgba(61, 201, 179, 1);
	box-shadow			: 0px 0px 7px rgba(61, 201, 179, 1);
}

.re_input::-webkit-input-placeholder {
   color: #aaa;
}

.re_input:-moz-placeholder { /* Firefox 18- */
   color: red;  
}

.re_input::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

.re_input:-ms-input-placeholder {  
   color: red;  
}

.re_submit {
	background-color	: rgba( 61, 201, 179, 1 );
	color				: white;
}

.re_submit:hover {
	background-color	: rgba( 18, 156, 135, 1 );
	color				: white;
}

.error_span {
	color				: red;
}

.webian_logo {
	//width				: 100%;
	//background			: linear-gradient( to right, #fff 5%, rgba( 0, 0, 0, 0.3 ) );
	//background			: -o-linear-gradient( left, #fff 5%, rgba( 0, 0, 0, 0.3 ) );
	//background			: -moz-linear-gradient( left, #fff 5%, rgba( 0, 0, 0, 0.3 ) );
	//background			: -webkit-linear-gradient( left, #fff 5%, rgba( 0, 0, 0, 0.3 ) );
	//background			: white;
	position			: absolute;
}



.camera_caption > div {
    padding: 18px 20px!important;
}

@media ( min-width: 767px ) {
	.tag_line {
		margin-left			: 5%;
		font-size			: 30px;
		font-weight			: bold;
		color				: #fff;
		text-shadow			: 3px 3px 3px #333;
	}
}

@media ( max-width: 767px ) {
	.tag_line {
		margin-left			: 5%;
		font-size			: 14px;
		font-weight			: bold;
		color				: #fff;
		text-shadow			: 3px 3px 3px #333;
	}
}


/* Recruitment form */
.section {
	background-color		: #4A9BB7;
	padding					: 5px 5px 5px 15px;
	cursor					: pointer;
}

.section > h2 {
	color					: #fff;
}

.section > h2::after {
	margin					: 0px!important;
}

/* Datepicker */

/* Mulit select */
.multiselect-container>li {
	background-color		: #eee!important;
}
.multiselect-container>li>a {
	color					: #000!important;
}

.multiselect-container>li>a>label.checkbox {
	margin-left				: 20px!important;
}

/* flip cards */

.flip {
  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
   height: 150px;
   position: relative;
   margin: 20px auto;
}
.flip .card.flipped {
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); /* IE 9 */
  -moz-transform:rotatey(-180deg); /* Firefox */
  -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
  -o-transform:rotatey(-180deg); /* Opera */
}
.flip .card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 1.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 1.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 1.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 1.5s;
  transform-style: preserve-3d;
  transition: 1.5s;
}
.flip .card .face {
  width: 100%;
  height: 100%;
  z-index: 2; 
  backface-visibility: hidden;  /* W3C */
  -webkit-backface-visibility: hidden; /* Safari & Chrome */
  -moz-backface-visibility: hidden; /* Firefox */
  -ms-backface-visibility: hidden; /* Internet Explorer */
  -o-backface-visibility: hidden; /* Opera */

}
.flip .card .front {
  position: absolute;
  z-index: 1;
  background: #00a0d7;
  cursor: pointer;
  border-radius		: 10px;
  padding-left		: 20px;
  padding-top		: 20px;
}

.front:hover {
	box-shadow	: 5px 5px 15px #333;
}

.front > a {
  color: white!important;
}

.back > a {
  color: white!important;
}
.flip .card .back {
    background	: blue;
    background	: #0182AF;
    font-size	: 1.5em;
    cursor		: pointer;
	border-radius		: 10px;
    box-shadow	: 5px 5px 15px #333;
	padding-top:50px;
	text-align	: center;
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); /* IE 9 */
  -moz-transform:rotatey(-180deg); /* Firefox */
  -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
  -o-transform:rotatey(-180deg); /* Opera */

}

.breadcrumb > li > a {
	color		: #0275d8;
}

.breadcrumb {
	background-color: #fff;
	text-align		:right;
	margin			: 0px!important;
}

.job_title {
	font-size		: 20px;
	color			: #333;
}

.jd_desc > div > ul {
	padding-left	: 20px!important;
}

.section > h2::after {
	border			: 0px;
}

.highlight {
	background-color: yellow;
	font-weight		: bold;
	color			: black;
}

@media ( min-width: 767px ) {
	.enquire_text {
		-ms-transform		: rotate( 90deg ); /* IE 9 */
		-webkit-transform	: rotate( 90deg ); /* Chrome, Safari, Opera */
		-moz-transform		: rotate( 90deg ); 
		transform			: rotate( 90deg );
		font-size			: 30px;
		margin-top			: 35px;
		letter-spacing		: 6px;
	}

	.enquire_col1 {
		height:	200px;
	}
}

@media ( max-width: 767px ) {
	.enquire_text {
		font-size			: 30px;
		letter-spacing		: 6px;
	}
}

.clr_wht {
	color		: white;
}

.cameraSlide{
	//opacity:0.75!important;
}

.swag { background: url('../images/img/plants-bg.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding: 50px 0; }
.swag h1 { color: #fff; text-transform: uppercase; }


/*
	remote modal
*/

.remotemodal{
	top:30%!important;
}

.remotemodal > .modal-dialog > .modal-content {
	border-radius: 8px!important;
}