/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-bottom: 40px;
	color: #5a5a5a;
	position:relative
}
body .navbar-inverse {
	background-color:#000;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #333399;
	color: #FFFFFF;
}
.wide-dropdown {
	width:300px;
	white-space:normal !important
}
.mailto_img {
	overflow:hidden;
	width:100%;
	float:inherit;
	margin-top:50px;
}
.maillto {
	text-align:center;
	margin:100px 0 50px 0;
}

/* index cintainer */
.pannel_title {margin:0 0 10px -15px;}
.pannel1 {
	background-color:#B4C6EF;
	padding: 40px 15px 40px 40px;
}
.pannel1 .inner{
	background-color:#666;
	padding: 30px 0px 30px 30px;
}

.pannel2 {
	background-color:#ccc;
	padding: 40px 15px 40px 40px;
}
.pannel2 .inner{
	background-color:#333;
	padding: 30px 0px 30px 30px;
}

.pannel3 {
	background-color:#c1d591;
	padding: 40px 15px 40px 40px;
}
.pannel3 .inner{
	background-color:#666;
	padding: 30px 0px 30px 30px;
}

/* UI page */
*{
    box-sizing:border-box
}
.wrapper{
    display:table;
    width:100%;
}
.box {
    width:50%;
    display:table-cell;
    border:solid 2px red;
    padding: 13px;
    height: 20px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
	padding-left: 0;
	padding-right: 0;
}
.navbar-wrapper .navbar {
	padding-left: 15px;
	padding-right: 15px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: 530px;
	margin-bottom: 60px;
}
/* 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: 530px;
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: auto;
}
.featurette-divider {
	margin: 60px 0;
}
#contact .featurette-divider {
	margin: 10px 0;
}
/* CUSTOMIZE THE CAROUSEL ofr phone slider
-------------------------------------------------- */

/* Carousel base class */

.containerphone {
	margin-left: auto;
	margin-right: auto;
	width:500px;
	margin-top:60px;
}
.well {
	background-color: #F5F5F5;
	border: 1px solid #E3E3E3;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 25px;
}
#myCarousel1.carousel {
	height: 530px;
	margin-bottom: 0px;
}

#myCarousel2.carousel {
	height: 650px;
	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 */
#myCarousel1.carousel .item {
	height: 530px;
	background-color: #777;
}

#myCarousel2.carousel .item {
	height: 650px;
	background-color: #777;
}

#myCarousel1 .carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 530px;
}

#myCarousel2 .carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 650px;
}


.featurette-divider {
	margin: 60px 0;
}
#contact .featurette-divider {
	margin: 10px 0;
}
.carousel-control.right {
	background-repeat: repeat-x;
	left: auto;
	right: 0;
}
#myCarousel1 .icon-prev {
	background: none repeat scroll 0 0 #222222;
	border: 3px solid #FFFFFF;
	border-radius: 23px;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 100;
	height: 40px;
	left: 15px;
	line-height: 30px;
	margin-top: -20px;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 40px;
}
#myCarousel2 .icon-prev {
	background: none repeat scroll 0 0 #222222;
	border: 3px solid #FFFFFF;
	border-radius: 23px;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 100;
	height: 40px;
	left: 15px;
	line-height: 30px;
	margin-top: -20px;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 40px;
}
#myCarousel1 .icon-next {
	background: none repeat scroll 0 0 #222222;
	border: 3px solid #FFFFFF;
	border-radius: 23px;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 100;
	height: 40px;
	right: 5px;
	line-height: 30px;
	margin-top: -20px;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 40px;
}
#myCarousel2 .icon-next {
	background: none repeat scroll 0 0 #222222;
	border: 3px solid #FFFFFF;
	border-radius: 23px;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 100;
	height: 40px;
	right: 5px;
	line-height: 30px;
	margin-top: -20px;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 40px;
}
a {
	color: #0088CC;
	text-decoration: none;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
	margin-top:0px
}
.marketing .content {
	background-color:#FFF;
	padding: 80px 0px 0px;
	border-radius: 0;
	box-shadow:none
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	text-align: center;
	margin-bottom: 20px;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-left: 10px;
	margin-right: 10px;
}
.dec_b {
	font-weight:bold;
	color:#000000;
}
/* Up Arrow */
#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:999;
}
#back-top a {
	width: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/up-arrow-small.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
/* end arrow icon (span tag) */


/* Featurettes
------------------------- */

.featurette-divider {
	margin: 80px 0 0 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}
