

html,body {
	min-width: 1100px;
	height: 100%;
}

#shade {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	z-index: 1001;
}

header {
	position: relative;
	left: 0;
	right: 0;
	z-index: 1000;
	-webkit-backface-visibility: hidden;
	display: block;
	width: 100%;
	float: left;
}

.header {
	height: 104px;
	background: url("../images/header.png") center 0 repeat-x;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}

.header img {
	display: block;
	width: 206px;
	height: 76px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -470px;
}

.header ul {
	color: rgb(0, 0, 0);
	display: block;
	float: right;
	font-family: 'FS Sinclair Web Regular', Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	height: 24px;
	list-style-type: disc;
	margin-bottom: 22px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 45px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 90px;
	padding-top: 0px;
}

.header ul li {
	color: rgb(50, 53, 139);
	display: block;
	float: left;
	font-family: 'FS Sinclair Web Regular', Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	height: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	text-align: center;
	margin-right: 10px;
}

.header .link {
	color: #fff;
	cursor: auto;
	display: block;
	font-family: 'FS Sinclair Web Regular', Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	height: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	text-decoration: none solid rgb(0, 0, 0);
	text-transform: uppercase;
	text-decoration: none;
}

.header .link:hover {
	color: #9bfe00;
}

body {

	background: #ff0980 url(../images/back.png) top center;
	padding-bottom: 0px;
}

#content {
	width: 847px;
	margin: 0 auto;
}

#content img, #content div {
	float: left;
}

#content #title {
	margin: 20px 0 30px 0px;

}
#content #cond_everything{
	background: url(../images/everything_2015.png) no-repeat;
	width:780px;
	margin: 20px 0 10px 41px;
	cursor: pointer;
	overflow: hidden;
	max-height: 62px;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}


#content #cond_everything:hover, #content #cond_everything.open{
	 background: url(../images/everything_over_2015.png) no-repeat;
}
#content #cond_everything.open{
	 max-height: 1170px;
}
#content #cond_everything div{
	margin: 0px 5px 0px;
	background: #92dd3c;
	width: 770px;
}

#content #follow{
	background: url(../images/everything_2015.png) no-repeat;
	width:780px;
	margin: 20px 0 10px 41px;
	cursor: pointer;
	overflow: hidden;
	max-height: 62px;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}
#content #follow ol {
	margin: 0px 5px 0px;
	background: #92dd3c;
	padding: 15px;
}
#content #follow ol li{
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 15px;
}

#content #follow:hover, #content #follow.open{
	 background: url(../images/everything_over_2015.png) no-repeat;
}
#content #follow.open{
	 max-height: 820px;
}
#content #follow div{
	margin: 0px 5px 0px;
	background: #92dd3c;
	width: 770px;
}

#content p{
	margin: 0px 5px 0px;
	background: #92dd3c;
	padding: 15px;
}

#content p.first{
	margin: 62px 5px 0px;
	background: #92dd3c;
	padding: 15px;
}

#content #erasmus-only{
	margin-left: 204px;
	margin-top: 50px;
 }
#content ul{
	margin: 0px 5px 0px;
	background: #92dd3c;
	padding: 15px;
}


#content ul li{
	list-style-type: disc;
	margin-left: 15px;
}

#content a {
	color: #fff;
}

#content #cond_bonus{
	background: url(../images/everything_2015.png) no-repeat;
	width:780px;
	margin: 20px 0 10px 41px;
	cursor: pointer;
	overflow: hidden;
	max-height: 62px;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}
#content #cond_bonus div{
	margin: 0px 5px 0px;
	background: #92dd3c;
	width: 770px;
}

#content #cond_bonus:hover, #content #cond_bonus.open{
	 background: url(../images/everything_over_2015.png) no-repeat;
}
#content #cond_bonus.open{
	 max-height: 500px;
}

#content #cond_store{
	background: url(../images/everything_2015.png) no-repeat;
	width:780px;
	margin: 20px 0 10px 41px;
	cursor: pointer;
	overflow: hidden;
	max-height: 62px;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}
#content #cond_store:hover, #content #cond_store.open{
	 background: url(../images/everything_over_2015.png) no-repeat;
}
#content #cond_store.open{
	 max-height: 500px;
}

#content #cond_association{
	background: url(../images/everything_2015.png) no-repeat;
	width:780px;
	margin: 20px 0 10px 41px;
	cursor: pointer;
	overflow: hidden;
	max-height: 62px;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}
#content #cond_association:hover, #content #cond_association.open{
	 background: url(../images/everything_over_2015.png) no-repeat;
}
#content #cond_association.open{
	 max-height: 500px;
}
#content #cond_sms_translation{
	background: url(../images/everything_2015.png) no-repeat;
	width:780px;
	margin: 20px 0 10px 41px;
	cursor: pointer;
	overflow: hidden;
	max-height: 62px;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}
#content #cond_sms_translation:hover, #content #cond_sms_translation.open{
	 background: url(../images/everything_over_2015.png) #92dd3c no-repeat;
}
#content #cond_sms_translation.open{
	 max-height: 1300px;
}

