@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------*/
/* -------------------- RESET CSS ---------------------*/
/* ----------------------------------------------------*/

html
{
	background: #FFF;
	color: #000;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img
{
	border: 0;
}
address,caption,cite,code,dfn,th,var,optgroup
{
	font-style: inherit;
	font-weight: inherit;
}
del,ins
{
	text-decoration: none;
}
li
{
	list-style: none;
}
caption,th
{
	text-align: left;
}
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after
{
	content: '';
}
abbr,acronym
{
	border: 0;
	font-variant: normal;
}
sup
{
	vertical-align: baseline;
}
sub
{
	vertical-align: baseline;
}
legend
{
	color: #000;
}
input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input,button,textarea,select
{
	font-size: 100%;
}

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* ------------------- /RESET CSS ---------------------*/


/* ------------------------------------------------------*/
/* ------------------- TYPOGRAPGY CSS -------------------*/
/* ------------------------------------------------------*/
/*@font-face {
	font-family: 'Museo500';
	src: url('fonts/museo500-regular-webfont.eot');
	src: local('fonts/Museo500-Regular.otf'), url('fonts/Museo500-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}*/

/* ------------------ /TYPOGRAPGY CSS -------------------*/


/* ----------------------------------------------------*/
/* ------------------- ELEMENTS CSS -------------------*/
/* ----------------------------------------------------*/

html {
	height: 100%;
	background: #f7f7f7 url('/image/main_nav_bg.png') 0 170px repeat-x;
}

body {
	font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
	height: 100%;
	padding: 0;
}

*html body{
	height: 100%;
}

.clear {
	clear: both;
}

/* -- headings -- */
h1 {
	color: #4c4c4c;
	font-size: 20px;
}

	h1 span {
		font-weight: bold;
	}

h2 {
	font-size: 18px;
	color: #4c4c4c;
	margin-bottom: 10px;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
	font-size: 13px;
	color: #4c4c4c;
	margin-bottom: 10px;
}

/* -- links -- */
a, a:link {
	color: #4bc4d7;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	outline:none;
	text-decoration: underline;
}

.btn {
	font-size: 12px;
	background: #4bc4d7;
	color: #fff !important;
	padding: 8px 10px;
	border-radius: 3px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
}

.btn:hover {
	text-decoration: none;
	background: #58ccde;
}

.btn_dark {
	background: #005664;
}

.btn_dark:hover {
	background: #09616f;
}

/* -- blockquotes -- */
blockquote {
}

input {
	border: none;
}

ul {
}

li {
}

/* ------------------ /ELEMENTS CSS -------------------*/


/* ----------------------------------------------------*/
/* -------------------- LAYOUT CSS --------------------*/
/* ----------------------------------------------------*/

/* THE GRID ---------------------- */
.row {
	width: 100%;
	max-width: 100%;
	/*min-width: 768px;*/
	margin: 0 auto;
	float: left;
}

.row .row {
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0 -15px;
}

.row.collapse .column, .row.collapse .columns {
	padding: 0;
}

.row .row.collapse {
	margin: 0;
}

.column, .columns {
	float: left;
	min-height: 1px;
	position: relative;
	margin-bottom: 20px;
}

.columns .columns {
	margin-right: 20px;
}
.column.centered, .columns.centered {
	float: none;
	margin: 0 auto;
}

[class*="column"] + [class*="column"]:last-child {
	float: right;
	margin-right: 0 !important;
}

[class*="column"] + [class*="column"].end {
	float: left;
}

.last_col {
	float: right;
	margin-right: 0 !important;
}

/* Original Grid */
.one, .row .one {
	width: 8.33333%;
	background: blue;
}

.two, .row .two {
	width: 16.66667%;
	background: blue;
}

.three, .row .three {
	width: 25%;
	background: blue;
}

.four, .row .four {
	width: 33.33333%;
	background: blue;
}

.five, .row .five {
	width: 41.66667%;
	background: blue;
}

.six, .row .six {
	width: 50%;
	background: blue;
}

.seven, .row .seven {
	width: 58.33333%;
	background: blue;
}

.eight, .row .eight {
	width: 66.66667%;
	background: blue;
}

.nine, .row .nine {
	width: 75%;
	background: blue;
}

.ten, .row .ten {
	width: 83.33333%;
	background: blue;
}

.eleven, .row .eleven {
	width: 91.66667%;
	background: blue;
}

.twelve, .row .twelve {
	width: 100%;
}

.row .offset-by-one {
	margin-left: 8.33333%;
}

.row .offset-by-two {
	margin-left: 16.66667%;
}

.row .offset-by-three {
	margin-left: 25%;
}

.row .offset-by-four {
	margin-left: 33.33333%;
}

.row .offset-by-five {
	margin-left: 41.66667%;
}

.row .offset-by-six {
	margin-left: 50%;
}

.row .offset-by-seven {
	margin-left: 58.33333%;
}

.row .offset-by-eight {
	margin-left: 66.66667%;
}

.row .offset-by-nine {
	margin-left: 75%;
}

.row .offset-by-ten {
	margin-left: 83.33333%;
}
/* /Original Grid */

/* IE7 & IE 8 Suport */
#wrap {
	margin: 0 auto;
	height: auto;
	padding: 0 10px;
	width: 960px;
}
.one, .row .one {
	width: 60px;
	background: blue;
}

.row .one.last_col {
	width: 80px;
}

.two, .row .two {
	width: 140px;
	background: blue;
}

.row .two.last_col {
	width: 160px;
}

.three, .row .three {
	width: 220px;
	background: blue;
}

.row .three.last_col {
	width: 240px;
}

.four, .row .four {
	width: 300px;
	background: blue;
}

