@charset "utf-8";
/* CSS Document */
*{
	border-radius:0px!important; 
}

.list-group-item {
	border-radius: 0px!important;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


/* CSS Document */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

body {
  
  color: #5a5a5a;
  padding:0;
  margin:0;
	font-family: 'Open Sans',arial;
	/*
  background: #00008a; 
background: -moz-linear-gradient(top, #00008a 0%, #202299 50%, #313189 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00008a), color-stop(50%,#202299), color-stop(100%,#313189)); 
background: -webkit-linear-gradient(top, #00008a 0%,#202299 50%,#313189 100%);
background: -o-linear-gradient(top, #00008a 0%,#202299 50%,#313189 100%); 
background: -ms-linear-gradient(top, #00008a 0%,#202299 50%,#313189 100%);
background: linear-gradient(to bottom, #00008a 0%,#202299 50%,#313189 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00008a', endColorstr='#313189',GradientType=0 ); 
*/
	background:url('../img/128-13.jpg');
	

}

.container2 {
	width:1024px;
	padding-left:10px;
	padding-right:10px;
	margin:0 auto;
	background:#fff;
	-webkit-box-shadow: 2px 2px 5px #666;
	-moz-box-shadow: 1px 1px 5px #666;
	box-shadow: 1px 1px 5px #666;	

}

.wrapper {	
    background:#fff;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.9);
    box-shadow: 0 0 30px rgba(0,0,0,0.9);	
    
}




.container .navbar-inverse {
	background-color: none!important;
	border-color: none!important;
}

.header-section {

}

.navar-header {
	background-color:#fff;
	height:100px;
}

.navbar-default {
	background:none;
	border:none;
	background-color:#fff;
	border-bottom:5px solid #000;
	height:100px!important;
}

.nav-section {
	background-color:transperant;
}

.navbar {
	margin-bottom: 0px;
	
}


.navbar-nav.navbar-right:last-child {
	margin-right: 0px;
}

.navbar-brand {
	padding:5px;
}

.navbar-nav {
	margin:0px;
	
}

.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
	color:#fff;
}

.navbar-default  .navbar-nav>li>a {
	color:#000;
	font-weight:bold;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #230486;
}

.callus-text {
	font-family:'Paprika', arial;
	font-size:16px;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#C00;
}

.sec-con {
	width:100%;
	padding:10px 20px;
	background:#fff;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 360px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 360px;
 
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 360px;
}


.content {
	padding:20px 20px;
	margin-bottom:10px;
	color:#fff;
}

.content-purple {
	background-color:#d80a89;
	border-top:5px solid #000;
	text-align:justify;
	color:#FFF;
}

.sqrcircle {
	background: #a402d2;
	color:#fff;
	text-align:center;
	margin-top:-30px;
}

.sqrcircle h4{
	padding:10px;
}

.sqrcircle:hover{
	background:#CC0996;
}

.sqrcircle img{
	margin-bottom:-50%;
	border:5px solid #000;
}

.st-heading {
	
	font-family: 'Paprika', cursive;
	
	
}


.content-white {
	background-color:#fff;
	color:#666;
	text-align:justify;
}

.content-black {
	background-color:#000;
	color:#bbb;
	text-align:justify;
	border-top:5px solid #a402d2;
	margin-bottom:0px;
}

.content-wooden {
	background:url(../img/bgTop.jpg) repeat-x;
}

.content-graphic {
	background:url(../img/bg.jpg);
	
}
.testimonial {
	width:100%;
	padding:10px 20px;
	border-bottom:1px solid #efefef;
}

.page-heading {
	color: #666;
	font-size: 26px;
	font-weight: bold;
	font-family:'Open Sans',Helvetica;
  	border:1px solid #efefef;
	border-left: 5px solid #f90;
  	border-bottom: none;
	padding: 10px;	
	background: url(../img/1-bg.png);
  	margin: 0px;

}

h5.page-heading {
	font-size: 16px;
}

h4.page-heading {
	font-size: 18px;
}

.service-list {
	list-style:none;
}

.service-list li{
	padding:10px;
	font-size:20px;
}

.cnt .list {
	font-size:18px;
}

.content-brown {
	/*background:url(../img/footer2.jpg) repeat-x;*/
        background:#efefef;
	padding:20px 0px;
        color:#666;
}



.client-logo {
	margin-top:60px;
	width:500px;
	background:#000;
	padding:15px;
	-webkit-box-shadow: -1px 10px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -1px 10px 5px 0px rgba(0,0,0,0.5);
	box-shadow: -1px 10px 5px 0px rgba(0,0,0,0.5);
}

