/* --------------------------------------------------------------------------
   Row Backgrounds
   -------------------------------------------------------------------------- */
.row-nav {
	background: #000000;
}

.row-blockquote {
	background: #ddf1f8;
	border-top: solid 10px #ffea06;
	border-bottom: 1px solid #eeeeee;
	min-height: 200px; 
}

.row-title {
	background: #ffffff;
	border-top: solid 10px #ffea06;
	border-bottom: 1px solid #eeeeee;
	min-height: 100px; 
}

.row-latest {
	background: #ffffff;
	border-top: solid 10px #ffea06;
	border-bottom: 1px solid #eeeeee;
	min-height: 350px; 
}

.row-social {
	background: #ffffff;
	border-bottom: 1px solid #eeeeee; 
	min-height: 140px;
}

.row-work {
	background: #f8fbfc;
	min-height: 450px;
	text-align: center;
	padding-bottom: 10px;
}

.row-content {
	background: #f8fbfc;
}

.row-portfolio {
	background: #f8fbfc;
}

.row-footer {
	background: #323232;
	min-height: 500px;
	background: url("../img/bg/bg01.jpg"); background-repeat: repeat; 
}

/* --------------------------------------------------------------------------
   Menu
   -------------------------------------------------------------------------- */
   
.navbar-inverse {
	border-radius: 0px!important;
	border: none!important;
	background: #000000!important;
}

.navbar-nav > li > a {
	color: #ffffff!important;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0px!important;
	padding-right: 15px!important; 
}

.navbar-nav > li > a:hover {
	color: #00b4ff!important;
}

navbar-nav > li > active > a {
	color: #404040!important;
	border-top: #ffea06!important solid 4px!important;
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 10px 10px;
	margin-top: 10px!important;
	margin-bottom: 5px!import;
	background-color: #000000!important;
	border: 1px solid #000000!important;
	border-radius: 4px;
}

.navbar-collapse {
	max-height: 240px;
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;å	
}

/* --------------------------------------------------------------------------
   Typography
   -------------------------------------------------------------------------- */
   
.lead {
	font-size: 17px!important;
	padding-top: 10px;
}

.bubble p {
	text-align: center;
	padding-top: 13px;
	color: #ffffff;
	font-size: 18px!important;
}

h2 {
	color: #20bbfd!important;
	font-weight: bold!important;
	font-size: 35px!important;
}

h3 {
	color: #20bbfd!important;
	text-align: center;
}

h4 {
	color: #20bbfd!important;
	font-size: 28px!important;
}

h5 {
	color: #474747!important;
	font-size: 24px!important;
}

.row-portfolio h5 {
	color: #474747!important;
	font-size: 20px!important;
}

.row-portfolio p {
	font-size: 17px!important;
}

row-portfolio small {
	color: #aaaaaa!important;
}

h6 {
	font-size: 18px!important;
	color: #474747!important;	
	padding: 10px 20px;
	margin: 25px 0 20px;
	border-left: 5px solid #eeeeee;
} 

.bgTxtColor { /* My name :) */
	background: #c9dce4;
}

.line-through {
	text-decoration: line-through;
	color: #40d8fd;
}

.tw {
	color: #ffffff!important;
	padding-left: 20px;
	font-size: 18px!important;
}

.col-md-12.about { /* About monotag */
  margin-bottom: 20px;
  font-size: 17px!important;
  font-weight: 150;
  line-height: 1.4;
  color: #474747;
}

.phototag1 { /* iPhoneography color */
	background-color: #8cc6ec;
	font-size: 10px!important!;
	margin-bottom: 20px;
}

.phototag2 { /* Hipstamatic color */
	background: #ecb28c;
	font-size: 10px!important!;
	margin-bottom: 20px;
}

.mail:a {
	font-size: 22px!important;
}


/* --------------------------------------------------------------------------
   Helper classes
   -------------------------------------------------------------------------- */

.circle { /* profile photo */
	border: 4px solid #cccdcd;
	margin-top: 15px;
}

.btn-primary a {
	color: #ffffff!important;	
}

.btn-primary a:hover {
	text-decoration: none!important;	
}

.social p {
	font-size: 18px!important;
	margin: 15px 0 15px 0;
}

.social img {
	padding-right: 10px;
	margin-bottom: 15px;
}


#links img {
	padding: 0 10px 12px 0;
}

.bubble {
	position: relative;
	width: 185px;
	height: 50px;
	padding: 0px;
	background: #00b4ff;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	margin: 35px 0 35px 0;
	text-align: center;
}

.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 6px 9px 6px 0;
	border-color: transparent #00b4ff;
	display: inline;
	width: 0;
	z-index: 1;
	left: -9px;
	top: 19px;
}

.padding1 {
	margin-top: 40px;
}

.padding2 {
	margin: 15px 0 15px 0
}

.padding-right {
	padding-right: 20px;
}

.modal-dialog {
  width: auto!important;
  
}

.modal-heder {
	border-bottom: 1px solid #000000!important;
}

.modal-body, .modal-header, .modal-footer, .modal-dialog {
	background-color: #000!important;
}

.modal-content {
	border-radius: 0px!important;
	border: 0px!important;
}

.row-portfolio img {
	padding-top: 30px;
}

/* --------------------------------------------------------------------------
   Flickr classes
   -------------------------------------------------------------------------- */

.fliLogo {
	padding: 15px 0 10px 0;
} 

.flickr_badge_image {
	margin:0px;
	display:inline;
}

.flickr_badge_image img {
	border: 3px solid #424242!important;
	padding:1px;
	margin:2px;
	height: auto;
	max-width: 100%;
}

#flickr_badge_wrapper {
	width:100%;
	text-align:left
}

  