.row .four.last_col {
	width: 320px;
}

.five, .row .five {
	width: 380px;
	background: blue;
}

.row .five.last_col {
	width: 400px;
}

.six, .row .six {
	width: 460px;
	background: blue;
}

.row .six.last_col {
	width: 480px;
}

.seven, .row .seven {
	width: 540px;
	background: blue;
}

.row .seven.last_col {
	width: 560px;
}

.eight, .row .eight {
	width: 620px;
	background: blue;
}

.row .eight.last_col {
	width: 640px;
}

.nine, .row .nine {
	width: 700px;
	background: blue;
}

.row .nine.last_col {
	width: 720px;
}

.ten, .row .ten {
	width: 780px;
	background: blue;
}

.row .ten.last_col {
	width: 800px;
}

.eleven, .row .eleven {
	width: 860px;
	background: blue;
}

.row .eleven.last_col {
	width: 880px;
	margin-right: 0;
}

.twelve, .row .twelve {
	width: 960px;
}
/* /IE7 & IE 8 Suport */


@media only screen and (min-width: 1601px) {
	#wrap {
		width: 1260px;
	}

	.one, .row .one {
		width: 85px;
		background: blue;
	}

	.row .one.last_col {
		width: 105px;
	}

	[class*="column"] + [class*="column"]:last-child.one {
		width: 105px;
	}
		
	.two, .row .two {
		width: 190px;
		background: blue;
	}
	
	.row .two.last_col {
		width: 210px;
	}

	[class*="column"] + [class*="column"]:last-child.two {
		width: 210px;
	}
	
	.three, .row .three {
		width: 295px;
		background: blue;
	}

	.row .three.last_col {
		width: 315px;
	}

	[class*="column"] + [class*="column"]:last-child.three {
		width: 315px;
	}
	
	.four, .row .four {
		width: 400px;
		background: blue;
	}

	.row .four.last_col {
		width: 420px;
	}

	[class*="column"] + [class*="column"]:last-child.four {
		width: 420px;
	}
	
	.five, .row .five {
		width: 505px;
		background: blue;
	}

	.row .five.last_col {
		width: 525px;
	}

	[class*="column"] + [class*="column"]:last-child.five {
		width: 525px;
	}
	
	.six, .row .six {
		width: 610px;
		background: blue;
	}

	.row .six.last_col {
		width: 630px;
	}

	[class*="column"] + [class*="column"]:last-child.six {
		width: 630px;
	}
	
	.seven, .row .seven {
		width: 715px;
		background: blue;
	}

	.row .seven.last_col {
		width: 735px;
	}

	[class*="column"] + [class*="column"]:last-child.seven {
		width: 735px;
	}
	
	.eight, .row .eight {
		width: 820px;
		background: blue;
	}

	.row .eight.last_col {
		width: 840px;
	}

	[class*="column"] + [class*="column"]:last-child.eight {
		width: 840px;
	}
	
	.nine, .row .nine {
		width: 925px;
		background: blue;
	}

	.row .nine.last_col {
		width: 945px;
	}

	[class*="column"] + [class*="column"]:last-child.nine {
		width: 945px;
	}
	
	.ten, .row .ten {
		width: 1030px;
		background: blue;
	}

	.row .ten.last_col {
		width: 1050px;
	}

	[class*="column"] + [class*="column"]:last-child.ten {
		width: 1050px;
	}
	
	.eleven, .row .eleven {
		width: 1135px;
		background: blue;
	}

	.row .eleven.last_col {
		width: 1155px;
	}

	[class*="column"] + [class*="column"]:last-child.eleven {
		width: 1155px;
	}
	
	.twelve, .row .twelve {
		width: 1260px;
	}
}

