/*------------------------------------------------------------------
[Framework Stylesheet]

Project:	Boxed | Epsilon Framework
Version:	2.0
Last change:	10/23/2014
Assigned to:	Enabled & CosminCotor
Primary use:	ThemeForest Stock Item 
-------------------------------------------------------------------*/


@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900);
/* CSS Document */


/*
	1. Reset
	2. Typography 
	3. Preloader 
	4. Highlights 
	5. Buttons 
	6. Code Highlight 
	7. Lists
	8. Table 
	9. Speach Bubbles 
	10. Quote Styles
	11. Radio and Checkboxes
	12. Charts 
	13. Notifications
	14. Tabs
	15. Toggles
	16. Submenu
	17. Contact Form
	18. Detector
	19. Sharebox
	20. Profile
	21. Portfolio 
	22. Timeline
	23. Coverpage
	24. Countdown 
	25. Notification page
	26. Login Box
	27. Portfolio wide
*/




/* 1. Reset */

* {
	appearance: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
	outline: none;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

a:hover {
	text-decoration: none !important;
}

::selection {
	background-color: #CCC;
	color: #000;
}

div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
	display: block;
	position: relative;
	overflow: hidden;
}

p {
	line-height: 30px;
	margin-bottom: 30px;
	font-size: 15px;
	letter-spacing: 0px;
}

p>a {
	display: inline;
	text-decoration: none;
}

p>a:hover {
	text-decoration: underline;
}

p>span {
	display: inline;
}

span>a {
	display: inline;
}

a>span {
	display: inline;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1>a, h2>a, h3>a, h4>a, h5>a, h6>a {
	display: inline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	background-color: #f6f6f6;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	width: 100%;
	clear: both;
	margin-bottom: 27px;
}

thead {}

th {
	vertical-align: middle;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	font-weight: bold;
	color: #555;
	background-color: #f6f6f6;
}

tr {
	line-height: 18px;
}

td {
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
	color: #666;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 18px;
	vertical-align: middle;
	background-color: #fdfdfd;
}

tr:hover>td {
	background: #fff;
}

ul {
	margin-bottom: 20px;
}

ol {
	margin-bottom: 30px;
}

li {
	line-height: 18px;
	margin-bottom: 5px;
	list-style: inside;
}

ol>li:last-child, ul>li:last-child {
	margin-bottom: 0px;
}

/* 2. Typography */

body {
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 20px;
}

.checkbox {
	color: #666;
}

h1 {
	font-size: 21px;
	margin-bottom: 10px;
	font-weight: 800;
	color: #292929;
}

h2 {
	font-size: 19px;
	margin-bottom: 10px;
	font-weight: 800;
	color: #292929;
}

h3 {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #292929
}

h4 {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 800;
	color: #292929;
}

h5 {
	color: #292929;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	color: #1f1f1f;
}

a:hover {
	color: #2980b9;
	transition: all 200ms ease;
}

a {
	color: #3498db;
	tramsition: all 200ms ease;
}

.small-subtitle {
	color: #3498db;
	margin-top: -5px;
	display: block;
	margin-bottom: 10px;
}

/*////////////////////////*/
/*Other Classes and Resets*/
/*////////////////////////*/

.overlay {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.content {
	margin-left: 20px;
	margin-right: 20px;
}

@media (min-width:768px) {
	.content {
		margin-left: 70px;
		margin-right: 70px;
	}
}

.container {
	margin-bottom: 30px;
}

.no-bottom {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.half-bottom {
	margin-bottom: 15px;
}

.full-bottom {
	margin-bottom: 30px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin-left: 5px;
}

.right-text {
	display: block;
	text-align: right;
}

.left-text {
	display: block;
	text-align: left;
}

.center-text {
	display: block;
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.regular-anchor {
	color: inherit !important;
}

.responsive-image {
	width: 100%;
	margin-bottom: 20px;
}

.round-image {
	border-radius: 500px;
}

.responsive-video {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

@media (min-width:768px) {
	.responsive-video {
		min-height: 400px;
	}
}

.decoration {
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	display: block;
	clear: both;
}

@media (max-width:767px) {
	.center-if-mobile {
		text-align: center;
	}

	.left-if-mobile {
		text-align: left;
	}

	.right-if-mobile {
		text-align: right;
	}
}

@media (min-width:768px) {
	.center-if-tablet {
		text-align: center;
	}

	.left-if-tablet {
		text-align: left;
	}

	.right-if-tablet {
		text-align: right;
	}

	.decoration {
		margin-bottom: 50px;
	}
}

/* 3. Preloader */

#preloader {
	position: fixed;
	z-index: 2500;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	z-index: 99999999;
}

#status {
	position: fixed;
	z-index: 99999999;
	width: 250px;
	height: 250px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/status.gif);
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: center;
	margin: -125px 0 0 -125px;
}

#status p {
	top: 60%;
}

#status em {
	font-size: 10px !important;
	display: block;
	font-style: normal;
}

