/* *********************************************************************************************************************
	One% CSS Grid - 12 Columns Fluid CSS Grid System

	Why One% ? Let’s count ...
		we have 12 columns (magic number divided by 2, 3, 4, 6)

		for 12 columns we need 11 margins

		so if we count margin 3%, then 3% * 11 margins = 33%

		and if we count width of 1 column 5.5%, than 5.5% * 12 columns = 66%

		in the end we have 33% + 66% = 99% aaand ???

		1% is still here so that's the name - One%

	2 starting options ? Let’s count a bit more ...
		1200px - perfectly fits 1280 screens
			12 columns
			margin 3% / 36px (full-width)
			col1 5.5% / 66px (full-width)

		1000px - perfectly fits 1024 screens
			12 columns
			margin 3% / 30px (full-width)
			col1 5.5% / 55px (full-width)
*/





/* *********************************************************************************************************************
 * Main container for all
 */
.main_wrapper {
	margin: 0 auto;
	padding: 0 0 0 1%; /* THAT'S THE NAME ;) */
}

.main_wrapper {
	max-width:1140px;
}

.onerow {
	clear: both;
	padding: 0 15px;
}





/* *********************************************************************************************************************
 * Common columns definitions
 */
.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;
}





/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */


@media all and (max-width:1600px) {
	
	
	
}

@media all and (max-width:1440px) {
	
	
	
}

@media all and (max-width:1366px) {
	
	.header .hd_bottom .logo {padding:36px 0 50px;}
	.header .hd_bottom .logo img {max-width:200px;}
	.header .hd_bottom .theme {padding-bottom:20px;}
	.header .hd_bottom .theme img {max-width:500px;}
	.header .hd_bottom .dates {padding-bottom:40px;}
	.header .hd_bottom .btn a  {line-height:52px; font-size:20px;}
	
	.program_container .pc_com {padding:50px 30px;}
	.program_container .pc_com h3 {font-size:20px;}
	.program_container .pc_com:first-child strong {font-size:60px;}
}

@media all and (max-width: 1024px) {
	.main_wrapper {
		max-width:1010px;
	}

	.main_wrapper .onerow {
		padding: 0;
	}
	
	.venue_container .pic {top:175px;}
	.archive .archive_blk .links ul {padding-left:150px;}
	
	.header .hd_top ul li a {letter-spacing:0; margin:0 10px;}
	
	.inner.awards .main_screen {height:auto;}
	.inner.awards .main_screen .outer {height:auto; display:block;}
	.inner.awards .main_screen .inner {padding:70px 30px 50px;}
}