.thumbnail_200 {
	border: 5px solid #FFFFFF;
	border-radius: 3px;
	box-shadow: 1px 1px 5px #CCCCCC;
	overflow: hidden;
	width: 100%;
}
.thumbnail_200 img {
	width:100%
}
.thumbnail_300 {
	overflow: hidden;
	padding: 0 15px;
	width: 100%;
	;
}
.thumbnail_300 img {
	margin-top:25px;
}
.headerimage {
	z-index:5;
	display:none;
	height:160px;
	overflow:hidden;
	width:100%;
	margin-bottom:20px;
	position:relative
}
.headerimage img {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: absolute;
	top: -110px;
	left: 0;
}
body .col-lg-4 {
	width: 100%;
}
.col-lg-4 h6 {
	text-align:left;
	margin:3px 0px 3px 0px;
}
html {
	height:100%
}
.indexbody {
	background-color:#CCC;
	height:100%;
	font-family:arial;
	font-size:15px;
	background-image:url('../images/SFcity.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	margin:0px;
	background-size: 100%;
}
img.stretched {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}
.homepage {
	width:1000px;
	height:100%;
	margin:0px auto;
}
.homepage-buttons {
	position:relative
}
.btn-con {
	position:absolute
}
.btn-con .large-btn {
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer
}
.large-btn > div {
	position:relative;
}
.large-btn > div img {
position:absolute: left:0px;
	top:0px
}
#btn-art-large.large-btn ul {
	position:absolute;
	top:132px;
	left:42px;
	list-style:none;
}
#btn-design-large.large-btn ul {
	position:absolute;
	top:118px;
	left:60px;
	list-style:none;
}
.large-btn ul li {
	margin:0px;
	padding:2px 10px;
	font-size:19px;
	font-weight:bold;
	text-align:left
}
.large-btn ul li a {
	color:#FFF;
	text-decoration:none
}
.large-btn ul li a:hover {
	text-shadow:0px 0px 25px #000;
	border-radius:5px 5px;
	-moz-border-radius:5px 5px;
	-webkit-border-radius:5px 5px;
}
.btn-con > div {
	position:relative
}
.btn-con.btn-ui {
	left:600px;
	top:135px;
}
.btn-con.btn-art {
	left:108px;
	top:345px;
}
.btn-con.btn-design {
	left:435px;
	top:400px;
}
.btn-logo {
	position:absolute;
	left:220px;
	top:50px;
}
a.hoverspan:hover span {
	display:block;
	z-index:999;
position:
}
a.hoverspan:hover .small-btn {
	visibility:hidden
}
.large-btn {
	display:none
}
/* animated */
.animated_div {
	animation: 1s ease 0s normal none 1 animated_div;
	background: none repeat scroll 0 0 #fff;
	border-radius: 3px;
	position: relative;
}
@-webkit-keyframes animated_div {
 0% {
 -webkit-transform:translateY(-100%);
 opacity: 0;
}
 5% {
 -webkit-transform:translateY(-100%);
 opacity: 0;
}
 15% {
 -webkit-transform:translateY(0);
 padding-bottom: 5px;
}
 30% {
 -webkit-transform:translateY(-50%);
}
 40% {
 -webkit-transform:translateY(0%);
 padding-bottom: 6px;
}
 50% {
 -webkit-transform: rotate(5deg);
}
 70% {
 -webkit-transform:translateY(0%);
 padding-bottom: 7px;
}
 80% {
 -webkit-transform: rotate(-10deg);
}
 90% {
 -webkit-transform:translateY(0%);
 padding-bottom: 8px;
}
 95% {
 -webkit-transform:translateY(-10%);
}
 97% {
 -webkit-transform:translateY(0%);
 padding-bottom: 9px;
}
 99% {
 -webkit-transform:translateY(-5%);
}
 100% {
 -webkit-transform:translateY(0);
 padding-bottom: 9px;
 opacity: 1;
}
}

/* Mozilla Firefox 15 below */
@-moz-keyframes animated_div {
 0% {
 -moz-transform:translateY(-100%);
 opacity: 0;
}
 5% {
 -moz-transform:translateY(-100%);
 opacity: 0;
}
 15% {
 -moz-transform:translateY(0);
 padding-bottom: 5px;
}
 30% {
 -moz-transform:translateY(-50%);
}
 40% {
 -moz-transform:translateY(0%);
 padding-bottom: 6px;
}
 50% {
 -moz-transform: rotate(5deg);
}
 70% {
 -moz-transform:translateY(0%);
 padding-bottom: 7px;
}
 80% {
 -moz-transform: rotate(-10deg);
}
 90% {
 -moz-transform:translateY(0%);
 padding-bottom: 8px;
}
 95% {
 -moz-transform:translateY(-10%);
}
 97% {
 -moz-transform:translateY(0%);
 padding-bottom: 9px;
}
 99% {
 -moz-transform:translateY(-5%);
}
 100% {
 -moz-transform:translateY(0);
 padding-bottom: 9px;
 opacity: 1;
}
}

