.ATEDIN-price-list {

}
.ATEDIN-price-list th {
	font-size: 1.5em;
	background-color: rgba(204,204,204,0.4);
	padding: 1em;
	font-weight: normal;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.content_header {
	font-size: 2.4em;
	font-weight: bold;
	color: #eee;
	display: block;
	text-shadow: #111 0 1px 0,
	#222 1px 1px 0,
	#333 2px 2px 0,
	#444 3px 3px 0,
	#666 4px 4px 0,
	#999 5px 5px 0,
	#bbb 6px 6px 0,
	rgba(0,0,0,.1) 0 6px 1px,
	rgba(0,0,0,.1) 0 0 5px,
	rgba(0,0,0,0.7) 0 1px 3px,
	rgba(0,0,0,.15) 0 3px 5px,
	rgba(0,0,0,.2) 0 5px 10px,
	rgba(0,0,0,.2) 0 10px 10px,
	rgba(0,0,0,.3) 0 20px 20px;
	letter-spacing: 2px;
	margin-top: 0.0em;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
	margin-left: 0.3em;
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-bottom: 0.5em;
	padding-left: 0.8em;
}

.BGscroll {
	background-image: url(../images/bgnd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	height: 200px;
	overflow: hidden;
}

.ParIMG {
	border-radius: 2px;
	overflow: hidden;
	padding-bottom: 18%;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: auto;

	-webkit-box-shadow: -1px -1px 3px 2px rgba(255, 255, 255, 0.55);
	-moz-box-shadow:    -1px -1px 3px 2px rgba(255, 255, 255, 0.55);
	box-shadow:         -1px -1px 3px 2px rgba(255, 255, 255, 0.55);

}
.ParIMG p {
	z-index: 5;
	margin: auto;
    left: 50%;
    margin-right: -50%;
	right: 0;
	text-align: center;
	padding: 2em;
    position: absolute;
	top: 50%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);

}
.ParIMG img {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    width: 100%;
}
.ATDBG1 {
	background-color: #e5e5e5;
}
.ATDBGsoltion,
.ATDBG4:after,
.ATDBG3:after,
.ATDBG2:after,
.ATDBG1:after {
	content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}

.ATDBG2 {
	background-color: #ddd;

}

.ATDBG3 {
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 18%, rgb(240, 240, 245) 85%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 18%, rgb(240, 240, 245) 85%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 18%, rgb(240, 240, 245) 85%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 18%, rgb(240, 240, 245) 85%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 18%, rgb(240, 240, 245) 85%);
	overflow: hidden;
}
.ATDBG4 {
	background-color: #FC0;
}
.ATDBG3 {
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(770deg, rgb(155, 155, 155) 18%, rgb(210, 210, 210) 85%);
	background: -webkit-linear-gradient(770deg, rgb(155, 155, 155) 18%, rgb(210, 210, 210) 85%);
	background: -o-linear-gradient(770deg, rgb(155, 155, 155) 18%, rgb(210, 210, 210) 85%);
	background: -ms-linear-gradient(770deg, rgb(155, 155, 155) 18%, rgb(210, 210, 210) 85%);
	background: linear-gradient(124deg, rgb(155, 155, 155) 18%, rgb(210, 210, 210) 85%);
	overflow: hidden;
}
.ATDBGsoltion {
	background-color: #edeef0;
	position: relative;
}
.ATDBGsoltion:after {
/*
	-webkit-box-shadow: inset 2px 2px 11px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 2px 2px 11px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 2px 2px 11px rgba(50, 50, 50, 0.75);	
*/
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	content: " ";
}


.HOMEbigB {
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 10px #fff;

}
.HOMEbigW {
	color: #FFF;
	text-shadow: 1px 1px 10px #000;
	background-color: rgba(0,0,0,0.3);
}


.mceContentBody,
.mceIframeContainer  {
	background-color: #eae9e9;
	color: #333;
}
.head1 {
	color: #FBE14F;
	text-shadow: #333 1px 1px 1px;
	font-size: 28px;
	text-transform: capitalize;
}

