/* Fonts */

html, body {
	/* Solves White Space at Side on Mobile Devices */
	width:100%; 
	overflow-x:hidden;
}

body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.9;
    color: #818181;
}

.caption {
  	color: #cfd3d4 ;
	font-size: 20px;
	line-height:1.9;
	padding: 20px;
}

.fb-like.fb_iframe_widget span{
  vertical-align: top !important;
}

.socialBtn {
	margin-top:10px;
}

.fixedBG {
	/* TODO Create a fixed Carousel Scroll Over Effect. */
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.jumbotron {
    font-family: Montserrat, sans-serif;
	overflow-x: hidden;
}

.mainHeader {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
	padding : 20px;
	box-shadow: 5px 5px 40px 20px black;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #cfd3d4;
    font-weight: 600;
    margin-bottom: 30px;
	padding : 10px;
	box-shadow: 2px 2px 5px black;
	margin:0px;
	margin-bottom:20px;
}

.callnow {
    font-size: 30px;
    text-transform: uppercase;
    color: gray;
    font-weight: 600;
    margin-bottom: 30px;
	padding : 10px;
	box-shadow: 0px 0px 0px black;
	margin:0px;
	margin-bottom:20px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #cfd3d4;
    font-weight: 400;
}

.alphaImg {
	background-color: transparent;
	background: transparent ;
}

/* Nav Bar */

.navbar {
    font-family: Montserrat, sans-serif;
}

.navbar-brand .subtitle {
    font-size: 11px;
    display: none;
}

.bg-navblue {
	color: #fff ;
	background-color: #004a80;
}

.navbar {
    margin-bottom: 0;
    background-color: #2a2e31;
    z-index: 9999;
    border: 0;
    font-size: 8px !important;
    line-height: 1.42857143 !important;
	line-height: 2.4 !important;
    letter-spacing: 4px;
    border-radius: 0;
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #2a2e31 !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.navbar-header {
	min-width: 200px;
}

.navWrapper {
	margin-left : 60px;
	margin-right : 60px;
}

.socialBar {
	padding-left:2px; padding-right:2px; padding-top:15px; 
}

.socialBar .twitter-follow-button{
  vertical-align: top !important;
}

.linkedInWrapper {
	vertical-align: top !important;
}

.alertBar {
	font-size:12px;
}

.list-group-item {
	color: #fff !important;
}

.list-group-item:hover {
	color: gray !important;
}


@media screen and (max-width: 1200px) {
	
	.collapseMobile {
		display:block;
	}

	.navWrapper {
		margin-left : 10px ;
		margin-right : 10px ;
	}
	
	.navbar {
	    margin-bottom: 0;
	    background-color: #2a2e31;
	    z-index: 9999;
	    border: 0;
	    font-size: 6px !important;
	    line-height: 1.42857143 !important;
	    letter-spacing: 4px;
	    border-radius: 0;
	}
	
}

@media screen and (max-width: 1100px) {

	.socialBar { display:block;  width: 250px;  }
	.socialBar .fb-like 				{ 	display:inline; 	}
	.socialBar .twitter-follow-button 	{ 	display:inline; 	}
	.socialBar .linkedInWrapper 		{ 	display:inline;		}
	
}

@media screen and (max-width: 1000px) {

	.socialBar { display:block;  width: 155px;  }
	.socialBar .fb-like 				{ 	display:inline; 	}
	.socialBar .twitter-follow-button 	{ 	display:inline; 	}
	.socialBar .linkedInWrapper 		{ 	display:none;		}

}

@media screen and (max-width: 890px) { 
	
	.socialBar { display:block;  width: 80px;  }
	.socialBar .fb-like 				{ 	display:inline; 	}
	.socialBar .twitter-follow-button 	{ 	display:none; 	}
	.socialBar .linkedInWrapper 		{ 	display:none;		}
}

@media screen and (max-width: 820px) { 
	
	.socialBar { display:none;  width: 80px;  }
	
}


@media screen and (max-width: 765px) { 
	
	.navbar li a, .navbar .navbar-brand {
		height:40px;
	}
	
	.navbar-brand .subtitle {
	    font-size: 11px;
	    display: none;
	}

	.socialBar { display:block;  width: 220px; }
	.socialBar .fb-like 				{ 	display:inline; 	}
	.socialBar .twitter-follow-button 	{ 	display:inline; 	}
	.socialBar .linkedInWrapper 		{ 	display:inline;		}
}

@media screen and (max-width: 700px) { 

}

@media screen and (max-width: 530px) { 
	.socialBar { display:block;  width: 155px;  }
	.socialBar .fb-like 				{ 	display:inline; 	}
	.socialBar .twitter-follow-button 	{ 	display:inline; 	}
	.socialBar .linkedInWrapper 		{ 	display:none;		}
}

@media screen and (max-width: 450px) { 
	
	.socialBar { display:block;  width: 140px;}
	.socialBar .fb-like 				{ 	display:inline; 	}
	.socialBar .twitter-follow-button 	{ 	display:inline; 	}
	.socialBar .linkedInWrapper 		{ 	display:none;		}
	

}

@media screen and (max-width: 430px) { 
	
	.socialBar { display:block;  width: 80px;  }
	.socialBar .fb-like 				{ 	display:inline; 	}
	.socialBar .twitter-follow-button 	{ 	display:none; 	}
	.socialBar .linkedInWrapper 		{ 	display:none;		}
	
}

@media screen and (max-width: 390px) { 
	
	.socialBar { display:block;  width: 80px;  }
	.socialBar .fb-like 				{ 	display:inline; 	}
	.socialBar .twitter-follow-button 	{ 	display:none; 	}
	.socialBar .linkedInWrapper 		{ 	display:none;		}
	
}

@media screen and (max-width: 370px) { 
	
	.socialBar { display:none;  width: 80px;  }
	
}

/* Footer */

#footer {
	font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 1.375em;

}

