/*-----------------------------------------------------------------------------
 * SITE:
 * FILE: /css/style.css
----------------------------------------------------------------------------- */

body {
	background-color:#FFF;
	color:#777;
}

#contentWrapper {
	background: url('../images/main/tile_background.gif') repeat top left;
}

/* TYPOGRAPHY
----------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, 
.h1, .h2, .h3, .h4, .h5, .heading {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:300;
	margin:0;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration:underline;
}

h1, .h1 { font-size:30px; }
h2, .h2 { font-size:26px; }
h3, .h3 { font-size:24px; } 
h4, .h4 { font-size:20px; }
h5, .h5 { font-size:16px; }

strong {
	font-weight:bold;
}

a {
	color:#06F;
	text-decoration:none;
}

a:hover {
	color: #332A2A;
}

p {
	margin:0 0 15px;
	line-height:150%;
}

	p a {
		text-decoration:underline;
	}

hr {
	width:100%; height:1px;
	line-height:1;
	border-bottom:1px solid #CCC;
	margin:10px 0;
}

/* EDITOR */
.editor ul {
	margin:0 0 15px 15px; padding:0 0 0 15px;
}

.editor li {
	margin:0 0 10px 0;
	line-height:125%;
}

/* BOOTSTRAP
----------------------------------------------------------------------------- */
.navbar {
	margin-bottom:0;
	min-height:30px;
}



	.navbar-nav > li > a {
		padding-bottom: 10px;
		padding-top: 10px;
		color:#000033;
	}
	
	
	.navbar-nav > li > a:hover {
		background:#003;
		color:#fff;
		text-decoration:none;
	}
	
	.menuContact {
		text-align:right;
	}
	
	.menuContact a {
		display:inline-block;
	}

/* BTNS */

.btn {
  padding: 6px 20px;
  border-radius: 1px;
	font-family:'Arial Black', Arial, Helvetica, sans-serif;
  
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary {
  color: #ffffff;
  background-color:#06F;
  border-color: #07F;
}

.btn-primary {
  color: #ffffff;
  background-color:#06F;
  border-color: #07F;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #05D;
  border-color: #06F;
}

.navbar-eeb .navbar-toggle {
  border-color: #ddd;
}
.navbar-eeb .navbar-toggle:hover,
.navbar-eeb .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-eeb .navbar-toggle .icon-bar {
  background-color: #888;
}

.table-condensed {
	font-size:12px;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 3px;
}
/* STRUCTURE
----------------------------------------------------------------------------- */

#headerWrapper, #footerWrapper {
	background:#000033;
	padding-top:20px;
}

	.logo { }
	
	.promo {
		text-align:right;
	}
	
	.promo a {
		margin:5px 18px 10px 0;
	}
	
	
#menuWrapper {
	margin-bottom:0px;
	background:#FFF;
	border-bottom:1px solid #ddd;
}
	#mainMenu {
		margin-left:40px;
	}
	
#contentWrapper {
	min-height:calc(100vh - 218px);
}	

.footer {
	background:url('../images/main/footer_triangle.png') no-repeat bottom left;
	min-height:70px;
}

	.footer address {
		margin-left:60px;
		color:#FFF;
	}
	
	.footer a {
		color:#FFF;
	}
	
	



/* HOME
----------------------------------------------------------------------------- */
.homeHeadline {
	color:#999;
	margin:20px 60px 40px;
	font-size:32px;
	text-shadow: -1px -1px 1px #FFF;
	font-family:'Arial Black', Arial, Helvetica, sans-serif;
}

	.homeHeadline span {
		color:#666;
	}


.homeSlideShow {
	text-align:center;
}
	.homeSlideShow img {
		margin:0 auto;
	}

	
	.homeSlideShow .slide div {
		position:absolute;
		bottom:0; right:0;
		width:407px; height:196px;
		background:url(../images/home/overlay_triangle.png);
	}
	
	.homeSlideShow .slide div h3 {
		color:#EEE;
		font-size:26px;
		margin:25px 10px 10px 20px;
	}


