@font-face {
	font-family: 'ffwdpro';
	src:url('/fonts/ffwdpro.eot');
	src:url('/fonts/ffwdpro.eot?#iefix') format('embedded-opentype'),
		url('/fonts/ffwdpro.svg#ffwdpro') format('svg'),
		url('/fonts/ffwdpro.woff') format('woff'),
		url('/fonts/ffwdpro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


* { margin: 0; padding: 0; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box; 
}

html { font: 100%/1.4 'proxima-nova-alt', 'proxima-nova', sans-serif; color: #333; background: rgb(217,243,255); }

#sizer { background: #fff; }
#sizer:after { content: ""; display: table; clear: both; }


a img, fieldset { border: 0; }

.skipper a { position: absolute; left: -9999px; top: -9999px; }
.pipe       { padding: 0 5px; opacity: 0.5; }
a           { text-decoration: none; color: #00bafb; }
a:hover     { color: #dd2067; }
strong      { font-weight: bold; font-weight: 700; }

table       { width: 100%; border-collapse: collapse; margin-bottom: 24px; }
table th,
table td    { padding: 9px 10px; vertical-align: top; text-align: left; border-bottom: 1px solid #ccc; }

table th    { font-weight: 600; }

abbr,
pseudo-abbr 			{ font-family: 'proxima-nova-sc-osf', 'proxima-nova', sans-serif; text-transform: lowercase; }

img { max-width: 100%; }


/* forms */

.error-field { color: #f00; }

.button,
button { 
    display: inline-block; padding: 4px 20px 5px; 
    font: bold 13px/24px 'proxima-nova-alt', 'proxima-nova', sans-serif; text-transform: uppercase; text-align: center; letter-spacing: 1px;
    color: #fff; 
	background: #005a7c;
    border: 0; cursor: pointer;
    text-decoration: none; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    -o-border-radius: 4px; 
    border-radius: 4px;
}

.button:hover,
button:hover { color: #fff; background: #00bafb; }

.secondary-button       { color: #00addc; background: #f6f6f6; }
.secondary-button:hover { color: #00addc; background: #eee; }


/*** GENERAL LAYOUT ***/

.content    { background: none; width: 100%; }
.iframe-wrapper { background: #eee; margin-bottom: 24px; }

.grid           { padding: 1.125em 1.25em; }

.grid:after,
.header:after,
.nav:after,
.content:after,
.page-intro:after,
.section:after,
#speakers-list:after,
.time-table:after,
#signup-form form:after,
#signup-form:after,
#networks:after,
.speakers-info:after,
.footer:after   { content: " "; display: block; clear: both; height: 0; font-size: 0; visibility: hidden; }

.section        { clear: both; }




/*** HEADER ***/

#header {
	position: relative;
	background: url(i/top-bar.png) no-repeat 0 0; 
	background-image: -webkit-linear-gradient(left, #dd2067 20%, #00bafb 20%, #00bafb 40%, #005a7c 40%); 
	background-image: -moz-linear-gradient(left, #dd2067 20%, #00bafb 20%, #00bafb 40%, #005a7c 40%); 
	background-image: -o-linear-gradient(left, #dd2067 20%, #00bafb 20%, #00bafb 40%, #005a7c 40%); 
	background-image: -ms-linear-gradient(left, #dd2067 20%, #00bafb 20%, #00bafb 40%, #005a7c 40%); 
	background-image: linear-gradient(left, #dd2067 20%, #00bafb 20%, #00bafb 40%, #005a7c 40%);
	background-size: 100% 10px;
	background-repeat: no-repeat;
}

.header .grid 	{ padding: 1.5em 1.25em 0; }

#logo           { position: relative; font-size: 2.5625em; font: 2.5625rem/1.1em 'proxima-nova', 'proxima-nova-alt', 'Helvetica Neue', sans-serif; font-weight: 800; margin: 0; text-transform: uppercase; }
#logo a         { color: #005a7c; }
#logo a img 	{ position: absolute; left: -9999px; top: -9999px; speak: none; }

#tagline 		{ font-weight: bold; font-size: .875em; font-size: .875rem; color: #00bafb; }
#tagline strong { text-transform: uppercase; letter-spacing: 1px; }
#tagline span 	{ display: none; }

#logo [data-icon] { position: relative; }

#logo [data-icon]:after {
	font-family: ffwdpro;
	position: absolute; left: 0; top: 0; width: 100%; padding: .1em 20px 0 1px;
	visibility: visible; 
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-size: .7em; font-size: 1.8125rem;
	line-height: 1.5;
	background: #fff;
}

#logo [data-icon]:hover:after { color: #dd2067; }

#register-button { text-align: center; max-width: 280px; }
#register-button a { 
	display: block; 
	font-weight: bold; font-weight: 800; font-size: 1.333em; font-size: 1.5rem; letter-spacing: 1px; text-transform: uppercase; 
	color: #fff; background: #00bafb; 
	padding: 1em; padding: .75rem;
	margin-bottom: .5em;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-ms-border-radius: 4px; 
	border-radius: 4px; 
}
#register-button a:hover  	{ background: #dd2067; }
#register-button em 		{ display: block; font-size: .7em; font-size: .875rem; font-weight: normal; font-style: normal; color: #005a7c; }




/*** CONTENT ***/

.section 				{ border-top: 1px solid #d9f3ff; }
.terms-of-service-body .section 	{ padding: 2em 0; }

.content p,
.footer p,
.content li { font-size: 1em; font-size: 1rem; }

.supplementary-content li			{ list-style: none; padding-left: 1em; margin-bottom: .7em; }
.supplementary-content li:before 	{ content: '–'; float: left; margin-left: -1em; }

.download-buttons li		{ padding: .5em 0 0; }
.download-buttons li:before { content: ""; }

.footer p,
.content p { margin-bottom: 1.4em; }

.content ul { margin-bottom: 1.4em; }


.content h1 { font-weight: 800; font-size: 1.5em; font-size: 1.5rem; line-height: 1.2; margin-bottom: .25em; }
.content h2	{ font-weight: bold; font-size: 1.125em; font-size: 1.125rem; line-height: 1.2; margin-bottom: .5em; }
.content h3,
.footer h3 	{ font-weight: bold; font-size: 1em; font-size: 1rem; text-transform: uppercase; letter-spacing: 1px; font-family: 'proxima-nova-sc-osf', 'proxima-nova', sans-serif; text-transform: lowercase; }

h1, h2, h3, .time-table dt { color: #dd2067; }





/*** SPONSORS * PARTNERS ***/

#home-sponsors p { padding-bottom: 1.5em; }

.sponsors-list 			{ clear: both; border-top: 1px solid #d9f3ff; text-align: center; padding-top: 1.5em; }
.sponsors-list:after 	{ content: ""; display: table; clear: both; }

.sponsors-list li 		{ list-style: none; display: inline-block; margin: 0; padding: 0; overflow: hidden; }
.sponsors-list li a 	{ display: block; }
.sponsors-list li a img { width: 100%; }

#platinum-sponsors li 	{ width: 100%; }
#gold-sponsors li 		{ width: 50%; }
#silver-sponsors li 	{ width: 50%; float: left; }

.media-partners-list 		{ overflow: auto; }
.media-partners-list li  	{ list-style: none; margin: 0; float: left; width: 33.33333333%; }
.media-partners-list li img { width: 100%; max-width: 100%; }












/*** FOOTER ***/

.footer         { clear: both; color: #fff; background: #003c52; }
.footer .grid 	{ padding-bottom: 1em !important; }

#footer-about 		{ float: left; clear: both; padding: 135px 0 0; background: url(i/creativenights.png) no-repeat 50% 10px; }
#footer-about h3 	{ color: #fff; }
#footer-about a		{ color: #fff; }

#copyright { clear: both; }

.footer a:hover { color: #fff; }



/*** PAGE INTRO ***/

.page-intro             { color: #005a7c; }
.page-intro h1 			{ float: left; margin: 0 .25em 0 0 !important; font-weight: normal; }
.page-intro h1:after 	{ content: ' • '; }
.page-intro h1,
.page-intro p 			{ font-size: 1.125em; font-size: 1.125rem; }
.page-intro strong 		{ font-weight: 600; color: #dd2067; }


/*** SPEAKERS ***/

#speakers-list          	{ float: left; width: 100%; overflow-x: hidden; }
#home-speakers h2			{ padding-bottom: .2em; }
#speakers-list ul			{ float: left; width: 100%; margin-bottom: 0; }
#speakers-list li       	{ list-style: none; float: left; display: inline; margin: 0 20px 1.4em 0; width: 130px; }
#speakers-list li a 		{ display: block; height: 250px; color: #005a7c; }
#speakers-list li a strong 	{ color: #00bafb; }
#speakers-list li a:hover 			{ color: #00bafb; }
#speakers-list li a:hover strong 	{ color: #dd2067; }

#speakers-list li img   	{ display: block; width: 130px; }
#speakers-list li strong 	{ display: block; padding: .5em 2px .4em; font-weight: bold; line-height: 1.1; }
#speakers-list li small		{ display: block; padding: 0 2px .5em; font-size: .7em; line-height: 1.2; }

.speakers-body .main-content { padding: 1.8em 0; border-top: .625em solid #d9f3ff; }

.speakers-info 			{ padding-left: 150px; padding-bottom: .5em; }
.speakers-info h1		{ line-height: 1em; margin-bottom: .5em; }
.speakers-info .figure 	{ float: left; position: relative; margin: 0 0 0 -150px; line-height: 0; }
.speakers-info .figure img { width: 130px; }

.speakers-body .button 		{ background: #00bafb; }
.speakers-body .button:hover,
.speakers-body .button:focus { background: #00bafb; }


.speakers-summary 		{ list-style: none; }
.speakers-summary li 	{ margin-left: 0; }
.speakers-summary span 	{ display: none; }


#workshops-overview h2 { color: #005a7c; }
#workshops-overview p { padding-bottom: .7em; }
#workshops-overview li { list-style: none; margin: 0 0 1em; padding: .5em 0; border-top: .0625em solid #d9f3ff; }
#workshops-overview li a 				{ display: block; color: #005a7c; } 
#workshops-overview li strong 			{ display: block; color: #00bafb; }
#workshops-overview li a:hover 			{ color: #00bafb; }
#workshops-overview li a:hover strong 	{ color: #dd2067; }






/*** ATTENDEES ***/

#who-is-coming { padding-bottom: .5em; margin-bottom: 2em; overflow: auto; border-bottom: 1px solid #d9f3ff; border-bottom-color: rgba(0,186,251,.2); }

.attendees-list 				{ overflow: hidden; padding-top: 1em; border-top: 1px solid #d9f3ff; border-top-color: rgba(0,186,251,.2); }
.attendees-list li 				{ list-style: none; margin: 0 !important; }
.attendees-list li dl 			{ position: relative; min-height: 40px; padding: 0 0 1em 3em; line-height: 2.2em; }
.attendees-list li dd.avatar 	{ position: absolute; top: 0; left: 0; }

.more-link 		{ width: 100% !important; min-height: 0 !important; height: auto !important; padding-top: .7em; border-top: .0625em solid #d9f3ff; }
.more-link a 	{ font-weight: bold; height: auto !important; }

/*** TESTIMONIALS ***/

#testimonials h3 		{ margin-bottom: .7em; }
#testimonials li 		{ list-style: none; margin: 0 0 1.4em; }
#testimonials li p 		{ 
	padding: 1em; margin: 0; font-style: italic; font-size: 1em; font-family: Adelle, Georgia, serif; color: #005a7c; background: rgb(192,237,254); 
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

#testimonials li footer { display: block; padding: 2em 1.2em 1.2em; font-style: normal; font-size: .875em; font-size: .875rem; overflow: auto; background: #f2fbff; background: rgb(217,243,255);
	-webkit-border-radius: 	0 0 4px 4px;
	-moz-border-radius: 	0 0 4px 4px;
	border-radius: 			0 0 4px 4px;
}
#testimonials li footer strong { color: #005a7c; }
#testimonials li footer img 	{
	float: left; margin: -.9em 1em 0 0;
	width: 40px; height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
}

#extras h3		{ margin-bottom: .7em; }
#extras li 		{ list-style: none; margin: 0 0 1.4em; }




/*** NEWSLETTER ***/

#stay-in-the-loop          	{ color: #fff; background: #00bafb; }
#stay-in-the-loop .grid 	{ padding-bottom: 0; }
#stay-in-the-loop h3        { color: #fff; margin: 0; }
#stay-in-the-loop p         { margin: 0 0 24px; }
#stay-in-the-loop a			{ color: #fff; }

#signup-form                { margin-bottom: 1.8em; padding-top: .7em; }
#signup-form p { margin: 0 0 .7em; }
#signup-form form           { 
	padding: 4px; margin: 0 -4px .5em;
	-webkit-border-radius:  4px; 
	-moz-border-radius:     4px; 
	-o-border-radius:       4px; 
	border-radius:          4px;
	}
#signup-form form:hover           { background-color: #00a7e2; background-color: rgba(0,0,0,.1); }
#signup-form .input-text    { 
    outline: none;
    float: left; width: 75%; 
    padding: 5px 10px; height: 34px; font: 16px/24px 'proxima-nova-alt', 'proxima-nova', sans-serif; border: 0; 
    -webkit-border-radius:  4px 0 0 4px; 
    -moz-border-radius:     4px 0 0 4px; 
    -o-border-radius:       4px 0 0 4px; 
    border-radius:          4px 0 0 4px;

}
#signup-form button { 
	font-weight: bold; border: 0;
    float: left; width: 25%; text-align: center; padding: 5px 0; 
    -webkit-border-radius:  0 4px 4px 0; 
    -moz-border-radius:     0 4px 4px 0; 
    -o-border-radius:       0 4px 4px 0; 
    border-radius:          0 4px 4px 0;
	background: #dd2067;
}
#signup-form button:hover { background: #005a7c; }

#signup-form .follow        { float: left; clear: none; display: inline; padding: 14px 0 0; margin: 0; }




/*** SOCIAL NETWORKS ***/

#networks				{ padding-bottom: 1.4em; } 	
#networks li			{ list-style: none; margin: 0 0 .4em -4px; }
#networks li:last-child { margin-bottom: 0; }
#networks li a 		{ 
	display: block; padding-left: 2.8em; line-height: 42px; 
	font-weight: bold;f
	-webkit-border-radius:  4px; 
	-moz-border-radius:     4px; 
	-o-border-radius:       4px; 
	border-radius:          4px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
}
#networks li a:hover { background-color: #00a7e2; background-color: rgba(0,0,0,.1); }

#twitter-link a 	{ background-image: url(i/icons/twitter.png); }
#lanyrd-link a 		{ background-image: url(i/icons/lanyrd.png); }
#calendar-link a 	{ background-image: url(i/icons/calendar.png); }




/*** VENUE ***/

#venue-address li 	{ margin-left: 0; list-style: none; }
#google-map-wrapper { clear: both; height: 280px; margin-bottom: 2em; }

.travelling-option 				{ padding: 2em 0; border-top: 1px solid #d9f3ff; }
.travelling-option h3 			{ color: #00bafb; }
.travelling-option li  			{ list-style: none; margin: 0; padding-left: 1em; }
.travelling-option li:before 	{ content: '–'; float: left; margin-left: -1em; }




/*** SCHEDULE ***/

.schedule-nav					{ overflow: auto; border-bottom: .0625em solid #d9f3ff; }
.schedule-nav li 				{ float: left; width: 33.33333333%; list-style: none; margin: 0; border-top: .625em solid #d9f3ff; }
.schedule-nav li.current 		{ border-top: .625em solid #dd2067 !important; }
.schedule-nav li a 				{ display: block; padding: .7em 0; }
.schedule-nav li a span 		{ display: none; }
.schedule-nav li.current a		{ color: #005a7c !important; }


.time-table li              { list-style: none; float: left; clear: both; display: inline; width: 100%; padding: .7em 0 2.1em; border-top: .0625em solid #d9f3ff; }
.time-table li .thumbnail   { line-height: 0; }
.time-table li.side-dish    { color: #999; }

.time-table                     { border-top: .625em solid #d9f3ff !important; margin-bottom: 1.4em; }
.time-table dl                  { overflow: hidden; }
.time-table li.side-dish dl     { height: auto; min-height: 0; }
.time-table dt                  { font-size: 24px; line-height: 28px; margin-bottom: 18px; font-weight: bold; }
.time-table dl 					{ }
.time-table strong.time         { font-size: 24px; line-height: 28px; color: #00addc; }
.time-table dd.thumbnail        { float: left; padding-right: 1em; }
.time-table dd.thumbnail img    { width: 130px; height: 130px; }
.time-table dd.thumbnail br 	{ line-height: 12px; }

.time-table dd.pair-talk img 		{ float: left; width: 65px !important; height: 65px !important; margin: 0; }
.time-table dd.pair-talk .second 	{ }


/*** NAVIGATION ***/

#main-nav li.current a { color: #dd2067; }

#main-nav-toggler			{ display: block; font-weight: bold; padding: .7em 1.25em; margin: .7em -1.25em 0; text-transform: uppercase; color: #fff; background: #00bafb; }
#main-nav-toggler:before 	{ content: '≡'; font-weight: bold; font-size: 2.4em; line-height: .25em; padding: 0 .25em 0 0; position: relative; top: .105em; }

#main-nav 				{ 
	height: 0; padding: 0; overflow: hidden;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	transition: all .3s ease;
}
#main-nav.visible		{ height: 360px; }

#main-nav h3 			{ display: none; }

#main-nav ul 			{ margin: 0 0 1.25em; border-bottom: .625em solid #d9f3ff; }
#main-nav li			{ list-style: none; border-bottom: .1em solid #d9f3ff; }
#main-nav li a 			{ display: block; padding: .7em 0; text-align: center; }
#main-nav li.current a 	{ font-weight: bold; }


.local-nav				{ padding: 2em 0; border-top: 1px solid rgba(0,186,251,.2); }
.local-nav ul           { margin: 0; }
.local-nav li           { list-style: none; margin-left: 0; }
.local-nav li.current a { font-weight: bold; color: #333; }
.local-nav li a         { display: block; }


#speakers-local-nav ul 			{ border-top: .1em solid #d9f3ff; }
#speakers-local-nav li			{ list-style: none; border-bottom: .1em solid #d9f3ff; }
#speakers-local-nav	h3,
#speakers-local-nav li a 			{ display: block; text-align: center; padding: .7em 0; }
#speakers-local-nav li.current a 	{ font-weight: bold; }




/*** REGISTER FORM ***/

#register-form              { margin-bottom: 36px; }
#register-form .field       { float: left; width: 100%; clear: both; }
#register-form .field label { float: left; text-align: right; width: 33%; padding: 5px 2% 5px 0; }

#register-form .field       { padding: 9px 0; }
#register-form .input-text,
#register-form textarea     { border: 1px solid #ccc; padding: 5px 2%; height: 24px; font: 16px/18px 'proxima-nova-alt', 'proxima-nova', sans-serif; background: #fff; }
#register-form .input-text:focus,
#register-form textarea:focus   { border-color: #00addc; }
#register-form .input-text  { width: 40%; }
#register-form .small-text  { width: 25%; }
#register-form .tiny-text   { width: 8%; }
#register-form textarea     { width: 60%; height: 72px; }
#register-form .inline-note,
#register-form .inline-error  { clear: both; padding-left: 35%; }
#register-form .inline-error { padding-top: 5px; }

#register-form .select-wrapper { display: block; line-height: 34px; }

#register-form #packages th .input-radio    { float: left; margin: 5px 10px 0 0; }
#register-form #packages th span            { float: left; width: 90%; }
#register-form #packages td                 { text-align: right; vertical-align: top; }

#register-form #packages .select-wrapper   { background: red; padding-top: 0; }
#register-form .buttons                     { clear: both; padding-left: 35%; }
#register-form .buttons .button             { padding: 9px 20px !important; -webkit-appearance: none; }

.registracija-virmansko-body .main-content li { margin-left: 40px; list-style: square outside; }

.error-message { padding: 24px 20px 1px; margin-bottom: 24px; background: #f00; color: #fff; }