.textbox_padding {
	padding-top: 20px !important;
	padding-right: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 25px !important;
}
.textbox_white {
	background-color: #FFF;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgb(255, 255, 255);
	-webkit-box-shadow: 0 1px 3px rgba(5, 5, 5, 0.35);
	-moz-box-shadow:    0 1px 3px rgba(5, 5, 5, 0.35);
	box-shadow:         0 1px 3px rgba(5, 5, 5, 0.35);
	padding: 9px;
	margin-bottom: 20px;
}
ul.box5_white {
	background-color: #FFF;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgb(255, 255, 255);
	-webkit-box-shadow: 0 1px 3px rgba(5, 5, 5, 0.35);
	-moz-box-shadow:    0 1px 3px rgba(5, 5, 5, 0.35);
	box-shadow:         0 1px 3px rgba(5, 5, 5, 0.35);
	padding: 9px;
	margin-bottom: 20px;
	position: relative;
	clear: both;
	content: ".";
	display: block;
	overflow: hidden;
	font-size: 1em;
	text-align: left;
}
ul.box5_white > li > ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: square;
	list-style-position: inside;
}
ul.box5_white > li {
	margin: 0;
	display: inline;
	position: relative;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	color: #222;
	box-sizing: border-box;
	-moz-box-sizing: border-box;  
	overflow:hidden;
	
}
ul.box5_white > li a,
ul.box5_white > li a:visited {
	text-decoration: none;
	content: ".";
}
ul.box5_white > li:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.box5_white > li:hover {
	color: #000;
}
ul.box5_white a img {
	margin-bottom: 5px;
}

ul.box3_white {
	background-color: #FFF;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgb(255, 255, 255);
	-webkit-box-shadow: 0 1px 3px rgba(5, 5, 5, 0.35);
	-moz-box-shadow:    0 1px 3px rgba(5, 5, 5, 0.35);
	box-shadow:         0 1px 3px rgba(5, 5, 5, 0.35);
	padding: 9px;
	margin-bottom: 20px;
	position: relative;
	clear: both;
	content: ".";
	display: block;
	overflow: hidden;
	font-size: .9em;
	text-align: left;
}
ul.box3_white > li {
	display: inline;
	min-height: 145px;
	position: relative;
	width: 289px;
	z-index: 1;
	float: left;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	color: #666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
ul.box3_white > li h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
}

ul.box3_white > li a,
ul.box3_white > li a:visited {
	text-decoration: none;
}
ul.box3_white > li:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
ul.box3_white > li > ul {
	padding: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
}
ul.box3_white > li > ul li {
	list-style-type: square;
}


/* */

ul.Sbox3_white {
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
	clear: both;
	content: ".";
	display: block;
	overflow: hidden;
	font-size: .9em;
	text-align: left;
}
ul.Sbox3_white > li {
	display: inline;
	min-height: 145px;
	position: relative;
	width: 292px;
	z-index: 1;
	float: left;
	color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
	-webkit-box-shadow: 1px 1px 3px rgba(5, 5, 5, 0.35);
	-moz-box-shadow:    1px 1px 3px rgba(5, 5, 5, 0.35);
	box-shadow:         1px 1px 3px rgba(5, 5, 5, 0.35);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding: 10px;
	border: 1px solid #CCC;
}
ul.Sbox3_white > li a,
ul.Sbox3_white > li a:visited {
	text-decoration: none;
}
ul.Sbox3_white > li:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
ul.Sbox3_white > li > ul {
	padding: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
}
ul.Sbox3_white > li > ul li {
	list-style-type: square;
}

/* s4b */
div.WRAP.perspective {
	display: block;
	position: relative;

    -ms-perspective: 400px;
    -webkit-perspective: 400px; 
    perspective: 400px;

}

ul.Sbox4_black {
	font-size: .85em;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: auto;
	overflow: visible;
	margin: 0;
	padding: 1em;
	list-style-type: none;
	overflow: hidden;

	display: block;
	position: relative;

}


