
/*
 * General styles
 */

body {
	font-family: "Open Sans", sans-serif;
}

h1 {
	font-size: 30px;
	/* font-family: 'Roboto Slab', serif; */
	font-family: 'Catamaran', sans-serif !important;
	font-weight: 600 !important;
}

h2 {
	/* font-family: 'Roboto Slab', serif; */
	font-family: 'Catamaran', sans-serif !important;
	font-weight: 500 !important;
}

h3 {
	/* font-family: 'Roboto Slab', serif; */
	font-family: 'Catamaran', sans-serif !important;
	font-weight: 500 !important;
}

 .margin-top-3px-minus {
 	margin-top: -3px !important;
 }

.margin-top-5px {
	margin-top: 5px !important;
}

.margin-top-10px {
	margin-top: 10px !important;
}

.margin-top-15px {
	margin-top: 15px !important;
}

.margin-top-20px {
	margin-top: 20px !important;
}

.margin-top-25px {
	margin-top: 25px !important;
}

.margin-top-50px {
	margin-top: 50px !important;
}

.margin-left-5px {
	margin-left: 5px !important;
}

.margin-left-10px {
	margin-left: 10px !important;
}

.margin-left-15px {
	margin-left: 15px !important;
}

.margin-left-20px {
	margin-left: 20px !important;
}

.margin-left-25px {
	margin-left: 25px !important;
}

.margin-right-5px {
	margin-right: 5px !important;
}

.margin-right-10px {
	margin-right: 10px !important;
}

.margin-right-15px {
	margin-right: 15px !important;
}

.margin-right-20px {
	margin-right: 20px !important;
}

