/*
	Theme Name: ALSO Intel
	Description: WordPress Theme
	Version: 1.0
	Author: Hannes Aulik
	Author URI: http://www.kontrast.ee
*/

/*---------------------------------------------------------------------------------*/
/* CSS Reset & Clearfix */
/*---------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/*---------------------------------------------------------------------------------*/
/* Basic styles */
/*---------------------------------------------------------------------------------*/

/* COLOURS */
/* #0071C5; highlight blue */ 
/* #0089D6; default blue */ 
/* #FDB813; yellow */

html {
	background-color: #f1f3f4;
}

body {
	margin: 0;
	color: #999fa3;
}

.header {
	position: absolute;
	display: block;
	width: 100%;
	background: #0071c5;
	top: 0;
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.1);
}

.header-inner {
	position: relative;
	display: block;
	max-width: 960px;
	margin: 0 auto;
}

#container {
	display: block;
	max-width: 960px;
	min-width: 240px;
	margin: 90px auto 0em;	
}

.block {
	display: block;
	margin-top: 0.7em;
	padding: 1.4em 2.8em 1.4em 2.8em;
	background-color: white;
}

.block:hover {
	/*background: #f2f2f2; /* FOR DEVELOPMENT */
}

.block img {
	width: 100%;
	height: auto;
}

.textcontent {
	margin-top: 0.7em;
}

/*---------------------------------------------------------------------------------*/
/* Animation */
/*---------------------------------------------------------------------------------*/

a, .btn {
   -webkit-transition: color 0.1s ease-in;  
      -moz-transition: color 0.1s ease-in;  
        -o-transition: color 0.1s ease-in;  
           transition: color 0.1s ease-in;
}

/*---------------------------------------------------------------------------------*/
/* Lists and tables */
/*---------------------------------------------------------------------------------*/

ul {
	list-style-type: disc;
	line-height: 1.5em;
	margin-left: 1.5em;
}

ul li {
	margin-left: 0em;
}

ol {
	list-style-type: decimal;
	line-height: 1.5em;
	margin-left: 1.5em;
}

ol li {
	margin-left: 0em;
	margin-top: 0.9em;
}

/*---------------------------------------------------------------------------------*/
/* Links */
/*---------------------------------------------------------------------------------*/

/* Default */

a:link, a:visited {
	font-weight: 600;
	color: #0071C5; 
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #0071C5; 
	text-decoration: underline;
}

/* Top Navigation */
nav a:link, nav  a:visited {
	color: white; text-decoration: none;
	font-weight: 400;
}
nav a:hover, nav a:active, nav a:focus {
	text-decoration: none;
}

/* Slides  links */
ul li.slidesjs-pagination-item a:link, ul li.slidesjs-pagination-item a:visited {
	color: white; text-decoration: none;
	font-weight: 400;
}

ul li.slidesjs-pagination-item a:hover, ul li.slidesjs-pagination-item a:active, ul li.slidesjs-pagination-item a:focus {
	text-decoration: none;
	background-color: #0071C5;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.menu-item-has-children a {
	color: white;
}

/*---------------------------------------------------------------------------------*/
/* Buttons */
/*---------------------------------------------------------------------------------*/

.btn {
	display: block;
	float: left;
	height: 50px;
	margin: 1em 0;
	background: #FDB813 url(img/shop-arrow-button.png) 100% 0px no-repeat;
	color: white;
	font: 600 0.9em/1.25em "open sans";
	border: 0;
	cursor: pointer;
}

.btn span {
	display: block;
	padding: 16px 74px 16px 24px;
}

input[type="submit"] {
	display: block;
	width: 100%!important;
	margin-left: 0px!important;
}

a.btn:link, a.btn:visited {
	color: white;
	text-decoration: none;
}

a.btn:hover, a.btn:focus, a.btn.active {
	background-color: #0089D6;
	color: white;
}

