/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;  
    height: 100%;



}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1,h3,h2{color:black;}



.text-vertical-center {
    position:inherit;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
    background: red;
}
/* Side Menu */
hr
{
    border-color:#EF4035;;
}
.navbar-nav li {
    /*text-indent: 20px;*/
    
}

.navbar-nav li a {
    display: block;
    text-decoration: none;
	font-size: 1.3em;
    color: white;   
	vertical-align: middle;
	
}

.navbar-nav li a:hover {
    /*text-decoration: underline;*/
    background:#EF4035;
}

.navbar-nav li a:active,
.navbar-nav li a:focus {
    text-decoration: underline;
    background:#EF4035;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}
.logo{
    padding:7px 15px;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header-page {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    


    
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*background-size: cover;*/
    /*-o-background-size: cover;*/
}
/* opportunities */
.opportunities {
    
    padding: 50px 0;
    
    min-width: 103.3%;
    
}

.job_circle
{
    
    border-radius: 13em;
    width: 150px;
    height: 150px;
    padding-top: 1%;
    background-color: rgba(255,255,255,0.8);  
    margin-left: 6%;
}

.job_circle h3{
    font-size: 2em;
}
.job_circle:hover
{

    background:white;
    border-radius: 13em;
    cursor: pointer;
}

.change-play-color:hover{
    color:#000;
}
/* About */

.about {
    padding: 50px 0;
}

/* Services */



.services {
	
    padding: 50px 0;
	background: white;
    min-width: 102%;
	
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 420px;
    color: #fff;
    /*background: url(../img/mobile.jpeg) no-repeat center center scroll;*/	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
	
}

.portfolio-item {

    margin-bottom: 50px;
    text-align: center;
    padding: 20px;
}

.img-portfolio {

    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
	
    padding: 50px 0;
	
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
	
    padding: 100px 0;
	height:200px;

}

.common_portfolio{
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100px;
    height: 125px;
    cursor: pointer;
    background-color:#EF4035;
}
.common_portfolio:hover{
    background-color: #EF4035;
}

.js_job{
    background-image: url("../img/share_logo.png");
    background-color: #f0da4f;
}
.ruby_job{
    background-image: url("../img/mobile_bg.png");
    background-color: #f04f52;
}
.java_job{
    /*background-image: url("../img/java_bg.png");*/
    background-color: #177aeb;
}
.devops_job{
	
    background-image: url("../img/open_bg.png");
    background-color: #9a4ff0;
}
.portfolio-item h4{
    /*margin:0px;*/
    font-size: 1.3em;
}

.circle {
border:8px solid white;
	margin-right:auto;
	margin-left: auto;
	border-radius: 50%;
	width: 150px;
	height: 150px; 
line-height:120px;
vertical-align:middle;
	/* width and height can be anything, as long as they're equal */
}



.domain_logo
{

}


/*Carausol*/
/*html,body{height:100%;}*/
.slideshow-wrapper{position: fixed; z-index: 0; width: 100%; height: 100%; background:rgba(0,0,0,0);}
.carousel,.item,.active{z-index: -99; width: 100%; height: 100%; background-color:#000;}
.carousel-inner{height:100%;}
.fill{width:104.1%;height:100%;background-position:center;background-size:cover;}

/* faster sliding speed */
.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}

/* keep full widget on smaller screens */
@media (max-width: 767px) { 
    body {
        padding-left: 0;
        padding-right: 0;
    }
}
img.blur { width:367; height:459px; -webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); filter: blur(3px); }

.fix-me{
    background:url(../img/peep2.jpeg) no-repeat center center absolute;
    background-size: cover;
    /*padding: 20px 0px 40px 0px;*/
    width:100%;
    
}
.culture-page{
    position: relative;
    width: 100%;
    background-color: white;
    
    margin: 0 auto;
}
.culture-page h2{
    color: #fff;
}
img.fit-me-in{
    overflow: hidden;
}