@media only screen and (min-width: 1001px) and (max-width: 1600px) {
	#wrap {
		width: 960px;
	}
	
	.one, .row .one {
		width: 60px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.one {
		width: 80px;
	}
	
	.two, .row .two {
		width: 140px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.two {
		width: 160px;
	}
	
	.three, .row .three {
		width: 220px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.three {
		width: 240px;
	}
	
	.four, .row .four {
		width: 300px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.four {
		width: 320px;
	}
	
	.five, .row .five {
		width: 380px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.five {
		width: 400px;
	}
	
	.six, .row .six {
		width: 460px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.six {
		width: 480px;
	}
	
	.seven, .row .seven {
		width: 540px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.seven {
		width: 560px;
	}
	
	.eight, .row .eight {
		width: 620px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.eight {
		width: 640px;
	}
	
	.nine, .row .nine {
		width: 700px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.nine {
		width: 720px;
	}
	
	.ten, .row .ten {
		width: 780px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.ten {
		width: 800px;
	}
	
	.eleven, .row .eleven {
		width: 860px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.eleven {
		width: 880px;
	}
	
	.twelve, .row .twelve {
		width: 960px;
	}
}

@media only screen and (min-width: 681px) and (max-width: 1000px) {
	#wrap {
		width: 640px;
	}

	.one, .row .one {
		width: 60px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.one {
		width: 80px;
	}
	
	.two, .row .two {
		width: 140px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.two {
		width: 160px;
	}
	
	.three, .row .three {
		width: 220px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.three {
		width: 240px;
	}
	
	.four, .row .four {
		width: 300px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.four {
		width: 320px;
	}
	
	.five, .row .five {
		width: 380px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.five {
		width: 400px;
	}
	
	.six, .row .six {
		width: 460px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.six {
		width: 480px;
	}
	
	.seven, .row .seven {
		width: 540px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.seven {
		width: 560px;
	}
	
	.eight, .row .eight {
		width: 620px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.eight {
		width: 640px;
	}
	
	.nine, .row .nine {
		width: 700px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.nine {
		width: 720px;
	}
	
	.ten, .row .ten {
		width: 780px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.ten {
		width: 800px;
	}
	
	.eleven, .row .eleven {
		width: 860px;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.eleven {
		width: 880px;
	}
	
	.twelve, .row .twelve {
		width: 640px;
	}


}

@media only screen and (max-width: 680px) {
	#wrap {
		width: auto;
		padding: 0 10px;
	}
	
	.one, .row .one {
		width: 100%;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.one {
		width: 100%;
	}
	
	.two, .row .two {
		width: 100%;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.two {
		width: 100%;
	}
	
	.three, .row .three {
		width: 100%;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.three {
		width: 100%;
	}
	
	.four, .row .four {
		width: 100%;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.four {
		width: 100%;
	}
	
	.five, .row .five {
		width: 100%;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.five {
		width: 100%;
	}
	
	.six, .row .six {
		width: 100%;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.six {
		width: 100%;
	}
	
	.seven, .row .seven {
		width: 100%;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.seven {
		width: 100%;
	}
	
	.eight, .row .eight {
		width: 100%;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.eight {
		width: 100%;
	}
	
	.nine, .row .nine {
		width: 100%;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.nine {
		width: 100%;
	}
	
	.ten, .row .ten {
		width: 100%;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.ten {
		width: 100%;
	}
	
	.eleven, .row .eleven {
		width: 100%;
		background: blue;
	}

	[class*="column"] + [class*="column"]:last-child.eleven {
		width: 100%;
	}
	
	.twelve, .row .twelve {
		width: 100%;
	}
	
}

@media only screen and (max-width: 320px) {
	#wrap {
		width: auto;
		padding: 0 10px;
	}
	
}

/* END OF THE GRID ---------------------- */




/* ----------------------------*/
/* ---------- HEADER ----------*/
/* ----------------------------*/

.header {
	min-height: 220px;
	margin-bottom: 20px;
}

#free_call_wrap {
	width: 190px;
	height: 70px;
	position: fixed;
	overflow: hidden;
	top: 55px;
	right: 0px;
}

	#free_call {
		width: 200px;
		height: 50px;
		position: absolute;
		top: 10px;
		right: -20px;
		background: #00abc7;
		border-radius: 3px;
		box-shadow: 0 0 10px #999;
	}
	
		#free_call_open {
			width: 50px;
			height: 50px;
			margin-right: 10px;
			display: block;
			text-indent: -9999px;
			background: url("/image/sigurix_head2.png") 9px 7px no-repeat;
			float: left;
		}
		
		#free_call_phrase {
			color: #fff;
			font-size: 13px;
			margin: 9px 0 0 0;
			float: left;
		}
		
		#free_call_phrase:hover,
		#free_call_phrase:active,
		#free_call_phrase:focus {
			text-decoration: none;
		}

#logo_grupocentralmed {
	float: left;
	margin: 15px 45px 0 0;
}

#logo_centralmed {
	float: left;
	margin: 75px 20px 0 0;
}

#logo_medicar {
	float: left;
	margin: 78px 20px 0 0;
}

#logo_sinalise {
	float: left;
	margin: 75px 0 0 0;
}

#proposta_btn,
#proposta_btn:link,
#proposta_btn:visited {
	width: 174px;
	height: 23px;
	text-transform: uppercase;
	background: url("/image/proposta_btn.png") 0 0 no-repeat;
	display: block;
	color: #fff;
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 10px;
	padding: 7px 0 0 26px;
}

#proposta_btn:hover {
	text-decoration: none;
}

#colaboradores_btn,
#colaboradores_btn:link,
#colaboradores_btn:visited {
	width: 100px;
	height: 25px;
	display: block;
	background: url("/image/colaboradores_btn.png") 0 0 no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	padding: 15px 0 0 30px;
	font-size: 13px;
}

#colaboradores_btn:hover,
#colaboradores_btn:active,
#colaboradores_btn:focus {
	text-decoration: none;
}

#colaboradores_nav {
	position: absolute;
	top: 40px;
	right: 0;
}

	#colaboradores_nav li {
		background: #25b8d0;
		width: 130px;
		height: 30px;
		border-radius: 2px;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 12px;
	}
	
	#colaboradores_nav li:hover {
		background: #38c5dc;
	}
	
		#colaboradores_nav li a,
		#colaboradores_nav li a:link,
		#colaboradores_nav li a:visited {
			width: 120px;
			padding: 8px 0 5px 10px;
			display: block;
			color: #fff;
			height: 17px;
		}
		
		#colaboradores_nav li a:hover {
			text-decoration: none;
		}
		
		#colaboradores_nav li a.sigurix {
			background: url("/image/sigurix_head.png") right 5px top 1px no-repeat;
		}

#search_bar {
	width: 360px;
	height: 30px;
	background: url("/image/search_bar.png") right 0 no-repeat;
	position: absolute;
	top: 10px;
	right: 140px;
}

	#search_bar p {
		float: left;
		font-size: 13px;
		color: #4c4c4c;
		margin-top: 7px;
	}
	
	#search_bar form {
		float: right;
	}
	
		#search_bar form input {
			float: left;
			height: 20px;
			width: 185px;
			padding: 5px;
			font-size: 13px;
			color: #666;
			background: none;
		}
		
		#search_bar form #search_btn {
			display: block;
			width: 30px;
			height: 30px;
			text-indent: -9999px;
			float: left;
			cursor: pointer;
		}

@media only screen and (min-width: 1001px) and (max-width: 1600px) {
	#logo_grupocentralmed {
		width: 348px;
	}
	
	#logo_centralmed {
		width: 121px;
	}
	
	#logo_medicar {
		width: 61px;
	}
	
	#logo_sinalise {
		width: 104px;
		margin: 75px 0 0 0;
	}

}