#content #cond_help{
	background: url(../images/help.png) no-repeat;
	width:780px;
	margin: 20px 0 120px 41px;
	cursor: pointer;
	overflow: hidden;
	max-height: 62px;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}
#content #cond_help:hover, #content #cond_help.open{
	 background: url(../images/help_over.png) no-repeat;
}
#content #cond_help.open{
	 max-height: 500px;
}

#content #cond_movie_tickets{
	background: url(../images/everything_2015.png) no-repeat;
	width:780px;
	margin: 20px 0 10px 41px;
	cursor: pointer;
	overflow: hidden;
	max-height: 62px;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}
#content #cond_movie_tickets:hover, #content #cond_movie_tickets.open{
	 background: url(../images/everything_over_2015.png) no-repeat;
}
#content #cond_movie_tickets.open{
	 max-height: 500px;
}


#content #faqs {
	width: 277px;
	text-decoration: none;
	display: inline-block;
	margin-left: 252px;
}

.container-fluid {
margin-left: auto;
margin-right: auto;
max-width: 940px;
}


footer {
	background: url("../images/footer-bg-v3.png") center 0 repeat-y;
	height: 214px;
	width: 100%;
	/*padding-top: 30px;*/
}

@media all and (max-width: 1024px) and (min-width: 768px) {
	footer {
	background-size: 1024px 60px;
	}
	}

	footer #footer_inner_top {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0 10px;
	height: 85px;
	}

	footer #footer_inner_top #footer_contacts {
	float: left;
	width: 300px;
	display: inline-block;
	}

	footer #footer_inner_top #footer_sn_links {
	float: right;
	width: 540px;
	display: inline-block;
	}

	footer #footer_inner_top h2 {
	font-size: 16px;
	color: #e8008e;
	font-family:"FS Sinclair Web Medium", Verdana, sans-serif; font-size-adjust:0.49; font-weight:500; font-style:normal;
	text-align: left;
	text-transform: none;
	}

	footer #footer_inner_top li {
	color: #fff;
	font-size: 16px;
	font-family:"FS Sinclair Web Medium", Verdana, sans-serif; font-size-adjust:0.49; font-weight:500; font-style:normal;
	}

	footer #footer_inner_top li span.bullet {
	color: #e8008e;
	}

	footer #footer_inner_top li span.small {
	font-size: 12px;
	}

	footer #footer_inner_top li a,
	footer #footer_inner_top li a:link,
	footer #footer_inner_top li a:visited {
	color: #4578e6;
	}

	footer #footer_inner_top #sn_links_btns {
	margin-top: 5px;
	}

	footer #footer_inner_top #sn_links_btns li {
	color: #e8008e;
	float: left;
	margin-right: 18px;
	line-height: 46px;
	}

	footer #footer_inner_top #sn_links_btns li a,
	footer #footer_inner_top #sn_links_btns li a:link,
	footer #footer_inner_top #sn_links_btns li a:visited {
	width: 151px;
	height: 50px;
	display: block;
	background-image: url("../images/apps_btns_v2e.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	}

	footer #footer_inner_top #sn_links_btns li a.youtube {
	background-position: -14px -274px;
	}

	footer #footer_inner_top #sn_links_btns li a.facebook {
	background-position: -14px -334px;
	}

	footer #footer_inner_top #sn_links_btns li a.twitter {
	background-position: -14px -394px;
	}


	footer #footer_inner_bottom {
	width: 940px;
	margin: 0 auto;
	border-top: 1px solid #591d77;
	padding-top: 20px;
	}

	footer #footer_inner_bottom p {
	color: #fff;
	font-size: 12px;
	font-family:"FS Sinclair Web Medium", Verdana, sans-serif; font-size-adjust:0.49; font-weight:500; font-style:normal;
	text-align: left;
	float: left;
	}

	footer #footer_inner_bottom p a,
	footer #footer_inner_bottom p a:link,
	footer #footer_inner_bottom p a:visited {
	color: #fff;
	text-decoration: underline;
	}

	footer p#logo_nos {
	float: right;
	}

	footer #logo_nos a,
	footer #logo_nos a:link,
	footer #logo_nos a:visited {

	 background-image: url("../images/apps_btns_v2d.png");
	 background-repeat: no-repeat;
 	background-position: -14px -838px;
     text-indent: -9999px;
     display: block;
     width: 50px;
      height: 29px;
  }

.info_wtf{
    width: 605px;
    padding: 20px 70px;
    height: 435px;
    display: inline-block;
}

.cond_box{
	margin:2% 2% 2.7% 2%;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}

.responsive-break{
	display: none;
}
.title_everything{
	text-align: center;
	text-shadow: 2px 2px #002C52,3px 3px #002C52,4px 4px #002C52;
	font-size: 2.8em;
	font-weight: bold;
	margin:0 0 3% 0;
}
.roaming-button{
	cursor: pointer;
	padding-bottom: 4px;
	font-weight: bold;
	color:white;
	border:none;
	margin-right:140px;
	margin-top:-20px;
	width:150px;
	height: 40px;
	background-color: #9d24ce;
	box-shadow: -4px 4px 0 #14455d,-5px 4px 0 3px #048bfc;
}