.login a:link, .login a:visited {
	color: white;
	text-decoration: none;
	opacity: 1.0;
}

.login a:hover, .login a:focus, .login a:active {
	opacity: 0.8;
	text-decoration: none;
}

/*---------------------------------------------------------------------------------*/
/* Text */
/*---------------------------------------------------------------------------------*/

body {
	font: 400 0.9em/1.25em "open sans";
	color: #7F7E85;
}

#footer {
}

#footer p {
	font-size: 0.85em;
}

h1 {
	font: 400 1.875em/1.25em "open sans";
	color: #0071c5;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

h2 {
	margin: 1.8em 0 -0.2em 0;
	color: black;
}

p {
	margin: 1em 0em;
	line-height: 1.5em;
}

/*---------------------------------------------------------------------------------*/
/* Specific blocks */
/*---------------------------------------------------------------------------------*/

#logo, #nav {
	display: block;
	float: left;
}

#logo {
	font: 700 1em/1.25em "open sans";
	color: #000;

	max-height: 44px;
	margin: 1em 0;
	margin-right: 2.8em;
}

#logo a {
	text-decoration: none;
	color: black;
}

#logo a:hover {
}

.hero {
	display: block; 
	/*width: 100%;*/
	height: 400px;
	background: #0071C5;
	color: white;
	background-size: 100% auto;
}

.hero h1 {
	color: white;
	margin-right: 0.7em;
}

.hero h1, .hero p {
	margin-right: 2.0em;
}

.hero p {
	color: #ccdfff;
}

.event {
	display: block;
	border-top: 1px solid #f1f3f4;
}

.event-title {
	color: #0071C5;
	font-weight: 600;
}

.current_page_item {
	background: #0089d6 url('img/new-menu-background.png') bottom left no-repeat;
}

nav ul li ul .current_page_item {
	background: none;
}

nav {

}

nav ul {
	display: block;
	/*float: left;*/
	width: 100%;
	margin: 0;
}

nav ul li{
	display: block;
	position: relative;
	float: left;
	line-height: 0.9em;
	margin-left: 0em;
	margin-right: 1em;
}

nav ul li:hover {
	background: #0089d6 url('img/new-menu-background.png') bottom left no-repeat;
}

nav ul li a {
	display: block;
	padding: 2.15em 1em;
	line-height: 1em;
}

nav ul li ul li a {
	display: block;
	padding: 1.2em 1em;
}