@media only screen and (min-width: 681px) and (max-width: 1000px) {
	#free_call_wrap {
		top: 0px;
	}
	
	#logo_grupocentralmed {
		width: 315px;
		margin: 75px 35px 0 0;
	}
	
	#logo_centralmed {
		width: 110px;
		margin: 75px 15px 0 0;
	}
	
	#logo_medicar {
		width: 55px;
		margin: 75px 15px 0 0;
	}
	
	#logo_sinalise {
		width: 93px;
		margin: 75px 0 0 0;
	}

	#colaboradores_btn,
	#colaboradores_btn:link,
	#colaboradores_btn:visited {
		height: 23px;
		background: url("/image/colaboradores_btn2.png") 0 0 no-repeat;
		left: 210px;
		top: 10px;
		padding: 7px 0 0 30px;
	}

	#colaboradores_nav {
		position: absolute;
		top: 40px;
		left: 210px;
	}

	#search_bar {
		width: 200px;
		height: 30px;
		background: url("/image/search_bar2.png") right 0 no-repeat;
		right: 70px;
	}


		#search_bar form input {
			width: 100px;
		}
}

@media only screen and (max-width: 680px) {

	html {
		background-image: none;
	}
	.header {
		min-height: 320px;
	}
	#free_call_wrap {
		top: 0px;
	}
	
	#logo_grupocentralmed {
		width: 272px;
		float: none;
		display: block;
		margin: 100px auto 0;
	}
	
	#logo_centralmed {
		width: 110px;
		position: absolute;
		left: 20%;
		margin: 25px 0 0 -55px;
	}
	
	#logo_medicar {
		width: 55px;
		position: absolute;
		left: 50%;
		margin: 25px 0 0 -27px;
	}
	
	#logo_sinalise {
		width: 93px;
		position: absolute;
		right: 20%;
		margin: 25px -46px 0 0;
	}

	#search_bar {
		right: 0;
		left: 0;
		top: 50px;
		width: 226px;
	}
	
}

#main_nav {
	position: absolute;
	top: 171px;
	left: 0;
	width: 100%;
}

	#proposta_li {
		background: url("/image/proposta_li.png") 0 0 no-repeat;
		padding-left: 20px;
	}

@media only screen and (min-width: 1601px) {
	
	#proposta_li {
		width: 360px;
	}	
}

#mobile_nav {
	background: #26b7d0;
	margin-top: 110px;
	float: left;
	width: 100%;
	padding: 10px 10px;
	margin-left: -10px;
}

	#mobile_nav li {
		width: 100%;
		float: left;
		text-transform: uppercase;
		margin-bottom: 2px;
		font-size: 14px;
	}
	
		#mobile_nav li a,
		#mobile_nav li a:link,
		#mobile_nav li a:visited {
			color: #fff;;
			padding: 5px 10px;
			float: left;
			width: 100%;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		#mobile_nav li a.go_level_up {
			background: #00aac8;
			border-radius: 3px;
		}
		
		#mobile_nav li a.selected {
			text-transform: uppercase;
		}
		
		#mobile_nav li li {
			text-transform: none;
		}
		
		#mobile_nav li li a {
			margin-left: 20px;
			width: 90% !important;
		}
		
		#mobile_nav li li li a {
			margin-left: 40px;
		}
		
