/* Global Styles */

html, body {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
body {
	font-family:"Open Sans",Helvetica,Arial,sans-serif;
	font-size: 14px;
    line-height: 1.8;
	font-weight:normal;
	color: #292d36;
}
.img-portfolio {
	margin-bottom: 30px;
}
.img-hover:hover {
	opacity: 0.8;
}
a{ 
	text-decoration:none !important;
	color:#007ea0;
}
/* Home Page Carousel */

header.carousel {
	height: 50%;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
	height: 100%;
}
header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
/* 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;
}
/* Footer Styles */

footer {
	margin: 50px 0;
}

/* 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%;
}
}

.navbar-inverse {
	background-color:#1f2329;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 7px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 7px 0px rgba(50, 50, 50, 0.75);
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-weight: normal;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color:#c8c8c8;
	background-color:transparent;
	font-weight: normal;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #5a4e5b;
	color: #fff;
	font-weight: normal;
}
.navbar-brand {
	float: left;
	font-size: 44px;
    height: 60px;
    padding: 20px 15px 15px;
	color:#fff !important;
	font-weight:bold;
}
.navbar-nav > li > a {
	padding-bottom: 20px;
	padding-top: 20px;
}
#greybg {
	padding:20px 0;
	background-color:#f2f2f2;
}
#greybg h2 {
	margin-top: 0;
	color:#000;
	font-size:3em;
    font-weight: 400;
}

#greybg p {
	color: #222;
	font-size: 16px;
    	font-weight: 100;
    	line-height: 1.5;
}

#whitebg {
	padding:15px 0 5px 0;
	background-color:#fff;
}
#whitebg h2 {
	margin-top: 0;
	color:#000;
	font-size:3em;
    font-weight: 400;
}

#whitebg p, #whitebg ul{
	color: #222;
	font-size: 16px;
    font-weight: 100;
    line-height: 1.5;
}

a.scrollup {
	background:#333;
	height:40px;
	width:40px;
	color:#fff;
	font-size:22px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
}
a.scrollup:hover {
	opacity:1;
	color:#fff;
	font-size:18px;
	line-height:30px;
}
.carousel-control.left {
	background:#fff;
}
.carousel-control.right {
	background:#fff;
}
.carousel-control {
	bottom: 0;
	color: #222;
	font-size: 20px;
	left:20px;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top:15px;
	width:0px;
}


#mainbg {
	background:url(../images/homepage_bg.jpg) no-repeat top center;
	padding:100px 0;
	color:#fff;
}
#mainbg h2 {
	color:#fff;
}
#mainbg1 {
	background:url(../images/bg.png) no-repeat top center;
	padding:100px 0;
	color:#fff;
}
#mainbg1 h2 {
	color:#fff;
}

#mainbgnew {
	background:url(../images/homepage_bg.jpg) repeat top center;
	padding:30px 0 30px 0;
	color:#fff;
}
#mainbgnew h1 {
    color: #1f2329;
    font-size: 3.4em;
    font-weight: bold;
    /*width:100%;*/
}

#awards h1 {
    color: #330066;
    font-size: 26px;
    font-weight: bold;	
}

#awards img {
    display:block; 
    margin:auto;
}

@media (min-width: 1100px) {
  #mainbgnew h1 {
      width:80%;
  }
}

#mainbgnew h2 {
	color:#fff;
	font-size:2.4em;
    font-weight: 400;
}
#mainbgnew h3 {
	color: #c83c25;
    font-weight: bold;
    width:90%;
}
#mainbgnew p {
	color: #fff;
    font-size: 18px;
    font-weight:normal !important;
    line-height: 1.25;
}

.modal-header {
	border-bottom:none;
	min-height: 16.43px;
	padding: 15px 15px 0;
}
/* Four Tabs */
#dynatrace-services {
	padding: 0;
}
.cyan, .green, .purple, .yellow {
	display: inline-block;
	height: 33em;
	width: 25%;
}
.cyan, .green, .green:hover, .purple, .purple:hover, .yellow, .yellow:hover {
	background-position:top center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-repeat:no-repeat;
	float:left;
	padding:0px;
	text-align:center
}
.cyan-contain {
	background:rgba(47, 174, 89, 0.9)
}
.green-contain {
	background:rgba(48, 153, 176, 0.9)
}
.purple-contain {
	background:rgba(250, 75, 66, 0.9)
}
.yellow-contain {
	background:rgba(145, 65, 182, 0.9)
}
.cyan {
	background-image:url(../images/photo1.jpg);
	background-image:url(../images/photo1.jpg)
}
.cyan:hover {
	background-image:url(../images/photo1-cyan.jpg);
	background-image:url(../images/photo1-cyan.jpg);
	-webkit-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out
}
.green {
	background-image:url(../images/photo2.jpg);
	background-image:url(../images/photo2.jpg)
}
.green:hover {
	background-image:url(../images/photo2-green.jpg);
	background-image:url(../images/photo2-green.jpg);
	-webkit-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out
}
.purple {
	background-image:url(../images/photo3.jpg);
	background-image:url(../images/photo3.jpg)
}
.purple:hover {
	background-image:url(../images/photo3-purple.jpg);
	background-image:url(../images/photo3-purple.jpg);
	-webkit-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out
}
.yellow {
	background-image:url(../images/photo4.jpg);
	background-image:url(../images/photo4.jpg)
}
.yellow:hover {
	background-image:url(../images/photo4-yellow.jpg);
	background-image:url(../images/photo4-yellow.jpg);
	-webkit-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out
}
p.home-topblock {
	color: white !important;
	font-size: 1.50em !important;
	font-weight:600 !important;
	margin-bottom: 50px;
	padding-bottom:10px;
	padding-top:10px;
	text-align: center;
	text-transform:uppercase;
}
.init-overlay-wrap {
	bottom: -225px;
	left: 0;
	position: relative;
}
.init-overlay {
	background-color: rgba(0, 0, 0, 0.65);
	height: 141px;
	padding: 15px;
	position: absolute;
	width: 100%;
}
.init-overlay p {
	color: white !important;
	font-size: 1em;
	font-weight: 100;
	line-height: 1.5;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}