/* Opera 12.0 */
@-o-keyframes animated_div {
 0% {
 -o-transform:translateY(-100%);
 opacity: 0;
}
 5% {
 -o-transform:translateY(-100%);
 opacity: 0;
}
 15% {
 -o-transform:translateY(0);
 padding-bottom: 5px;
}
 30% {
 -o-transform:translateY(-50%);
}
 40% {
 -o-transform:translateY(0%);
 padding-bottom: 6px;
}
 50% {
 -o-transform: rotate(5deg);
}
 70% {
 -o-transform:translateY(0%);
 padding-bottom: 7px;
}
 80% {
 -o-transform: rotate(-10deg);
}
 90% {
 -o-transform:translateY(0%);
 padding-bottom: 8px;
}
 95% {
 -o-transform:translateY(-10%);
}
 97% {
 -o-transform:translateY(0%);
 padding-bottom: 9px;
}
 99% {
 -o-transform:translateY(-5%);
}
 100% {
 -o-transform:translateY(0);
 padding-bottom: 9px;
 opacity: 1;
}
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes animated_div {
 0% {
 transform:translateY(-100%);
 opacity: 0;
}
 5% {
 transform:translateY(-100%);
 opacity: 0;
}
 15% {
 transform:translateY(0);
 padding-bottom: 5px;
}
 30% {
 transform:translateY(-50%);
}
 40% {
 transform:translateY(0%);
 padding-bottom: 6px;
}
 50% {
 transform: rotate(5deg);
}
 70% {
 transform:translateY(0%);
 padding-bottom: 7px;
}
 80% {
 transform: rotate(-10deg);
}
 90% {
 transform:translateY(0%);
 padding-bottom: 8px;
}
 95% {
 transform:translateY(-7%);
}
 97% {
 transform:translateY(0%);
 padding-bottom: 9px;
}
 99% {
 transform:translateY(-3%);
}
 100% {
 transform:translateY(0);
 padding-bottom: 9px;
 opacity: 1;
}
}

/* end of animated */
		
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
 .wide-dropdown {
width:360px;
white-space:normal !important
}

.pannel_title {margin:0 0 10px 60px;}
.pannel1 {
	background-color:#B4C6EF;	
	padding: 40px 15px 40px 0px;
}
.pannel1 .inner{
	background-color:#666;
	padding: 30px 0px 30px 30px;
}

.pannel2 {
	background-color:#ccc;
	padding: 40px 15px 40px 0px;
}
.pannel2 .inner{
	background-color:#333;
	padding: 30px 0px 30px 30px;
}

.pannel3 {
	background-color:#c1d591;
	padding: 40px 15px 40px 0px;
}
.pannel3 .inner{
	background-color:#666;
	padding: 30px 0px 30px 30px;
}



	/* Home page*/
		


		
/* End of Home page* .thumbnail_200{ height:220px; overflow:hidden; width:100%; border:1px solid #999; border-radius: 3px;}*/
    .thumbnail_200 {
 border: 5px solid #FFFFFF;
 border-radius: 3px;
 box-shadow: 1px 1px 5px #CCCCCC;
 height: 240px;
 overflow: hidden;
 width: 100%;
}
 .img_msp {
width:110%;
margin: -5px 20px 0 0;
}
 .img_mtt20 {
width:100%;
margin-top:20px;
}
 .img_mtt10 {
width:100%;
margin-top:10px;
}
 .img_mt0 {
width:100%;
}
 .img_mt10 {
width:100%;
margin-top:-10px;
}
 .img_mt20 {
width:100%;
margin-top:-20px;
}
 .img_mt30 {
width:100%;
margin-top:-30px;
}
 .img_mt40 {
width:100%;
margin-top:-40px;
}
 .img_mt50 {
width:100%;
margin-top:-50px;
}
 .img_mt60 {
width:100%;
margin-top:-60px;
}
 .img_mt70 {
width:100%;
margin-top:-70px;
}
 .img_mt80 {
width:100%;
margin-top:-80px;
}
 .img_mt90 {
width:100%;
margin-top:-90px;
}
 body .col-lg-4 {
 width: 50%;
 float:left;
}
 body .navbar-collapse.in {
overflow:visible
}
 .headerimage {
 display:block
}
 .marketing {
 position:relative;
 z-index:10;
}
.marketing .content {
 background-color:#FFF;
 padding: 20px 60px;
 border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
  /* Navbar positioning foo */
  .navbar-wrapper {
 margin-top: 0px;
}
 .navbar-wrapper .container {
}
 .navbar-wrapper .navbar {
 padding-left:  0;
 padding-right: 0;
}
  


  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
 border-radius: 0px;
}

  /* Bump up size of carousel content */
  .carousel-caption p {
 margin-bottom: 20px;
 font-size: 21px;
 line-height: 1.4;
}
 .featurette-heading {
 font-size: 50px;
}
}
 @media (min-width: 992px) {
 .headerimage {
 display:block
}
 body .col-lg-4 {
 width: 33.3333%;
}
}
 @media (max-width: 765px) {
 .navbar-static-top {
 border-width: 0 0 1px;
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 1000;
}

.index_title h1{ font-size: 30px;}
}