.main_content {
	width: 860px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

	.main_content ul li {
		list-style-type: disc;
		list-style-position: inside;
		font-size: 13px;
		margin-bottom: 10px;
		color: #4C4C4C;
	}

.side_content {
	width: 380px;
	float: left;
	margin-bottom: 20px;
}

.side_content h2 {
	margin-bottom: 0;
}

	.side_menu_wrap {
		width: 378px;
		border: 1px solid #e4e4e4;
		background: #fff;
		margin-bottom: 20px;
		border-radius: 3px;
		padding: 2px 0;
	}
			
		.side_menu li {
			font-size: 12px;
			text-transform: uppercase;
			display: block;
			width: 365px;
			padding: 0px 10px 0 0px;
			background: #fff;
			border-left: 3px solid #fff;
		}
		
		.side_menu li.selected {
			background: #00abc7;
			border-left: 3px solid #00abc7;
		}
		
			.side_menu li a,
			.side_menu li a:link,
			.side_menu li a:visited {
				color: #00abc8;
				border-bottom: 1px solid #e4e4e4;
				width: 100%;
				display: block;
				padding: 8px 0;
				margin-left: 7px;
			}
			
			.side_menu li a.last {
				border-bottom: 1px solid #fff;
			}
			
			.side_menu li a:hover {
				text-decoration: none;
			}
			
			.side_menu li.selected a {
				color: #fff;
				border-bottom: none;
			}
			
				.side_menu li ul {
					background: #fff;
				}
				
					.side_menu li li {
						width: 362px;
					}
					
					.side_menu li li.selected {
						background: #ccedf4;
						border-left: 3px solid #ccedf4;
					}
					
						.side_menu li li a,
						.side_menu li li a:link,
						.side_menu li li a:visited {
							color: #00abc8;
							border-bottom: 1px solid #e4e4e4;
						}
		
	@media only screen and (min-width: 1001px) and (max-width: 1600px) {

		.side_menu_wrap {
			width: 238px;
		}
				
			.side_menu li {
				width: 225px;
			}

				.side_menu li li {
					width: 222px;
					text-indent: 10px;
				}
		
	}


	.side_content .next_courses {
		width: 100%;
		float: left;
		margin-bottom: 30px;
	}
	
		.side_content .next_courses h2 {
			color: #fff;
			background: #005563;
			font-size: 12px;
			padding: 8px 10px;
			border-radius: 3px;
			text-transform: uppercase;
			width: auto;
			display: inline;
			float: left;
			clear: both;
		}
		
		.side_content .next_courses .courses_list {
			width: 378px;
			float: left;
			border: 1px solid #e4e4e4;
			border-radius: 3px;
			background: #fff;
		}
		
			.side_content .next_courses .courses_list li {
				padding: 10px 10px 10px 40px;
				border-bottom: 1px solid #e4e4e4;
				background-image: url("/image/highlight_right_arrow.png");
				background-repeat: no-repeat;
				background-position: 10px 10px;
			}
			
			.side_content .next_courses .courses_list li.last {
				border-bottom: 0;
			}
			
			.side_content .next_courses .courses_list li p.course_title {
				color: #005664;
				font-size: 13px;
			}
			
			.side_content .next_courses .courses_list li p.course_date {
				color: #4c4c4c;
				font-size: 13px;
				margin-bottom: 10px;
			}
			
			.side_content .next_courses .courses_list li p.course_date span {
				color: #999;
				font-style: italic;
			}
			
	.side_content .sidebar_banner {
		width: 100%;
		float: left;
		padding-top: 20px;
	}
	
		.side_content .sidebar_banner img {
			width: 100%;
		}

@media only screen and (min-width: 1001px) and (max-width: 1600px) {

	.main_content {
		width: 700px;
	}
	
	.side_content {
		width: 240px;
	}
		.side_content .next_courses .courses_list {
			width: 238px;
		}

	
}

.main_content img {
	max-width: 100%;
}
		
@media only screen and (max-width: 1000px) {

	.main_content {
		width: 100%;
		margin-right: 0;
	}
	
		.main_content img {
			max-width: 100%;
		}
	
	.side_content {
		width: 100%;
	}
	
}

@media only screen and (min-width: 681px) and (max-width: 1000px) {

	.side_content .next_courses  {
		width: 100%;
		margin-right: 0;
	}

	.side_content .next_courses_index  {
		/*width: 298px;*/
		width: 638px;
		/*margin-right: 20px;*/
	}

		.side_content .next_courses .courses_list {
			width: 100%;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		
	.side_content .sidebar_banner {
		width: 300px;
	}
	
}

@media only screen and (max-width: 680px) {

	.side_content .next_courses  {
		width: 100%;
		margin-right: 0;
	}

		.side_content .next_courses .courses_list {
			width: 100%;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
	
}

.pyramid_phrase {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

	.pyramid_phrase p {
		text-align: center;
		color: #4c4c4c;
	}
	
	.pyramid_phrase p.small {
		font-size: 13px;
	}
	
	.pyramid_phrase p.big {
		font-size: 18px;
	}

@media only screen and (min-width: 1601px) {

	.pyramid_phrase p.small {
		font-size: 16px;
	}
	
	.pyramid_phrase p.big {
		font-size: 24px;
	}
	
}

.home_highlight {
	width: 223px;
	height: 153px;
	background: #005664;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #005664;
	position: relative;
}

.last_high {
	margin-right: 0;
}

	.home_highlight .img_wrap {
		background: #fff;
		width: 223px;
		height: 88px;
		overflow: hidden;
	}

		.home_highlight .img_wrap img {
			width: 223px;
		}
	
	.home_highlight .text_wrap {
		padding: 15px 0;
	}
	
		.home_highlight h2 {
			color: #fff;
			text-align: center;
		}
		
		.home_highlight .highlight_arrow {
			position: absolute;
			top: 70px;
			left: 100px;
		}

@media only screen and (min-width: 681px) and (max-width: 1000px) {
	
	.home_highlight {
		width: 308px;
		height: 174px;
	}
	
		.home_highlight .img_wrap {
			width: 308px;
			height: 124px;
		}

			.home_highlight .img_wrap img {
				width: 308px;
			}
		
		.home_highlight .highlight_arrow {
			left: 140px;
			top: 105px;
		}
}

@media only screen and (max-width: 680px) {
	
	.home_highlight {
		width: calc(100% - 2px);
		height: auto;
	}
	
		.home_highlight .img_wrap {
			width: 100%;
			height: auto;
		}
		
			.home_highlight .img_wrap img {
				width: 100%;
			}
		
		.home_highlight .highlight_arrow {
			left: 50%;
			margin-left: -15px;
			top: auto;
			bottom: 40px;
		}
}



.news_block {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	position: relative;
}

.side_content .news_block {
	width: 380px;
}

	.news_block h2 {
		color: #fff;
		background: #669aa1;
		font-size: 12px;
		padding: 8px 10px;
		border-radius: 3px;
		text-transform: uppercase;
		width: auto;
		display: inline;
		float: left;
		clear: both;
		margin-bottom: 0;		
	}
	
	.news_block .bx-wrapper {
		padding: 10px;
		width: 838px;
		background: #fff;
		border: 1px solid #e4e4e4;
		border-radius: 3px;
	}
	
	.side_content .news_block .bx-wrapper {
		width: 358px;
	}
	
	.bx-controls {
		position: absolute;
		right: 0;
		bottom: -19px;
	}
	
	.bx-controls .bx-prev,
	.bx-controls .bx-next {
		background-image: url("/image/news_pager.png");
		background-repeat: no-repeat;
		width: 20px;
		height: 19px;
		display: block;
		text-indent: -9999px;
		float: left;
	}
	
	.bx-controls .bx-prev {
		background-position: 0 0;
	}
	
	.bx-controls .bx-prev:hover {
		background-position: 0 -19px;
	}

	.bx-controls .bx-next {
		background-position: -20px 0;
	}
	
	.bx-controls .bx-next:hover {
		background-position: -20px -19px;
	}
	
	
	.news_block .news_list {
		width: 838px;
		float: left;
	}

	.side_content .news_block .news_list {
		width: 358px;
	}
	
		.news_block .news_list div {
			display: block;
			float: left;
		}
		
		.news_block .news_list a.last {
			border: none;
			margin-bottom: 0;
			padding-bottom: 0;
		}
		
			.news_block .news_list div a,
			.news_block .news_list div a:link,
			.news_block .news_list div a:visited {
				padding: 0 0 5px;
				margin-bottom: 5px;
				min-height: 40px;
				color: #005664;
				border-bottom: 1px solid #e4e4e4;
				float: left;
				width: 100%;
			}
			
			.news_block .news_list div a.last {
				border: none;
				margin-bottom: 0;
				padding-bottom: 0;
			}
		
			.news_block .news_list div p {
				font-size: 13px;
				color: #005664;
			}
			
			.news_block .news_list div p span.news_date {
				color: #4c4c4c;
			}

@media only screen and (min-width: 1001px) and (max-width: 1600px) {

	.side_content .news_block {
		width: 240px;
	}

	.news_block .bx-wrapper {
		/*width: 678px;*/
		width: 938px;
	}
	
	.side_content .news_block .bx-wrapper {
		width: 218px;
	}

	.news_block .news_list {
		width: 678px;
	}
	
		.side_content .news_block .news_list {
			width: 238px;
		}
	
}

@media only screen and (min-width: 681px) and (max-width: 1000px) {

	.side_content .news_block {
		width: 640px;
	}

	.news_block .bx-wrapper {
		width: 618px;
	}
	
	.side_content .news_block .bx-wrapper {
		width: 618px;
	}


	.news_block .news_list {
		width: 618px;
	}

		.side_content .news_block .news_list {
			width: 618px;
		}
	
}

@media only screen and (max-width: 680px) {

	.side_content .news_block {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0;
	}

	.news_block .bx-wrapper {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.side_content .news_block .bx-wrapper {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.news_block .news_list {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

		.side_content .news_block .news_list {
			width: 100%;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
	
}

.homepage_banner_wrap {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}

.homepage_banner {
	width: 100%;
}

	.homepage_banner img {
		width: 100%;
	}
	
	.homepage_banner a:hover {
		text-decoration: none;
	}
	
	.homepage_banner .slide_phrase {
		background: #fff;
		padding: 20px;
	}
	
		.homepage_banner .slide_phrase h1 {
			color: #337782;
			text-transform: uppercase;
			font-size: 40px;
			text-align: center;
		}

@media only screen and (min-width: 1001px) and (max-width: 1600px) {

	.homepage_banner .slide_phrase h1 {
		font-size: 30px;
	}
	
}

@media only screen and (min-width: 681px) and (max-width: 1000px) {

	.homepage_banner .slide_phrase h1 {
		font-size: 30px;
	}

}

@media only screen and (max-width: 680px) {

	.homepage_banner .slide_phrase h1 {
		font-size: 20px;
	}

}

h1.breadcrumbs {
	width: 1238px;
	display: block;
	background: #fff;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	color: #4c4c4c;
	font-size: 18px;
}

@media only screen and (min-width: 1001px) and (max-width: 1600px) {

	h1.breadcrumbs {
		width: 938px;
	}
	
}

@media only screen and (min-width: 681px) and (max-width: 1000px) {

	h1.breadcrumbs {
		width: 618px;
	}

}

@media only screen and (max-width: 680px) {

	h1.breadcrumbs {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
	}

}

.jquery_form {
	width: 100%;
	float: left;
}

	.jquery_form label {
		font-size: 13px;
		color: #4c4c4c;
		width: 100%;
		display: block;
	}
	
	.jquery_form label.error {
		font-size: 11px;
		color: #f00;
	}

	.full_width {
		width: 100%;
		float: left;
		margin-bottom: 10px;
	}
	
		.full_width .half_width {
			width: 300px;
			float: left;
			margin-right: 20px;
		}
		
	.full_width input,
	.full_width select,
	.full_width textarea {
		padding: 8px 5px;
		width: 608px;
		border: 1px solid #e4e4e4;
		border-radius: 3px;
		font-size: 13px;
		color: #333;
	}
	
		.full_width .half_width input,
		.full_width .half_width textarea {
			width: 288px;
		}
		
		.full_width .half_width select {
			width: auto;
			padding: 7px 5px;
		}

@media only screen and (max-width:680px) {
	.full_width .half_width {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.full_width .last {
		margin-bottom: 0 !important;
	}
	
	.full_width input,
	.full_width textarea,
	.full_width .half_width input,
	.full_width .half_width textarea {
		width: 100% !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

#contactForm {
	width: 100%;
}

	#contactForm .full_width {
		width: 100%;
	}
	
		#contactForm input,
		#contactForm textarea {
			width: 228px;
		}

		#contactForm textarea {
			height: 80px;
		}
		
		#contactForm .btn {
			width: auto;
		}

@media only screen and (min-width:1601px) {
	#contactForm input,
	#contactForm textarea {
		width: 368px;
	}
}

@media only screen and (min-width:681px) and (max-width:1000px) {
	#contactForm input,
	#contactForm textarea {
		width: 628px;
	}
}

@media only screen and (max-width:680px) {
	#contactForm input,
	#contactForm textarea {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
		
		
.contact_box {
	float: left;
	width: 203px;
	height: 630px;
	padding: 10px;
	border: 1px solid #e4e4e4;
	background: #fff;
	border-radius: 3px;
	margin:0 10px 10px 0;
	word-wrap: break-word;
}

@media only screen and (min-width:1601px) {
	.contact_box {
		width: 250px;
	}
}

@media only screen and (min-width:681px) and (max-width:1000px) {
	.contact_box {
		width: 183px;
		height: 630px;
	}
}

@media only screen and (max-width:680px) {
	.contact_box {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
	}
}

.last_box {
	margin: 0 0 10px 0;
}

	.contact_box .logo_wrap {
		margin-bottom: 10px;
	}

	.contact_box .logo_wrap img {
		display: block;
		margin: 0 auto;
	}
	
	.contact_box h2 {
		font-size: 16px;
		font-weight: bold;
		color: #4c4c4c;
		margin-bottom: 10px;
	}

.area_formation {
	width: 700px;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px solid #e5e5e5;
}

	.area_formation img {
		float: left;
		margin-right: 20px;
		width: 25%;
	}
	
	.area_formation p {
		margin-top: 30px;
		color: #4d4d4d;
		font-size: 16px;
		float: left;
		width: 70%;
	}

.news_item {
	width: 700px;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px solid #e5e5e5;
}

	.news_item img {
		float: left;
		margin-right: 20px;
		width: 25%;
	}
	
	.news_item .news_detail {
		color: #4d4d4d;
		font-size: 16px;
		float: left;
		width: 70%;
	}
	
		.news_item .news_detail h2 {
			color: #005664;
			font-size: 16px;
			margin-bottom: 5px;
		}

		.news_item .news_detail p {
			color: #4d4d4d;
			font-size: 14px;
			margin-bottom: 10px;
		}

@media only screen and (min-width:1601px) {
	.area_formation,
	.news_item {
		width: 860px;
	}
}

@media only screen and (max-width:1000px) {
	.area_formation,
	.news_item {
		width: 100%;
	}
}

@media only screen and (max-width:680px) {
	.area_formation img,
	.news_item img {
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.news_item img {
		margin: 0 auto 10px;
	}
	
	.news_item .news_detail {
		width: 100%;
	}
	
	.area_formation p {
		text-align: center;
		margin-top: 10px;
		width: 100%;
	}
}

ul.semester_tabs {
	width: 100%;
	float: left;
}

	.semester_tabs li {
		float: left;
		width: 48%;
		
		color: #fff !important;
		list-style-type: none !important;
		text-transform: uppercase;
		
		cursor: pointer;
	}
	
	.semester_tabs li.last {
		margin-left: 4%;
	}
	
	.semester_tabs li div {
		background: #4bc4d7;
		width: 100%;
		border-radius: 3px;
	}
	
	.semester_tabs li.selected div {
		background: #00abc7;
	}
	
		.semester_tabs li span {
			padding: 8px 0 8px 10px;
			display: block;
		}
		
		.semester_tabs li img {
			width: 100%;
			height: 10px;
		}
		
div.calendar {
	float: left;
	width: 100%;
}

	.calendar table {
		margin-bottom: 20px;
	}
	
	.calendar table th,
	.calendar table td {
		border: 1px solid #cccccc;
		text-align: center;
		color: #4c4c4c;
	}
	
	.calendar table th {
		background: #e4e4e4;
		font-size: 13px;
		padding: 10px 5px;
	}
	
	.calendar table th.title {
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		padding-left: 10px;
		border-radius: 3px;
		border-collapse: separate !important;
	}
	
	
	.calendar table td {
		font-size: 12px;
		padding: 7px 5px;
	}
	
	.calendar table td span.ended {
		color:#ccc;
		text-decoration: line-through;
	}
	
	.calendar table td.course_name {
		text-align: left;
		font-size: 13px;
	}

		.calendar table td span.new {
			color: #fff;
			background: #005563;
			text-transform: uppercase;
			padding: 0 5px;
			margin-left: 10px;
		}

.blue_title {
	background: #005664;
	width: 100%;
	border-radius: 3px;
}

	.blue_title h2 {
		color: #fff;
		text-transform: uppercase;
		font-size: 13px;
		padding: 8px 0 8px 10px;
	}

#newslettersForm {
	width: 400px;
	margin-bottom: 40px;
}

#newslettersForm label.error {
	width: 400px;
	float: left;
}

#newsletter_email {
	width: 200px;
	float: left;
}

#submit_newsletter {
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}

@media only screen and (max-width:680px) {
	#newslettersForm {
		width: 100%;
	}
	
	#newslettersForm label.error {
		width: 100%;
		float: left;
	}
	
	#newsletter_email {
		width: 100%;
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#submit_newsletter {
		width: auto;
		position: relative;
		float: left;
		border: none;
	}
}

