/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
    color: #424242;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height:1.5;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}


.navbar {
	height: 70px;
	width: 100%;
	position:fixed;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
	background: #1a1b1d none repeat scroll;
	top:0px;
	padding-top : 10px;
	opacity: 0.9;
}

.navbar-brand {
	color: #FFFFFF;
	font-size: 15px;
    font-weight: 500;
    line-height:1.5;
    text-transform: uppercase;
    margin-top:-20px;
	opacity: 100;
}

nav ul {
	font-size: 15px;
    font-weight: 500;
    line-height:1.5;

}

nav {
    display: inline-block;
    float: left;
    padding: 0;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    float: left;
    padding: 0;
}
nav ul li a {
    color: #b1b1b1;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
nav ul li a.active, nav ul li a:hover, nav ul li a:focus, nav ul li a:active {
    color: #fff;
}
nav > .nav-control > ul > li.dropdown > a::after {
    content: "";
    float: right;
    font-family: "FontAwesome";
    font-size: 8px;
    margin-left: 6px;
}
nav > .nav-control > ul > li.dropdown > a::before {
    bottom: -8px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 100px;
    z-index: 998;
}
nav ul li a i {
    display: inline-block;
    font-size: 10px;
}
nav ul li.dropdown.open > a {
    color: #fff;
    position: relative;
}
nav ul li .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 0;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0;
    min-width: 230px;
    padding: 12px 0 15px;
    top: 60px;
    transition: transform 0.3s ease 0s;
    z-index: 999;
}
nav ul li .dropdown-menu li a {
    background-color: transparent;
    border: 0 none !important;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.7);
    display: block;
    font-size: 13px !important;
    font-weight: normal;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 8px 25px;
    text-shadow: none;
    text-transform: none;
    transition: all 0s ease 0s;
}
nav ul li .dropdown-menu li a:hover, nav ul li .dropdown-menu li.active a, nav ul li .dropdown-menu li a:focus {
    background-color: rgba(245, 245, 245, 0.7);
    border-radius: 0;
    color: rgba(0, 0, 0, 0.7);
    transition: all 0s ease 0s;
}
nav ul li .dropdown-menu > li {
    background: transparent none repeat scroll 0 0;
    border-radius: 0 !important;
    margin: 0;
    padding: 0;
}
nav ul li .dropdown-menu.default li {
    width: 100%;
}
nav .container {
    position: relative;
}
.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: right -1px bottom -1px !important;
    background-repeat: no-repeat !important;
    background-size: auto auto;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 0 !important;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    left: 15px;
    margin-top: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    right: auto;
    top: 60px;
    width: 1140px;
    z-index: 999;
}
.mega-dropdown-sm {
    position: relative !important;
}
.mega-dropdown-sm .mega-dropdown-menu {
    left: 0;
    min-width: 550px;
    width: auto !important;
}
.mega-dropdown-menu::after, .mega-dropdown-menu::before {
    display: none;
}
.mega-dropdown-menu::after {
    border-bottom-color: #2a5d9f !important;
}
.mega-dropdown-menu::before {
    display: none;
}
.open .mega-dropdown-menu {
    display: table !important;
}
.mega-dropdown-menu > li {
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.06);
    display: table-cell;
    float: none;
    vertical-align: top;
}
.mega-dropdown-menu > li > ul {
    border-radius: 0 !important;
    display: block;
    margin: 0;
    min-height: 100% !important;
    padding: 0;
    position: relative;
}
.mega-dropdown-menu > li > ul > li {
    float: none;
    list-style: outside none none;
    padding-left: 1px;
}
.mega-dropdown-menu > li:first-child ul li {
    padding-left: 0;
}
.mega-dropdown-menu > li:last-child {
    box-shadow: none;
}
.mega-dropdown-menu > li > ul > li:last-child {
    box-shadow: none;
    margin-bottom: 30px;
}
nav ul li .dropdown-menu > li i, .mega-dropdown-menu > li ul > li i {
    margin: 0;
    padding: 0;
    width: 20px;
}
.mega-dropdown-menu .dropdown-header {
    color: rgba(0, 0, 0, 0.7);
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0 5px;
    padding: 18px 25px 10px !important;
    text-transform: uppercase;
}
.mega-dropdown-menu .dropdown-header:nth-child(7) {
    margin-top: 10px;
}
.open .mega-dropdown-menu.category {
    display: block;
}
.mega-dropdown-menu.category li {
    display: inline-block;
    float: left;
}
.mega-dropdown-menu.category li a {
    padding: 15px;
}
.mega-dropdown-menu.category li a:hover, .mega-dropdown-menu.category li a:focus {
    background-color: transparent;
}
.mega-dropdown-menu.category li a:hover h3, .mega-dropdown-menu.category li a:focus h3 {
    color: #2776dc;
}
.mega-dropdown-menu.category li img {
    width: 100%;
}
.mega-dropdown-menu.category li .caption {
    margin-top: 15px;
    position: relative;
}
.mega-dropdown-menu.category li .caption .label {
    display: inline-block;
    float: none;
    font-size: 11px;
    left: 0;
    margin-left: 15px;
    margin-top: -53px;
    padding: 7px 8px;
    position: absolute;
    right: auto;
    top: auto;
}
.mega-dropdown-menu.category li .caption h3 {
    display: inline-block;
    font-size: 15px;
    font-weight: 500 !important;
}
.mega-dropdown-menu.category li .caption p {
    color: #969696;
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin: 3px 0 0;
    width: 100%;
}
.dropdown-submenu {
    padding: 0 !important;
    position: relative;
}
.dropdown-submenu.open a {
    background-color: rgba(245, 245, 245, 0.7);
    border-radius: 0 !important;
}
.dropdown-submenu > a {
    position: relative;
}
.dropdown-submenu > .dropdown-menu::after, .dropdown-submenu > .dropdown-menu::before {
    display: none;
}
.dropdown-submenu > .dropdown-menu {
    border-color: rgba(0, 0, 0, 0.13);
    border-radius: 0 !important;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    display: none !important;
    left: 200px;
    position: absolute;
    top: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
    border-radius: 0 !important;
    display: inherit !important;
    margin: 0 !important;
}
.dropdown-submenu .dropdown-menu a {
    background-color: #fff;
    border-radius: 0 !important;
    padding-left: 30px !important;
}
.dropdown-submenu .dropdown-menu a:hover {
    padding-left: 30px !important;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    border-radius: 0 !important;
    left: -100%;
    margin-left: 10px;
}