/* */
@media only screen
and (max-width : 768px) {
	ul.Sbox4_black {

	}
}
@media only screen
and (min-width : 769px) {
	ul.Sbox4_black {
		-ms-transform: rotateX(15deg) translateZ(35px); 
		-webkit-transform: rotateX(15deg) translateZ(35px); 
		transform: rotateX(15deg) translateZ(35px);
		
		  -webkit-transition: all 0.5s ease-in-out;
	  -moz-transition: all 0.5s ease-in-out;
	  -o-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;		
	}
}


/*
ul.Sbox4_black:hover {
    -ms-transform: rotateX(13deg) translateZ(30px);
    -webkit-transform: rotateX(13deg) translateZ(30px);
    transform: rotateX(13deg) translateZ(30px);
	
	  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;		

}
*/

ul.Sbox4_black > li {

	/*
	background-color: #1a1a1a;
	*/
	min-height: 145px;
	margin: 0em;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */



	

}
ul.Sbox4_black > li > div {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFF;
	background: rgb(26, 26, 26);
	background: -moz-linear-gradient(333deg, rgb(35,35,35) 0%, rgb(70,70,70) 100%);
	background: -webkit-linear-gradient(333deg, rgb(35,35,35) 0%, rgb(70,70,70) 100%);
	background: -o-linear-gradient(333deg, rgb(35,35,35) 0%, rgb(70,70,70) 100%);
	background: -ms-linear-gradient(333deg, rgb(35,35,35) 0%, rgb(70,70,70) 100%);
	background: linear-gradient(63deg, rgb(35,35,35) 0%, rgb(70,70,70) 100%);
	-webkit-box-shadow: 1px 1px 3px 3px rgba(5, 5, 5, 0.35);
	-moz-box-shadow: 1px 1px 3px 3px rgba(5, 5, 5, 0.35);
	box-shadow: 1px 1px 3px 3px rgba(5, 5, 5, 0.35);
	margin: 0.5em;
	padding: 2em;
	min-height: 200px;




}

ul.Sbox4_black > li > div:hover {
	background-color: #323232;
}

ul.Sbox4_black > li > div a,
ul.Sbox4_black > li > div a:visited {
	text-decoration: none;
}
ul.Sbox4_black > li > div a:hover {
	text-decoration: underline;
	color: #FC6;
}
ul.Sbox4_black > li a.button:visited,
ul.Sbox4_black > li a.button {
	display: inline-block;
	color: #000000;
	background-color: #eee;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	background-image: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 1px 0px #aaa, 0px 3px 0px #888, 0px 5px 0px #666, 0px 2px 15px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 1px 0px #aaa, 0px 3px 0px #888, 0px 5px 0px #666, 0px 2px 15px rgba(0,0,0,.4);
	box-shadow: 0px 1px 0px #aaa, 0px 3px 0px #888, 0px 5px 0px #666, 0px 2px 15px rgba(0,0,0,.4);


	background-image: linear-gradient(bottom, rgb(232,232,232) 18%, rgb(250,250,250) 91%);
	background-image: -o-linear-gradient(bottom, rgb(232,232,232) 18%, rgb(250,250,250) 91%);
	background-image: -moz-linear-gradient(bottom, rgb(232,232,232) 18%, rgb(250,250,250) 91%);
	background-image: -webkit-linear-gradient(bottom, rgb(232,232,232) 18%, rgb(250,250,250) 91%);
	background-image: -ms-linear-gradient(bottom, rgb(232,232,232) 18%, rgb(250,250,250) 91%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.18, rgb(216,216,216)),
		color-stop(0.91, rgb(250,250,250))
	);
	text-shadow: #FFF 1px 1px -1px;

	border: 1px solid #CCC;
	margin: 2px 2px 6px 2px;
	padding: 0.4em 1em;
	
}
ul.Sbox4_black > li a.button:hover {
	text-decoration: none;
	border: 2px solid #FFF;
	margin: 1px;
	color: #333;

}
ul.Sbox4_black > li > div p {
	padding: 0px;
	margin: 0.2em 0px;
}