.newsletter_item {
	width: 100%;
	padding: 20px 0 0;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
}

	.newsletter_item h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.newsletter_item p {
		font-style: italic;
	}

.testimonial_item {
	width: 100%;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

	.testimonial_item p {
		margin-bottom: 10px;
	}
	
	.testimonial_item p.name {
		font-style: italic;
		color: #666;
	}

.my_div {
	display: none !important;
}
/* ------------------------------*/
/* ---------- SITEINFO ----------*/
/* ------------------------------*/

.footer {
	padding-top: 10px;
	border-top: 1px solid #e4e4e4;
	position: relative;
}

	.mainMenu {
		float: left;
	}
	
		.mainMenu li {
			float: left;
			font-size: 12px;
			line-height: 12px;
			text-transform: uppercase;
			margin-right: 5px;
		}
		
			.mainMenu li a,
			.mainMenu li a:link,
			.mainMenu li a:visited {
				padding: 8px 10px;
				float: left;
				color: #00abc8;
				background: #fff;
				border-radius: 3px;
			}
			
			.mainMenu li a:hover {
				background: #00abc8;
				color: #fff;
				text-decoration: none;
			}
			
	.footerMenu {
		float: left;
		margin-right: 30px;
		margin-bottom: 20px;
		max-width: 170px;
	}
	
	@media only screen and (min-width: 1001px) and (max-width: 1600px) {
		.footerMenu {
			max-width: 150px;
		}
	}

	@media only screen and (min-width: 681px) and (max-width: 1000px) {
		.footerMenu {
			max-width: 420px;
		}
	}

	@media only screen and (max-width: 680px) {
		.footerMenu {
			max-width: 100%
		}
	}
	
	
	
		.footerMenu li {
			font-size: 13px;
			margin: 0 10px 5px 0;
		}
		
		@media only screen and (max-width: 1000px) {
			.footerMenu li {
				float: left;
			}
		}
		
			.footerMenu li a,
			.footerMenu li a:link,
			.footerMenu li a:visited {
				color: #4c4c4c;
			}
			
			.footerMenu li a span {
				color: #00abc8;
			}
	
#social {
	width: 460px;
	position: absolute;
	right: 0;
	top: 0;
}