.shadow-top {
	-webkit-box-shadow: -1px -19px 39px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -19px 39px -6px rgba(0,0,0,0.75);
box-shadow: -1px -19px 39px -6px rgba(0,0,0,0.75);
}

.company-logo {
	margin:0;
	padding:0;
	background:#fff;
	list-style:none;
	margin:0 auto;
}

.company-logo li{
	float:left;
	padding:17px;
	background:#fff;
}

.title-text {
	font-size:36px;
	color:#fff;
}

.services {
    padding: 20px;
	/*background-color:#a402d2;*/
}

#fn_layer8 {
    display: none!important;
}

.services .thumbnail {
	background-color:#4F57AA!important;
	color:#fff!important;
	border-radius:0px;
	
	border-bottom:5px solid #454857;
	min-height:240px;
}

.services .thumbnail h3{
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.services .thumbnail:hover {
	background-color:#72818B!important;
}

.services .thumbnail:hover > .services .thumbnail h3 {
	color:#000!important;
}

.services .carousel {
	background-color:transparent;
}

.services .carousel-control {
	color:#428BCA;
	top:-55px;
	left:auto;
	right:0px;
	bottom:auto;
	opacity:1;
	text-shadow:none;
}

.header {
	color:#f74421;
	border-bottom:1px solid #f74421;
	padding-bottom:10px;
	margin-bottom:20px;
}
.services .carousel-control:hover { color:#d9534f; }
 
.services .carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.services .carousel-control.right { right:-10px; }
.services .carousel-control.left { right:15px; }

.services .item {
	background-color:transparent;
}

.services .carousel {
  height: 250px;
  margin-bottom: 0px;
}

/* Declare heights because of positioning of img element */
.services  .carousel .item {
  height: auto;

}
.services  .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}

.no-container {
	
}

.section-container h2 {
	text-align:center;
	font-weight:bolder;
}

.footer {
	border-top:5px solid #000;
	padding-top:20px;
	background:url(../img/packers-and-movers.jpg);
	background-repeat: no-repeat;
   	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  padding-bottom:30px;

}

.social-media {
	width:100%!important;
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
	color:#fff!important;
	
}

.social-media li {
	padding:10px;
	width:auto;
	float:left;
}

.color-white {
	color:#fff;
}

.social-media h4 {
	color:#fff!important;
}
.social-media li a {
	text-decoration:none!important;
	color:#fff;
}

.social-media li a:hover {
	text-decoration:none!important;
	color:#ff4;
}

.social-media li a i {
	font-size:40px;
}

.quick-links {
	list-style:none;
	margin:0;
	padding:0px;
}

.quick-links li {
	padding:5px 10px;
}
.quick-links li a{	
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none!important;
}

.quick-links li a:hover {
	color:#ff4;
}

@media (max-width:768px) {
	.navbar-collapse {
		margin-top:80px;
		border:none;
	}
	
	.carousel {
	  height: 250px;
	  margin-bottom: 0px;
	}
	/* Since positioning the image, we need to help out the caption */
	.carousel-caption {
	  z-index: 10;
	}
	
	/* Declare heights because of positioning of img element */
	.carousel .item {
	  height: 250px;
	  background-color: #777;
	}
	.carousel-inner > .item > img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  min-width: 100%;
	  height: 250px;
	}
	
	.navbar {
		margin-bottom: 0px;
		min-height:50px;
	}
	
	.navbar-brand {
		margin-top:-30px;
	}

	.client-logo {
		width:120px;
	}
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

#logoscroll {
	margin-left:30px;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    
    width:100%;
    
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:200px;
    max-height:150px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}

.footer-bottom {
	width:100%;
	height:50px;
	background:#000;
	color:#fff;
	padding:10px 20px;
	
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 10px;
}

.panel {
  background: #000;
  color: #fff;
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media (min-width: 768px) {
    .container {
	width:1024px;
    }
    .logo-main {
        width:300px;
    }
    .gif-logo{
        width:50px;
    }
}

@media (min-width:420px) and  (max-width: 768px) {    
    .logo-main {
        width:220px;
    }
    .gif-logo{
        width:40px;
    }
	.navbar-collapse {
        margin-top: -50px;
        background: #fff;
    }
}

@media (max-width: 420px) {
    .logo-main {
        width:200px;
    }
    .gif-logo{
        width:30px;
    }
    .navbar-collapse {
        margin-top: -50px;
        background: #fff;
    }
    .carousel {
        height: 200px!important;
    }
    .carousel .item {
        height: 200px!important;

    }
    .carousel-inner > .item > img {
        height:200px!important;
    }
}