/* CSS Document */
/* #DONT TOUCH THIS - SKELETON MARKUP
================================================== */
/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
    }
	
/* #DONT TOUCH THIS - SKELETON MARKUP END
================================================== */



/* #RESPONISVE STYLING
================================================== */

/* #Media Queries
================================================== */
	
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.topmeni ul li a{
		padding:30px 7px 33px 7px;	
		}
		#de .topmeni ul li a {
		padding: 30px 4px 33px 4px;
		font-size: 0.8em;
		}
		.logo img{
		width:100%;
		}
		.event_details .event .wrap {
		padding-left: 50px;
		}
		.event_details .event .wrap strong, .event_details .event .wrap i, .event_details .event .wrap span {
		font-size: 0.9em;
		}
		.event_details {
		padding: 44px 0 45px 0;
		}
		.timeline_content{
		background-position:182px 0;	
		}
		.event_details .event.time .wrap{
		padding-bottom:4px;	
		}
		.splash {
		padding: 80px 0;
		}
		.splash img{
		width:100%;	
		}
		.splash-language{
		padding:80px 0;	
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (max-width: 767px) {
		.logo{
		text-align:left;	
		}
		.logo img{
		width:auto;
		}
		.mobile_menu_icon{
		display:block;
		}
		.header .topmeni{
		display:none;	
		}
		.topmeni ul li, .topmeni ul{
		float:none;	
		}
		.topmeni ul{
		padding:20px 0;	
		}
		.topmeni ul li a{
		color:#fff;
		text-decoration:none;
		font-size:0.875em;
		padding: 8px 11px;
		border-top:none;
		border-bottom:1px solid #c7dcea;
		text-transform:uppercase;
		}
		#de .topmeni ul li a{
		padding: 8px 11px;	
		}
		.topmeni ul li a:hover, .topmeni ul li a.active{
		border-color:#c7dcea;
		background-color:#084571;
		}
		.gold_sponsors .headline, .event_details .headline, .silver .headline, .media .headline, .gold_sponsors .sponsor{
		text-align:center;	
		margin-bottom:25px;
		}
		.banner .sixteen.columns img{
		width:100%;	
		}
		.event_details .event .wrap{
		margin-bottom:35px;
		text-align:center;
		padding:50px 0 0 0;
		background-position:center 0px !important;
		}
		.banner .abs_img{
		display:none;	
		}
		.text h1{
		font-size:2em;	
		}
		.text h3{
		font-size:1.2em;	
		}
		.groups .target{
		margin-bottom:35px;	
		}
		.timeline_content{
		background-position:100% 0;
		padding-right:40px;	
		}
		.imager img {
		right: -70px;
		}
		.timeline{
		font-size:1em;
		line-height:1.5em;	
		}
		.contact .five.columns.c2{
		padding-top:0px;	
		}
		.contact .five.columns.c1 img{
		margin-bottom:20px;	
		}
		.contact .five.columns{
		margin-bottom:35px;	
		}
		.copyright .copy{
		text-align:center;
		margin-bottom:25px;		
		}
		.copyright .social .face{
		float:none;
		margin:0 auto;
		border:1px solid #111;
		width:60px;
		height:60px;
		margin-bottom:25px;	
		}
		.text h3 {
		font-size: 1.1em;
		line-height: normal;
		}
		.pola{
		width:100%;	
		}
		.speaker img{
		width:100%;	
		}
		.meeting{
		padding:45px 0 45px 0;	
		}
		.meeting .text h1{
		margin-bottom:25px;
		line-height:normal;
		}
		.registration .row{
		margin-bottom:0;	
		}
		.registration input[type="text"]{
		margin-bottom:20px;	
		}
		.splash-language h1 {
		margin-bottom: 40px;
		font-size:1.9em;
		}
		.splash-language a {
		font-size: 1.2em;
		}
		.splash-copyright{
		padding-top:100px;	
		}
		.timeline_content{
		background-position:388px 0;
		padding-right:0px !important;
		}
		.timeline_content i{
			display:block;
		padding-right:70px;	
		}
		.imager img {
		right: 0px;
		}
		
		.no-img-margin .imager img {
		margin:0;
		}
		.silver .sp img{
		width:50%;	
		}
	}
	

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width : 479px){
		.imager img {
		right: 0px;
		}
		.timeline_content{
		background-position:270px 0;
		padding-right:0px !important;
		}
		.timeline_content i{
			display:block;
		padding-right:70px;	
		}
		.splash-language a {
		margin-bottom:35px;
		}
		.silver .sp img{
		width:auto;	
		display:block;
		margin:0 auto;
		}
	}
	
	@media screen and (-webkit-min-device-pixel-ratio:2) {
    
	}
	
/* #Media Queries END
================================================== */

/* #RESPONISVE END
================================================== */