ul.Sbox4_black > li h1 {
	margin: 0px;
	font-size: 4.2em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	font-family: 'Oswald', sans-serif;
	line-height: 1em;
	color: #F5F5F5;
}
ul.Sbox4_black > li h2 {
	margin: 0px 0px;
	font-size: 2.25em;
	font-weight: normal;
	padding: 0px;
	text-align: left;
	font-family: 'Oswald', sans-serif;
	line-height: 1.25em;
	color: #fff;
	/*text-shadow: 1px 1px 1px #000000;*/
	text-shadow:#ccc 0 1px 0,
	#000 0 1px 0,
	#777 0 2px 0,
	#666 0 3px 0,
	#444 0 4px 0,
	#333 0 5px 0,
	rgba(0,0,0,.1) 0 6px 1px,
	rgba(0,0,0,.1) 0 0 5px,
	rgba(0,0,0,.5) 0 1px 3px,
	rgba(0,0,0,.15) 0 3px 5px,
	rgba(0,0,0,.2) 0 5px 10px,
	rgba(0,0,0,.2) 0 10px 10px,
	rgba(0,0,0,.1) 0 20px 20px;
}
ul.Sbox4_black > li h3 {
	font-size: 1.55em;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	margin-bottom: 4px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.Sbox4_black > li h3 span {
	margin: 0px;
	padding: 0px;
}
ul.Sbox4_black > li a,
ul.Sbox4_black > li a:hover {
	color: #ffcb31;
}
ul.Sbox4_black > li > ul {
	padding: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
}
ul.Sbox4_black > li > ul li {
	list-style-type: square;
}
ul.Sbox4_black .font-half {
	font-size:0.5em;
	line-height: 0px;
	height: 0px;
}
ul.Sbox4_black .font-three-quarter {
	font-size:0.75em;
}

/* grad */
.textbox_grad1 {
	background-color: #FFF;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 18%, rgb(240, 240, 245) 85%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 18%, rgb(240, 240, 245) 85%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 18%, rgb(240, 240, 245) 85%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 18%, rgb(240, 240, 245) 85%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 18%, rgb(240, 240, 245) 85%);
	-webkit-box-shadow: 0 1px 3px rgba(5, 5, 5, 0.35);
	-moz-box-shadow:    0 1px 3px rgba(5, 5, 5, 0.35);
	box-shadow:         0 1px 3px rgba(5, 5, 5, 0.35);
	padding: 0px;
	margin-bottom: 20px;
}
.textbox_grad1 h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	padding: 10px;

	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 18%, rgb(240, 240, 245) 85%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 18%, rgb(240, 240, 245) 85%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 18%, rgb(240, 240, 245) 85%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 18%, rgb(240, 240, 245) 85%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 18%, rgb(240, 240, 245) 85%);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
}
.textbox_grad1 h3 {
	font-weight: bold;
}
.textbox_grad2_in {
	overflow: hidden;
	background-color: #FFF;
/*	border: 1px solid #e2e2e2; */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	background: rgb(238, 238, 238);
	background: -moz-linear-gradient(90deg, rgb(238, 238, 238) 3%, rgb(253, 253, 253) 85%);
	background: -webkit-linear-gradient(90deg, rgb(238, 238, 238) 3%, rgb(253, 253, 253) 85%);
	background: -o-linear-gradient(90deg, rgb(238, 238, 238) 3%, rgb(253, 253, 253) 85%);
	background: -ms-linear-gradient(90deg, rgb(238, 238, 238) 3%, rgb(253, 253, 253) 85%);
	background: linear-gradient(180deg, rgb(238, 238, 238) 3%, rgb(253, 253, 253) 85%);

	-webkit-box-shadow: 2px 2px 3px rgba(5, 5, 5, 0.25) inset;
	-moz-box-shadow:   2px 2px 3px rgba(5, 5, 5, 0.25) inset;
	box-shadow:        2px 2px 3px rgba(5, 5, 5, 0.25) inset;
	padding: 9px;
	margin-bottom: 20px;
}
.importantBubbleA {
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgb(215, 215, 225);
	background: -moz-linear-gradient(0deg, rgb(215, 215, 225) 13%, rgb(240, 240, 245) 50%);
	background: -webkit-linear-gradient(0deg, rgb(215, 215, 225) 13%, rgb(240, 240, 245) 50%);
	background: -o-linear-gradient(0deg, rgb(215, 215, 225) 13%, rgb(240, 240, 245) 50%);
	background: -ms-linear-gradient(0deg, rgb(215, 215, 225) 13%, rgb(240, 240, 245) 50%);
	background: linear-gradient(0deg, rgb(215, 215, 225) 13%, rgb(240, 240, 245) 50%);
	-webkit-box-shadow: -1px -1px 2px rgba(5, 5, 5, 0.35);
	-moz-box-shadow:   -1px -1px 2px rgba(5, 5, 5, 0.35);
	box-shadow:        -1px -1px 2px rgba(5, 5, 5, 0.35);
	padding: 0px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #999;
}
.importantBubbleA h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background: rgb(215, 215, 225);
	background: -moz-linear-gradient(90deg, rgb(215, 215, 225) 18%, rgb(240, 240, 245) 85%);
	background: -webkit-linear-gradient(90deg, rgb(215, 215, 225) 18%, rgb(240, 240, 245) 85%);
	background: -o-linear-gradient(90deg, rgb(215, 215, 225) 18%, rgb(240, 240, 245) 85%);
	background: -ms-linear-gradient(90deg, rgb(215, 215, 225) 18%, rgb(240, 240, 245) 85%);
	background: linear-gradient(180deg, rgb(215, 215, 225) 18%, rgb(240, 240, 245) 85%);
	margin: 0px;
	padding: 10px;
	text-shadow: 1px 1px 9px rgba(255,255,255,0.8);
}
li {
}

