/* Global Settings */

* {
	text-decoration: none; 
	border:0;
	margin:0; 
}

a {
	list-style-type: none;
}

body, p, h1, h2, h3, h4, span {
	padding:0; 
}

@font-face{
    font-family: Nirmala;
    src:url('../fonts/NirmalaS.ttf') format('truetype'),
        url('../fonts/NirmalaUI-Semilight.eot') format('eot'),
        url('../fonts/NirmalaUI-Semilight.woff') format('woff');
}

@font-face{
    font-family: NirmalaR;
    src:url('../fonts/Nirmala.ttf') format('truetype'),
        url('../fonts/NirmalaUI.eot') format('eot'),
        url('../fonts/NirmalaUI.woff') format('woff');
}

body {
	font-family: NirmalaR;
}

.clear {
	clear: both;
}

.style-inputs {
	border: 1px solid #cfd0d1;
	border-radius: 4px;
	height: 34px;
	padding: 0px 5px 0px 5px;
}

@media (min-width: 1200px) {
	.container {
	    width: 1000px;
	}
}

/* header */
.navigation-header {
	min-height: 90px;
	background: none;
	border-color: #FFF;
	border-bottom: 1px solid #fb513b;
}

.navigation-header .container {
	padding-top: 20px;
}

#myNavbar ul {
	margin-top: 10px;
}

#myNavbar li a {
	color: #fb503b;
	font-size: 15px;
	margin-right: 10px;
    padding: 8px 25px;
}

#myNavbar li.last a {
	margin-right: 0px;
}

#myNavbar li a:hover {
	background: #fb503b;
	color: #fff;
}

#myNavbar li a.active {
	/*background: #fb503b;
	color: #fff;*/
}

/* content */
.banner-text {
	width: 100%;
	min-height: 100px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 35px;
}

.cv .banner-text {
    min-height: 50px;
}

p.title-text {
	font-size: 28pt;
	font-family: Nirmala;
	color: #555454;
	line-height: 30px;
}

p.sub-text {
	font-size: 22pt;
	font-family: Nirmala;
	color: #555454;
}

/* projects */
.project-title {
	min-height: 50px;
}

.project-title p {
	font-size: 24pt;
}

.project-list a img {
	margin-left: 32px;
}

.project-list a:first-child img {
	margin-left: 0px;
}

.project-selector {
	margin-left: 50px;
	margin-top: 30px;
}

.project-selector .selector {
	width: 120px;
	height: 20px;
	margin-left: 36px;
	float: left;
	text-align: center;
}

.project-selector .selector:first-child {
	margin-left: 0px;
}

.project-selector .select-icon {
	display: none;
}

.project {
	background: #f0f2f1;
    border: 1px solid #e1e1e1;
    font-family: Nirmala;
    color: #555454;
    padding: 30px 15px;
    margin-bottom: 20px;
    display: inline-block;
}

.project .left-column {
	padding-bottom: 10px;
}

.project .right-column h2 {
	margin-top: 0px;
}

/* cv */
.cv {
	color: #555454;
	font-family: NirmalaR;
}

.cv .banner-text {
	height: 50px;
}

.cv .title-text {
	font-size: 24pt;
}

.cv .profile .profile-text {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 50px;
	margin-top: 20px;
}

.cv .box {
	border: 1px solid #fb503b;
	margin-bottom: 30px;
}

.cv .box .title {
	height: 25px;
	background: #fb503b;
	color: #fff;
	padding-left: 20px;
	padding-top: 2px;
}

.cv .box p {
	padding: 20px;
	font-size: 13px;
	padding-bottom: 10px;
}

.cv-left {
	width: 270px;
	display: inline-block;
	font-size: 13px;
}
 
.cv-right {
    display: inline-block;
 	font-size: 13px;
 }

/* Contact form */
.contact-form {
	/*margin-bottom: 50px;*/
}

.contact-form .col-left {
	font-family: Nirmala;
	font-size: 18px;
	color: #555454;
	line-height: 25px;
	padding-bottom: 25px;
}

.contact-form .col-right {
	padding-bottom: 25px;
}

.contact-form .style-inputs {
 	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	font-size: 15px;
 }

textarea.style-inputs {
 	height: 250px;
 }

 .button-clean {
  	font-weight: bold;
  	border: 0;
  	color: #ffffff;
	border: 1px solid #f0f2f1;	
  	cursor: pointer;
  	background: #fb503b;
  	width: 100px;
  	height: 30px;
}

.alert-warning {
	font-family: Nirmala;
	color: red;
}

.success-popup {
	display:none;
	position: absolute;
	left: 35%;
	top: 35%;
	width: 500px;
	z-index: 105;
	background: white;
	border: 1px solid grey;
	padding: 30px;
	border-radius: 4px;
}

/* footer */
#myFooter {
	min-height:100px;
	color: #fb503b;
	border-top: 1px solid #fb513b;
}

#myFooter .container {
	margin-top: 20px;
}

#myFooter .copyrights {
	padding-top: 10px;
	text-align: center;
}

#myFooter .social-links a {
	float: right;
    margin-left: 15px;
}

/* solution */
.solution-edit .style-inputs {
	width: 500px;
	margin-bottom:10px;
}

.solution-edit .button-clean {
	margin-top:10px;
}

.solution-edit label {
	display: block;
	float: left;
	width: 100px;
	margin-bottom:5px;
}

.edit-solution-form {
	margin-top: 10px;
	margin-bottom: 25px;
}

/* login */
.login-container {
	/*height: 500px;*/
}

.login-form {
	width: 100%;
	min-height: 350px;
	padding-bottom: 20px;
}

.login-box {
	width: 100%;
	margin: auto;
}

.login-form .style-inputs {
	width: 200px;
}

.login-form label {
	padding-top: 8px;
}

/* solution view */
.solution-tab {
	margin-bottom: 20px;
}

.solution-title-box {
	display: inline-block;
	height: 25px;
	margin-bottom: 10px;
}

.solution-title {
	font-size: 20px;
	line-height: 30px;
}

.solution-edit-button {
	margin-left: 5px;
}

.solution-add {
	float: right;
	margin-bottom: 10px;
}

.solution-button
{
	padding: 2px 10px 2px 10px;
	border: 1px solid #f0f2f1;	
  	cursor: pointer;
  	background: #fb503b;
  	color: #ffffff;
  	font-size: 18px;
}