.featurette h2 {
	color:#999;
	margin:30px 20px 20px 20px;
	font-size:36px;
}

	.featurette h2 span {
		color:#666;
	}
	
	.featurette p {
		line-height:180%;
		margin:0 20px;
		color:#999;
	}
	
/* ABOUT
----------------------------------------------------------------------------- */
.about h2 {
	color:#666;
	margin:20px 10px 20px 0;
	font-size:30px;
}

.about h2 span {
	font-weight:600;
	color:#06F;
}

/* Press
----------------------------------------------------------------------------- */
.press h2 {
	
	margin:20px 10px 20px 0;
	font-size:30px;
	color:#06F;
	font-weight:600;
}

.press h3 {
	font-size:20px;
	color:#666;
	margin:0px 10px 20px 0;
}
.press p {
	line-height:180%;
}

.press .carousel-control.left,
.press .carousel-control.right
{
	background:none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	color:#000;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 8%;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 8%;
}


/* PORTFOLIO
----------------------------------------------------------------------------- */
.portfolioDescription {
	position:relative;
}

.portfolioDescription .sold {
	position:absolute;
	width:48px; height:48px;
	top:0px; right:0px;
	/*top:1px; right:1px;*/
	background:url(/images/widgets/sold.png) no-repeat top left;
}

.box {
	position: relative;
}
.box .before {
	position:absolute;
	width:48px; height:48px;
	top:10px; right:10px;
	/*top:1px; right:1px;*/
	background:url(/images/widgets/before.png) no-repeat top left;
}


.portfolioDescription h2 {
	color:#666;
	margin:0px 0 10px 10px;
	font-size:26px;
}

.portfolioDescription h2 span {
	font-weight:600;
	color:#06F;
}

.portfolioDescription table {
	margin:0 0 10px;
}

.portfolioDescription p {
	margin:0;
}



/* CONTACT
----------------------------------------------------------------------------- */
.contact h2 {
	margin:0 10px 10px 0;
	font-size:30px;
}

.contact p {
	
}

/* contact
----------------------------------------------------------------------------- */
#mapCanvas {
	min-width:400px;
	min-height:400px;
}

/* REUSE
----------------------------------------------------------------------------- */
.pageTitle {
	
	color:#999;
	margin:30px 0 20px 5px;
	font-size:30px;
	text-shadow: -1px -1px 1px #FFF;
	font-family:'Arial Black', Arial, Helvetica, sans-serif;
	
}


.box {
	margin:0 0 20px; padding:10px;
	background:#FFF;
	border:1px solid #ddd;
}

.box.pad {
	padding:20px;
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) { 
	
}


/* Medium devices (desktops, 992px and up) */
@media (max-width: 1200px) { 
	/*.slide {
		width:918px;
	
	}*/
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}


/* HELPERS
----------------------------------------------------------------------------- */

.t5 { margin-top:5px; }
.b5 { margin-bottom:5px; }
.l5 { margin-left:5px; }
.tb5{ margin-top:5px; margin-bottom:5px; }
.m5 { margin:5px; }

.t10 { margin-top:10px; }
.l10 { margin-left:10px; }
.b10 { margin-bottom:10px; }
.l10 { margin-left:10px; }
.tb10{ margin-top:10px; margin-bottom:10px; }
.m10 { margin:10px; }

.t20 { margin-top:20px; }
.b20 { margin-bottom:20px; }
.l20 { margin-left:20px; }
.r20 { margin-right:20px; }
.tb20{ margin-top:20px; margin-bottom:20px; }
.m20 { margin:20px; }

.fl { float:left; }
.fr { float:right; }

.tal { text-align:left; }
.tar { text-align:right; }
.tac { text-align:center; }

.ntm { margin-top:0; }
.nm { margin:0; }
.np { padding:0; }

.lg {	font-size:16px; }
.sm { font-size:12px; }

.lhn { line-height:1; }
.vat { vertical-align:top; }