p.hidden-xs {
	color: white !important;
	font-size: 16px !important;
	font-weight: 100;
	padding-top: 5px;
	padding-bottom:0;
	text-align: center;
}
.home-topblock p {
	font-weight:100;
	color:white;
	font-size:1.15em;
	text-align:center;
	margin-bottom:50px;
	padding-top:15px;
	padding-bottom:15px
}
.home-topblock .project-title {
	font-size:1.35em
}

.home-topblock hr {
	width:45%;
	text-align:center
}
@media (max-width: 2560px) and (min-width: 1200px) {
.cyan, .green, .purple, .yellow {
width:25%;
height:33em;
display:inline-block
}
.home-topblock {
max-height:750px
}
.dyna-stats {
margin-top:175px
}
}
@media (max-width: 1200px) and (min-width: 992px) {
.cyan, .green, .purple, .yellow {
width:25%;
height:28.75em;
display:inline-block
}
.home-topblock {
max-height:700px
}
.dyna-stats {
margin-top:143px
}
}
@media (max-width: 992px) and (min-width: 768px) {
.cyan, .green, .purple, .yellow {
width:25%;
height:23em;
display:inline-block
}
.cyan p, .green p, .purple p, .yellow p {
font-size:80%
}
.dyna-stats {
margin-top:25px
}
}
@media (max-width: 768px) and (min-width: 557px) {
.cyan, .green, .purple, .yellow {
width:50%;
height:23em;
margin-left:auto;
margin-right:auto;
display:block
}
.dyna-stats {
margin-top:25px
}
}
@media (max-width: 556px) and (min-width: 300px) {
.cyan, .green, .purple, .yellow {
width:50%;
height:23em;
margin-left:auto;
margin-right:auto;
display:block;
margin-bottom:25px
}
.dyna-stats {
margin-top:25px
}
}
.nav > li > a {
    font-size: 16px;
	font-weight:600;
}
#popvideo {
	width:868px;
}
.buttonu98 a {
    background-color: #005885;
    border-color: #787878;
    border-radius: 5px;
    padding:20px 30px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff !important;
}
.buttonu98 a:hover {
    background-color: #fff;
	color:#005885 !important;
}

.btn .icon {
	margin-left: 13px;
}
.button-line {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    font-weight:600;
    margin: 10px;
    overflow: visible;
}
.fancy-button {
    border: 1px solid;
    box-sizing: border-box;
    height: 40px;
    line-height: 100%;
    margin: 5px;
    outline: medium none;
    overflow: hidden;
    padding: 12px 25px;
    position: relative;
    text-decoration: none;
}
.button-white {
	border-color: #000;
	color: #000;
	font-size:18px;
}

.button-white:hover {
	border-color: #c83c25;
	color: #c83c25;
}


.service{
	border: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 0px;
	transition: all 0.3s;
	position: relative;
	padding:30px 25px 15px 25px;
}
.service a{
	color:#fe252d;
}
.service:hover>h3,
.service:hover>span.fa{
	color: #c59a6d;
	text-transform:uppercase;
}
.service:hover{
	border-color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	padding-top:40px;
	padding-bottom:30px;
}
.service p{
	font-size: 14px;
	padding-top:5px;
}
.space{ padding-top: 40px; }



.clientlist {
}
.clientlist h3 {
	color:#5a4e5b;
}
.clientlist ul{
	margin:0;
	padding:0;
	list-style:none;
}
.clientlist ul li{
	margin:0;
	padding:10px;
	float:left;
}


.bottomlinks {
	padding:10px 0 5px 0;
}


.navbar {
    border: 1px solid transparent;
    margin-bottom:0px;
    min-height: 50px;
    position: relative;
	border-radius: 0;
}
h3 {
	font-size:2.2em;
    font-weight: 400;
}
h3 {
	font-size:1.4em;
    font-weight: 400;
}


/*=========================
  Footer
 ================= */

section#footer {
	margin: 0;
	padding:0 0 10px 0;
}

section#footer .copyright {
	text-align: center;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
	
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
	
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
	
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
	
}
.social-network a.icoVimeo:hover {
background-color:#0590B8;
	
}
.social-network a.icoLinkedin:hover {
background-color:#007bb7;
	
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#242424;
}
a.socialIcon:hover, .socialHoverClass {
	color:#417630;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
	color:#333;
}
.social-circle li i:hover {
	color:#fff !important;
}

.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* install menu */
ul.install-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.install-menu li {
	display: inline;
	margin: 0 6px;
	font-weight:bold;
	font-size:14px;
}

hr {
  margin-top: 10px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #eee;
}