hr {
	color: #484745;
}
a:link,
a:visited {
	color: #0C497C;
}
a:hover {
	color: #39F;
}
a:active {
	color: #69F;
}
h1 {
	color: #333;
	text-shadow: 2px 2px 2px rgba(100,100,100,0.5);
	font-weight: normal;
/*	font-family: 'Oswald', sans-serif; */
}
h1 .subheader {
	font-size: .5em;
}

h2 {
	color: #000;
	font-weight: normal;
	text-shadow: rgba(255,255,255,0.5) 1px 1px 1px;
}
h3 {
	font-weight: bold;
	text-shadow: rgba(255,255,255,0.5) 1px 1px 1px;
}
h4 {

}
h5 {

}
h6 {

}

.picture_right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.picture_left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.ATEDINsocialmedia {
	margin: 0px;
	padding: 0px;
}
.ATEDINsocialmedia li {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 14px;
	list-style-position: inside;
	list-style-type: none;
	height: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.ATEDINsocialmedia li a {
	text-decoration: none;
}
.ATEDINsocialmedia li img {
	text-align: left;
	vertical-align: middle;
}

/* solution LI */
ul.solution4 {
	font-size: 1em;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
	height: auto;
	overflow: visible;
	display: block;
	position: relative;
	overflow: hidden;
	list-style-type: none;
	padding: 0;

	
}

ul.solution4 > li {
	padding: 0;
	margin: 0;
	color: #333;
	position: relative;
	min-height: 200px;
	background-image: url(/system_skins/ATEDIN-2015-R/images/atedin_solution_arrow.png);
	background-position: -5px center;
	background-repeat: no-repeat;
	
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
	text-align: center;

}
ul.solution4 > li img {
	padding: 1em;

}
ul.solution4 > li > p:nth-child(1) {
	height: 120px;
	font-family: "Oswald",sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
ul.solution4 > li > p:nth-child(2) {
	text-align: justify;
	padding: 1em;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */

}

ul.solution4 > li a,
ul.solution4 > li a:visited {
	text-decoration: none;
	color: #09F;
}
ul.solution4 > li a:hover {
	text-decoration: underline;
	color: #09F !important;
}
ul.solution4 > li .button:visited,
ul.solution4 > li .button {
	color: #000000;
	background-color: #eee;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	background-image: none;
	padding-top: 0.6em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.5);
	border: 1px solid #CCC;
	background-image: linear-gradient(bottom, rgb(232,232,232) 18%, rgb(250,250,250) 91%);
	background-image: -o-linear-gradient(bottom, rgb(232,232,232) 18%, rgb(250,250,250) 91%);
	background-image: -moz-linear-gradient(bottom, rgb(232,232,232) 18%, rgb(250,250,250) 91%);
	background-image: -webkit-linear-gradient(bottom, rgb(232,232,232) 18%, rgb(250,250,250) 91%);
	background-image: -ms-linear-gradient(bottom, rgb(232,232,232) 18%, rgb(250,250,250) 91%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.18, rgb(216,216,216)),
		color-stop(0.91, rgb(250,250,250))
	);
	text-shadow: #FFF 1px 1px -1px;
	margin: 2px;
}
ul.solution4 > li .button:hover {
	text-decoration: none;
	border: 2px solid #FFF;
	margin: 1px;
	color: #333;
}
ul.solution4 > li a,
ul.solution4 > li a:hover {
	color: #ffd200;
}
ul.solution4 > li > ul {
	padding: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
}
ul.solution4 > li > ul li {
	list-style-type: square;
}

