/* Minification failed. Returning unminified contents.
(47,1): run-time error CSS1019: Unexpected token, found '@import'
(47,9): run-time error CSS1019: Unexpected token, found '"reset.css"'
 */
/* --- JQuery.effects.css --------------------------------------------------------------- */

/* --- Container configuration ---------------------------------------------------------- */
.effects-viewport
{
    float: left;
    width: 280px;
    height: 190px;
    margin: 5px 20px 20px 0;
    overflow: hidden;
    position: relative;    
    -webkit-box-shadow: 0 0 10px #aaa;
    -moz-box-shadow: 0 0 10px #aaa;
    box-shadow: 0 0 10px #aaa;
}
.effects-viewport a
{
    display: block;
    position: relative;
}


.effects-viewport a img
{
    width: 300px;
    height: 210px;
    left: -10px;
    top: -10px;
    position: relative;
    display: inline;
}


/* --- Dark hover background ------------------------------------------------------------ */
.effects-viewport a span
{
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 100;
    background-color: rgba(15, 15, 15, 0.6);
    color: #fff;
}

/* -- Colour: Blue - #0B79A3 -- */

@import "reset.css";

/* ------------- */
/* -- Helpers -- */
/* ------------- */
.hide
{
	display: none;
}
.page-title
{
	margin: 0 0 20px 0;
}

/* -------------------- */
/* -- General Styles -- */
/* -------------------- */
#wrap
{
	width: 960px;
	margin: 0 auto;
	padding-right: 40px;
	padding-left: 40px;
}
body
{
	font: normal 14px/1.618 arial, sans-serif;
	background: url(/Content/images/main-bg.jpg) repeat-x;
	color: #444;
}
h1, h2, h3, h4, h5, h6
{
	margin: 20px 0 0 0;
}
h1
{
	font-size: 32px;
}
h2
{
	font-size: 28px;
}
h3
{
	font-size: 24px;
}
h4
{
	font-size: 20px;
}
h5
{
	font-size: 18px;
}
h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 15px 0;
}
a
{
	text-decoration: none;
	color: #0B79A3;
}
a:hover
{
	color: #222;
}
em
{
	font-style: italic;
}
ul
{
	margin: 0 0 15px 15px;
	list-style-type: circle;
}
ol
{
	margin: 15px 0 15px 20px;
	list-style-type: decimal;
}
strong, b
{
	font-weight: bold;
}
blockquote
{
	margin: 20px 40px;
	padding: 10px;
	background-color: #eee;
	border: 1px #ddd solid;
}

/* ------------- */
/* -- Buttons -- */
/* ------------- */
.button {
    background: #222 repeat-x;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 8px 14px 9px;
    background-color: #0B79A3;
}
.button:hover
{
	background-color: #222;
	color: #fff;
}

/* ----------- */
/* -- Tools -- */
/* ----------- */
.line
{
	clear: both;
	border-bottom: 1px #ccc dotted;
}
.post-line
{
	clear: both;
	border-bottom: 1px #ccc dotted;
	margin-bottom: 50px;
	padding-top: 42px;
}

.hidden
{
	display:none;
}

.clear
{
	clear: both;
}


/* ------------ */
/* -- Header -- */
/* ------------ */
#header
{
	padding: 50px 0 0 0;
}
#header img
{
	float: left;
}
#header h1
{
	float: left;
	font-size: 70px;
	letter-spacing: 0;
	font-family: "Myriad Pro" , "Gill Sans" , "Gill Sans MT" , Calibri, sans-serif;
	color: #222;
	margin: 0;
	font-weight: bold;
}
#header h1 a
{
	color: #444;
	text-shadow: 0 1px 0 #222;
}
#header h2
{
	float: right;
	color: #ccc;
	font-family: "Myriad Pro" , "Gill Sans" , "Gill Sans MT" , Calibri, sans-serif;
	letter-spacing: -1px;
	margin: 40px 0 0 0;
	font-size: 34px;
}