.dropdown-toggle {
	height:60px;

}

.img-portfolio {
    margin-bottom: 30px;
}

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

/* Home Page Carousel */

header.carousel {
    /*height: 100%;*/
	margin-top: -60px;
	}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
	width: 100%;
}



header.carousel .wrapper {
	position: relative;
	/*max-width: 840px;*/
	width: 100%%;
	
	/*padding: 0 0px;*/
	margin: 0 auto;
	background-position: center;
    background-size: cover;
}

header .carousel .carousel-caption{
	display: table-cell;
    opacity: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    
}

header .carousel .carousel-caption h1{
    color: #FFFFFF;
    display: block;
    font-size: 40px;
    font-weight: 900 !important;
    margin: 0;
    padding: 15px 20px 0;
    text-shadow: none;
    text-transform: uppercase;
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #cbbfae url(../image/nav.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 100px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows a:first-child{
	left: auto;
	right: 100px;
	background-position: top right;
}

.nav-arrows a:hover {
	opacity: 1;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}

.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #cbbfae;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1), 
		inset 0 0 0 3px #cbbfae,
		inset 0 0 0 8px #fff;
}

.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}

.nav-options span {
	width: 30px;
	height: 30px;
	background: #cbbfae url(../images/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}

.nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}

.nav-options span:hover {
	opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
	color: #424242;
    font-family: 'Roboto', sans-serif;
}

.content {
	width: 100%;
	position:relative;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
	background: #dadada ;
	top:0px;
	padding-top : 0px;	
	padding-bottom: 20px;
	margin-top: -20px;
}


.contentbg {
	width: 100%;
	position:relative;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
	padding-top : 0px;	
	padding-bottom: 20px;
	background: linear-gradient(to right,#021c33 0,#02a0d7 50%,#021c33 100%);
	
}

.title {
	padding:0px 0 40px;
	position:relative;
	text-align: center;
}

.page-header {
	 text-transform: uppercase;
}

.panel-heading {
	padding : 4px 4px 4px 4px;
	display: block;
	position:relative;
	
}
.card-img {
	border-radius: 4px 4px 0 0;
	height: auto;
	width: 100%;
}



img {
	max-width: 100%;
}

a {
	color: #424242;
	transition: all 0.25s ease 0s;
	text-decoration: none;
	background-color: transparent;
}

a:hover, a:active, a:focus {
	color: #A6E38D;
	text-decoration: none;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:5000;
}

/* Footer Styles */
footer {
    background: #232428;
    width: 100%;
    padding: 30px 0 20px 0;
    color: rgba(255,255,255, 0.4);
	display: block;
    position: relative;
	bottom: 0px;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}