.center-icon {
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.last-column {
	margin-right: 0% !important;
}

.one-third {
	width: 30%;
	float: left;
	margin-right: 4.5%;
}

.one-half {
	width: 45%;
	float: left;
	margin-right: 8%;
}

@media (max-width:760px) {

	.hide-if-mobile {
		display: none;
	}

}

@media (min-width:760px) {
	.one-third-responsive {
		width: 31%;
		float: left;
		margin-right: 3%;
	}

	.one-half-responsive {
		width: 46.5%;
		float: left;
		margin-right: 6%;
	}

	.sidebar-left-big {
		width: 70%;
		float: left;
		margin-right: 5%
	}

	.sidebar-right-small {
		width: 25%;
		float: right;
	}

	.sidebar-right-big {
		width: 70%;
		float: right;
	}

	.sidebar-left-small {
		width: 25%;
		float: left;
		margin-right: 5%;
	}

	.hide-if-responsive {
		display: none;
	}

}

/* 4. Highlights */

.text-highlight {
	color: #FFFFFF;
	padding: 8px;
	margin-right: 3px;
}

.highlight-turqoise {
	background-color: #16a085;
}

.highlight-green {
	background-color: #27ae60;
}

.highlight-blue {
	background-color: #2980b9;
}

.highlight-magenta {
	background-color: #8e44ad;
}

.highlight-dark {
	background-color: #2c3e50;
}

.highlight-yellow {
	background-color: #f1c40f;
}

.highlight-red {
	background-color: #c0392b;
}

.highlight-orange {
	background-color: #e67e22;
}

/* 5.Buttons */

.center-button {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	display: block !important;
	margin-top: 10px;
	text-align: center;
}

.button-full-screen {
	width: 100%;
}

.button-center-text {
	text-align: center;
}

.button {
	display: inline-block;
	padding: 10px 20px;
}

.button-3d {
	display: inline-block;
	padding: 8px 20px;
}

.button i {
	margin-right: 5px;
	margin-left: -2px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	margin-left: -5px;
}

.button:hover {
	color: #FFFFFF !important;
}


.button-3d:hover {
	color: #FFFFFF !important;
}

.tea-3d {
	border-bottom: solid 4px #117562;
}

.button-tea {
	background-color: #16a085;
	color: #FFFFFF;
}

.button-tea:hover {
	background-color: #1abc9c;
}

.green-3d {
	border-bottom: solid 4px #1e8248;
}

.button-green {
	background-color: #27ae60;
	color: #FFFFFF;
}

.button-green:hover {
	background-color: #2ecc71;
}

.blue-3d {
	border-bottom: solid 4px #194e70;
}

.button-blue {
	background-color: #2980b9;
	color: #FFFFFF;
}

.button-blue:hover {
	background-color: #3498db;
}

.magenta-3d {
	border-bottom: solid 4px #602e75;
}

.button-magenta {
	background-color: #8e44ad;
	color: #FFFFFF;
}

.button-magenta:hover {
	background-color: #9b59b6;
}

.dark-3d {
	border-bottom: solid 4px #19232d;
}

.button-dark {
	background-color: #2c3e50;
	color: #FFFFFF;
}

.button-dark:hover {
	background-color: #34495e;
}

.yellow-3d {
	border-bottom: solid 4px #ba970b;
}

.button-yellow {
	background-color: #f1c40f;
	color: #1f1f1f;
}

.button-yellow:hover {
	background-color: #f39c12;
}

.orange-3d {
	border-bottom: solid 4px #9d3e00;
}

.button-orange {
	background-color: #d35400;
	color: #FFFFFF;
}

.button-orange:hover {
	background-color: #e67e22;
}

.red-3d {
	border-bottom: solid 4px #8a281e;
}

.button-red {
	background-color: #c0392b;
	color: #FFFFFF;
}

.button-red:hover {
	background-color: #e74c3c;
}

.light-3d {
	border-bottom: solid 4px #868a8c;
}

.button-light {
	background-color: #bdc3c7;
	color: #1f1f1f;
}

.button-light:hover {
	background-color: #ecf0f1;
}

.grey-3d {
	border-bottom: solid 4px #474d4e;
}

.button-grey {
	background-color: #7f8c8d;
	color: #FFFFFF;
}

.button-grey:hover {
	background-color: #95a5a6;
}


/* 6. Code Highlight */

.code {
	border: solid 1px #cacaca;
	font-size: 14px;
	margin-bottom: 30px;
}

.wline {
	font-size: 11px;
	font-family: "Courier New", Courier, monospace !important;
	display: block;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.code>span:last-child {
	border-bottom: none;
}

.gline {
	font-size: 11px;
	font-family: "Courier New", Courier, monospace !important;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	display: block;
	background-color: #f1f1f1;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}


/* 7. Lists */

.small-list li {
	list-style: none !important;
	line-height: 24px;
	margin-top: 5px;
}


.number-list {}

.number-list li {
	line-height: 26px;
	list-style: decimal;
	overflow: visible !important;
	margin-left: 0px;
	list-style: decimal;
	margin-left: 20px;
	padding-left: 0px;
}

.normal-list li {
	line-height: 26px;
	padding-left: 5px;
}

.icon-list li {
	list-style: none;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: 0px 5px;
	margin-bottom: 10px;
	line-height: 26px;
}

.font-icon-list li {
	list-style: none;
	padding-left: 0px;
	color: #666666;
	line-height: 26px;
}

.font-icon-list li a {
	color: #666666;
}

.icon-list li a {
	color: #666666;
}

.font-icon-list i {
	margin-right: 10px;
	width: 14px;
}

.address-list {
	background-image: url(../images/lists/address_48.png);
}

.block-list {
	background-image: url(../images/lists/block_48.png);
}

.bookmark-list {
	background-image: url(../images/lists/bookmark_48.png);
}

.briefcase-list {
	background-image: url(../images/lists/briefcase_48.png);
}

.bubble-list {
	background-image: url(../images/lists/bubble_48.png);
}

.buy-list {
	background-image: url(../images/lists/buy_48.png);
}

.calendar-list {
	background-image: url(../images/lists/calendar_48.png);
}

.clipboard-list {
	background-image: url(../images/lists/clipboard_48.png);
}

.clock-list {
	background-image: url(../images/lists/clock_48.png);
}

.delete-list {
	background-image: url(../images/lists/delete_48.png);
}

.diagram-list {
	background-image: url(../images/lists/diagram_48.png);
}

.document-list {
	background-image: url(../images/lists/document_48.png);
}

.down-list {
	background-image: url(../images/lists/down_48.png);
}

.flag-list {
	background-image: url(../images/lists/flag_48.png);
}

.folder-list {
	background-image: url(../images/lists/folder_48.png);
}

.gear-list {
	background-image: url(../images/lists/gear_48.png);
}

.globe-list {
	background-image: url(../images/lists/globe_48.png);
}

.heart-list {
	background-image: url(../images/lists/heart_48.png);
}

.help-list {
	background-image: url(../images/lists/help_48.png);
}

.home-list {
	background-image: url(../images/lists/home_48.png);
}

.info-list {
	background-image: url(../images/lists/info_48.png);
}

.key-list {
	background-image: url(../images/lists/key_48.png);
}


.label-list {
	background-image: url(../images/lists/label_48.png);
}

.left-list {
	background-image: url(../images/lists/left_48.png);
}

.letter-list {
	background-image: url(../images/lists/letter_48.png);
}

.monitor-list {
	background-image: url(../images/lists/monitor_48.png);
}

.pencil-list {
	background-image: url(../images/lists/pencil_48.png);
}

.plus-list {
	background-image: url(../images/lists/plus_48.png);
}

.present-list {
	background-image: url(../images/lists/present_48.png);
}

.print-list {
	background-image: url(../images/lists/print_48.png);
}

.right-list {
	background-image: url(../images/lists/right_48.png);
}

.save-list {
	background-image: url(../images/lists/save_48.png);
}

.search-list {
	background-image: url(../images/lists/search_48.png);
}

.shield-list {
	background-image: url(../images/lists/shield_48.png);
}

.statistics-list {
	background-image: url(../images/lists/statistics_48.png);
}

.stop-list {
	background-image: url(../images/lists/stop_48.png);
}

.tick-list {
	background-image: url(../images/lists/tick_48.png);
}

.trash-list {
	background-image: url(../images/lists/trash_48.png);
}

.up-list {
	background-image: url(../images/lists/up_48.png);
}

.user-list {
	background-image: url(../images/lists/user_48.png);
}

.wallet-list {
	background-image: url(../images/lists/wallet_48.png);
}

.warning-list {
	background-image: url(../images/lists/warning_48.png);
}

/* 8. Tables */

.table {
	width: 100%;
	margin-bottom: 35px;
}

.table-title {
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
}

.table-sub-title {
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.price {
	font-size: 14px;
}

.small-price {
	position: absolute;
	margin-left: 0px;
	font-size: 10px;
	margin-top: -3px !important;
}

table {
	font-size: 14px;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	border: #ccc 1px solid;
	margin-bottom: 25px;
}

table th {
	padding: 21px 25px 22px 25px;
	border-bottom: 1px solid #e0e0e0;
}

table th:first-child {
	text-align: center;
	padding-left: 20px;
}

table tr {
	text-align: center;
	padding-left: 20px;
}

table tr td:first-child {
	text-align: left;
	padding-left: 20px;
	border-left: 0;
}

table tr td {
	padding: 14px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 0px solid #e0e0e0;
}

table tr.even td {
	background: #efefef;
}

table tr:last-child td {
	border-bottom: 0;
}

table tr:hover td {
	background: #f8f8f8;
}

.table-heading {
	padding-top: 10px;
	padding-bottom: 15px;
}

.table-text {
	color: #6f6f6f;
}

/* 9. Speach Bubbles */

.green-bubble {
	background-color: #33c922 !important;
	color: #FFFFFF !important;
	border: none !important;
}

.blue-bubble {
	background-color: #0b84fe !important;
	color: #FFFFFF !important;
	border: none !important;
}

.speach-left {
	float: left;
	display: inline;
	text-align: left;
	max-width: 75%;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 10px;
	background-color: #FFFFFF;
	border: solid 1px #cacaca;
}

.speach-left-title {
	display: block;
	width: 100%;
	font-size: 10px;
	font-style: normal;
	padding-left: 5px;
	color: #000000;
	text-shadow: 0px 1px 0px #FFFFFF;
}

.speach-right {
	float: right;
	text-align: right;
	text-align: left;
	max-width: 75%;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 10px;
	background-color: #FFFFFF;
	border: solid 1px #cacaca;
}

.speach-right-title {
	text-align: right;
	display: block;
	font-size: 10px;
	font-style: normal;
	padding-right: 5px;
	color: #000000;
	text-shadow: 0px 1px 0px #FFFFFF;
}


/* 10. Quote Styles */

.quote-style-one {
	margin-bottom: 30px;
}

.quote-style-one img {
	float: left;
	width: 25%;
}

.quote-style-one em {
	font-style: normal;
	float: left;
	width: 70%;
	padding-left: 4%;
}

.quote-style-one strong {
	font-style: italic;
	float: left;
	width: 70%;
	padding-left: 4%;
	padding-top: 2%;
}

.quote-style-two {
	margin-bottom: 30px;
}

.quote-style-two em {
	text-align: left;
	font-style: normal;
	display: block;
}

.quote-style-two strong {
	text-align: left;
	font-style: italic;
	display: block;
}

.quote-style-three {
	margin-bottom: 30px;
}

.quote-style-three em {
	text-align: right;
	font-style: normal;
	display: block;
}

.quote-style-three strong {
	text-align: right;
	font-style: italic;
	display: block;
}

.quote-style-four em {
	text-align: center;
	font-style: normal;
	display: block;
}

.quote-style-four strong {
	text-align: center;
	font-style: italic;
	display: block;
}

.quote-style-four img {
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}


/* 11. Radio and Checkboxes */


.checkbox-one {
	background-image: url(../images/ui/checkbox1.png);
	background-size: 16px 18px;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 1px;
	margin-bottom: 10px;
}

.checkbox-one-checked {
	background-image: url(../images/ui/checkbox1c.png);
}

.checkbox-two {
	background-image: url(../images/ui/checkbox2.png);
	background-size: 16px 18px;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 1px;
	margin-bottom: 10px;
}

.checkbox-two-checked {
	background-image: url(../images/ui/checkbox2c.png);
}

.checkbox-three {
	background-image: url(../images/ui/checkbox3.png);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 2px;
	margin-bottom: 10px;
}

.checkbox-three-checked {
	background-image: url(../images/ui/checkbox3c.png);
}

.radio-one {
	background-image: url(../images/ui/radio1.png);
	background-size: 16px 18px;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 1px;
	margin-bottom: 10px;
}

.radio-one-checked {
	background-image: url(../images/ui/radio1c.png);
}

.radio-two {
	background-image: url(../images/ui/radio2.png);
	background-size: 16px 18px;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 1px;
	margin-bottom: 10px;
}

.radio-two-checked {
	background-image: url(../images/ui/radio2c.png);
}

/* 12.Charts */



.chart div {
	overflow: hidden !important;
}

.chart strong {
	font-size: 13px;
	text-align: left;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	padding-left: 5px;
}

.chart em {
	font-size: 13px;
	text-align: right;
	font-style: normal;
	display: block;
	margin-bottom: 10px;
	margin-top: -20px;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
	padding-right: 5px;
}

.chart-background {
	background-color: #CCC;
	width: 100%;
	display: block;
	height: 22px;
	margin-bottom: 20px;
	margin-top: -5px;
}

.red-chart {
	background-color: #c0392b;
	margin: 3px;
	height: 16px;
	opacity: 0.9;
}

.green-chart {
	background-color: #27ae60;
	margin: 3px;
	height: 16px;
	opacity: 0.9;
}

.yellow-chart {
	background-color: #f39c12;
	margin: 3px;
	height: 16px;
	opacity: 0.9;
}

.magenta-chart {
	background-color: #8e44ad;
	margin: 3px;
	height: 16px;
	opacity: 0.9;
}

.blue-chart {
	background-color: #2980b9;
	margin: 3px;
	height: 16px;
	opacity: 0.9;
}

.chart-round div {
	border-radius: 20px;
}

.p100 {
	width: 100%;
}

.p90 {
	width: 90%;
}

.p80 {
	width: 80%;
}

.p70 {
	width: 70%;
}

.p60 {
	width: 60%;
}

.p50 {
	width: 50%;
}

.p40 {
	width: 40%;
}

.p30 {
	width: 30%;
}

.p20 {
	width: 20%;
}

.p10 {
	width: 10%;
}

.p0 {
	width: 0%;
}


/* 13. Notification Boxes*/



.grey-notification {
	background-color: #7f8c8d !important;
	color: rgba(255, 255, 255, 0.7);
}


.red-notification {
	background-color: #c0392b !important;
	color: #FFFFFF;
}

.green-notification {
	background-color: #27ae60 !important;
	color: #FFFFFF;
}

.yellow-notification {
	background-color: #f39c12 !important;
	color: #FFFFFF;
}

.blue-notification {
	background-color: #2980b9 !important;
	color: #FFFFFF;
}

.big-notification {
	margin-bottom: 30px;
	padding: 8px;
}

.big-notification h3 {
	font-family: 'Robot', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.big-notification h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}


.close-big-notification {
	font-size: 14px;
	color: #FFFFFF;
	float: right;
	margin-top: -43px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
}

.close-big-notification:hover {
	color: #FFFFFF;
}

.big-notification p {
	padding: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
}

.static-notification-red {
	overflow: hidden;
	background-color: #c0392b;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.static-notification-red p {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
}

.static-notification-green {
	overflow: hidden;
	background-color: #27ae60;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.static-notification-green p {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
}

.static-notification-yellow {
	overflow: hidden;
	background-color: #f39c12;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.static-notification-yellow p {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
}

.static-notification-blue {
	overflow: hidden;
	background-color: #2980b9;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.static-notification-blue p {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
}

/*Top Notifications*/

.notification-top {
	height: 0px;
	width: 100%;
	transition: all 400ms ease;
}

.show-notification-top {
	height: 100px !important;
	transition: all 400ms ease;
	transition-delay: 1s;
}

.notification-top a {
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	padding-bottom: 2px;
}

.hide-top-notification {
	font-size: 10px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 34px;
	top: 17px;
	color: #FFFFFF;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	line-height: 31px;
	border: none !important;
	transition: all 200ms ease;
}

.hide-top-notification:hover {
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 200ms ease;
}

.goto-top-notification {
	font-size: 10px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 80px;
	top: 17px;
	color: #FFFFFF;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	line-height: 30px;
	border: none !important;
	transition: all 200ms ease;
}

.goto-top-notification:hover {
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 200ms ease;
}

.notification-top h3 {
	margin-left: 30px;
	margin-top: 23px;
	margin-bottom: 14px;
	color: #FFFFFF;
	1
}

.notification-top p {
	font-size: 14px;
	margin-left: 30px;
	padding-right: 30px;
	line-height: 24px;
	opacity: 0.8;
}


/* 14. Tabs */



.tabs div {
	overflow: hidden !important;
}

.tabs a {
	color: #343434;
	text-transform: uppercase;
}

.tab-content {
	overflow: hidden;
	display: none;
}

.tab-content img {
	margin-top: 8px;
}

.tab-content p {
	margin-bottom: 0px;
}

.tab-content-1 {
	display: block;
}

.tab-active {
	background-color: #bee7cf !important;
}

.actve-green {
	background-color: #67c68f !important;
}

.tab-but {
	font-size: 13px;
	float: left;
	background-color: #f9f9f9;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tab-content {
	background-color: #eeeeee;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* 15. Toggles */


.toggle-content {
	display: none;
	padding-top: 0px;
}

.toggle-content p {
	border-top: solid 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 0px;
	padding-top: 10px;
	padding: 15px;
}

.toggle-1, .toggle-2, .toggle-3 {
	background-color: #FFFFFF;
}


.deploy-toggle-1 {
	padding: 15px;
	padding-left: 50px;
	font-size: 13px;
	color: #343434;
	text-transform: uppercase;
	background-image: url(../images/ui/plus.png);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: 15px 19px;
}

.toggle-1-active {
	background-image: url(../images/ui/minus.png);
}

.deploy-toggle-2 {
	padding: 15px;
	padding-left: 50px;
	font-size: 13px;
	color: #343434;
	text-transform: uppercase;
	background-image: url(../images/lists/plus_48.png);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: 15px 18px;
}

.toggle-2-active {
	background-image: url(../images/lists/delete_48.png);
}

.deploy-toggle-3 {
	padding: 15px;
	font-size: 13px;
	color: #343434;
	text-transform: uppercase;
}

.deploy-toggle-3 em {
	background-color: #c0392b;
	position: absolute;
	transition: 0.1s ease-out;
	right: 15px;
	width: 50px;
	height: 20px;
	border-radius: 30px;
}

.deploy-toggle-3 em strong {
	top: 2px;
	left: 2px;
	height: 16px;
	width: 16px;
	border-radius: 19px;
	background-color: #f6f6f6;
	position: absolute;
	z-index: 999;
}

.toggle-3-active-background {
	background-color: #27ae60 !important;
}

.toggle-3-active-ball {
	transition: 0.01s ease-out;
	left: 32px !important;
}

/* 16. Submenu */



.submenu-navigation a {
	color: #343434;
}

.submenu-navigation {
	background-color: #eeeeee;
}

.submenu-nav-deploy {
	font-size: 13px;
	padding: 15px;
	padding-left: 40px;
	text-transform: uppercase;
	background-image: url(../images/ui/arrow-down.png);
	background-repeat: no-repeat;
	background-size: 8px 5px;
	background-position: 15px 23px;
}

.submenu-nav-deploy-active {
	background-image: url(../images/ui/arrow-up.png);
}

.submenu-nav-items {
	display: none;
}

.submenu-nav-items a:first-child {
	border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.submenu-nav-items a {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.submenu-nav-items a:last-child {
	padding-bottom: 10px;
}


.sliding-door {
	overflow: hidden;
	background-color: #FFFFFF;
	height: 40px;
	line-height: 39px;
}


.sliding-door-clear {
	height: 20px;
	display: block;
	width: 100%;
}

.sliding-door-top {
	position: absolute;
	background-color: #FFFFFF;
	display: block;
	width: 101%;
	height: inherit;
	line-height: inherit;
	padding-top: 3px;
	z-index: 10;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	border-left: solid 1px #cacaca;
	margin-left: -1px;
}

.sliding-door-top a {
	color: #333;
	text-transform: uppercase;
	background-position: 0 13px;
}

.sliding-door-bottom {
	position: absolute;
	background-color: #fefefe;
	display: block;
	width: 100%;
	height: inherit;
	line-height: inherit;
	padding-top: 3px;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sliding-door-bottom a {
	color: #333;
	width: 98%;
}

.sliding-door-bottom a strong {
	padding-right: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.sliding-door-bottom a em {
	background-image: url(../images/ui/minus.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: 13px 13px;
	margin-right: 20px;
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
}


.sliding-door-top a em {
	background-image: url(../images/ui/plus.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: 13px 13px;
	margin-right: 20px;
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
}

/* 17. Contact Form */



.contactField {
	background-color: rgba(255, 255, 255, 0.4);
	font-size: 14px;
	color: #666;
	border: solid 1px #cacaca;
}

.contactTextarea {
	background-color: rgba(255, 255, 255, 0.4);
	font-size: 14px;
	border: solid 1px #cacaca;
	color: #666;
}

.contactSubmitButton {
	line-height: 19px !important;
	display: block !important;
	height: 36px !important;
	margin-right: 4px;
	width: 100%;
}

.contact-form {
	margin-bottom: 20px;
}

.contactNameField {
	padding-bottom: 5px;
	font-size: 14px;
}

.contactNameField span {
	float: right;
	opacity: 0.2;
}

.contactEmailField {
	padding-bottom: 5px;
	font-size: 14px;
}

.contactEmailField span {
	float: right;
	opacity: 0.2;
}

.contactMessageTextarea {
	padding-bottom: 5px;
	font-size: 14px;
}

.contactMessageTextarea span {
	float: right;
	opacity: 0.2;
}

.formFieldWrap {
	margin-top: -5px;
}

#contactNameField {
	text-transform: capitalize;
}

.contactField {
	min-width: 100%;
	display: block;
	box-sizing: border-box;
}

.contactTextarea {
	min-width: 100%;
	display: block;
	box-sizing: border-box;
}

.buttonWrap {
	line-height: 20px;
	padding-bottom: 24px;
	min-width: 43%;
	display: inline-block;
}

.formSubmitButtonErrorsWrap a {
	width: 25%;
	text-align: center;
	padding: 8px 10px !important;
}


.formValidationError .red-notification p {
	background-image: none !important;
	display: block !important;
	padding-left: 0px !important;
	text-align: center !important;
}

.contactField {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.contactTextarea {
	margin-bottom: 20px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 18px;
	height: 80px;
}

@media (min-width:768px) {
	.contact-information {
		padding-left: 20px;
	}
}

.contact-call {
	color: #666;
	height: 25px;
	display: block;
}

.contact-call i {
	width: 14px;
	diplay: block;
	margin-right: 20px;
}

.contact-text {
	color: #666;
	height: 25px;
	display: block;
}

.contact-text i {
	width: 14px;
	diplay: block;
	margin-right: 20px;
}

.contact-mail {
	color: #666;
	height: 25px;
	display: block;
}

.contact-mail i {
	width: 14px;
	diplay: block;
	margin-right: 20px;
}

.contact-facebook {
	color: #666;
	height: 25px;
	display: block;
}

.contact-facebook i {
	width: 14px;
	diplay: block;
	margin-right: 20px;
}

.contact-twitter {
	color: #666;
	height: 25px;
	display: block;
}

.contact-twitter i {
	width: 14px;
	diplay: block;
	margin-right: 20px;
}

.maps-container {
	display: block !important;
	padding-bottom: 0px;
	box-sizing: border-box;
	max-height: 150px;
	overflow: hidden;
	margin-bottom: 30px;
}

.maps {
	display: block !important;
	width: 100%;
	overflow: hidden;
}

/* 18. Detector */

.detected-wrapper img {
	width: 70px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}

.detected-wrapper h4 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}

.detected-wrapper em {
	font-size: 11px;
	color: #e34e47;
	display: block;
	text-align: center;
	font-style: normal;
	margin-bottom: 10px;
}

.detected-wrapper p {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 19. Sharebox */


.sharebox-wrapper {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}

.sharebox {
	position: fixed;
	display: block;
	width: 280px;
	height: 300px;
	top: 50%;
	margin-top: -140px;
	left: 50%;
	margin-left: -140px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 999999;
	border-radius: 5px;
}

.sharebox h3 {
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

.sharebox p {
	padding-left: 30px;
	padding-right: 30px;
}

.sharebox a {
	float: left;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	font-size: 14px;
}

.share-icons {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.sharebox .facebook {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #3B5998;
}

.sharebox .twitter {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #4099FF;
}

.sharebox .google {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #d34836;
}

.sharebox .message {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #2ecc71;
}

.sharebox .mail {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #3498db;
}

.sharebox .close-sharebox {
	width: 100%;
	height: 50px;
	color: #1f1f1f;
	font-size: 14px;
	line-height: 48px;
	margin-top: -30px;
}


/* 20. Profile */


.profile-header-contents {
	position: relative;
	z-index: 10;
}

.profile-header {
	background-image: url(../images/pictures/3ww.jpg);
	background-size: cover;
}

.profile-header-logo {
	width: 120px;
	height: 120px;
	border-radius: 100px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #ffffff;
}

.profile-header-background {
	background-repeat: repeat;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
}

.profile-header-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
}

.profile-header-icon-one {
	position: absolute;
	height: 45px;
	width: 45px;
	border-radius: 45px;
	top: 70px;
	left: 30px;
	background-color: rgba(255, 255, 255, 0.1);
	line-height: 45px;
	font-size: 14px;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
}

.profile-header-icon-two {
	position: absolute;
	height: 45px;
	width: 45px;
	border-radius: 45px;
	top: 70px;
	right: 30px;
	background-color: rgba(255, 255, 255, 0.1);
	line-height: 45px;
	font-size: 14px;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
}

.profile-header-heading {
	text-align: center;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 22px;
}

.profile-header-subheading {
	text-align: center;
	display: block;
	color: rgba(255, 255, 255, 0.6);
	margin-top: -5px;
	font-style: normal;
	margin-bottom: 40px;
	font-size: 14px;
}

.profile-header-socials a {
	width: 33%;
	float: left;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	margin-bottom: 30px;
}

.profile-header-socials a .fa-facebook {
	background-color: rgba(59, 89, 152, 0.5) !important;
}

.profile-header-socials a .fa-twitter {
	background-color: rgba(64, 153, 255, 0.5) !important;
}

.profile-header-socials a .fa-google-plus {
	background-color: rgba(211, 72, 54, 0.5) !important;
}


.profile-header-socials a i {
	width: 45px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 45px;
	line-height: 47px;
	display: block;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	margin-bottom: 10px;
}

.profile-header-contents a {
	transition: all 200ms ease;
}

.profile-header-contents a:hover {
	color: rgba(255, 255, 255, 1);
	transition: all 200ms ease;
}

.profile-header-contents a i {
	transition: all 200ms ease;
}

.profile-header-contents a i:hover {
	color: rgba(255, 255, 255, 1);
	transition: all 200ms ease;
}


/* 21. Portfolio */


.adaptive-style {
	margin-top: 30px;
	margin-bottom: 20px;
}

.adaptive-style h4 {
	width: 100px;
	float: left;
}

.adaptive-style a {
	float: right;
	font-size: 14px;
	color: #1f1f1f;
	margin-left: 8px;
	margin-right: 8px;
	transition: all 200ms ease;
}

.active-adaptive-style {
	color: #e74c3c !important;
	transition: all 200ms ease;
}

.adaptive-one .adaptive-item {
	width: 100%;
	transition: all 200ms ease;
	float: none;
}

.adaptive-two .adaptive-item {
	height: auto;
	width: 44%;
	margin-left: 3%;
	margin-right: 3%;
	transition: all 200ms ease;
	float: left;
}

.adaptive-two {
	margin-left: -2%;
	width: 105%;
}

.adaptive-three .adaptive-item {
	width: 27%;
	margin-left: 3%;
	margin-right: 3%;
	transition: all 200ms ease;
	float: left;
}

.adaptive-three {
	width: 105%;
	margin-left: -2%;
}

.portfolio-one {
	margin-top: 30px;
}

.portfolio-one-title {
	margin-bottom: 10px;
}

.portfolio-one-text .title {
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 0px;
}

.portfolio-one-text .subtitle {
	font-style: normal;
	font-size: 11px;
	opacity: 0.8;
}

.portfolio-one-detail {
	opacity: 0.6;
	color: #666666;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 11px;
}

.portfolio-one-links a {
	color: #666666;
	opacity: 0.6;
}

.portfolio-one-links a:first-child {
	float: left;
	font-size: 14px;
}

.portfolio-one-links a:first-child i {
	padding-right: 10px;
}

.portfolio-one-links a:last-child {
	float: right;
	font-size: 14px;
}

.portfolio-one-details a {
	opacity: 0.5;
	color: #666666;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 11px;
}

.portfolio-one-details a:first-child {
	padding-left: 0px !important;
}

.portfolio-one-details a:nth-child(2) {
	border-left: solid 1px #cacaca;
	border-right: solid 1px #cacaca;
}

.portfolio-one-links a:last-child i {
	padding-left: 10px;
}

.portfolio-one-image a {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
	color: #FFFFFF;
	font-size: 30px;
	opacity: 0;
	transition: all 200ms ease;
}

.portfolio-one-image a:hover {
	opacity: 1;
	transition: all 200ms ease;
	color: #FFFFFF;
}

.portfolio-one-image a i {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -13px;
}

.portfolio-one-image img {
	margin-bottom: 0px;
	padding-botom: 0px;
}


@media (min-width:768px) {

	.portfolio-one-text .title {
		font-size: 18px;
		margin-top: 10px;
	}


	.portfolio-one-image {
		float: left;
		width: 46%;
		margin-right: 4%;
	}

	.portfolio-one-text {
		float: right;
		width: 50%;
	}

}

/*Portfolio Two*/

.portfolio-two {
	width: 119%;
	margin-left: -12%;
}

.portfolio-two-item {
	width: 47%;
	padding-left: 10%;
	float: left;
}

.portfolio-two-title {
	margin-bottom: 10px;
}

.portfolio-two-text .title {
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 14px;
}

.portfolio-two-text .subtitle {
	display: block;
	font-style: normal;
	font-size: 11px;
	opacity: 0.8;
	margin-bottom: 10px;
}

.portfolio-two-detail {
	opacity: 0.6;
	color: #666666;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 11px;
}

.portfolio-two-links a {
	color: #666666;
	opacity: 0.6;
}

.portfolio-two-links a:first-child {
	float: left;
	font-size: 14px;
}

.portfolio-two-links a:first-child i {
	padding-right: 10px;
}

.portfolio-two-links a:last-child {
	float: right;
	font-size: 14px;
}

.portfolio-two-details a {
	opacity: 0.5;
	color: #666666;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 11px;
}

.portfolio-two-details a:first-child {
	padding-left: 0px !important;
}

.portfolio-two-details a:nth-child(2) {
	border-left: solid 1px #cacaca;
	border-right: solid 1px #cacaca;
}

.portfolio-two-links a:last-child i {
	padding-left: 10px;
}

.portfolio-two-image {
	max-height: 100%;
	transition: all 200ms ease;
}

.portfolio-two-image a {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
	color: #FFFFFF;
	font-size: 30px;
	opacity: 0;
	transition: all 200ms ease;
}

.portfolio-two-image a:hover {
	opacity: 1;
	transition: all 200ms ease;
	color: #FFFFFF;
}

.portfolio-two-image a i {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -13px;
}

.portfolio-two-image img {
	margin-bottom: 0px;
	padding-botom: 0px;
}

@media (min-width:768px) {
	.portfolio-two-image {
		max-height: 200px;
		transition: all 200ms ease;
	}
}

/* 22. Timeline */


.timeline {
	margin-top: 30px;
}

.timeline-decoration {
	position: absolute;
	width: 1px;
	height: 100%;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.1);
	margin-left: 23px;
	top: 0px;
}

.timeline-icon {
	width: 70px;
	height: 100%;
	float: left;
	display: inline;
}

.timeline-text {
	display: inline-block;
	padding-left: 70px;
	margin-top: -42px;
	min-height: 100px;
	width: 100%;
}

.timeline-text .subtitle {
	font-size: 11px;
	font-style: normal;
	display: block;
	margin-top: -10px;
	color: #e34e47;
	margin-bottom: 20px;
}

.timeline-text p {
	margin-top: -10px;
}

.timeline-icon i {
	position: relative;
	z-index: 99999;
	margin-left: auto;
	margin-right: auto;
	width: 45px;
	height: 45px;
	background-color: #000;
	color: #FFFFFF;
	border: solid 1px #cacaca;
	border-radius: 30px;
	font-size: 17px;
	line-height: 44px;
	text-align: center;
}

.timeline-quote .title {
	font-size: 14px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: -3px;
}

.timeline-quote .subtitle {
	display: block;
	text-align: right;
}

@media (min-width:768px) {

	.timeline {
		padding-left: 30px;
		padding-right: 30px;
	}

	.timeline-decoration {
		position: absolute;
		width: 1px;
		height: 100%;
		z-index: 99999;
		background-color: rgba(0, 0, 0, 0.1);
		margin-left: 32px;
	}

	.timeline-icon {
		width: 150px;
		height: 100%;
		float: left;
		display: inline;
	}

	.timeline-text {
		display: inline-block;
		padding-left: 100px;
		margin-top: -52px;
	}


	.timeline-icon i {
		position: relative;
		z-index: 99999;
		margin-left: auto;
		margin-right: auto;
		width: 65px;
		height: 65px;
		background-color: #000;
		color: #FFFFFF;
		border: solid 1px #cacaca;
		border-radius: 65px;
		font-size: 20px;
		line-height: 64px;
		text-align: center;
	}

	.timeline-quote .title {
		font-size: 14px;
		line-height: 30px;
		font-weight: 300;
		margin-bottom: 20px;
		margin-top: -3px;
	}

}

/* 23. Coverpage */


.coverpage .overlay {
	background-color: rgba(0, 0, 0, 0.7);
}

.coverpage-bg1 {
	background-image: url(../images/pictures/5.jpg);
	background-size: cover;
}

.coverpage-bg2 {
	background-image: url(../images/pictures/6.jpg);
	background-size: cover;
}

.coverpage-bg3 {
	background-image: url(../images/pictures/3.jpg);
	background-size: cover;
}

.coverpage-bg4 {
	background-image: url(../images/pictures/4.jpg);
	background-size: cover;
}

.coverpage {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}

.coverpage-content {
	width: 100%;
}

@media (min-width:768px) {
	.coverpage-content p {
		width: 40% !important;
		margin-left: auto;
		margin-right: auto;
	}
}

/*Style 1*/

.coverpage-style1 .coverpage-content {
	position: absolute;
	top: 50%;
	z-index: 99999;
	margin-top: -120px;
	width: 100%;
	text-align: center;
}

.coverpage-style1 h1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	color: #FFFFFF;
}

.coverpage-style1 h4 {
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	opacity: 0.5;
	margin-bottom: 20px;
}

.coverpage-style1 p {
	color: #FFFFFF;
	opacity: 0.7;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
}

.coverpage-content .coverpage-button {
	background-color: rgba(255, 255, 255, 0.01);
	border: solid 1px #ffffff;
	width: 120px;
	height: 40px;
	line-height: 36px;
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	opacity: 0.8;
	font-size: 14px;
	font-weight: 300;
	border-radius: 10px;
}

/*Style 2*/

.coverpage-style2 .coverpage-content {
	position: absolute;
	z-index: 99999;
	bottom: 0px;
}

.coverpage-style2 h1 {
	color: #FFFFFF;
	font-weight: 300;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 5px;
	font-size: 24px;
}

.coverpage-style2 h4 {
	color: #FFFFFF;
	font-weight: 300;
	opacity: 0.5;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
}

.coverpage-style2 p {
	padding-left: 30px;
	padding-right: 30px;
	color: #FFFFFF;
	opacity: 0.7;
	font-weight: 300;
	margin-bottom: 50px;
}

/*Coverpage Error*/

.coverpage-error .coverpage-content {
	position: absolute;
	top: 50%;
	z-index: 99999;
	margin-top: -120px;
	width: 100%;
	text-align: center;
}

.coverpage-error h1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	color: #FFFFFF;
}

.coverpage-error h4 {
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	opacity: 0.5;
	margin-bottom: 20px;
}

.coverpage-error p {
	color: #FFFFFF;
	opacity: 0.7;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
}

/*Coverpage Construction*/

.coverpage-construction .coverpage-content {
	position: absolute;
	top: 50%;
	z-index: 99999;
	margin-top: -180px;
	width: 100%;
	text-align: center;
}

.coverpage-construction h1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	color: #FFFFFF;
}

.coverpage-construction h4 {
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	opacity: 0.5;
	margin-bottom: 20px;
}

.coverpage-construction p {
	color: #FFFFFF;
	opacity: 0.7;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
}

/*Coverpage Controls*/

.coverpage-controls {
	position: fixed;
	top: 90px;
	left: 50%;
	width: 100%;
	z-index: 999999;
}

.coverpage-controls a {
	font-size: 10px;
	float: left;
	height: 30px;
	min-width: 30px;
	line-height: 27px;
	border-radius: 30px;
	border: solid 2px rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.4);
	text-align: center;
	margin-left: 10px;
	transition: all 200ms ease;
	padding-left: 10px;
	padding-right: 10px;
}

.coverpage-controls a:hover {
	color: rgba(255, 255, 255, 1);
	transition: all 200ms ease;
}

.active-coverpage {
	color: #FFFFFF !important;
	transition: all 200ms ease;
}


/* 24. Countdown */

.countdown {
	display: block;
	width: 225px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}

.countdown-box {
	float: left;
}

.countdown-box span {
	display: block;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0.5;
	font-weight: 600 !important;
}

.countdown-years {
	font-size: 24px;
	font-weight: 800;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	display: none;
}

.box-years span {
	display: none !important;
}

.countdown-days {
	font-size: 28px;
	font-weight: 500;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}

.countdown-hours {
	font-size: 28px;
	font-weight: 500;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}

.countdown-minutes {
	font-size: 28px;
	font-weight: 500;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}

.countdown-seconds {
	font-size: 28px;
	font-weight: 500;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}


/* 25. Notification page */

.notification-page {
	margin-top: 30px;
}

.notification-page-item i:first-child {
	font-size: 16px;
	background-color: #000;
	text-align: center;
	height: 50px;
	width: 50px;
	line-height: 52px;
	border-radius: 50px;
	color: #FFFFFF;
	margin-right: 20px;
	margin-top: 6px;
	margin-bottom: 0px;
	float: left;
	display: inline;
}

.notification-page-item img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	float: left;
	display: inline;
	margin-right: 20px;
	margin-top: 6px;
	margin-bottom: 0px;
}

.notification-page-item em {
	font-size: 13px;
	font-weight: 400;
	display: block;
	font-style: normal;
	text-align: justify !important;
}

.notification-page-item a:last-child {
	border: none;
}

.notification-page-item a {
	display: inline-block;
	float: right;
	text-align: right;
	padding-left: 15px;
	margin-left: 15px;
	border-left: solid 1px #cacaca;
	line-height: 14px;
	margin-top: 20px;
	font-size: 11px;
}

@media (min-width:768px) {
	.notification-page-item {
		width: 45%;
		float: left;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}
}



/* 26. Login Box */


.loginbox-wrapper {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.loginbox {
	position: fixed;
	display: block;
	width: 280px;
	height: 390px;
	top: 50%;
	margin-top: -195px;
	left: 50%;
	margin-left: -140px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 999999;
	border-radius: 5px;
}

.loginbox h2 {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 600;
}

.loginbox h4 {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 25px;
}

.loginbox-username {
	margin-bottom: 20px;
	height: 40px;
	width: 85%;
	border: solid 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.5);
	padding-left: 20px;
	transition: all 400ms ease;
	margin-left: auto;
	margin-right: auto;
}

.loginbox-username:focus {
	border: solid 2px #27ae60;
	/*Green*/
	transition: all 400ms ease;
}

.loginbox-password {
	margin-bottom: 30px;
	height: 40px;
	width: 85%;
	border: solid 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.5);
	padding-left: 20px;
	transition: all 400ms ease;
	margin-left: auto;
	margin-right: auto;
}

.loginbox-password:focus {
	border: solid 2px #27ae60;
	/*Green*/
	transition: all 400ms ease;
}

.loginbox .button {
	width: 40%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.loginbox em {
	margin-top: 20px;
	display: block;
	text-align: center;
	font-style: normal;
	font-size: 10px;
}

.loginbox .close-loginbox {
	width: 100%;
	margin-top: 15px;
	height: 50px;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	color: #1f1f1f;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
}

.loginbox .home-loginbox {
	width: 100%;
	margin-top: 15px;
	height: 50px;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	color: #1f1f1f;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
}


/* 27. Portfolio Wide */

.portfolio-wide-item img {
	margin: 0px;
	padding: 0px;
}

.portfolio-wide-item {
	margin-bottom: 5px;
}

.portfolio-wide-item .overlay {
	background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-wide-item h3 {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	z-index: 99999;
	color: #FFFFFF;
	text-align: center;
	font-weight: 500;
}

.portfolio-wide-item p {
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: 0px;
	z-index: 99999;
	text-align: center;
}

@media (min-width:768px) {

	.portfolio-wide-item {
		max-height: 200px;
	}

	.portfolio-wide-item h3 {
		font-size: 28px;
	}

	.portfolio-wide-item p {
		font-size: 14px;
		margin-top: 20px;
	}
}

/** custom switch **/

.inactiveMixin {
	content: "";
	position: absolute;
	display: block;
}

.beforeAnimation {
	transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}

.afterAnimation {
	box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
	transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}

.toggleWrapper {
	margin: auto;
	padding: 0;
	width: 100%;
	border: 1px solid lightgray;
	margin-top: 20px;
	margin-left: 5px;
	border-radius: 5px;
	background: white;
}

.toggleWrapper input.mobileToggle {
	opacity: 0;
	position: absolute;
}

.toggleWrapper input.mobileToggle+label {
	position: relative;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.4s ease;
	height: 30px;
	width: 50px;
	border: 1px solid #e4e4e4;
	border-radius: 60px;
}

.toggleWrapper input.mobileToggle+label:before {
	content: "";
	position: absolute;
	display: block;
	transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
	height: 30px;
	width: 49px;
	top: 0;
	left: 0;
	border-radius: 30px;
}

.toggleWrapper input.mobileToggle+label:after {
	content: "";
	position: absolute;
	display: block;
	box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
	transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	background: whitesmoke;
	height: 28px;
	width: 28px;
	top: 1px;
	left: 0px;
	border-radius: 60px;
}

.toggleWrapper input.mobileToggle:checked+label:before {
	background: #2ecc71;
	transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}

.toggleWrapper input.mobileToggle:checked+label:after {
	left: 24px;
}