.margin-right-25px {
	margin-right: 25px !important;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.margin-bottom-5px {
	margin-bottom: 5px !important;
}

.margin-bottom-10px {
	margin-bottom: 10px !important;
}

.margin-bottom-15px {
	margin-bottom: 15px !important;
}

.margin-bottom-20px {
	margin-bottom: 20px !important;
}

.margin-bottom-25px {
	margin-bottom: 25px !important;
}

.width-100 {
	width: 100% !important;
}

.bg-white {
	background-color: #FBFEFF !important;
}

.center-page {
	margin: 0 auto !important;
}

.main-menu-btns {
	width: 120px;
	height: 110px;
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 5px;
	cursor: pointer;
	background-color: #ece7e2;
}

.main-menu-icons {
	width: 100%;
	font-size: 32pt;
	float: left;
	text-align: center;
	margin: 22px 0 15px 0;
	color: #606061;
}

.main-menu-icons-desc {
	width: 100%;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	border-top: 1px solid #C8C8D6;
	font-size: 9pt;
	color: #606061;
	font-weight: bold;
}

/* footer {
	width: 100%;
	min-height: 300px;
	padding: 15px;
	margin: 25px 0 0 0;
	float: left;
	/* background-color: gray; 
} 
*/

footer {
	margin: 40px 0 0 0;	
}

/*
 * End of General styles
 */


 /*
  * Custom Lightbox
  */
.lightbox-bk {
	width: 960px;
	min-height: 768px;
	margin: 0 auto;
	top: 40px;
	left: 0;
	right: 0;
	padding: 15px;
	text-align: center;
	position: absolute;
	border: 2px solid grey;
	border-radius: 10px;
	background-color: white;
	z-index: 91;
	display: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.lightbox-bk .close {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 12pt;
	font-weight: bold;
	position: relative;
	margin: -30px -30px 0 0;
	z-index: 92;	
	opacity: 1.0;
	border-radius: 50%;
	cursor: pointer;
	background-color: #DADADA;
}

.sites-thumbs {
	cursor: pointer;
}

.lightbox-overlay {
	width: 100%;
	height: 100%;
	z-index: 90;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	display: none;
	cursor: pointer;
	background-color: #535353;
}

 /*
  * End of Custom Lightbox
  */

.logo-wrapper {
    max-width: 1140px;
    height: 60px;
    line-height: 60px;
    font-size: 28pt;
	margin: 30px auto 10px auto;
	font-family: 'Catamaran', sans-serif !important;
	font-weight: 100 !important;
}

.nav>li:first-child {
	border-left: solid 1px #999999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.nav>li {
	border-right: solid 1px #999999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.logo-wrapper .first {
	color: #737576;
}

.logo-wrapper .second {
	color: #ef6d34;
	font-weight: 800 !important;	
}

#logout-btn {
	font-family: 'Roboto', sans-serif;
}

.row-below {
	margin: 30px 0 0 0;
}

.navbar-inverse {
	border: 0px !important;
	background-color: #655b5b !important;
	margin-bottom: 0 !important;
}

.navbar-collapse {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.navbar-inverse .navbar-nav>li>a {
	color: #FDF5FC;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #FDF5FC;
}

.featurette-heading {
	margin-top: 0 !important;
}

.featurette .lead {
	margin-bottom: 12px;
}

.menu-content-divider {
	width: 100%;
	height: 10px;
	float: left;
	margin: 0 0 0 0;
	background-color: #d6c3bd;
}

.tech-block-label {
	padding: 5px 7px 5px 7px;
	color: #ffffff;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #c2bfc5;
	margin: 5px 7px 0 0;
	background-color: #888581;
}

.btn-theme {
	background-color: #ff8650 !important;
	border: 1px solid #b3715d !important;
}

.btn-theme-dark {
	background-color: #e86930 !important;
	border: 1px solid #b3715d !important;
}

.image-frontpage {
	width: 458px !important;
}

.featured-projects {
	width: 100%;
	font-size: 13pt;
	border-radius: 5px;
	padding: 10px !important;
	float: left;
	margin-bottom: 5px;
	cursor: pointer;
	background-color: #eeeeee;
}

.featured-projects:link {
	color: #5a5a5a;
	text-decoration: none;
}

.featured-projects:visited {
	color: #5a5a5a;
	text-decoration: none;	
}

.featured-projects:hover {
	color: #5a5a5a;
	text-decoration: none;	
}

.contact-form-wrapper {
	overflow: hidden;
	float: left;
}

.form-contact {
	margin-bottom: 7px;
	float: left;
	padding-left: 0;
}

@-moz-document url-prefix() { 
	.contact-field {
		width: 620px;
		padding-left: 0;
	}
}

.contact-field {
	padding-left: 0;
}

.btn-send {
	width: 130px;
	margin: 0 100% 0 0;
	float: left;
	cursor: pointer;
}

.validate-message {
	width: 550px;
	margin: 40px 0 0 0;
	display: none;
}

.validation-sum {
	width: 95px;
	height: 35px;
	float: left;
    margin: 10px 0 0 0;
}

.generated-validation-num {
    width: 50px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
}

.validation-operator {
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    margin-top: 10px;
    font-size: 12pt;
    font-weight: bold;
}

.validation-note {
    width: 620px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    float: left;
    margin: 20px 100% 0 0;
    border-top: 1px solid #ccc3c3;
}

.line-divider {
    width: 620px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    float: left;
    margin: 20px 100% 0 0;
    border-top: 1px solid #ccc3c3;
}

.page-header-title {
	margin-top: 40px;
}

.sum-entered-highlight {
 	border: 1px solid #b90707;
}

.navbar {
	border-radius: 0;
}


/*
 * Task Manager
 */
.added-tasks {
	width: 100%;
	min-height: 100px;
	float: left;
	margin: 20px 0 0 0;
}

.task-item {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 12pt;
	margin: 0 0 2px 0;
   	border-radius: 5px;
	background-color: #FBFCFF;
}

.task-main {
    width: 635px;
    height: 33px;
    padding: 0 0 0 10px;
    float: left;
    cursor: pointer;
    margin-right: 6px;
    color: white;
    border-radius: 5px;
    background-color: #708488;
}

.remove-task {
	width: 53px;
	height: 33px;
	color: #ffffff;
	text-align: center;
	float: left;
	font-weight: bold;
	cursor: pointer;
}

.task-completed {
	color: #aeaeaf;
	text-decoration: line-through;
	background-color: #dcdddf;
}

.config-view {
	width: 100%;
	height: 200px;
	float: left;
	margin: 10px 0 0 0;
	background-color: #F6F9F6;
}

.checkboxes-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list-items-task {
	display: inline-block;
	margin: 0 0 0 10px;
}

.icon-text {
	font-size: 12pt;
}

.icon-spacing {
	margin: 0 0 0 5px;
}

.icon-spacing-vertical {
	margin: 15px 0 0 0;	
}

.icon-spacing-right {
	margin-right: 5px;
}

.add-task-wrapper {
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0 0;
	float: left;
}

.add-task-input {
	width: 655px !important;
	float: left;
}

.app-view-title {
	width: 350px;
	float: left;
}

.panel-top {
	margin: 20px 0 0 0;
}

.alert-top-warning {
	margin: 20px 0 0 0;
}

.app-info-note {
	display: none;
}

.app-info-note-show {
	display: block;
}

.task-manager-app-main {
	width: 780px !important;
}

.edit-btn {
	width: 52px;
	margin-right: 2px;
	float: left;
}
/*
 * End of Task Manager
 */ 

/*
 * Word Count App
 */
.content-info {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	/*background-color: #F4F4FA;*/
}

.right-clear {
	clear: both;
}

.label-info {
	padding: 10px;
	border-radius: 5px;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #CCCED6;
	background-color: #E8EAF0;
}

.btn-clear {
	width: 100px;
}

.word-count-description {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	margin: 0 0 15px 0;
}
 /*
 * End of Word Count App
 */


/*
 * Workout Tracking
 */
.workout-tracking-wrapper {
	width: 390px;
	overflow: hidden;
	float: left;
}

.workout-tracking-main-btns {
    width: 120px;
    height: 110px;
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #5F6563;
    background-color: #fbfaf9;
}

.workout-tracking-icons {
    width: 100%;
    font-size: 32pt;
    float: left;
    text-align: center;
    margin: 22px 0 15px 0;
}

.workout-tracking-icons-desc {
    width: 100%;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    border-top: 1px solid #C8C8D6;
}

.workout-tracking-title {
	width: 160px;
	float: left;
	margin-top: 0;
}

.dashboard-items-cals {
    width: 73px;
    overflow: hidden;
    float: left;
    margin: 5px 5px 10px 0;
}

.dashboard-item-header {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #6B646A;
    background-color: #DAD9EA;
}

.dashboard-item-content {
	width: 100%;
	height: 65px;
	line-height: 65px;
	float: left;
	margin: 5px 0 10px 0;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #6B646A;
	background-color: #FFCC00;
}

.dashboard-title {
	width: 100%;
	font-size: 12pt;
	float: left;
	font-weight: bold;
}

.dashboard-divider-line {
	width: 100%;
	height: 1px;
	float: left;
	margin: 5px 0 15px 0;
	background-color: #ADAFB1;
}

.workout-info-name {
    width: 150px;
    height: 35px;
    line-height: 35px;
    float: left;
    font-size: 9pt;
    margin: -2px 0 0 0;
}

.workout-dashboard-info-list {
    width: 150px;
    overflow: hidden;
    float: left;
    font-size: 11pt;
    margin: 0 0 0 0;
}


.label-workout {
	width: 15%;
	height: 30px;
    line-height: 30px;
    float: left !important;
    margin-right: 2% !important;
    margin-top: 10px !important;
}

.input-workout {
	width: 83%;
	float: left !important;
}

.fieldset-wrapper {
	width: 100%;
	overflow: hidden;
}

.sites-list {
	height: 300px;
	margin: 0 0.2% 50px -15px;
	padding: 10px;
	background-color: #F8F5F5;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;	
}

.sites-list a:link {
	display: block;
	color: #759ab9;
	text-decoration: none;
}

.sites-list a:hover {
	color: #759ab9;
	text-decoration: none;
}

.sites-list a:visited {
	color: #759ab9;
	text-decoration: none;
}

.sites-list img {
	width: 100%;
}

.sites-list figure {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: bold !important;
	margin: 10px 0 0 0;
}

.site-thumb {
	width: 100%;
	height: 245px;
	float: left;
	background-color: #BBBBBB;
}

/*
 * End of Workout Tracking
 */

.first-item {
	height: 494px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/images/slide_first.png')
}

.second-item {
	height: 494px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/images/slide_second.png')
}

.third-item {
	height: 494px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/images/slide_third.png')
}

@media only screen and (max-device-width: 480px) {
	.first-item {
		height: 340px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('/images/slide_first_mobile.png')
	}

	.second-item {
		height: 340px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('/images/slide_second_mobile.png')
	}

	.third-item {
		height: 340px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('/images/slide_third_mobile.png')
	}
}

@media only screen and (max-device-width: 768px) {
	/*.image-frontpage {
	    width: 100% !important;
	    height: auto !important;
	}

	.marketing .col-lg-4 p {
		font-size: 20pt !important;
	}

	.fa {
		font-size: 120pt !important;
	}

	.col-lg-4 h2 {
		font-size: 36pt;
	}

	.col-lg-4 .btn-default {
		width: 250px;
	    height: 60px;
	    line-height: 40px;
	    font-size: 20pt;
	    margin: 20px 0 40px 0;
	}*/

	.logo-wrapper {
	    margin-top: 10px !important;
	    margin-left: 5%;
	}

	.marketing .btn-default {
		margin-bottom: 30px !important;
	}

	.sidebar-module h3 {
		float: left;
		margin-top: 30px;
	}

	.contact-form-wrapper {
		width: 100%;
	}

	.task-manager-app-main {
		width: 100% !important;
	}

	.task-main {
		width: 70% !important;
	}

	.navbar-collapse {
		padding-left: 15px !important;
	}

	.add-task-input {
		width: 72% !important;
	}

	.app-view-title {
		width: 70% !important;
	}

	.workout-tracking-main-btns {
		width: 30%;
	}

	.workout-tracking-wrapper {
		width: 100%;
	}

	.dashboard-items-cals {
		width: 18%;
	}

	.dashboard-item-header {
		font-size: 7pt;
	}

	.edit-btn {
		width: 13%;
	    text-align: center;
	}

	.remove-task {
		width: 13%;
	    text-align: center;
	}

	.workout-tracking-title {
		width: 40%;
	}

}





