/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    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;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
}

.btn-light {
    border-radius: 0;
    color: #989797;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #989797;
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0;
    width: 250px;
    height: 100%;
    transform: translateX(-250px);
    overflow-y: auto;
    background: #111111;
	opacity:0.95;
    -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;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin-top: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 30px;
	font-size:16px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
}

#sidebar-wrapper.active {
    left: 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: 12px 250px 0 0;
	padding-bottom:50px;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Footer */

footer {
    padding: 28px 0;
	background-color:#252525;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
.btn-totop {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-totop:hover,
.btn-totop:focus,
.btn-totop:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}
/* Callout */

.about {
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    background:url(../img/about_bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-top:100px;
}
.about p {
	font-size:14px;
	line-height:18px;
	color:#b5b5b5;
}

.about h2 { color:#686868;
}
.contact {
    display: table;
    width: 100%;
    height: 100%;
    color: #cfcfcf;
    background:url(../img/contact_bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-top:100px;
}
.contact p {
	font-size:14px;
	line-height:7px;
	color:#cfcfcf;
}

.contact h2 { 
    color:#cfcfcf;
	padding-bottom:10px;
}

.contact h5 { 
    color:#cfcfcf;
	font-size:14px;
	line-height:10px;
}
.contact .phoneno{
	padding-top:30px;
	
	}

/* Work */
.work {
    padding: 50px 0;
}

.work-item {
    margin-bottom: 30px;
}
.bgofwork { background-color:#363636;height:68px;color:#a4a4a4;margin-top:28px; text-align:center;}
.work a { text-decoration: none; float:left;padding:0px 15px;}
 
/* Callout */

/* Portfolio */

.portfolio { background-color:#252525;}

.event {
    display: table;
    width: 100%;
    height: 100%;
    color: #cfcfcf;
    background:url(../img/event_bg4.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-top:100px;
}
.event p {
	font-size:14px;
	line-height:18px;
	color:#cfcfcf;
}

.event h2 { 
    color:#cfcfcf;
	padding-bottom:10px;
	background-color:#252525;
	opacity:0.9;
	line-height:100px;
}
.worktop {
    display: table;
    position: relative;
}
