/*!
 * 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%;
    color: #fff;
    
}

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



.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;
}

/* Side Menu */

.navbar-nav li {
    /*text-indent: 20px;*/
    line-height: 40px;
}

.navbar-nav li a {
    display: block;

    text-decoration: none;
	font-size: 12text-vertpt;
    color: white;
	vertical-align: middle;
	line-height: 40px;
}

.navbar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0,0,0,1);
}

.navbar-nav li a:active,
.navbar-nav li a:focus {
    text-decoration: none;
}

#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 {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    /*background: url(http://youtu.be/VmfwiY9TffY) no-repeat center center scroll;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*background-size: cover;*/
    /*-o-background-size: cover;*/
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
	
    
	background: #00A686;
    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: left;
    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;
}
.common_portfolio:hover{
    background-color: rgba(133,240,79,0.6);
}

.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: -99; width: 100%; height: 100%; background-color:#000;}
.carousel,.item,.active{z-index: -99; width: 100%; height: 100%; background-color:#000;}
.carousel-inner{height:100%;}
.fill{width:100%;height:100%;background-position:center;background-size:cover;opacity:0.5}

/* 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); };