@media only screen and (min-width: 1001px) {
	#social {
		position: relative;
		float: right;
	}
}



#social_mobile {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
}

	#social_mobile div {
		display: block;
		clear: both;
		margin-bottom: 20px;
	}


@media only screen and (min-width: 1001px) and (max-width: 1600px) {
	#social {
		width: 220px;
		top: -40px;
	}
	
	
}

@media only screen and (min-width: 681px) and (max-width: 1000px) {
	#social {
		width: 220px;
		top: -50px;
	}

		#social .newsletter h1 {
			font-size: 14px;
		}
	
}

@media only screen and (max-width: 680px) {
	#social {
		width: 220px;
		position: relative;
	}

		#social .newsletter h1,
		#social_mobile .newsletter h1 {
			font-size: 14px;
		}
		
	
}

	
	.newsletter {
		float: left;
		width: 200px;
		margin-bottom: 20px;
		margin-right: 20px;
	}
	
		.newsletter form {
			position: relative;
			margin-top: 10px;
		}
		
			.newsletter form input {
				border: 1px solid #e4e4e4;
				border-radius: 2px;
				font-size: 13px;
				color: #4c4c4c;
				padding: 5px;
				float: left;
				width: 148px;
				height: 15px;
			}
			
			.newsletter form .newsletter_btn {
				background: #4bc4d7;
				width: auto;
				border: 1px solid #4bc4d7;
				cursor: pointer;
				color: #fff;
				text-transform: uppercase;
				position: absolute;
				right: 0;
				top: 0;
				height: 26px;
				padding: 1px 0px;
				width: 60px;
			}
			
			.newsletter form label.error {
				float: left;
				font-size: 10px;
				color: #f00;
			}
			
	.facebook {
		float: left;
		width: 180px;
		overflow: hidden;
		position: relative;
		height: 100px;
	}

	
		.facebook .facebook_like {
			float: left;
			margin-right: 10px;
		}
		
		.facebook h1 {
			margin-top: 10px;
		}
		
		.facebook .fb-share-button {
			margin-top: 10px;
			float: left;
			position: absolute;
			left: 0;
		}
		
	@media only screen and (min-width: 1600px) {
		.facebook {
			margin-top: -10px;
		}
	}
	