#footer a {
    color: #fff !important;
	padding:5px;
	
}

#footer a:hover {
    color: #80caff !important;
	text-decoration:none;
}

/* Containers */

.jumbotron { 

	/* background-image: url("http://www.hdnicewallpapers.com/Walls/Big/Waterfalls%20and%20Waterscape/Beautiful_Blue_Sea_Wallpaper.jpg"); */
	
	 background-image: url("Sky_Water_Abstract_Wallpaper_Background.jpg");
	background-image: url("FreeMee-02.jpg"); 
	background-image: url("Posters-A3-04.png"); 
	
	
	background-color:#2a2e31;
	
    background-repeat: no-repeat;
     background-attachment: fixed;
      background-position: center; 


    color: #fff ;
	padding: 0px;
	
	margin-bottom: 0px;
}

.jumbotron p {
	color: #fff ;
	font-size: 17px;
	line-height:2;
}

.container-fluid {
	
     /* padding: 60px 50px; */
	 
	padding-top: 40px;
	padding-bottom: 60px;
	padding-right:60px;
	padding-left:70px;
	 
}

.modal-dialog  {
	top: 60px;
}

.modal-header h4  {
	padding : 0px;
	margin: 0px;
}

.modal-body {
	
}

.modal-footer {
	
}

.bg-grey {
    background-color: #f6f6f6;
}

.logo {
    color: #cfd3d4;
    font-size: 200px;
}

.logo-small {
    color: #cfd3d4;
    font-size: 50px;
	padding: 20px;
	margin-bottom: 32px;
}