/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 768px) 

	{
		
		.header .hd_top {display:none;}
		.slicknav_menu {display:block;}
		
		.slicknav_menu {display:block; position:absolute; left:30px; top:30px; z-index:10000;}
		.slicknav_menu a.slicknav_btn {width:32px; height:32px; background:url(../images/menu_icon.png) no-repeat left top; 
		text-indent:-9999em; display:block;}
		.slicknav_menu .slicknav_nav {width:220px; background:#eb4418; padding:10px 15px; margin:0; 
		list-style:none; border-radius:3px;}
		.slicknav_menu .slicknav_nav li {padding:0; position:relative; border-bottom:1px dashed #fff;}
		.slicknav_menu .slicknav_nav li a {font-size:14px; color:#fff; text-transform:uppercase; 
		font-weight:600; padding:0 10px; line-height:38px; display:block;}
		.slicknav_menu .slicknav_nav li a:hover {color:#000;}
		.slicknav_menu .slicknav_nav li a a {padding:0;}
		.slicknav_menu .slicknav_nav li a span.slicknav_arrow {position:absolute; right:0; top:-1px;}
		
		.slicknav_menu .slicknav_nav li ul {border:1px dashed #ddd; border-radius:3px; padding:10px; background:#f7f7f7; margin-bottom:10px; list-style:none;}
		.slicknav_menu .slicknav_nav li ul li a {font-weight:400; font-size:14px; line-height:30px; color:#000;}
		.slicknav_menu .slicknav_nav li ul li a:hover {color:#e63f36;}
		.slicknav_menu .slicknav_nav li:last-child {border:none;}
		
		.header {height:auto;}
		.header .inner {height:auto;}
		.header .inner .outer {height:auto; box-sizing:border-box; padding:50px 30px;}
		.header .hd_bottom .logo {padding-top:0;}
		
		.bodycontainer h2 {font-size:64px;}
		.bodycontainer .theme_container {box-sizing:border-box; padding:30px;}
		
		.experience_container .inner {display:block; min-height:inherit;}
		.experience_container .inner .half {display:block; min-height:auto; width:auto; max-width:inherit; text-align:center;}
		.experience_container .inner .half .content {padding:30px;}
		.experience_container .inner .half .content h2 {line-height:inherit;}
		.experience_container .inner .btn {padding:10px 0 0;}
		.glimpses_container .com_blk span {font-size:22px;}
		.timer_container .inner {box-sizing:border-box; padding:30px;}
		.glimpses_container {box-sizing:border-box; padding:30px;}
		.p_speakers_container .inner {box-sizing:border-box; padding:30px;}
		.venue_container {box-sizing:border-box; padding:30px;}
		.partner_container {box-sizing:border-box; padding:30px!important;}
		.footer .ft_top {box-sizing:border-box; padding:30px;}
		
		/* INNER */
		
		.inner .header .hd_bottom {padding:0;}
		.inner .header .inner .outer {padding:80px 30px 0 30px;}
		.inner .header .hd_bottom .dates span {margin:5px 0;} 
		
		.content_container {box-sizing:border-box; padding:30px 20px;}
		.content_container h2 {font-size:64px;}
		.exhibitions .content_container h3.sub {line-height:36px;}
		.exhibitions .content_container .topic {height:90px;}
		
		.archive .archive_blk {text-align:center;}
		.archive .archive_blk .year {float:none; display:inline-block;}
		.archive .archive_blk .links ul {padding-left:0;}
		.archive .archive_blk .links ul li {display:block; padding:0 0 10px;}
		
		.archive .archive_blk::after {left:50%; top:0; width:1px; height:100%;}
		
		.awards .content_container .top {box-sizing:border-box; padding:30px;}
		.awards .content_container .category_container {box-sizing:border-box; padding:30px;}
		.awards .content_container .category_container .cat_blk a .overlay .inner p {font-size:13px; line-height:18px;}
		.awards .content_container .who_nomimate {box-sizing:border-box; padding:30px;}
		.awards .content_container .past_awardees {box-sizing:border-box; padding:30px;}
		
		.inner.awards .header .inner .outer {padding:0;}
		.inner.awards .main_screen .inner {padding-top:20px;}

	}

@media all and (max-width:640px) 

	{
		.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 
		{
			float: none; width: 99%;
		}
		
		.header .hd_bottom .btn a {line-height:50px; font-size:18px;}
		.com_btn a {line-height:50px; font-size:18px;}
		.experience_container .inner .btn a {line-height:50px; font-size:18px;}
		.experience_container .inner .half .tiles {float:none; width:auto; max-width:inherit;}
		.p_speakers_container .inner .col3 {width:99%; margin:0;}
		.venue_container .pic {display:block; position:inherit; right:inherit; top:inherit; width:auto; padding:0 0 30px;}
		
		/* INNER */
		
		.inner .header .inner .outer {padding:50px 30px 0 30px;}
		.inner .header .hd_bottom .logo {text-align:center; padding:0 0 50px;}
		.inner .header .hd_bottom .theme {text-align:center;}
		.inner .header .hd_bottom .dates {float:none;}
		.exhibitions .content_container .topic {height:auto;}
		
		.past_speakers .content_container .ss_blk .col4 {width:99%; margin:0;}
		
		.program_container {box-sizing:border-box; padding:30px;}
		.program_container .pc_com .inner {padding:0;}
		.program_container #key_programs .pc_com h3 {font-size:36px;}
		
		.testimonial_container {box-sizing:border-box; padding:30px;}
		.testimonial_container .tc_com {display:block; width:auto; margin: 0 0 10px;}
		
		.inner.awards .main_screen .inner .name h2 {font-size:90px;}
		.awards .content_container .category_container .cat_blk {margin:0 0 15px;}
		
		

	}
	
@media all and (max-width:480px) 

	{	
		.header .hd_bottom .dates span {margin:5px 0;}
		#defaultCountdown .countdown_row .countdown_section {font-size:13px; padding:30px 10px 20px;}
		#defaultCountdown .countdown_row .countdown_section .countdown_amount {font-size:42px; padding:0 0 5px;}
		.footer .ft_top strong {line-height:32px;}
		
		/* INNER */
		
		.header .hd_bottom .btn a {min-width:inherit; display:block; font-size:16px; margin:5px 0 0;}
		
		.inner.awards .main_screen .inner .dates span {margin-bottom:10px; font-size:16px;}
		.inner.awards .main_screen .inner .name h2 {font-size:60px;}
		.inner.awards .main_screen .inner .logo img {max-width:160px;}
		.inner.awards .main_screen .inner .btn a {line-height:52px; display:block; text-align:center; padding:0 10px; font-size:16px;}
		
	}
	
@media all and (max-width:360px) 

	{
		.header .hd_bottom .logo {padding:0 0 30px;}
		.header .hd_bottom .logo img {max-width:170px;}
		.header .hd_bottom .dates span {letter-spacing:0; font-size:17px;}
		
		#defaultCountdown .countdown_row .countdown_section {font-size:11px;}
		#defaultCountdown .countdown_row .countdown_section .countdown_amount {letter-spacing:0;}
		
		/* INNER */
		
		.inner .header .hd_bottom .logo {padding:0 0 30px;}
		.inner .header .hd_bottom .logo img {max-width:170px;}
		.exhibitions .content_container .date_blk strong {letter-spacing:0;}
		.contact .content_container .contact_info p a {font-size:14px;}
		.com_btn a {letter-spacing:0;}
		
		.inner.awards .main_screen .inner .name h2 {font-size:48px;}

	}

@media all and (max-width:320px) 

	{
		
	}