.footer p {
	color: #999;
	font-size: 12px;
	line-height: 14px;
}
	.footer p a,
	.footer p a:link,
	.footer p a:visited {
		color: #999;
	}


.copyright {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
}

	.kc_footer {
		vertical-align: top;
		margin-left: 20px;
	}
	
.footer_logos {
	position: absolute;
	right: 0;
	top: 0;
}

/* --------- /Siteinfo ----------*/

@media all and (min-width: 1001px) {
	.hide_on_big {
		display: none !important;
		visibility: hidden !important;
	}
}

@media all and (min-width: 681px) and (max-width: 1000px) {
	.hide_on_medium {
		display: none !important;
		visibility: hidden !important;
	}	
}

@media all and (max-width: 680px) {
	
	.hide_on_small {
		display: none !important;
		visibility: hidden !important;
	}	
}


/* -----------------------------*/
/* ---------- CONTENT ----------*/
/* -----------------------------*/


/* ---------- jQuery alerts ----------*/
#popup_container {
	font-size: 14px;
	min-width: 200px; /* Dialog will be no smaller than this */
	max-width: 400px; /* Dialog will wrap after this width */
	background: #f3f1f1;
	border: solid 3px #fff;
	border /*\**/: solid 3px #999;
	*border: solid 3px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #666;
}

@media all and (min-width:0) {
    #popup_container { border: solid 3px #fff; }  /* IE9-IE10pp4 */
}


#popup_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #00abc7;
	background: #f3f1f1;
	border: solid 1px #FFF;
	*background: none;
	*border: none;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
}

#popup_content.confirm {
}

#popup_content.prompt {
}

#popup_ok {
	padding: 5px 10px;
	background: #00abc7;
	color: #fff;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
}

#popup_ok::-moz-focus-inner {
	outline: none;
	border: 0;
}

#popup_message {
	text-align: center;
	color: #666;
	line-height: 20px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
/* ---------- /jQuery alerts ----------*/


/* ---------- /Content ---------*/








/* -------------------- /LAYOUT CSS ---------------------*/