nav ul li ul {
	position: absolute;
	/*margin-left: -999em;*/
	height: 0;
	overflow: hidden;

	background-color: #0071C5;
	width: 100%;
	z-index: 99;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

nav ul li ul li {
	position: relative;
	display: block;
	margin-top: 0;
	width: 100%;
}

nav ul li ul li a {
	border-bottom: 1px solid #0059A2;
}

nav ul li ul li:hover {
	background: #00AEEF;
	display: block;
}

nav ul li:hover ul, 
nav ul li li:hover ul, 
nav ul li li li:hover ul {
	margin-left: 0em;
	height: auto;
	width: auto;
}

.login {
	display: block;
	float: right;
	padding: 2em 0em;
	line-height: 1em;
	color: white;
	font-size: 0.85em;
}

span.lock-icon {
	position: relative;
	display: inline-block;
	height: 16px;
	width: 16px;
	background: rgba(0, 0, 0, 0) url(img/lock_lock_16px.png) no-repeat 0 center;
	top: 2px;
	margin-left: 1.4em;
}

.linebreak {
	display: block;
	height: 1px;
	width: 100%;
	background-color: #dedede;
	margin-top: 1.4em;
}

.image {
	display: block;
	float: left;
	height: auto;
	background-color: #EEEFF2;
	line-height: 0;
}

/*---------------------------------------------------------------------------------*/
/* Slides */
/*---------------------------------------------------------------------------------*/

ul.slidesjs-pagination {
	direction: block;
	margin: 0.00em 0 0 0;
	padding: 0;
	color: white;
}

ul li.slidesjs-pagination-item {
	display: inline-block;
	width: 24.8%;
	margin-right: 0.2%;
	text-align: center;
}

ul li.slidesjs-pagination-item a {
	display: block;
	padding: 1em;
	background-color: #0089D6;
	-webkit-box-shadow: inset 0px 2px 0px rgba(0,0,0,0.05);
	        box-shadow: inset 0px 2px 0px rgba(0,0,0,0.05);
}

ul li.slidesjs-pagination-item a.active {
	background-color: #0071C5;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.slidesjs-navigation, .slidesjs-play {
	display: none!important;
}

/*---------------------------------------------------------------------------------*/
/* Forms */
/*---------------------------------------------------------------------------------*/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #e6e6e6;
    font-size: 0.8em;
    -webkit-box-shadow: inset 0 1px 3px #e6e6e6;
    box-shadow: inset 0 1px 3px #e6e6e6;
    border-radius: 4px;
    -webkit-transition: 0.3s linear border;
    -moz-transition: 0.3s linear border;
    -ms-transition: 0.3s linear border;
    -o-transition: 0.3s linear border;
    transition: 0.3s linear border;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
    outline: 0;
    outline: thin dotted \9; /* IE6-9 */
    border-color: #129FEA;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 1px auto #129FEA;
}
.pure-checkbox,
.pure-radio {
    margin: 0.5em 0;
    display: block;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[disabled],
textarea[disabled] {
    cursor: not-allowed;
    box-shadow: inset 0 1px 10px #ededed;
    background-color: #ededed;
    color: #adadad;
    border-color: #e6e6e6;
}
input[readonly],
select[readonly],
textarea[readonly],
input[readonly]:focus,
select[readonly]:focus,
textarea[readonly]:focus {
    background: #eee; /* menu hover bg color */
    color: #777; /* menu text color */
    border-color: #ccc;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #b94a48;
    border: 1px solid #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e9322d;
}
input[type="file"]:focus:invalid:focus,
input[type="radio"]:focus:invalid:focus,
input[type="checkbox"]:focus:invalid:focus {
    outline-color: #e9322d;
}

select {
    border: 1px solid #e6e6e6;
    background-color: white;
}
select[multiple] {
    height: auto;
}
label {
    margin: 0.5em 0 0.2em;
    color: #4f4f4f;
    font-size:90%;
}
fieldset {
    margin: 0;
    padding: 0.35em 0 0.75em;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0.3em 0;
    margin-bottom: 0.3em;
    font-size: 125%;
    color: #262626;
    border-bottom: 1px solid #ededed;
}

hr {
	margin: 2.8em 0;
	border: 0;
	height: 1px;
	background-color: #EBEBEB;
}

form {
	margin-top: 0em;
}

@media only screen and (min-width: 420px) {

}

@media only screen and (min-width: 540px) {

	/*---------------------------------------------------------------------------------*/
	/* Grid */
	/*---------------------------------------------------------------------------------*/

	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
		float: left;
		margin: 0 3% 0 0;
	}

	.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
		margin: 0;
	}

	.col1 { width: 5.5%; }
	.col2 { width: 14%; }
	.col3 { width: 22.5%; }
	.col4 { width: 31%; }
	.col5 { width: 39.5%; }
	.col6 { width: 48%; }
	.col7 { width: 56.5%; }
	.col8 { width: 65%; }
	.col9 { width: 73.5%; }
	.col10 { width: 82%; }
	.col11 { width: 90.5%; }
	.col12 { width: 99%; margin: 0; }

	.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
		width: 100%;
		height: auto;
		display: block;
	}

}

@media only screen and (min-width: 660px) {

}

/*---------------------------------------------------------------------------------*/
/* Other - Must be the last section last! */
/*---------------------------------------------------------------------------------*/

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.last {
	margin-left: 0;
	margin-right: 0;
}

.hide {
	display: none;
}