/* ---------------- */
/* -- Navigation -- */
/* ---------------- */
#nav
{
	float: left;
	border-top: 1px #DDDDDD dotted;
	border-bottom: 1px #DDDDDD dotted;
	width: 960px;
	padding: 19px 0 13px 0;
	position: relative;
	list-style: none;
	margin: 20px 0 0 0;
	z-index: 0;
}
#nav a
{
	float: left;
	display: block;
	font: normal 18px Arial, sans-serif;
	color: #555555;
}
#nav li a:hover
{
	color: #0B79A3;
}
#nav li
{
	float: left;
	position: relative;
}
#nav li span
{
	float: left;
	padding: 0 20px;
	font-size: 18px;
	color: #555;
	margin-top: -3px;
}
#nav-item-last span
{
	display: none;
}
#nav li:hover > ul
{
	display: block;
}
#nav ul
{
	background: #EEEEEE;
	display: none;
	margin: 0;
	padding: 0;
	width: 230px;
	position: absolute;
	top: 20px;
	left: 0;
	border: solid 1px #ddd;
	list-style: none;
}
#nav ul a:hover
{
	background-color: #0B79A3;
	color: #ffffff;
}
#nav ul li
{
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a
{
	padding: 8px 10px;
	color: #444444;
	font-size: 16px;
	float: none;
}
#nav ul span
{
	display: none;
}
#nav ul ul
{
	left: 230px;
	top: -1px;
}
#nav li a.current
{
	color: #0B79A3;
}
#nav li a a.current
{
	color: #444444;
}
#nav li a.current a:hover
{
	color: #ffffff;
}
#nav ul li a.current a:hover
{
	color: #ffffff;
}

/* ---------------------- */
/* -- Featured Section -- */
/* ---------------------- */
#featured-section
{
	clear: both;
	padding: 0 0 50px 0;
	overflow: hidden;
	width: 100%;
}
#featured-section h3
{
	font-family: "Myriad Pro" , "Gill Sans" , "Gill Sans MT" , Calibri, sans-serif;
	font-size: 40px;
	letter-spacing: -1px;
	color: #444444;
	margin-bottom: 5px;
}
#featured-section h4
{
	font-family: "Myriad Pro" , "Gill Sans" , "Gill Sans MT" , Calibri, sans-serif;
	font-size: 30px;
	letter-spacing: -1px;
	color: #555555;
	line-height: 40px;
	margin: 5px 0 0 0;
}
#featured-section-img
{
	width: 280px;
}
#featured-section-details
{
	float: right;
	width: 600px;
}
#featured-section-details p
{
	font: normal 18px/1.618 Arial, sans-serif;
	margin: 13px 0 23px 0;
	color: #555;
}
.portfolio-button
{
	display: block;
}

/* --------------------- */
/* -- Latest Projects -- */
/* --------------------- */
#latest-projects
{
	clear: both;
	padding: 32px 0 25px 0;
	overflow: hidden;
	margin-left: -5px;
}
#latest-projects h3
{
	margin-bottom: 30px;
	margin-left: 5px;
}
.latest-project
{
	float: left;
	margin: 0 0 20px 55px;
	width: 282px;
}
.latest-project .post-image
{
	width: 280px;
	height: 190px;
	-webkit-box-shadow: 0 0 10px #aaa;
	-moz-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
}
.latest-project p
{
	margin-bottom: 0;
}
.first-latest-project
{
	margin-left: 5px;
}

/* -------------- */
/* -- Overview -- */
/* -------------- */
#overview
{
	clear: both;
	padding: 30px 0 0 0;
	overflow: hidden;
}
.overview-block
{
	float: left;
	width: 280px;
	margin-left: 60px;
}
.overview-block p
{
	font-size: 14px;
}
.first
{
	margin-left: 0;
}

/* ------------- */
/* -- Content -- */
/* ------------- */
#main
{
	float: left;
	width: 100%;
	margin: 50px 0 50px 0;
}
#content
{
	float: left;
	width: 500px;
}

/* --------------- */
/* -- Portfolio -- */
/* --------------- */
.portfolio-item
{
	float: left;
	margin: 0 0 75px 57px;
	width: 282px;
	height: 192px;
}
.portfolio-item p
{
	font-size: 14px;
	margin: 0 0 5px 0;
}
.portfolio-item .post-image
{
	width: 280px;
	height: 190px;
	-webkit-box-shadow: 0 0 10px #aaa;
	-moz-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
}
.first
{
	margin-left: 0;
}

/* -- Single Project Page -- */
#portfolio-single-content
{
	float: left;
	width: 510px;
}
h2.project-title
{
	margin: 0 0 30px 0;
	padding: 0;
}
.bold
{
	color: #444;
	font-weight: bold;
}
#sidebar-portfolio
{
	float: right;
	width: 450px;
}
#sidebar-portfolio img
{
	border: 1px #ddd solid;
	margin: 0 0 20px 0;
}
#portfolio-intro
{
	width: 690px;
	margin: 0 0 40px 0;
}
#project-image-large
{
	float: right;
	width: 430px;
	margin: 5px 0 50px 0;
}
#project-image-large img
{
	border: 1px #ddd solid;
}
#project-content
{
	float: left;
	width: 460px;
}
#project-content .title
{
	margin: 10px 0 40px 0;
}
.portfolio-item h4
{
	color: #555;
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
}

/* ------------------- */
/* -- Posts / Pages -- */
/* ------------------- */
.blog-title
{
	margin-bottom: 40px;
}
.post .post-title
{
	font-size: 26px;
	line-height: 32px;
	padding: 0;
	margin: 0 0 -4px 0;
}
.post-meta, .post-meta a
{
	font-size: 20px;
	line-height: 32px;
	color: #888;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
}
.post .more-link
{
	display: block;
	margin-top: 10px;
}
.post .more-link:hover
{
	color: #222;
}
.post-image
{
	float: left;
	width: 125px;
	height: 125px;
	border: 1px #ddd solid;
	margin: 5px 20px 20px 0;
}

/* ------------- */
/* -- Sidebar -- */
/* ------------- */
#sidebar
{
	float: right;
	width: 280px;
	padding: 20px 20px 5px 20px;
	margin: 5px 0 0 0;
	background: #f5f5f5;
	font-size: 12px;
	border: 1px #e5e5e5 solid;
}
#sidebar h3
{
	font-size: 20px;
	margin: 0 0 5px 0;
	padding: 0;
}
#sidebar p
{
	font-size: 12px;
	line-height: 20px;
}
#sidebar ul, sidebar li
{
	margin-left: 16px;
}
.sidebar-contact-title
{
	margin-bottom: -2px;
	font-weight: bold;
}

/* ------------- */
/* -- Contact -- */
/* ------------- */
#contact-form
{
	clear: both;
	margin: 24px 0 0 0;
	float: left;
	width: 500px;
}

#contact-form fieldset
{
    border: none;
}

#contact-form label
{
	display: block;
}
#contact-form input[type=text]
{
	background: url(/content/images/input-bg.png) repeat-x;
	width: 270px;
	height: 30px;
	border: 1px #ddd solid;
	margin: 0 0 15px 0;
	padding: 0 10px;
	color: #444;
	font-size: 14px;
	font-family: Arial, sans-serif;
}
#contact-form textarea
{
	background: url(/content/images/textarea-bg.png) repeat-x;
	width: 470px;
	height: 150px;
	border: 1px #ddd solid;
	padding: 15px 15px;
	font-size: 14px;
	line-height: 24px;
	font-family: Arial, sans-serif;
	color: #444;
}
#contact-form input[type=submit]
{
	margin: 15px 0 0 0;
	border: none;
	cursor: pointer;
}
#response
{
	padding: 10px;
	border: 1px #ddd solid;
	background-color: #eee;
	color: #9e0616;
}

/* ----------------------  Footer ---------------------- */
#footer
{
	float: left;
	padding: 10px 0 30px 0;
	width: 100%;
	color: #888;
}
#footer p
{
	font-size: 12px;
}
.copyright
{
	float: left;
}
.social
{
	float: right;
}

/* ---------------------- Styles for validation helpers ---------------------- */
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000 !important;
	background-image: none !important;
	background-color: #ffeeee !important;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/*--------------------------------- Pager --------------------------------------------------*/
.data-pager table
{
}

.data-pager td
{
	padding: 10px 5px 10px 5px;
	text-align: center;
}

.data-pager td.selected
{
	font-weight: bold;
}

/*--------------------------------- Portfolio --------------------------------------------------*/
.wide_content
{
	width: 730px;
	float: left;
	padding: 25px 0 0 35px;
}

ul.display
{
	float: left;
	width: 710px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.display h4 {padding:0 0 0 0; margin:0; color:#484848; font-weight:bold; font-size:18px;}
ul.display p { margin: 0; font-size:14px;}

ul.display li
{
	float: left;
	width: 710px;
	padding: 10px 0 15px 0;
	margin: 0;
}

ul.display li .content_block .right_det
{
	margin: 0;
	padding: 15px 0 0 10px;
	float: left;
	width: 360px;
}

ul.display li .content_block .right_det p
{
	width: 360px;
	margin: 0 0 10px 0;
}

ul.display li .content_block .right_det p:last-of-type
{
	border-bottom: 1px #f0eee5 solid;
}

ul.thumb_view
{
	float: left;
	width: 730px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.thumb_view li
{
	width: 365px;
	padding: 10px 0 10px 0;
	position: relative;
	float: left;
}

ul.thumb_view li .content_block
{
	width: 370px;
}

ul.thumb_view li .content_block .right_det
{
	display: none;
}

ul.display img.portofolio_pic
{
	border: 3px #dfddd4 solid;
	float: left;
	width: 300px;
	height: 224px;
	margin: 15px 20px 0 0;
}

ul.thumb_view img.portofolio_pic
{
	border: 3px #dfddd4 solid;
	float: left;
	width: 300px;
	height: 224px;
	margin: 20px 0 0 0;
}

blockquote
{
	text-align: justify;
	padding: 0 0 0 10px;
	margin: 5px 0 15px 0;
	line-height: 20px;
	border-left: 2px solid #f0eee5;
}

.small_gallery
{
	padding: 20px 0 20px 0;
}

ul.gallery
{
	padding: 0 0 0 0;
	margin: 0px;
	list-style: none;
	border: none;
}

ul.gallery li
{
	padding: 0px;
	margin: 0px;
	background: none;
	float: left;
}

ul.gallery li a
{
	padding: 0px;
	margin: 0px;
	background: none;
	float: left;
}

img.gallery_thumb
{
	float: left;
	width: 50px;
	height: 50px;
	border: 1px #eeeeee solid;
	margin: 4px 4px 0 0;
}

.textwidget
{
	padding: 0 0 20px 0;
}

.navigation
{
	width: 650px;
	float: left;
	clear: both;
	padding: 30px 0 0 0;
}

a.nav_left
{
	color: #4f4f4d;
	background-color: #eeeeee;
	font-size: 16px;
	margin: 0px;
	padding: 3px 8px 4px 8px;
	float: left;
}

a.nav_right
{
	color: #4f4f4d;
	background-color: #eeeeee;
	font-size: 16px;
	margin: 0px;
	padding: 3px 8px 4px 8px;
	float: right;
}

/*--------------------------------- Portfolio Switcher ------------------------------------------*/
a.switch_thumb
{
	width: 71px;
	height: 24px;
	line-height: 24px;
	padding: 0;
	margin: 50px 0 0 0;
	display: block;
	background: url(images/switch.gif) no-repeat;
	outline: none;
	position: Relative;
	float: right;
	top: 0px;
	right: 0px;
}

a:hover.switch_thumb
{
	filter: alpha(opacity=75);
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

a.swap
{
	background-position: left bottom;
}

/*--------------------------------- Portfolio kmeanDemo ------------------------------------------*/

.kmeanDemo
{
	max-width: 960px;
	overflow: auto;
	margin: 20px;
}

.kmeanDemo .panel
{
	width: 440px;
	height: 380px;
	border: 1px solid black;
	background-color: #f9f9f9;
	float: left;
	margin: 5px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Old Firefox */
}

.kmeanDemo .panel-header
{
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.kmeanDemo .console-settings
{
	height: 100px;
	width: 380px;
}

.kmeanDemo .console-output
{
	height: 247px;
	width: 380px;
	
}

.kmeanDemo .console-output > div
{
	padding: 0px;
	margin: 0px;
	height: 217px;
	overflow: auto;
}

.kmeanDemo #map
{
	width: 100%;
	height: 100%;
	transition: all 3s;
}

.kmeanDemo .console-settings .commands
{
	margin-top: 20px;
}

.kmeanDemo .consoleOutput
{
	float: left;
}

.kmeanDemo  .console
{
	height: 100%;
}