/* RESPONSIVE 2015 */
/* RESPONSIVE */
/*
* small phone
*/
@media screen
and (max-width: 360px) {
	ul.solution4 > li {
		float: none;
		display: block;
		padding: 10px;
	}		
	ul.Sbox4_black > li {
		float: none;
		display: block;
	}	
	.HOMEbigB,
	.HOMEbigW {
		font-size: 0.8em;
	}
	ul.box5_white > li {
		display: block:
		float: none;	
	}
	ul.Sbox4_black {
		font-size: 1.2em;
	}	

}
/*
* phone and tablet
*/
@media screen
and (min-width: 361px)
and (max-width: 768px) {
	ul.solution4 > li {
		float: none;
		display: block;
		padding: 10px;
	}		
	ul.Sbox4_black > li {
		float: none;
		display: block;
	}	
	.HOMEbigB,
	.HOMEbigW {
		font-size: 1.4em;
	}
	ul.box5_white > li {
		display: block:
		float: none;	
	}
	ul.Sbox4_black {
		font-size: 1.15em;
	}	

}
/* desktop large */
@media only screen
and (min-width : 769px)
and (max-width : 993px) {
	ul.solution4 > li {
		width: 50%;
		float: left;
		padding: 10px;
	}	
	ul.Sbox4_black > li {
		width: 50%;
		float: left;
	}
	.HOMEbigB,
	.HOMEbigW {
		font-size: 2em;
	}
	ul.box5_white > li {
		display: block:
		float: none;	
	}
	ul.Sbox4_black {
		font-size: 1.2em;
	}	
}

/* desktop and tablet */
@media only screen
and (min-width : 994px)
and (max-width : 1169px) {
	ul.solution4 > li {
		width: 25%;
		float: left;
		padding: 10px;
	}	
	ul.Sbox4_black > li {
		width: 25%;
		float: left;
	}
	.HOMEbigB,
	.HOMEbigW {
		font-size: 2em;
	}
	ul.box5_white > li {
		width: 20%;
		float: left;	
	}
	ul.Sbox4_black {
		font-size: 0.7em;
	}	
}

/* desktop BIG extra */
@media only screen
and (min-width : 1170px) {
	ul.solution4 > li {
		width: 25%;
		float: left;
		padding: 10px 10px 10px 30px;
	}	
	ul.Sbox4_black > li {
		width: 25%;
		float: left;
	}
	.HOMEbigB,
	.HOMEbigW {
		font-size: 3.8em;
	}
	ul.box5_white > li {
		width: 20%;
		float: left;	
	}	
	ul.Sbox4_black {
		font-size: 1.15em;
	}	
}
/* RESP VEGE ---------------------------------*/