.img-logo {
    font-size: 50px;
	height: 40%;
	width: 70%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

.img-logo2 {
    font-size: 50px;
	height: 100%;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

.img-signiture {
	width: 300px;
	margin-left:auto;
	margin-right:auto;
}

.bubble {
	height:200px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	margin:0.5%;
	width: 32%;
}

.serviceBubble {
	padding:40px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	margin:0.5%;
	width: 32%;
}

.bubble4 {
	height:320px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	margin:0.5%;
	width: 24%;
}

#socialPromt .serviceBubble {
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	margin:0.5%;
	width: 32%;
}

@media screen and (max-width: 1350px) {
	.bubble4 {
		height:380px;
		padding:20px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
		margin:0.5%;
		width: 24%;
	}
}

@media screen and (max-width: 1000px) {
	.bubble {
		height:250px;
	}
	
	.serviceBubble {
		height:300px;
		
	}
	.serviceBubble h4  {
		font-size:16px;
	}
	
	.bubble4 {
		height:170px;
		padding:20px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
		margin:0.5%;
		width: 100%;
	}
	
	.bubble4 .logo {
		float : left;
	}
	
	.navbar {
	    margin-bottom: 0;
	    background-color: #2a2e31;
	    z-index: 9999;
	    border: 0;
	    font-size: 6px !important;
	    line-height: 1.42857143 !important;
	    letter-spacing: 4px;
	    border-radius: 0;
	}
}

@media screen and (max-width: 768px) {
	
	
	.callnow {
		font-size:24px;
	}
	
	.emailus {
		font-size:20px;
	}
	
	.location {
		font-size:12px;
	}
	
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
	
	.desktopScreen {
		display:none;
	}
	.mobileScreen {
		display:block;
	}
	
	.collapseMobile {
		display:none;
	}
	
	.bubble {
		height:150px;
		padding:20px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
		margin:0.5%;
		width: 100%;
	}
	
	.bubble4 {
		height:300px;
		padding:20px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
		margin:0.5%;
		width: 100%;
	}

	.serviceBubble {
		height:350px;
		margin:0.5%;
		width: 100%;
	}

	.serviceBubble h4  {
		font-size:20px;
	}
	
	
	.navbar {
	    margin-bottom: 0;
	    background-color: #2a2e31;
	    z-index: 9999;
	    border: 0;
	    font-size: 6px !important;
	    line-height: 1.42857143 !important;
	    letter-spacing: 4px;
	    border-radius: 0;
	}
	
	.container-fluid {
	
	    /* padding: 60px 50px; */
		padding: 30px;
		padding-right:30px;
		padding-left:30px;
	}
	
}

@media screen and (max-width: 600px) { 
	
	#manifesto p {
		font-size : 12px;
	}
	
	.bubble {
		height:200px;
		padding:20px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
		margin:0.5%;
		width: 100%;
	}
	
	.bubble4 {
		height:200px;
		padding:20px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
		margin:0.5%;
		width: 100%;
	}
}

@media screen and (max-width: 320px) {
	
	#manifesto p {
		font-size : 10px;
	}
	
	
	.callnow {
		font-size:20px;
	}
	
	.emailus {
		font-size:16px;
	}
	
	.location {
		font-size:12px;
	}
	
	.bubble {
		height:220px;
		padding:20px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
		margin:0.5%;
		width: 100%;
	}
	
	.bubble4 {
		height:200px;
		padding:20px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
		margin:0.5%;
		width: 100%;
	}
	
	
	
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;

}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #fff;
}

.carousel-indicators li {
    border-color: #fff;
	padding:5px;
}

.carousel-indicators li.active {
    background-color: #fff;
}

.carousel-caption {
	padding: 50px;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item h2 {
		color:#fff;
}

.item span {
    font-style: normal;
}

/* Price Panels */

.panel {
    border: 1px solid #80caff;; 
    border-radius:0;
    transition: box-shadow 0.5s;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-footer .btn:hover {
    border: 1px solid #80caff;;
    background-color: #fff !important;
    color: #80caff;
}

.panel-heading {
    color: #fff !important;
    background-color: #80caff !important;
    padding: 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-body {
	 line-height: 1.2;
}

.panel-footer {
    background-color: #fff !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #80caff;;
    color: #fff;
}

#webpricing .panel-heading {
    color: #fff !important;
    background-color: #0099ff !important;
}

#webpricing .panel {
    border: 1px solid #0099ff;; 
}

#webpricing .panel-footer .btn:hover {
    border: 1px solid #0099ff;;
    background-color: #fff !important;
    color: #0099ff;
}

#webpricing .panel-footer .btn {
    margin: 15px 0;
    background-color: #0099ff;;
    color: #fff;
}

#marketingpricing .panel-heading {
    color: #fff !important;
    background-color: #2fac66 !important;
}

#marketingpricing .panel {
    border: 1px solid #2fac66;; 
}

#marketingpricing .panel-footer .btn:hover {
    border: 1px solid #2fac66;;
    background-color: #fff !important;
    color: #008b82;
}

#marketingpricing .panel-footer .btn {
    margin: 15px 0;
    background-color: #2fac66;;
    color: #fff;
}

/* Slide In Elements */

.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}